Update all http links to https.
This commit is contained in:
Родитель
212fea4464
Коммит
1409031d12
|
@ -2,7 +2,7 @@
|
|||
|
||||
This is the repo for template deployment schemas hosted at: https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json
|
||||
|
||||
Welcome to contribute to template deployment schemas, please send pull request to improve the schemas. We will review the pull request and publish the latest schemas to http://schema.management.azure.com/schemas
|
||||
Welcome to contribute to template deployment schemas, please send pull request to improve the schemas. We will review the pull request and publish the latest schemas to https://schema.management.azure.com/schemas
|
||||
|
||||
## Hints:
|
||||
* When you add a new resource type in schema, please add it into [schemas\2014-04-01-preview\deploymentTemplate.json](https://github.com/Azure/azure-resource-manager-schemas/blob/master/schemas/2014-04-01-preview/deploymentTemplate.json) and [schemas\2015-01-01\deploymentTemplate.json](https://github.com/Azure/azure-resource-manager-schemas/blob/master/schemas/2015-01-01/deploymentTemplate.json)
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"id": "http://schema.management.azure.com/schemas/2014-02-26/microsoft.visualstudio.json",
|
||||
"id": "https://schema.management.azure.com/schemas/2014-02-26/microsoft.visualstudio.json",
|
||||
"$schema": "http://json-schema.org/draft-04/schema#",
|
||||
"title": "microsoft.visualstudio",
|
||||
"description": "Visual Studio Online Account and Project Resource",
|
||||
|
@ -37,7 +37,7 @@
|
|||
"items": {
|
||||
"allOf": [
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/resourceBase"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/resourceBase"
|
||||
},
|
||||
{
|
||||
"$ref": "#/resourceDefinitions/project"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"id": "http://schema.management.azure.com/schemas/2014-04-01-preview/Microsoft.Cache.json",
|
||||
"id": "https://schema.management.azure.com/schemas/2014-04-01-preview/Microsoft.Cache.json",
|
||||
"$schema": "http://json-schema.org/draft-04/schema#",
|
||||
"title": "Microsoft.Cache",
|
||||
"description": "Microsoft Cache Resource Types",
|
||||
|
@ -34,7 +34,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Microsoft.Cache/Redis: sku/name"
|
||||
|
@ -48,7 +48,7 @@
|
|||
"default": "C"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Microsoft.Cache/Redis: sku/size"
|
||||
|
@ -59,7 +59,7 @@
|
|||
"enum": [ 0, 1, 2, 3, 4, 5, 6 ]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Microsoft.Cache/Redis: sku/capacity"
|
||||
|
@ -72,7 +72,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Microsoft.Cache/Redis: sku"
|
||||
|
@ -85,7 +85,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Microsoft.Cache/Redis: version of Redis"
|
||||
|
@ -93,7 +93,7 @@
|
|||
"maxMemoryPolicy": {
|
||||
"oneOf": [
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
},
|
||||
{
|
||||
"enum": [
|
||||
|
@ -116,7 +116,7 @@
|
|||
"default": false
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Microsoft.Cache/Redis enableNonSslPort. Enables less secure direct access to redis on port 6379 WITHOUT SSL tunneling."
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"id": "http://schema.management.azure.com/schemas/2014-04-01-preview/Microsoft.Sql.json#",
|
||||
"id": "https://schema.management.azure.com/schemas/2014-04-01-preview/Microsoft.Sql.json#",
|
||||
"$schema": "http://json-schema.org/draft-04/schema#",
|
||||
"title": "Microsoft.SQLDatabase",
|
||||
"description": "Microsoft SQL Database Resource Types",
|
||||
|
@ -29,7 +29,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Microsoft.Sql/server: Azure SQL DB server version"
|
||||
|
@ -55,7 +55,7 @@
|
|||
"items": {
|
||||
"allOf": [
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/resourceBase"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/resourceBase"
|
||||
},
|
||||
{
|
||||
"oneOf": [
|
||||
|
@ -200,7 +200,7 @@
|
|||
"createMode": {
|
||||
"oneOf": [
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
},
|
||||
{
|
||||
"enum": [
|
||||
|
@ -220,11 +220,11 @@
|
|||
"description": "Microsoft.Sql/server/databases: The URI of the source database."
|
||||
},
|
||||
"restorePointInTime": {
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/UTC",
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/UTC",
|
||||
"description": "Microsoft.Sql/server/databases: The point in time for the restore."
|
||||
},
|
||||
"sourceDatabaseDeletionDate": {
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/UTC",
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/UTC",
|
||||
"description": "Microsoft.Sql/server/databases: The deletion date time of the source database."
|
||||
}
|
||||
}
|
||||
|
@ -235,7 +235,7 @@
|
|||
"edition": {
|
||||
"oneOf": [
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
},
|
||||
{
|
||||
"enum": [
|
||||
|
@ -250,7 +250,7 @@
|
|||
"collation": {
|
||||
"oneOf": [
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
},
|
||||
{
|
||||
"enum": [
|
||||
|
@ -332,7 +332,7 @@
|
|||
"maxSizeBytes": {
|
||||
"oneOf": [
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
},
|
||||
{
|
||||
"enum": [
|
||||
|
@ -361,7 +361,7 @@
|
|||
"requestedServiceObjectiveId": {
|
||||
"oneOf": [
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
},
|
||||
{
|
||||
"enum": [
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"id": "http://schema.management.azure.com/schemas/2014-04-01-preview/deploymentParameters.json#",
|
||||
"id": "https://schema.management.azure.com/schemas/2014-04-01-preview/deploymentParameters.json#",
|
||||
"$schema": "http://json-schema.org/draft-04/schema#",
|
||||
"title": "Parameters",
|
||||
"description": "An Azure deployment parameter file",
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"id": "http://schema.management.azure.com/schemas/2014-04-01-preview/deploymentTemplate.json#",
|
||||
"id": "https://schema.management.azure.com/schemas/2014-04-01-preview/deploymentTemplate.json#",
|
||||
"$schema": "http://json-schema.org/draft-04/schema#",
|
||||
"title": "Template",
|
||||
"description": "An Azure deployment template",
|
||||
|
@ -40,304 +40,304 @@
|
|||
},
|
||||
{
|
||||
"oneOf": [
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-08-19/Microsoft.Search.json#/resourceDefinitions/searchServices" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-05-16/Microsoft.AnalysisServices.json#/resourceDefinitions/servers" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-06-01/Microsoft.RecoveryServices.json#/resourceDefinitions/vaults" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-07-01-preview/Microsoft.ServerManagement.json#/resourceDefinitions/nodes" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-07-01-preview/Microsoft.ServerManagement.json#/resourceDefinitions/gateways" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-07-01-preview/Microsoft.ServerManagement.json#/resourceDefinitions/sessions" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-07-01-preview/Microsoft.ServerManagement.json#/resourceDefinitions/nodes" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-07-01-preview/Microsoft.ServerManagement.json#/resourceDefinitions/gateways" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-07-01-preview/Microsoft.ServerManagement.json#/resourceDefinitions/sessions" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-04-08/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-06-01/Microsoft.KeyVault.json#/resourceDefinitions/vaults" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-06-01/Microsoft.KeyVault.json#/resourceDefinitions/secrets" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-05-15/Microsoft.DevTestLab.json#/resourceDefinitions/labs" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-05-15/Microsoft.DevTestLab.json#/resourceDefinitions/labs_artifactsources" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-05-15/Microsoft.DevTestLab.json#/resourceDefinitions/labs_customimages" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-05-15/Microsoft.DevTestLab.json#/resourceDefinitions/labs_formulas" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-05-15/Microsoft.DevTestLab.json#/resourceDefinitions/labs_policysets_policies" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-05-15/Microsoft.DevTestLab.json#/resourceDefinitions/labs_schedules" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-05-15/Microsoft.DevTestLab.json#/resourceDefinitions/labs_virtualmachines" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-05-15/Microsoft.DevTestLab.json#/resourceDefinitions/labs_virtualnetworks" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-05-21-preview/Microsoft.DevTestLab.json#/resourceDefinitions/labs" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-05-21-preview/Microsoft.DevTestLab.json#/resourceDefinitions/virtualMachines" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2014-06-01/Microsoft.Web.json#/resourceDefinitions/sites" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2014-06-01/Microsoft.Web.json#/resourceDefinitions/certificates" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2014-06-01/Microsoft.Web.json#/resourceDefinitions/serverfarms" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-04-01/Microsoft.DomainRegistration.json#/resourceDefinitions/domains" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-04-01/Microsoft.DomainRegistration.json#/resourceDefinitions/domains_domainOwnershipIdentifiers" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-08-01/Microsoft.CertificateRegistration.json#/resourceDefinitions/certificateOrders" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-08-01/Microsoft.CertificateRegistration.json#/resourceDefinitions/certificateOrders_certificates" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-03-01/Microsoft.Web.json#/resourceDefinitions/certificates" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-03-01/Microsoft.Web.json#/resourceDefinitions/csrs" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-08-01/Microsoft.Web.json#/resourceDefinitions/sites" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-08-01/Microsoft.Web.json#/resourceDefinitions/sites_appsettings" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-08-01/Microsoft.Web.json#/resourceDefinitions/sites_config" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-08-01/Microsoft.Web.json#/resourceDefinitions/sites_connectionstrings" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-08-01/Microsoft.Web.json#/resourceDefinitions/sites_deployments" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-08-01/Microsoft.Web.json#/resourceDefinitions/sites_domainOwnershipIdentifiers" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-08-01/Microsoft.Web.json#/resourceDefinitions/sites_hostNameBindings" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-08-01/Microsoft.Web.json#/resourceDefinitions/sites_hybridconnection" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-08-01/Microsoft.Web.json#/resourceDefinitions/sites_hybridConnectionNamespaces_relays" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-08-01/Microsoft.Web.json#/resourceDefinitions/sites_instances_deployments" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-08-01/Microsoft.Web.json#/resourceDefinitions/sites_premieraddons" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-08-01/Microsoft.Web.json#/resourceDefinitions/sites_publicCertificates" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-08-01/Microsoft.Web.json#/resourceDefinitions/sites_slots" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-08-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_appsettings" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-08-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_config" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-08-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_connectionstrings" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-08-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_deployments" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-08-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_domainOwnershipIdentifiers" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-08-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_hostNameBindings" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-08-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_hybridconnection" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-08-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_hybridConnectionNamespaces_relays" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-08-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_instances_deployments" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-08-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_premieraddons" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-08-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_publicCertificates" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-08-01/Microsoft.Web.json#/resourceDefinitions/sites_sourcecontrol" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-08-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_sourcecontrol" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-08-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_virtualNetworkConnections" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-08-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_virtualNetworkConnections_gateways" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-08-01/Microsoft.Web.json#/resourceDefinitions/sites_virtualNetworkConnections" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-08-01/Microsoft.Web.json#/resourceDefinitions/sites_virtualNetworkConnections_gateways" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-09-01/Microsoft.Web.json#/resourceDefinitions/hostingEnvironments" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-09-01/Microsoft.Web.json#/resourceDefinitions/hostingEnvironments_workerPools" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-09-01/Microsoft.Web.json#/resourceDefinitions/hostingEnvironments_multiRolePools" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-09-01/Microsoft.Web.json#/resourceDefinitions/serverfarms" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-09-01/Microsoft.Web.json#/resourceDefinitions/serverfarms_virtualNetworkConnections_gateways" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-09-01/Microsoft.Web.json#/resourceDefinitions/serverfarms_virtualNetworkConnections_routes" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2014-04-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2014-04-01-preview/Microsoft.Sql.json#/resourceDefinitions/databases" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2014-04-01-preview/Microsoft.Sql.json#/resourceDefinitions/firewallrules" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2014-04-01-preview/Microsoft.Sql.json#/resourceDefinitions/administrators" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2014-04-01-preview/Microsoft.Sql.json#/resourceDefinitions/disasterrecoveryconfiguration" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2014-04-01/Microsoft.Insights.json#/resourceDefinitions/alertrules" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2014-04-01/Microsoft.Insights.json#/resourceDefinitions/components" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2014-04-01/Microsoft.Insights.json#/resourceDefinitions/autoscalesettings" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2014-04-01/Microsoft.Insights.json#/resourceDefinitions/webtests" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2014-02-26/microsoft.visualstudio.json#/resourceDefinitions/account" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2014-04-01-preview/Microsoft.Cache.json#/resourceDefinitions/Redis" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2014-04-01/Microsoft.BizTalkServices.json#/resourceDefinitions/BizTalk" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2014-04-01/Microsoft.BizTalkServices.json#/resourceDefinitions/HybridConnection" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2014-08-01-preview/Microsoft.Scheduler.json#/resourceDefinitions/jobCollections" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2014-04-01/SuccessBricks.ClearDB.json#/resourceDefinitions/databases" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-03-01-preview/Microsoft.AppService.json#/resourceDefinitions/apiapps" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-03-01-preview/Microsoft.AppService.json#/resourceDefinitions/registrations" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-03-01-preview/Microsoft.AppService.json#/resourceDefinitions/gateways" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-04-01/Microsoft.NotificationHubs.json#/resourceDefinitions/notificationHubs" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-04-01/Microsoft.NotificationHubs.json#/resourceDefinitions/namespaces" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-08-01-preview/Microsoft.DataConnect.json#/resourceDefinitions/connectionManagers" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-08-01/Microsoft.Cache.json#/resourceDefinitions/Redis" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-08-01/Microsoft.Network.json#/resourceDefinitions/publicIPAddresses" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-08-01/Microsoft.Network.json#/resourceDefinitions/virtualNetworks" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-08-01/Microsoft.Network.json#/resourceDefinitions/loadBalancers" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-08-01/Microsoft.Network.json#/resourceDefinitions/networkSecurityGroups" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-08-01/Microsoft.Network.json#/resourceDefinitions/networkInterfaces" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-08-01/Microsoft.Network.json#/resourceDefinitions/routeTables" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-11-01/Microsoft.Network.json#/resourceDefinitions/trafficManagerProfiles" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2017-03-01/Microsoft.Network.json#/resourceDefinitions/trafficManagerProfiles" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2017-05-01/Microsoft.Network.json#/resourceDefinitions/trafficManagerProfiles" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-08-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-01-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-08-01/Microsoft.Compute.json#/resourceDefinitions/availabilitySets" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-08-01/Microsoft.Compute.json#/resourceDefinitions/extensions" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-08-01/Microsoft.Compute.json#/resourceDefinitions/virtualMachines" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-08-01/Microsoft.Compute.json#/resourceDefinitions/virtualMachineScaleSets" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-10-01-preview/Microsoft.DataLakeStore.json#/resourceDefinitions/accounts" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-10-01-preview/Microsoft.DataLakeAnalytics.json#/resourceDefinitions/accounts" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-02-01-preview/Microsoft.CognitiveServices.json#/resourceDefinitions/accounts" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-01-29/Microsoft.PowerBI.json#/resourceDefinitions/workspaceCollections" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-03-30/Microsoft.DataCatalog.json#/resourceDefinitions/catalogs" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-03-30/Microsoft.ContainerService.json#/resourceDefinitions/containerServices" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-05-04-preview/Microsoft.Network.json#/resourceDefinitions/dnszones" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-05-04-preview/Microsoft.Network.json#/resourceDefinitions/dnszones_A" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-05-04-preview/Microsoft.Network.json#/resourceDefinitions/dnszones_AAAA" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-05-04-preview/Microsoft.Network.json#/resourceDefinitions/dnszones_CNAME" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-05-04-preview/Microsoft.Network.json#/resourceDefinitions/dnszones_MX" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-05-04-preview/Microsoft.Network.json#/resourceDefinitions/dnszones_NS" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-05-04-preview/Microsoft.Network.json#/resourceDefinitions/dnszones_PTR" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-05-04-preview/Microsoft.Network.json#/resourceDefinitions/dnszones_SOA" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-05-04-preview/Microsoft.Network.json#/resourceDefinitions/dnszones_SRV" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-05-04-preview/Microsoft.Network.json#/resourceDefinitions/dnszones_TXT" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-04-01/Microsoft.Network.json#/resourceDefinitions/dnszones" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-04-01/Microsoft.Network.json#/resourceDefinitions/dnszones_A" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-04-01/Microsoft.Network.json#/resourceDefinitions/dnszones_AAAA" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-04-01/Microsoft.Network.json#/resourceDefinitions/dnszones_CNAME" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-04-01/Microsoft.Network.json#/resourceDefinitions/dnszones_MX" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-04-01/Microsoft.Network.json#/resourceDefinitions/dnszones_NS" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-04-01/Microsoft.Network.json#/resourceDefinitions/dnszones_PTR" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-04-01/Microsoft.Network.json#/resourceDefinitions/dnszones_SOA" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-04-01/Microsoft.Network.json#/resourceDefinitions/dnszones_SRV" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-04-01/Microsoft.Network.json#/resourceDefinitions/dnszones_TXT" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-06-01/Microsoft.Cdn.json#/resourceDefinitions/profiles" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-06-01/Microsoft.Cdn.json#/resourceDefinitions/profiles_endpoints" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-06-01/Microsoft.Cdn.json#/resourceDefinitions/profiles_endpoints_customDomains" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-06-01/Microsoft.Cdn.json#/resourceDefinitions/profiles_endpoints_origins" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-04-02/Microsoft.Cdn.json#/resourceDefinitions/profiles" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-04-02/Microsoft.Cdn.json#/resourceDefinitions/profiles_endpoints" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-04-02/Microsoft.Cdn.json#/resourceDefinitions/profiles_endpoints_customDomains" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-04-02/Microsoft.Cdn.json#/resourceDefinitions/profiles_endpoints_origins" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-12-01/Microsoft.Batch.json#/resourceDefinitions/batchAccounts" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-12-01/Microsoft.Batch.json#/resourceDefinitions/batchAccounts_applications" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-12-01/Microsoft.Batch.json#/resourceDefinitions/batchAccounts_applications_versions" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-04-01/Microsoft.Cache.json#/resourceDefinitions/Redis" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-02-01-preview/Microsoft.Logic.json#/resourceDefinitions/workflows"},
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-06-01/Microsoft.Logic.json#/resourceDefinitions/workflows"},
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-06-01/Microsoft.Web.json#/resourceDefinitions/connections"},
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-06-01/Microsoft.Web.json#/resourceDefinitions/connectionGateways"},
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-03-01/Microsoft.Scheduler.json#/resourceDefinitions/jobCollections"},
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-03-01/Microsoft.Scheduler.json#/resourceDefinitions/jobCollections_jobs"},
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-05-01-preview/Microsoft.MachineLearning.json#/resourceDefinitions/webServices"},
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-05-01-preview/Microsoft.MachineLearning.json#/resourceDefinitions/commitmentPlans"},
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-04-01/Microsoft.MachineLearning.json#/resourceDefinitions/workspaces"},
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-10-31/Microsoft.Automation.json#/resourceDefinitions/automationAccounts" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-10-31/Microsoft.Automation.json#/resourceDefinitions/runbooks" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-10-31/Microsoft.Automation.json#/resourceDefinitions/modules" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-10-31/Microsoft.Automation.json#/resourceDefinitions/certificates" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-10-31/Microsoft.Automation.json#/resourceDefinitions/connections" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-10-31/Microsoft.Automation.json#/resourceDefinitions/variables" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-10-31/Microsoft.Automation.json#/resourceDefinitions/schedules" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-10-31/Microsoft.Automation.json#/resourceDefinitions/jobs" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-10-31/Microsoft.Automation.json#/resourceDefinitions/jobSchedules" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-10-01/Microsoft.Media.json#/resourceDefinitions/mediaServices" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-02-03/Microsoft.Devices.json#/resourceDefinitions/IotHubs" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/Sendgrid.Email.json#/resourceDefinitions/accounts" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-03-01/Microsoft.ServiceFabric.json#/resourceDefinitions/clusters" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-09-01/Microsoft.ServiceFabric.json#/resourceDefinitions/clusters" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-08-01/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-08-01/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces_AuthorizationRules" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-08-01/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces_queues" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-08-01/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces_queues_authorizationRules" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-08-01/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces_topics" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-08-01/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces_topics_authorizationRules" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-08-01/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces_topics_subscriptions" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-08-01/Microsoft.EventHub.json#/resourceDefinitions/namespaces" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-08-01/Microsoft.EventHub.json#/resourceDefinitions/namespaces_AuthorizationRules" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-08-01/Microsoft.EventHub.json#/resourceDefinitions/namespaces_eventhubs" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-08-01/Microsoft.EventHub.json#/resourceDefinitions/namespaces_eventhubs_authorizationRules" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-08-01/Microsoft.EventHub.json#/resourceDefinitions/namespaces_eventhubs_consumergroups" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-09-01/Microsoft.Authorization.json#/resourceDefinitions/locks" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-09-01/Microsoft.Resources.json#/resourceDefinitions/deployments" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2017-05-10/Microsoft.Resources.json#/resourceDefinitions/deployments" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-09-01-preview/Microsoft.Solutions.json#/resourceDefinitions/applianceDefinitions" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-09-01-preview/Microsoft.Solutions.json#/resourceDefinitions/appliances" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-07-07/Microsoft.ApiManagement.json#/resourceDefinitions/service" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2017-03-01/Microsoft.ApiManagement.json#/resourceDefinitions/service" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2017-03-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2017-03-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_operations" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2017-03-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_operations_policies" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2017-03-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_policies" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2017-03-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_authorizationServers" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2017-03-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_backends" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2017-03-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_certificates" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2017-03-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_groups" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2017-03-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_groups_users" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2017-03-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_identityProviders" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2017-03-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_loggers" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2017-03-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_openidConnectProviders" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2017-03-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_policies" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2017-03-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_products" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2017-03-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_products_apis" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2017-03-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_products_groups" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2017-03-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_products_policies" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2017-03-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_properties" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2017-03-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_subscriptions" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2017-03-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_templates" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2017-03-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_users" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-06-27-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries"},
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-04-30-preview/Microsoft.Compute.json#/resourceDefinitions/disks"},
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-04-30-preview/Microsoft.Compute.json#/resourceDefinitions/snapshots"},
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-04-30-preview/Microsoft.Compute.json#/resourceDefinitions/images"},
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-04-30-preview/Microsoft.Compute.json#/resourceDefinitions/availabilitySets"},
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-04-30-preview/Microsoft.Compute.json#/resourceDefinitions/virtualMachines"},
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-04-30-preview/Microsoft.Compute.json#/resourceDefinitions/virtualMachineScaleSets"},
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-04-30-preview/Microsoft.Compute.json#/resourceDefinitions/extensions"},
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2017-03-01-preview/Microsoft.Insights.json#/resourceDefinitions/actionGroups" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2017-03-01-preview/Microsoft.Insights.json#/resourceDefinitions/activityLogAlerts" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-06-01/Microsoft.Network.json#/resourceDefinitions/publicIPAddresses" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-06-01/Microsoft.Network.json#/resourceDefinitions/virtualNetworks" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-06-01/Microsoft.Network.json#/resourceDefinitions/loadBalancers" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-06-01/Microsoft.Network.json#/resourceDefinitions/networkSecurityGroups" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-06-01/Microsoft.Network.json#/resourceDefinitions/networkInterfaces" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-06-01/Microsoft.Network.json#/resourceDefinitions/routeTables" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-07-01/Microsoft.Network.json#/resourceDefinitions/publicIPAddresses" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-07-01/Microsoft.Network.json#/resourceDefinitions/virtualNetworks" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-07-01/Microsoft.Network.json#/resourceDefinitions/loadBalancers" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-07-01/Microsoft.Network.json#/resourceDefinitions/networkSecurityGroups" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-07-01/Microsoft.Network.json#/resourceDefinitions/networkInterfaces" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-07-01/Microsoft.Network.json#/resourceDefinitions/routeTables" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-08-01/Microsoft.Network.json#/resourceDefinitions/publicIPAddresses" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-08-01/Microsoft.Network.json#/resourceDefinitions/virtualNetworks" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-08-01/Microsoft.Network.json#/resourceDefinitions/loadBalancers" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-08-01/Microsoft.Network.json#/resourceDefinitions/networkSecurityGroups" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-08-01/Microsoft.Network.json#/resourceDefinitions/networkInterfaces" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-08-01/Microsoft.Network.json#/resourceDefinitions/routeTables" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-09-01/Microsoft.Network.json#/resourceDefinitions/publicIPAddresses" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-09-01/Microsoft.Network.json#/resourceDefinitions/virtualNetworks" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-09-01/Microsoft.Network.json#/resourceDefinitions/loadBalancers" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-09-01/Microsoft.Network.json#/resourceDefinitions/networkSecurityGroups" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-09-01/Microsoft.Network.json#/resourceDefinitions/networkInterfaces" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-09-01/Microsoft.Network.json#/resourceDefinitions/routeTables" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-10-01/Microsoft.Network.json#/resourceDefinitions/publicIPAddresses" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-10-01/Microsoft.Network.json#/resourceDefinitions/virtualNetworks" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-10-01/Microsoft.Network.json#/resourceDefinitions/loadBalancers" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-10-01/Microsoft.Network.json#/resourceDefinitions/networkSecurityGroups" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-10-01/Microsoft.Network.json#/resourceDefinitions/networkInterfaces" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-10-01/Microsoft.Network.json#/resourceDefinitions/routeTables" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-11-01/Microsoft.Network.json#/resourceDefinitions/publicIPAddresses" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-11-01/Microsoft.Network.json#/resourceDefinitions/virtualNetworks" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-11-01/Microsoft.Network.json#/resourceDefinitions/loadBalancers" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-11-01/Microsoft.Network.json#/resourceDefinitions/networkSecurityGroups" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-11-01/Microsoft.Network.json#/resourceDefinitions/networkInterfaces" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-11-01/Microsoft.Network.json#/resourceDefinitions/routeTables" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-12-01/Microsoft.Network.json#/resourceDefinitions/publicIPAddresses" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-12-01/Microsoft.Network.json#/resourceDefinitions/virtualNetworks" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-12-01/Microsoft.Network.json#/resourceDefinitions/loadBalancers" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-12-01/Microsoft.Network.json#/resourceDefinitions/networkSecurityGroups" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-12-01/Microsoft.Network.json#/resourceDefinitions/networkInterfaces" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-12-01/Microsoft.Network.json#/resourceDefinitions/routeTables" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2017-03-01/Microsoft.Network.json#/resourceDefinitions/publicIPAddresses" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2017-03-01/Microsoft.Network.json#/resourceDefinitions/virtualNetworks" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2017-03-01/Microsoft.Network.json#/resourceDefinitions/loadBalancers" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2017-03-01/Microsoft.Network.json#/resourceDefinitions/networkSecurityGroups" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2017-03-01/Microsoft.Network.json#/resourceDefinitions/networkInterfaces" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2017-03-01/Microsoft.Network.json#/resourceDefinitions/routeTables" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2017-04-01/Microsoft.Insights.json#/resourceDefinitions/actionGroups" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2017-04-01/Microsoft.Insights.json#/resourceDefinitions/activityLogAlerts" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2014-04-01/Microsoft.Sql.json#/resourceDefinitions/servers" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2014-04-01/Microsoft.Sql.json#/resourceDefinitions/servers_administrators" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2014-04-01/Microsoft.Sql.json#/resourceDefinitions/servers_auditingPolicies" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2014-04-01/Microsoft.Sql.json#/resourceDefinitions/servers_backupLongTermRetentionVaults" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2014-04-01/Microsoft.Sql.json#/resourceDefinitions/servers_communicationLinks" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2014-04-01/Microsoft.Sql.json#/resourceDefinitions/servers_connectionPolicies" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2014-04-01/Microsoft.Sql.json#/resourceDefinitions/servers_databases" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2014-04-01/Microsoft.Sql.json#/resourceDefinitions/servers_databases_advisors" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2014-04-01/Microsoft.Sql.json#/resourceDefinitions/servers_databases_auditingPolicies" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2014-04-01/Microsoft.Sql.json#/resourceDefinitions/servers_databases_backupLongTermRetentionPolicies" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2014-04-01/Microsoft.Sql.json#/resourceDefinitions/servers_databases_dataMaskingPolicies" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2014-04-01/Microsoft.Sql.json#/resourceDefinitions/servers_databases_dataMaskingPolicies_rules" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2014-04-01/Microsoft.Sql.json#/resourceDefinitions/servers_databases_extensions" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2014-04-01/Microsoft.Sql.json#/resourceDefinitions/servers_databases_geoBackupPolicies" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2014-04-01/Microsoft.Sql.json#/resourceDefinitions/servers_databases_securityAlertPolicies" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2014-04-01/Microsoft.Sql.json#/resourceDefinitions/servers_databases_transparentDataEncryption" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2014-04-01/Microsoft.Sql.json#/resourceDefinitions/servers_elasticPools" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2014-04-01/Microsoft.Sql.json#/resourceDefinitions/servers_firewallRules" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_auditingSettings" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_syncGroups" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_syncGroups_syncMembers" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_encryptionProtector" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_failoverGroups" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_keys" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_syncAgents" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_virtualNetworkRules" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2017-06-01/Microsoft.Network.json#/resourceDefinitions/publicIPAddresses" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2017-06-01/Microsoft.Network.json#/resourceDefinitions/virtualNetworks" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2017-06-01/Microsoft.Network.json#/resourceDefinitions/loadBalancers" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2017-06-01/Microsoft.Network.json#/resourceDefinitions/networkSecurityGroups" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2017-06-01/Microsoft.Network.json#/resourceDefinitions/networkInterfaces" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2017-06-01/Microsoft.Network.json#/resourceDefinitions/routeTables" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-08-19/Microsoft.Search.json#/resourceDefinitions/searchServices" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2016-05-16/Microsoft.AnalysisServices.json#/resourceDefinitions/servers" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2016-06-01/Microsoft.RecoveryServices.json#/resourceDefinitions/vaults" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-07-01-preview/Microsoft.ServerManagement.json#/resourceDefinitions/nodes" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-07-01-preview/Microsoft.ServerManagement.json#/resourceDefinitions/gateways" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-07-01-preview/Microsoft.ServerManagement.json#/resourceDefinitions/sessions" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2016-07-01-preview/Microsoft.ServerManagement.json#/resourceDefinitions/nodes" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2016-07-01-preview/Microsoft.ServerManagement.json#/resourceDefinitions/gateways" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2016-07-01-preview/Microsoft.ServerManagement.json#/resourceDefinitions/sessions" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-04-08/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-06-01/Microsoft.KeyVault.json#/resourceDefinitions/vaults" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-06-01/Microsoft.KeyVault.json#/resourceDefinitions/secrets" },
|
||||
{ "$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_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_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_virtualmachines" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2016-05-15/Microsoft.DevTestLab.json#/resourceDefinitions/labs_virtualnetworks" },
|
||||
{ "$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/virtualMachines" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2014-06-01/Microsoft.Web.json#/resourceDefinitions/sites" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2014-06-01/Microsoft.Web.json#/resourceDefinitions/certificates" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2014-06-01/Microsoft.Web.json#/resourceDefinitions/serverfarms" },
|
||||
{ "$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/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/2016-03-01/Microsoft.Web.json#/resourceDefinitions/certificates" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2016-03-01/Microsoft.Web.json#/resourceDefinitions/csrs" },
|
||||
{ "$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_appsettings" },
|
||||
{ "$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_connectionstrings" },
|
||||
{ "$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_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_deployments" },
|
||||
{ "$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_slots" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2016-08-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_appsettings" },
|
||||
{ "$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_connectionstrings" },
|
||||
{ "$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_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_deployments" },
|
||||
{ "$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_sourcecontrol" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2016-08-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_sourcecontrol" },
|
||||
{ "$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_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_workerPools" },
|
||||
{ "$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/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/2014-04-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2014-04-01-preview/Microsoft.Sql.json#/resourceDefinitions/databases" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2014-04-01-preview/Microsoft.Sql.json#/resourceDefinitions/firewallrules" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2014-04-01-preview/Microsoft.Sql.json#/resourceDefinitions/administrators" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2014-04-01-preview/Microsoft.Sql.json#/resourceDefinitions/disasterrecoveryconfiguration" },
|
||||
{ "$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/components" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2014-04-01/Microsoft.Insights.json#/resourceDefinitions/autoscalesettings" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2014-04-01/Microsoft.Insights.json#/resourceDefinitions/webtests" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2014-02-26/microsoft.visualstudio.json#/resourceDefinitions/account" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2014-04-01-preview/Microsoft.Cache.json#/resourceDefinitions/Redis" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2014-04-01/Microsoft.BizTalkServices.json#/resourceDefinitions/BizTalk" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2014-04-01/Microsoft.BizTalkServices.json#/resourceDefinitions/HybridConnection" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2014-08-01-preview/Microsoft.Scheduler.json#/resourceDefinitions/jobCollections" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2014-04-01/SuccessBricks.ClearDB.json#/resourceDefinitions/databases" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-03-01-preview/Microsoft.AppService.json#/resourceDefinitions/apiapps" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-03-01-preview/Microsoft.AppService.json#/resourceDefinitions/registrations" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-03-01-preview/Microsoft.AppService.json#/resourceDefinitions/gateways" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-04-01/Microsoft.NotificationHubs.json#/resourceDefinitions/notificationHubs" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-04-01/Microsoft.NotificationHubs.json#/resourceDefinitions/namespaces" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-08-01-preview/Microsoft.DataConnect.json#/resourceDefinitions/connectionManagers" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-08-01/Microsoft.Cache.json#/resourceDefinitions/Redis" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-08-01/Microsoft.Network.json#/resourceDefinitions/publicIPAddresses" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-08-01/Microsoft.Network.json#/resourceDefinitions/virtualNetworks" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-08-01/Microsoft.Network.json#/resourceDefinitions/loadBalancers" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-08-01/Microsoft.Network.json#/resourceDefinitions/networkSecurityGroups" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-08-01/Microsoft.Network.json#/resourceDefinitions/networkInterfaces" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-08-01/Microsoft.Network.json#/resourceDefinitions/routeTables" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-11-01/Microsoft.Network.json#/resourceDefinitions/trafficManagerProfiles" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2017-03-01/Microsoft.Network.json#/resourceDefinitions/trafficManagerProfiles" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2017-05-01/Microsoft.Network.json#/resourceDefinitions/trafficManagerProfiles" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-08-01/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/2015-08-01/Microsoft.Compute.json#/resourceDefinitions/availabilitySets" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-08-01/Microsoft.Compute.json#/resourceDefinitions/extensions" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-08-01/Microsoft.Compute.json#/resourceDefinitions/virtualMachines" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-08-01/Microsoft.Compute.json#/resourceDefinitions/virtualMachineScaleSets" },
|
||||
{ "$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.DataLakeAnalytics.json#/resourceDefinitions/accounts" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2016-02-01-preview/Microsoft.CognitiveServices.json#/resourceDefinitions/accounts" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2016-01-29/Microsoft.PowerBI.json#/resourceDefinitions/workspaceCollections" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2016-03-30/Microsoft.DataCatalog.json#/resourceDefinitions/catalogs" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2016-03-30/Microsoft.ContainerService.json#/resourceDefinitions/containerServices" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-05-04-preview/Microsoft.Network.json#/resourceDefinitions/dnszones" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-05-04-preview/Microsoft.Network.json#/resourceDefinitions/dnszones_A" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-05-04-preview/Microsoft.Network.json#/resourceDefinitions/dnszones_AAAA" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-05-04-preview/Microsoft.Network.json#/resourceDefinitions/dnszones_CNAME" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-05-04-preview/Microsoft.Network.json#/resourceDefinitions/dnszones_MX" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-05-04-preview/Microsoft.Network.json#/resourceDefinitions/dnszones_NS" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-05-04-preview/Microsoft.Network.json#/resourceDefinitions/dnszones_PTR" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-05-04-preview/Microsoft.Network.json#/resourceDefinitions/dnszones_SOA" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-05-04-preview/Microsoft.Network.json#/resourceDefinitions/dnszones_SRV" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-05-04-preview/Microsoft.Network.json#/resourceDefinitions/dnszones_TXT" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2016-04-01/Microsoft.Network.json#/resourceDefinitions/dnszones" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2016-04-01/Microsoft.Network.json#/resourceDefinitions/dnszones_A" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2016-04-01/Microsoft.Network.json#/resourceDefinitions/dnszones_AAAA" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2016-04-01/Microsoft.Network.json#/resourceDefinitions/dnszones_CNAME" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2016-04-01/Microsoft.Network.json#/resourceDefinitions/dnszones_MX" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2016-04-01/Microsoft.Network.json#/resourceDefinitions/dnszones_NS" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2016-04-01/Microsoft.Network.json#/resourceDefinitions/dnszones_PTR" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2016-04-01/Microsoft.Network.json#/resourceDefinitions/dnszones_SOA" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2016-04-01/Microsoft.Network.json#/resourceDefinitions/dnszones_SRV" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2016-04-01/Microsoft.Network.json#/resourceDefinitions/dnszones_TXT" },
|
||||
{ "$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/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/2016-04-01/Microsoft.Cache.json#/resourceDefinitions/Redis" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-02-01-preview/Microsoft.Logic.json#/resourceDefinitions/workflows"},
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2016-06-01/Microsoft.Logic.json#/resourceDefinitions/workflows"},
|
||||
{ "$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/connectionGateways"},
|
||||
{ "$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/2016-05-01-preview/Microsoft.MachineLearning.json#/resourceDefinitions/webServices"},
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2016-05-01-preview/Microsoft.MachineLearning.json#/resourceDefinitions/commitmentPlans"},
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2016-04-01/Microsoft.MachineLearning.json#/resourceDefinitions/workspaces"},
|
||||
{ "$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/runbooks" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-10-31/Microsoft.Automation.json#/resourceDefinitions/modules" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-10-31/Microsoft.Automation.json#/resourceDefinitions/certificates" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-10-31/Microsoft.Automation.json#/resourceDefinitions/connections" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-10-31/Microsoft.Automation.json#/resourceDefinitions/variables" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-10-31/Microsoft.Automation.json#/resourceDefinitions/schedules" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-10-31/Microsoft.Automation.json#/resourceDefinitions/jobs" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-10-31/Microsoft.Automation.json#/resourceDefinitions/jobSchedules" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-10-01/Microsoft.Media.json#/resourceDefinitions/mediaServices" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2016-02-03/Microsoft.Devices.json#/resourceDefinitions/IotHubs" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/Sendgrid.Email.json#/resourceDefinitions/accounts" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2016-03-01/Microsoft.ServiceFabric.json#/resourceDefinitions/clusters" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2016-09-01/Microsoft.ServiceFabric.json#/resourceDefinitions/clusters" },
|
||||
{ "$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/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/2016-09-01/Microsoft.Authorization.json#/resourceDefinitions/locks" },
|
||||
{ "$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/2016-09-01-preview/Microsoft.Solutions.json#/resourceDefinitions/applianceDefinitions" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2016-09-01-preview/Microsoft.Solutions.json#/resourceDefinitions/appliances" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2016-07-07/Microsoft.ApiManagement.json#/resourceDefinitions/service" },
|
||||
{ "$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_apis" },
|
||||
{ "$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_policies" },
|
||||
{ "$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_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_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_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_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_templates" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2017-03-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_users" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2016-06-27-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries"},
|
||||
{ "$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/snapshots"},
|
||||
{ "$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/availabilitySets"},
|
||||
{ "$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/2016-04-30-preview/Microsoft.Compute.json#/resourceDefinitions/extensions"},
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2017-03-01-preview/Microsoft.Insights.json#/resourceDefinitions/actionGroups" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2017-03-01-preview/Microsoft.Insights.json#/resourceDefinitions/activityLogAlerts" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2016-06-01/Microsoft.Network.json#/resourceDefinitions/publicIPAddresses" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2016-06-01/Microsoft.Network.json#/resourceDefinitions/virtualNetworks" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2016-06-01/Microsoft.Network.json#/resourceDefinitions/loadBalancers" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2016-06-01/Microsoft.Network.json#/resourceDefinitions/networkSecurityGroups" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2016-06-01/Microsoft.Network.json#/resourceDefinitions/networkInterfaces" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2016-06-01/Microsoft.Network.json#/resourceDefinitions/routeTables" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2016-07-01/Microsoft.Network.json#/resourceDefinitions/publicIPAddresses" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2016-07-01/Microsoft.Network.json#/resourceDefinitions/virtualNetworks" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2016-07-01/Microsoft.Network.json#/resourceDefinitions/loadBalancers" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2016-07-01/Microsoft.Network.json#/resourceDefinitions/networkSecurityGroups" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2016-07-01/Microsoft.Network.json#/resourceDefinitions/networkInterfaces" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2016-07-01/Microsoft.Network.json#/resourceDefinitions/routeTables" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2016-08-01/Microsoft.Network.json#/resourceDefinitions/publicIPAddresses" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2016-08-01/Microsoft.Network.json#/resourceDefinitions/virtualNetworks" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2016-08-01/Microsoft.Network.json#/resourceDefinitions/loadBalancers" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2016-08-01/Microsoft.Network.json#/resourceDefinitions/networkSecurityGroups" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2016-08-01/Microsoft.Network.json#/resourceDefinitions/networkInterfaces" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2016-08-01/Microsoft.Network.json#/resourceDefinitions/routeTables" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2016-09-01/Microsoft.Network.json#/resourceDefinitions/publicIPAddresses" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2016-09-01/Microsoft.Network.json#/resourceDefinitions/virtualNetworks" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2016-09-01/Microsoft.Network.json#/resourceDefinitions/loadBalancers" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2016-09-01/Microsoft.Network.json#/resourceDefinitions/networkSecurityGroups" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2016-09-01/Microsoft.Network.json#/resourceDefinitions/networkInterfaces" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2016-09-01/Microsoft.Network.json#/resourceDefinitions/routeTables" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2016-10-01/Microsoft.Network.json#/resourceDefinitions/publicIPAddresses" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2016-10-01/Microsoft.Network.json#/resourceDefinitions/virtualNetworks" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2016-10-01/Microsoft.Network.json#/resourceDefinitions/loadBalancers" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2016-10-01/Microsoft.Network.json#/resourceDefinitions/networkSecurityGroups" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2016-10-01/Microsoft.Network.json#/resourceDefinitions/networkInterfaces" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2016-10-01/Microsoft.Network.json#/resourceDefinitions/routeTables" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2016-11-01/Microsoft.Network.json#/resourceDefinitions/publicIPAddresses" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2016-11-01/Microsoft.Network.json#/resourceDefinitions/virtualNetworks" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2016-11-01/Microsoft.Network.json#/resourceDefinitions/loadBalancers" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2016-11-01/Microsoft.Network.json#/resourceDefinitions/networkSecurityGroups" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2016-11-01/Microsoft.Network.json#/resourceDefinitions/networkInterfaces" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2016-11-01/Microsoft.Network.json#/resourceDefinitions/routeTables" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2016-12-01/Microsoft.Network.json#/resourceDefinitions/publicIPAddresses" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2016-12-01/Microsoft.Network.json#/resourceDefinitions/virtualNetworks" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2016-12-01/Microsoft.Network.json#/resourceDefinitions/loadBalancers" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2016-12-01/Microsoft.Network.json#/resourceDefinitions/networkSecurityGroups" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2016-12-01/Microsoft.Network.json#/resourceDefinitions/networkInterfaces" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2016-12-01/Microsoft.Network.json#/resourceDefinitions/routeTables" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2017-03-01/Microsoft.Network.json#/resourceDefinitions/publicIPAddresses" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2017-03-01/Microsoft.Network.json#/resourceDefinitions/virtualNetworks" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2017-03-01/Microsoft.Network.json#/resourceDefinitions/loadBalancers" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2017-03-01/Microsoft.Network.json#/resourceDefinitions/networkSecurityGroups" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2017-03-01/Microsoft.Network.json#/resourceDefinitions/networkInterfaces" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2017-03-01/Microsoft.Network.json#/resourceDefinitions/routeTables" },
|
||||
{ "$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/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_auditingPolicies" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2014-04-01/Microsoft.Sql.json#/resourceDefinitions/servers_backupLongTermRetentionVaults" },
|
||||
{ "$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_backupLongTermRetentionPolicies" },
|
||||
{ "$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_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/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_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-06-01/Microsoft.Network.json#/resourceDefinitions/publicIPAddresses" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2017-06-01/Microsoft.Network.json#/resourceDefinitions/virtualNetworks" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2017-06-01/Microsoft.Network.json#/resourceDefinitions/loadBalancers" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2017-06-01/Microsoft.Network.json#/resourceDefinitions/networkSecurityGroups" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2017-06-01/Microsoft.Network.json#/resourceDefinitions/networkInterfaces" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2017-06-01/Microsoft.Network.json#/resourceDefinitions/routeTables" },
|
||||
{ "$ref": "#/definitions/resourceGeneric" }
|
||||
]
|
||||
}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"id": "http://schema.management.azure.com/schemas/2014-04-01/Microsoft.BizTalkServices.json",
|
||||
"id": "https://schema.management.azure.com/schemas/2014-04-01/Microsoft.BizTalkServices.json",
|
||||
"$schema": "http://json-schema.org/draft-04/schema#",
|
||||
"title": "Microsoft.BizTalkServices",
|
||||
"description": "Microsoft BizTalk Services Resource Types",
|
||||
|
@ -23,7 +23,7 @@
|
|||
"sku": {
|
||||
"oneOf": [
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
},
|
||||
{
|
||||
"type": "object",
|
||||
|
@ -31,7 +31,7 @@
|
|||
"name": {
|
||||
"oneOf": [
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
},
|
||||
{
|
||||
"enum": [
|
||||
|
@ -44,7 +44,7 @@
|
|||
"unitCount": {
|
||||
"oneOf": [
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
},
|
||||
{
|
||||
"type": "integer",
|
||||
|
@ -73,7 +73,7 @@
|
|||
"items": {
|
||||
"allOf": [
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/resourceBase"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/resourceBase"
|
||||
},
|
||||
{
|
||||
"oneOf": [
|
||||
|
@ -119,7 +119,7 @@
|
|||
"port": {
|
||||
"oneOf": [
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
},
|
||||
{
|
||||
"type": "integer",
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"id": "http://schema.management.azure.com/schemas/2014-04-01/Microsoft.Insights.json#",
|
||||
"id": "https://schema.management.azure.com/schemas/2014-04-01/Microsoft.Insights.json#",
|
||||
"$schema": "http://json-schema.org/draft-04/schema#",
|
||||
"title": "Microsoft.Insights",
|
||||
"description": "Microsoft Insights Types",
|
||||
|
@ -36,7 +36,7 @@
|
|||
"type": "boolean"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Microsoft.Insights/alertrules: Indicates whether the alert rule is enabled."
|
||||
|
@ -44,7 +44,7 @@
|
|||
"condition": {
|
||||
"oneOf": [
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
},
|
||||
{
|
||||
"type": "object",
|
||||
|
@ -52,7 +52,7 @@
|
|||
"odata.type": {
|
||||
"oneOf": [
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
},
|
||||
{
|
||||
"enum": [
|
||||
|
@ -69,7 +69,7 @@
|
|||
"odata.type": {
|
||||
"oneOf": [
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
},
|
||||
{
|
||||
"enum": [
|
||||
|
@ -92,7 +92,7 @@
|
|||
"metricNamespace": {
|
||||
"oneOf": [
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
},
|
||||
{
|
||||
"enum": [
|
||||
|
@ -108,7 +108,7 @@
|
|||
"operator": {
|
||||
"oneOf": [
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
},
|
||||
{
|
||||
"enum": [
|
||||
|
@ -128,7 +128,7 @@
|
|||
"minimum": 0
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Microsoft.Insights/alertrules: The threshold value that activates the alert. Only for ThresholdRuleConditions."
|
||||
|
@ -140,7 +140,7 @@
|
|||
"minimum": 0
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Microsoft.Insights/alertrules: The number of locations that must fail to activate the alert. Only for LocationThresholdRuleConditions."
|
||||
|
@ -148,10 +148,10 @@
|
|||
"windowSize": {
|
||||
"oneOf": [
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/Iso8601Duration"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/Iso8601Duration"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Microsoft.Insights/alertrules: The period of time that is used to monitor alert activity based on the threshold. Must be between 5 minutes and 1 day. ISO 8601 duration format."
|
||||
|
@ -164,7 +164,7 @@
|
|||
"action": {
|
||||
"oneOf": [
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
},
|
||||
{
|
||||
"type": "object",
|
||||
|
@ -172,7 +172,7 @@
|
|||
"odata.type": {
|
||||
"oneOf": [
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
},
|
||||
{
|
||||
"enum": [
|
||||
|
@ -185,7 +185,7 @@
|
|||
"sendToServiceOwners": {
|
||||
"oneOf": [
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
},
|
||||
{
|
||||
"type": "boolean"
|
||||
|
@ -196,7 +196,7 @@
|
|||
"customEmails": {
|
||||
"oneOf": [
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
},
|
||||
{
|
||||
"type": "array",
|
||||
|
@ -291,7 +291,7 @@
|
|||
"Enabled": {
|
||||
"oneOf": [
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
},
|
||||
{
|
||||
"type": "boolean"
|
||||
|
@ -300,17 +300,17 @@
|
|||
"description": "Microsoft.Insights/webtests: Is the webtest enabled."
|
||||
},
|
||||
"Frequency": {
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression",
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression",
|
||||
"description": "Microsoft.Insights/webtests: Frequency of the webtest."
|
||||
},
|
||||
"Timeout": {
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression",
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression",
|
||||
"description": "Microsoft.Insights/webtests: Timeout for the webtest."
|
||||
},
|
||||
"Locations": {
|
||||
"oneOf": [
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
},
|
||||
{
|
||||
"type": "array",
|
||||
|
@ -331,7 +331,7 @@
|
|||
"Configuration": {
|
||||
"oneOf": [
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
},
|
||||
{
|
||||
"type": "object",
|
||||
|
@ -381,7 +381,7 @@
|
|||
"profiles": {
|
||||
"oneOf": [
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
},
|
||||
{
|
||||
"type": "array",
|
||||
|
@ -399,7 +399,7 @@
|
|||
"minimum": {
|
||||
"oneOf": [
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
},
|
||||
{
|
||||
"type": "integer",
|
||||
|
@ -411,7 +411,7 @@
|
|||
"maximum": {
|
||||
"oneOf": [
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
},
|
||||
{
|
||||
"type": "integer",
|
||||
|
@ -423,7 +423,7 @@
|
|||
"default": {
|
||||
"oneOf": [
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
},
|
||||
{
|
||||
"type": "integer",
|
||||
|
@ -458,10 +458,10 @@
|
|||
"timeGrain": {
|
||||
"oneOf": [
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/Iso8601Duration"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/Iso8601Duration"
|
||||
}
|
||||
],
|
||||
"description": "Microsoft.Insights/autoscalesettings: The granularity of metrics the rule monitors. Must be one of the predefined values returned from metric definitions for the metric. Must be between 12 hours and 1 minute. ISO 8601 duration format."
|
||||
|
@ -469,7 +469,7 @@
|
|||
"statistics": {
|
||||
"oneOf": [
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
},
|
||||
{
|
||||
"enum": [
|
||||
|
@ -485,10 +485,10 @@
|
|||
"timeWindow": {
|
||||
"oneOf": [
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/Iso8601Duration"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/Iso8601Duration"
|
||||
}
|
||||
],
|
||||
"description": "Microsoft.Insights/autoscalesettings: The range of time in which instance data is collected. This value must be greater than the delay in metric collection, which can vary from resource-to-resource. Must be between 12 hours and 5 minutes. ISO 8601 duration format."
|
||||
|
@ -496,7 +496,7 @@
|
|||
"timeAggregation": {
|
||||
"oneOf": [
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
},
|
||||
{
|
||||
"enum": [
|
||||
|
@ -514,7 +514,7 @@
|
|||
"operator": {
|
||||
"oneOf": [
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
},
|
||||
{
|
||||
"enum": [
|
||||
|
@ -532,7 +532,7 @@
|
|||
"threshold": {
|
||||
"oneOf": [
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
},
|
||||
{
|
||||
"type": "number",
|
||||
|
@ -555,7 +555,7 @@
|
|||
"direction": {
|
||||
"oneOf": [
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
},
|
||||
{
|
||||
"enum": [
|
||||
|
@ -569,7 +569,7 @@
|
|||
"type": {
|
||||
"oneOf": [
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
},
|
||||
{
|
||||
"enum": [
|
||||
|
@ -582,7 +582,7 @@
|
|||
"value": {
|
||||
"oneOf": [
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
},
|
||||
{
|
||||
"type": "integer",
|
||||
|
@ -594,10 +594,10 @@
|
|||
"cooldown": {
|
||||
"oneOf": [
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/Iso8601Duration"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/Iso8601Duration"
|
||||
}
|
||||
],
|
||||
"description": "Microsoft.Insights/autoscalesettings: The amount of time to wait since the last scaling action before this action occurs. Must be between 1 week and 1 minute. ISO 8601 duration format."
|
||||
|
@ -699,7 +699,7 @@
|
|||
"type": "boolean"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Microsoft.Insights/autoscalesettings: Specifies whether automatic scaling is enabled for the resource."
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"id": "http://schema.management.azure.com/schemas/2014-04-01/SuccessBricks.ClearDB.json",
|
||||
"id": "https://schema.management.azure.com/schemas/2014-04-01/SuccessBricks.ClearDB.json",
|
||||
"$schema": "http://json-schema.org/draft-04/schema#",
|
||||
"title": "SuccessBricks.ClearDB",
|
||||
"description": "SuccessBricks ClearDB Resource Types",
|
||||
|
@ -23,7 +23,7 @@
|
|||
"name": {
|
||||
"oneOf": [
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
},
|
||||
{
|
||||
"enum": [
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"id": "http://schema.management.azure.com/schemas/2014-06-01/Microsoft.Web.json",
|
||||
"id": "https://schema.management.azure.com/schemas/2014-06-01/Microsoft.Web.json",
|
||||
"$schema": "http://json-schema.org/draft-04/schema#",
|
||||
"title": "Microsoft.Web",
|
||||
"description": "Microsoft Web Resource Types",
|
||||
|
@ -28,7 +28,7 @@
|
|||
"sku": {
|
||||
"oneOf": [
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
},
|
||||
{
|
||||
"enum": [
|
||||
|
@ -44,7 +44,7 @@
|
|||
"workerSize": {
|
||||
"oneOf": [
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
},
|
||||
{
|
||||
"enum": [
|
||||
|
@ -64,7 +64,7 @@
|
|||
"numberOfWorkers": {
|
||||
"oneOf": [
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
},
|
||||
{
|
||||
"type": "integer",
|
||||
|
@ -105,7 +105,7 @@
|
|||
"connectionStrings": {
|
||||
"oneOf": [
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
},
|
||||
{
|
||||
"type": "array",
|
||||
|
@ -125,7 +125,7 @@
|
|||
"Type": {
|
||||
"oneOf": [
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
},
|
||||
{
|
||||
"type": "integer",
|
||||
|
@ -197,7 +197,7 @@
|
|||
"setParameters": {
|
||||
"oneOf": [
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
},
|
||||
{
|
||||
"type": "object"
|
||||
|
@ -244,7 +244,7 @@
|
|||
"hostnames": {
|
||||
"oneOf": [
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
},
|
||||
{
|
||||
"type": "array",
|
||||
|
@ -259,7 +259,7 @@
|
|||
"enabledHostnames": {
|
||||
"oneOf": [
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
},
|
||||
{
|
||||
"type": "array",
|
||||
|
@ -274,7 +274,7 @@
|
|||
"hostNameSslStates": {
|
||||
"oneOf": [
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
},
|
||||
{
|
||||
"type": "array",
|
||||
|
@ -301,7 +301,7 @@
|
|||
"maximum": 2
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Microsoft.Web/sites/hostNameSslStates. The SSL state."
|
||||
|
@ -326,7 +326,7 @@
|
|||
"maximum": 2
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Microsoft.Web/sites/hostNameSslStates: IP Based SSL state"
|
||||
|
@ -343,7 +343,7 @@
|
|||
"type": "array",
|
||||
"items": {
|
||||
"allOf": [
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/resourceBase" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/resourceBase" },
|
||||
{
|
||||
"oneOf": [
|
||||
{ "$ref": "#/resourceDefinitions/config" },
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"id": "http://schema.management.azure.com/schemas/2014-08-01-preview/Microsoft.Scheduler.json",
|
||||
"id": "https://schema.management.azure.com/schemas/2014-08-01-preview/Microsoft.Scheduler.json",
|
||||
"$schema": "http://json-schema.org/draft-04/schema#",
|
||||
"title": "Microsoft.Scheduler",
|
||||
"description": "Microsoft Scheduler Resource Types",
|
||||
|
@ -34,12 +34,12 @@
|
|||
"Premium"
|
||||
]
|
||||
},
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Scheduler/jobCollections: Job Collection sku"
|
||||
},
|
||||
|
@ -54,20 +54,20 @@
|
|||
"type": "integer",
|
||||
"minimum": 1
|
||||
},
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Scheduler/jobCollections/quota: The maximum number of jobs that can be created in this job collection. Default value based on sku."
|
||||
},
|
||||
"maxRecurrence": {
|
||||
"oneOf": [
|
||||
{ "$ref": "#/definitions/recurrenceFrequency" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Scheduler/jobCollections/quota: The maximum recurrence frequency that a job can execute at. Default value based on sku."
|
||||
}
|
||||
}
|
||||
},
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Scheduler/jobCollections/quota"
|
||||
}
|
||||
|
@ -80,7 +80,7 @@
|
|||
"type": "array",
|
||||
"items": {
|
||||
"allOf": [
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/resourceBase" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/resourceBase" },
|
||||
{ "$ref": "#/resourceDefinitions/jobs" }
|
||||
]
|
||||
},
|
||||
|
@ -115,14 +115,14 @@
|
|||
"startTime": {
|
||||
"oneOf": [
|
||||
{ "$ref": "#/definitions/UTC" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Scheduler/jobCollections/jobs: For simple scheduler startTime will be the first occurrence and for complex schedules the job will start no sooner than startTime."
|
||||
},
|
||||
"recurrence": {
|
||||
"oneOf": [
|
||||
{ "$ref": "#/definitions/recurrence" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Scheduler/jobCollections/jobs: The recurrence schedule the job will execute."
|
||||
},
|
||||
|
@ -134,7 +134,7 @@
|
|||
"Disabled"
|
||||
]
|
||||
},
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Scheduler/jobCollections/jobs: Running state of the job."
|
||||
},
|
||||
|
@ -153,26 +153,26 @@
|
|||
"HTTPS"
|
||||
]
|
||||
},
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Scheduler/jobCollections/jobs: Type of job action"
|
||||
},
|
||||
"request": {
|
||||
"oneOf": [
|
||||
{ "$ref": "#/definitions/httpActionRequest" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
]
|
||||
},
|
||||
"retryPolicy": {
|
||||
"oneOf": [
|
||||
{ "$ref": "#/definitions/retryPolicy" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
]
|
||||
},
|
||||
"errorAction": {
|
||||
"oneOf": [
|
||||
{ "$ref": "#/definitions/errorAction" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
]
|
||||
}
|
||||
},
|
||||
|
@ -192,26 +192,26 @@
|
|||
"STORAGEQUEUE"
|
||||
]
|
||||
},
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Scheduler/jobCollections/jobs: Type of job action"
|
||||
},
|
||||
"queueMessage": {
|
||||
"oneOf": [
|
||||
{ "$ref": "#/definitions/storageQueueActionQueueMessage" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
]
|
||||
},
|
||||
"retryPolicy": {
|
||||
"oneOf": [
|
||||
{ "$ref": "#/definitions/retryPolicy" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
]
|
||||
},
|
||||
"errorAction": {
|
||||
"oneOf": [
|
||||
{ "$ref": "#/definitions/errorAction" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
]
|
||||
}
|
||||
},
|
||||
|
@ -223,7 +223,7 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
]
|
||||
,
|
||||
"description": "Microsoft.Scheduler/jobCollections/jobs: Action to perform on the prescribed schedule"
|
||||
|
@ -250,7 +250,7 @@
|
|||
"minLength": 1,
|
||||
"maxLength": 2048
|
||||
},
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Scheduler/jobCollections/jobs: URI of the endpoint to call"
|
||||
},
|
||||
|
@ -277,14 +277,14 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Scheduler/jobCollections/jobs: HTTP method used to communicate with the endpoint"
|
||||
},
|
||||
"headers": {
|
||||
"oneOf": [
|
||||
{ "type": "object" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Scheduler/jobCollections/jobs: Dictionary HTTP request headers. Limited to 50 headers."
|
||||
},
|
||||
|
@ -294,7 +294,7 @@
|
|||
"type": "string",
|
||||
"maxLength": 8192
|
||||
},
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Scheduler/jobCollections/jobs: HTTP request body"
|
||||
},
|
||||
|
@ -582,14 +582,14 @@
|
|||
"count": {
|
||||
"oneOf": [
|
||||
{ "type": "integer" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Scheduler/jobCollections/jobs: Number of times this job should run before completing"
|
||||
},
|
||||
"endTime": {
|
||||
"oneOf": [
|
||||
{ "$ref": "#/definitions/UTC" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Scheduler/jobCollections/jobs: Job should not execute past this time"
|
||||
},
|
||||
|
@ -599,7 +599,7 @@
|
|||
"type": "integer",
|
||||
"minimum": 1
|
||||
},
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Scheduler/jobCollections/jobs: Interval for the frequency that determines how often the job will run"
|
||||
},
|
||||
|
@ -612,7 +612,7 @@
|
|||
"Month"
|
||||
]
|
||||
},
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Scheduler/jobCollections/jobs: Frequency at which this job will run"
|
||||
},
|
||||
|
@ -634,7 +634,7 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Minutes of the hour at which the job will run"
|
||||
},
|
||||
|
@ -653,7 +653,7 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Hours of the day at which the job will run"
|
||||
},
|
||||
|
@ -674,7 +674,7 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Days of the week the job will run. Can only be specified with a weekly frequency."
|
||||
},
|
||||
|
@ -688,7 +688,7 @@
|
|||
"day": {
|
||||
"oneOf": [
|
||||
{ "$ref": "#/definitions/dayOfWeek" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Day of the week the job will run, e.g. {Sunday} is every Sunday of the month."
|
||||
},
|
||||
|
@ -699,7 +699,7 @@
|
|||
"minimum": -5,
|
||||
"maximum": 5
|
||||
},
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Occurrence of the day during the month, e.g. {Sunday, -1} is the last Sunday of the month. Optional."
|
||||
}
|
||||
|
@ -710,7 +710,7 @@
|
|||
"description": "Determines which days of the month the job will run. Can only be specified with a monthly frequency."
|
||||
}
|
||||
},
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
]
|
||||
},
|
||||
"monthDays": {
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"id": "http://schema.management.azure.com/schemas/2014-10-01-preview/Microsoft.Authorization.json",
|
||||
"id": "https://schema.management.azure.com/schemas/2014-10-01-preview/Microsoft.Authorization.json",
|
||||
"$schema": "http://json-schema.org/draft-04/schema#",
|
||||
"title": "Microsoft.Authorization",
|
||||
"description": "Microsoft Microsoft.Authorization Resource Types",
|
||||
|
@ -31,7 +31,7 @@
|
|||
"minLength": 1
|
||||
}
|
||||
},
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Collection of resources this resource depends on"
|
||||
},
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"id": "http://schema.management.azure.com/schemas/2015-01-01/Microsoft.Authorization.json",
|
||||
"id": "https://schema.management.azure.com/schemas/2015-01-01/Microsoft.Authorization.json",
|
||||
"$schema": "http://json-schema.org/draft-04/schema#",
|
||||
"title": "Microsoft.Authorization",
|
||||
"description": "Microsoft Microsoft.Authorization Resource Types",
|
||||
|
@ -41,7 +41,7 @@
|
|||
"ReadOnly"
|
||||
]
|
||||
},
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
]
|
||||
,
|
||||
"description": "Microsoft.Authorization/locks: level - specifies the type of lock to apply to the scope. CanNotDelete allows modification but prevents deletion, ReadOnly prevents modification or deletion."
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"id": "http://schema.management.azure.com/schemas/2015-01-01/Microsoft.Resources.json",
|
||||
"id": "https://schema.management.azure.com/schemas/2015-01-01/Microsoft.Resources.json",
|
||||
"$schema": "http://json-schema.org/draft-04/schema#",
|
||||
"title": "Microsoft.Resources",
|
||||
"description": "Microsoft Resources Resource Types",
|
||||
|
@ -36,14 +36,14 @@
|
|||
"mode": {
|
||||
"oneOf": [
|
||||
{ "enum": [ "Incremental", "Complete" ] },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Deployment mode"
|
||||
},
|
||||
"templateLink": {
|
||||
"oneOf": [
|
||||
{ "$ref": "#/definitions/templateLink" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Deployment template link"
|
||||
},
|
||||
|
@ -52,14 +52,14 @@
|
|||
{
|
||||
"type": "object"
|
||||
},
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Deployment template"
|
||||
},
|
||||
"parametersLink": {
|
||||
"oneOf": [
|
||||
{ "$ref": "#/definitions/parametersLink" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Deployment parameters link"
|
||||
},
|
||||
|
@ -68,10 +68,10 @@
|
|||
{
|
||||
"type": "object",
|
||||
"additionalProperties": {
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentParameters.json#/definitions/parameter"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentParameters.json#/definitions/parameter"
|
||||
}
|
||||
},
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Deployment parameters"
|
||||
}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"id": "http://schema.management.azure.com/schemas/2014-04-01-preview/Sendgrid.json",
|
||||
"id": "https://schema.management.azure.com/schemas/2014-04-01-preview/Sendgrid.json",
|
||||
"$schema": "http://json-schema.org/draft-04/schema#",
|
||||
"title": "Sendgrid.Email",
|
||||
"description": "Sendgrid Resource Types",
|
||||
|
@ -15,7 +15,7 @@
|
|||
"maxLength": 50
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Name of the resource"
|
||||
|
@ -36,7 +36,7 @@
|
|||
"name": {
|
||||
"oneOf": [
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
},
|
||||
{
|
||||
"enum": [
|
||||
|
@ -58,7 +58,7 @@
|
|||
"product": {
|
||||
"oneOf": [
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
},
|
||||
{
|
||||
"enum": [
|
||||
|
@ -92,7 +92,7 @@
|
|||
"maxLength": 50
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "The SendGrid account password"
|
||||
|
@ -103,7 +103,7 @@
|
|||
"type": "boolean"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "True if you want to accept Marketing Emails"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"id": "http://schema.management.azure.com/schemas/2015-01-01/deploymentParameters.json#",
|
||||
"id": "https://schema.management.azure.com/schemas/2015-01-01/deploymentParameters.json#",
|
||||
"$schema": "http://json-schema.org/draft-04/schema#",
|
||||
"title": "Parameters",
|
||||
"description": "An Azure deployment parameter file",
|
||||
|
@ -31,11 +31,11 @@
|
|||
"type": "object",
|
||||
"properties": {
|
||||
"value": {
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/parameterValueTypes",
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/parameterValueTypes",
|
||||
"description": "Input value to template"
|
||||
},
|
||||
"reference": {
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/keyVaultReference",
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/keyVaultReference",
|
||||
"description": "KeyVault parameter reference"
|
||||
},
|
||||
"metadata": {
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"id": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#",
|
||||
"id": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#",
|
||||
"$schema": "http://json-schema.org/draft-04/schema#",
|
||||
"title": "Template",
|
||||
"description": "An Azure deployment template",
|
||||
|
@ -37,305 +37,305 @@
|
|||
},
|
||||
{
|
||||
"oneOf": [
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-08-19/Microsoft.Search.json#/resourceDefinitions/searchServices" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-05-16/Microsoft.AnalysisServices.json#/resourceDefinitions/servers" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-06-01/Microsoft.RecoveryServices.json#/resourceDefinitions/vaults" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-07-01-preview/Microsoft.ServerManagement.json#/resourceDefinitions/nodes" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-07-01-preview/Microsoft.ServerManagement.json#/resourceDefinitions/gateways" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-07-01-preview/Microsoft.ServerManagement.json#/resourceDefinitions/sessions" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-07-01-preview/Microsoft.ServerManagement.json#/resourceDefinitions/nodes" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-07-01-preview/Microsoft.ServerManagement.json#/resourceDefinitions/gateways" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-07-01-preview/Microsoft.ServerManagement.json#/resourceDefinitions/sessions" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-04-08/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-06-01/Microsoft.KeyVault.json#/resourceDefinitions/secrets" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-05-15/Microsoft.DevTestLab.json#/resourceDefinitions/labs" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-05-15/Microsoft.DevTestLab.json#/resourceDefinitions/labs_artifactsources" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-05-15/Microsoft.DevTestLab.json#/resourceDefinitions/labs_customimages" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-05-15/Microsoft.DevTestLab.json#/resourceDefinitions/labs_formulas" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-05-15/Microsoft.DevTestLab.json#/resourceDefinitions/labs_policysets_policies" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-05-15/Microsoft.DevTestLab.json#/resourceDefinitions/labs_schedules" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-05-15/Microsoft.DevTestLab.json#/resourceDefinitions/labs_virtualmachines" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-05-15/Microsoft.DevTestLab.json#/resourceDefinitions/labs_virtualnetworks" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-05-21-preview/Microsoft.DevTestLab.json#/resourceDefinitions/labs" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-05-21-preview/Microsoft.DevTestLab.json#/resourceDefinitions/virtualMachines" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2014-06-01/Microsoft.Web.json#/resourceDefinitions/certificates" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2014-06-01/Microsoft.Web.json#/resourceDefinitions/serverfarms" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-08-01/Microsoft.Web.json#/resourceDefinitions/certificates" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-08-01/Microsoft.Web.json#/resourceDefinitions/serverfarms" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-04-01/Microsoft.DomainRegistration.json#/resourceDefinitions/domains" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-04-01/Microsoft.DomainRegistration.json#/resourceDefinitions/domains_domainOwnershipIdentifiers" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-08-01/Microsoft.CertificateRegistration.json#/resourceDefinitions/certificateOrders" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-08-01/Microsoft.CertificateRegistration.json#/resourceDefinitions/certificateOrders_certificates" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-03-01/Microsoft.Web.json#/resourceDefinitions/certificates" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-03-01/Microsoft.Web.json#/resourceDefinitions/csrs" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-08-01/Microsoft.Web.json#/resourceDefinitions/sites" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-08-01/Microsoft.Web.json#/resourceDefinitions/sites_appsettings" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-08-01/Microsoft.Web.json#/resourceDefinitions/sites_config" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-08-01/Microsoft.Web.json#/resourceDefinitions/sites_connectionstrings" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-08-01/Microsoft.Web.json#/resourceDefinitions/sites_deployments" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-08-01/Microsoft.Web.json#/resourceDefinitions/sites_domainOwnershipIdentifiers" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-08-01/Microsoft.Web.json#/resourceDefinitions/sites_hostNameBindings" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-08-01/Microsoft.Web.json#/resourceDefinitions/sites_hybridconnection" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-08-01/Microsoft.Web.json#/resourceDefinitions/sites_hybridConnectionNamespaces_relays" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-08-01/Microsoft.Web.json#/resourceDefinitions/sites_instances_deployments" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-08-01/Microsoft.Web.json#/resourceDefinitions/sites_premieraddons" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-08-01/Microsoft.Web.json#/resourceDefinitions/sites_publicCertificates" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-08-01/Microsoft.Web.json#/resourceDefinitions/sites_slots" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-08-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_appsettings" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-08-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_config" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-08-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_connectionstrings" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-08-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_deployments" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-08-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_domainOwnershipIdentifiers" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-08-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_hostNameBindings" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-08-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_hybridconnection" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-08-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_hybridConnectionNamespaces_relays" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-08-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_instances_deployments" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-08-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_premieraddons" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-08-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_publicCertificates" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-08-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_virtualNetworkConnections" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-08-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_virtualNetworkConnections_gateways" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-08-01/Microsoft.Web.json#/resourceDefinitions/sites_sourcecontrol" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-08-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_sourcecontrol" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-08-01/Microsoft.Web.json#/resourceDefinitions/sites_virtualNetworkConnections" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-08-01/Microsoft.Web.json#/resourceDefinitions/sites_virtualNetworkConnections_gateways" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-09-01/Microsoft.Web.json#/resourceDefinitions/hostingEnvironments" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-09-01/Microsoft.Web.json#/resourceDefinitions/hostingEnvironments_workerPools" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-09-01/Microsoft.Web.json#/resourceDefinitions/hostingEnvironments_multiRolePools" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-09-01/Microsoft.Web.json#/resourceDefinitions/serverfarms" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-09-01/Microsoft.Web.json#/resourceDefinitions/serverfarms_virtualNetworkConnections_gateways" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-09-01/Microsoft.Web.json#/resourceDefinitions/serverfarms_virtualNetworkConnections_routes" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2014-04-01-preview/Microsoft.Sql.json#/resourceDefinitions/databases" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2014-04-01-preview/Microsoft.Sql.json#/resourceDefinitions/firewallrules" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2014-04-01-preview/Microsoft.Sql.json#/resourceDefinitions/administrators" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2014-04-01-preview/Microsoft.Sql.json#/resourceDefinitions/disasterrecoveryconfigurations" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2014-04-01/Microsoft.Insights.json#/resourceDefinitions/alertrules" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2014-04-01/Microsoft.Insights.json#/resourceDefinitions/components" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2014-04-01/Microsoft.Insights.json#/resourceDefinitions/autoscalesettings" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2014-04-01/Microsoft.Insights.json#/resourceDefinitions/webtests" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2014-02-26/microsoft.visualstudio.json#/resourceDefinitions/account" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2014-04-01-preview/Microsoft.Cache.json#/resourceDefinitions/Redis" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2014-04-01/Microsoft.BizTalkServices.json#/resourceDefinitions/BizTalk" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2014-04-01/Microsoft.BizTalkServices.json#/resourceDefinitions/HybridConnection" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-03-01-preview/Microsoft.AppService.json#/resourceDefinitions/apiapps" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-03-01-preview/Microsoft.AppService.json#/resourceDefinitions/registrations" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-04-01/Microsoft.NotificationHubs.json#/resourceDefinitions/notificationHubs" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-08-01-preview/Microsoft.DataConnect.json#/resourceDefinitions/connectionManagers" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-08-01/Microsoft.Cache.json#/resourceDefinitions/Redis" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-08-01/Microsoft.Network.json#/resourceDefinitions/publicIPAddresses" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-08-01/Microsoft.Network.json#/resourceDefinitions/virtualNetworks" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-08-01/Microsoft.Network.json#/resourceDefinitions/loadBalancers" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-08-01/Microsoft.Network.json#/resourceDefinitions/networkSecurityGroups" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-08-01/Microsoft.Network.json#/resourceDefinitions/networkInterfaces" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-08-01/Microsoft.Network.json#/resourceDefinitions/routeTables" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-11-01/Microsoft.Network.json#/resourceDefinitions/trafficManagerProfiles" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2017-03-01/Microsoft.Network.json#/resourceDefinitions/trafficManagerProfiles" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2017-05-01/Microsoft.Network.json#/resourceDefinitions/trafficManagerProfiles" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-08-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-01-01/Microsoft.Storage.json#/resourceDefinitions/storageAccounts" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-08-01/Microsoft.Compute.json#/resourceDefinitions/availabilitySets" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-08-01/Microsoft.Compute.json#/resourceDefinitions/extensions" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-08-01/Microsoft.Compute.json#/resourceDefinitions/virtualMachineScaleSets" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-06-01/Microsoft.KeyVault.json#/resourceDefinitions/vaults" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2014-06-01/Microsoft.Web.json#/resourceDefinitions/sites" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-08-01/Microsoft.Web.json#/resourceDefinitions/sites" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2014-04-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2014-08-01-preview/Microsoft.Scheduler.json#/resourceDefinitions/jobCollections" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-03-01-preview/Microsoft.AppService.json#/resourceDefinitions/gateways" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-04-01/Microsoft.NotificationHubs.json#/resourceDefinitions/namespaces" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-08-01/Microsoft.Compute.json#/resourceDefinitions/virtualMachines" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-10-01-preview/Microsoft.DataLakeStore.json#/resourceDefinitions/accounts" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-10-01-preview/Microsoft.DataLakeAnalytics.json#/resourceDefinitions/accounts" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-02-01-preview/Microsoft.CognitiveServices.json#/resourceDefinitions/accounts" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-01-29/Microsoft.PowerBI.json#/resourceDefinitions/workspaceCollections" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-03-30/Microsoft.DataCatalog.json#/resourceDefinitions/catalogs" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-03-30/Microsoft.ContainerService.json#/resourceDefinitions/containerServices" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-05-04-preview/Microsoft.Network.json#/resourceDefinitions/dnszones" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-05-04-preview/Microsoft.Network.json#/resourceDefinitions/dnszones_A" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-05-04-preview/Microsoft.Network.json#/resourceDefinitions/dnszones_AAAA" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-05-04-preview/Microsoft.Network.json#/resourceDefinitions/dnszones_CNAME" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-05-04-preview/Microsoft.Network.json#/resourceDefinitions/dnszones_MX" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-05-04-preview/Microsoft.Network.json#/resourceDefinitions/dnszones_NS" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-05-04-preview/Microsoft.Network.json#/resourceDefinitions/dnszones_PTR" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-05-04-preview/Microsoft.Network.json#/resourceDefinitions/dnszones_SOA" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-05-04-preview/Microsoft.Network.json#/resourceDefinitions/dnszones_SRV" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-05-04-preview/Microsoft.Network.json#/resourceDefinitions/dnszones_TXT" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-04-01/Microsoft.Network.json#/resourceDefinitions/dnszones" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-04-01/Microsoft.Network.json#/resourceDefinitions/dnszones_A" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-04-01/Microsoft.Network.json#/resourceDefinitions/dnszones_AAAA" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-04-01/Microsoft.Network.json#/resourceDefinitions/dnszones_CNAME" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-04-01/Microsoft.Network.json#/resourceDefinitions/dnszones_MX" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-04-01/Microsoft.Network.json#/resourceDefinitions/dnszones_NS" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-04-01/Microsoft.Network.json#/resourceDefinitions/dnszones_PTR" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-04-01/Microsoft.Network.json#/resourceDefinitions/dnszones_SOA" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-04-01/Microsoft.Network.json#/resourceDefinitions/dnszones_SRV" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-04-01/Microsoft.Network.json#/resourceDefinitions/dnszones_TXT" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-06-01/Microsoft.Cdn.json#/resourceDefinitions/profiles" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-06-01/Microsoft.Cdn.json#/resourceDefinitions/profiles_endpoints" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-06-01/Microsoft.Cdn.json#/resourceDefinitions/profiles_endpoints_customDomains" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-06-01/Microsoft.Cdn.json#/resourceDefinitions/profiles_endpoints_origins" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-04-02/Microsoft.Cdn.json#/resourceDefinitions/profiles" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-04-02/Microsoft.Cdn.json#/resourceDefinitions/profiles_endpoints" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-04-02/Microsoft.Cdn.json#/resourceDefinitions/profiles_endpoints_customDomains" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-04-02/Microsoft.Cdn.json#/resourceDefinitions/profiles_endpoints_origins" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-12-01/Microsoft.Batch.json#/resourceDefinitions/batchAccounts" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-12-01/Microsoft.Batch.json#/resourceDefinitions/batchAccounts_applications" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-12-01/Microsoft.Batch.json#/resourceDefinitions/batchAccounts_applications_versions" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-04-01/Microsoft.Cache.json#/resourceDefinitions/Redis" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-02-01-preview/Microsoft.Logic.json#/resourceDefinitions/workflows" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-06-01/Microsoft.Logic.json#/resourceDefinitions/workflows" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-06-01/Microsoft.Web.json#/resourceDefinitions/connections"},
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-06-01/Microsoft.Web.json#/resourceDefinitions/connectionGateways"},
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-03-01/Microsoft.Scheduler.json#/resourceDefinitions/jobCollections" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-03-01/Microsoft.Scheduler.json#/resourceDefinitions/jobCollections_jobs" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-05-01-preview/Microsoft.MachineLearning.json#/resourceDefinitions/webServices" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-05-01-preview/Microsoft.MachineLearning.json#/resourceDefinitions/commitmentPlans" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-04-01/Microsoft.MachineLearning.json#/resourceDefinitions/workspaces" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-10-31/Microsoft.Automation.json#/resourceDefinitions/automationAccounts" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-10-31/Microsoft.Automation.json#/resourceDefinitions/runbooks" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-10-31/Microsoft.Automation.json#/resourceDefinitions/modules" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-10-31/Microsoft.Automation.json#/resourceDefinitions/certificates" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-10-31/Microsoft.Automation.json#/resourceDefinitions/connections" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-10-31/Microsoft.Automation.json#/resourceDefinitions/variables" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-10-31/Microsoft.Automation.json#/resourceDefinitions/schedules" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-10-31/Microsoft.Automation.json#/resourceDefinitions/jobs" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-10-31/Microsoft.Automation.json#/resourceDefinitions/jobSchedules" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-10-01/Microsoft.Media.json#/resourceDefinitions/mediaServices" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-02-03/Microsoft.Devices.json#/resourceDefinitions/IotHubs" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-03-01/Microsoft.ServiceFabric.json#/resourceDefinitions/clusters" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-09-01/Microsoft.ServiceFabric.json#/resourceDefinitions/clusters" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-08-01/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-08-01/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces_AuthorizationRules" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-08-01/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces_queues" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-08-01/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces_queues_authorizationRules" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-08-01/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces_topics" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-08-01/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces_topics_authorizationRules" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-08-01/Microsoft.ServiceBus.json#/resourceDefinitions/namespaces_topics_subscriptions" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-08-01/Microsoft.EventHub.json#/resourceDefinitions/namespaces" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-08-01/Microsoft.EventHub.json#/resourceDefinitions/namespaces_AuthorizationRules" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-08-01/Microsoft.EventHub.json#/resourceDefinitions/namespaces_eventhubs" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-08-01/Microsoft.EventHub.json#/resourceDefinitions/namespaces_eventhubs_authorizationRules" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-08-01/Microsoft.EventHub.json#/resourceDefinitions/namespaces_eventhubs_consumergroups" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-09-01/Microsoft.Authorization.json#/resourceDefinitions/locks" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-09-01/Microsoft.Resources.json#/resourceDefinitions/deployments" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2017-05-10/Microsoft.Resources.json#/resourceDefinitions/deployments" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-09-01-preview/Microsoft.Solutions.json#/resourceDefinitions/applianceDefinitions" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-09-01-preview/Microsoft.Solutions.json#/resourceDefinitions/appliances" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-07-07/Microsoft.ApiManagement.json#/resourceDefinitions/service" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2017-03-01/Microsoft.ApiManagement.json#/resourceDefinitions/service" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2017-03-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2017-03-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_operations" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2017-03-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_operations_policies" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2017-03-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_apis_policies" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2017-03-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_authorizationServers" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2017-03-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_backends" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2017-03-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_certificates" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2017-03-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_groups" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2017-03-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_groups_users" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2017-03-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_identityProviders" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2017-03-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_loggers" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2017-03-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_openidConnectProviders" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2017-03-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_policies" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2017-03-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_products" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2017-03-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_products_apis" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2017-03-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_products_groups" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2017-03-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_products_policies" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2017-03-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_properties" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2017-03-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_subscriptions" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2017-03-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_templates" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2017-03-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_users" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-04-30-preview/Microsoft.Compute.json#/resourceDefinitions/disks" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-04-30-preview/Microsoft.Compute.json#/resourceDefinitions/snapshots" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-04-30-preview/Microsoft.Compute.json#/resourceDefinitions/images" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-04-30-preview/Microsoft.Compute.json#/resourceDefinitions/availabilitySets" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-04-30-preview/Microsoft.Compute.json#/resourceDefinitions/virtualMachines" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-04-30-preview/Microsoft.Compute.json#/resourceDefinitions/virtualMachineScaleSets" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-04-30-preview/Microsoft.Compute.json#/resourceDefinitions/extensions" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-06-27-preview/Microsoft.ContainerRegistry.json#/resourceDefinitions/registries" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2017-03-01-preview/Microsoft.Insights.json#/resourceDefinitions/actionGroups" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2017-03-01-preview/Microsoft.Insights.json#/resourceDefinitions/activityLogAlerts" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-06-01/Microsoft.Network.json#/resourceDefinitions/publicIPAddresses" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-06-01/Microsoft.Network.json#/resourceDefinitions/virtualNetworks" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-06-01/Microsoft.Network.json#/resourceDefinitions/loadBalancers" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-06-01/Microsoft.Network.json#/resourceDefinitions/networkSecurityGroups" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-06-01/Microsoft.Network.json#/resourceDefinitions/networkInterfaces" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-06-01/Microsoft.Network.json#/resourceDefinitions/routeTables" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-07-01/Microsoft.Network.json#/resourceDefinitions/publicIPAddresses" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-07-01/Microsoft.Network.json#/resourceDefinitions/virtualNetworks" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-07-01/Microsoft.Network.json#/resourceDefinitions/loadBalancers" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-07-01/Microsoft.Network.json#/resourceDefinitions/networkSecurityGroups" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-07-01/Microsoft.Network.json#/resourceDefinitions/networkInterfaces" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-07-01/Microsoft.Network.json#/resourceDefinitions/routeTables" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-08-01/Microsoft.Network.json#/resourceDefinitions/publicIPAddresses" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-08-01/Microsoft.Network.json#/resourceDefinitions/virtualNetworks" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-08-01/Microsoft.Network.json#/resourceDefinitions/loadBalancers" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-08-01/Microsoft.Network.json#/resourceDefinitions/networkSecurityGroups" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-08-01/Microsoft.Network.json#/resourceDefinitions/networkInterfaces" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-08-01/Microsoft.Network.json#/resourceDefinitions/routeTables" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-09-01/Microsoft.Network.json#/resourceDefinitions/publicIPAddresses" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-09-01/Microsoft.Network.json#/resourceDefinitions/virtualNetworks" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-09-01/Microsoft.Network.json#/resourceDefinitions/loadBalancers" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-09-01/Microsoft.Network.json#/resourceDefinitions/networkSecurityGroups" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-09-01/Microsoft.Network.json#/resourceDefinitions/networkInterfaces" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-09-01/Microsoft.Network.json#/resourceDefinitions/routeTables" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-10-01/Microsoft.Network.json#/resourceDefinitions/publicIPAddresses" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-10-01/Microsoft.Network.json#/resourceDefinitions/virtualNetworks" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-10-01/Microsoft.Network.json#/resourceDefinitions/loadBalancers" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-10-01/Microsoft.Network.json#/resourceDefinitions/networkSecurityGroups" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-10-01/Microsoft.Network.json#/resourceDefinitions/networkInterfaces" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-10-01/Microsoft.Network.json#/resourceDefinitions/routeTables" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-11-01/Microsoft.Network.json#/resourceDefinitions/publicIPAddresses" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-11-01/Microsoft.Network.json#/resourceDefinitions/virtualNetworks" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-11-01/Microsoft.Network.json#/resourceDefinitions/loadBalancers" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-11-01/Microsoft.Network.json#/resourceDefinitions/networkSecurityGroups" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-11-01/Microsoft.Network.json#/resourceDefinitions/networkInterfaces" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-11-01/Microsoft.Network.json#/resourceDefinitions/routeTables" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-12-01/Microsoft.Network.json#/resourceDefinitions/publicIPAddresses" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-12-01/Microsoft.Network.json#/resourceDefinitions/virtualNetworks" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-12-01/Microsoft.Network.json#/resourceDefinitions/loadBalancers" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-12-01/Microsoft.Network.json#/resourceDefinitions/networkSecurityGroups" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-12-01/Microsoft.Network.json#/resourceDefinitions/networkInterfaces" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-12-01/Microsoft.Network.json#/resourceDefinitions/routeTables" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2017-03-01/Microsoft.Network.json#/resourceDefinitions/publicIPAddresses" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2017-03-01/Microsoft.Network.json#/resourceDefinitions/virtualNetworks" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2017-03-01/Microsoft.Network.json#/resourceDefinitions/loadBalancers" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2017-03-01/Microsoft.Network.json#/resourceDefinitions/networkSecurityGroups" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2017-03-01/Microsoft.Network.json#/resourceDefinitions/networkInterfaces" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2017-03-01/Microsoft.Network.json#/resourceDefinitions/routeTables" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2017-06-01/Microsoft.Network.json#/resourceDefinitions/publicIPAddresses" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2017-06-01/Microsoft.Network.json#/resourceDefinitions/virtualNetworks" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2017-06-01/Microsoft.Network.json#/resourceDefinitions/loadBalancers" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2017-06-01/Microsoft.Network.json#/resourceDefinitions/networkSecurityGroups" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2017-06-01/Microsoft.Network.json#/resourceDefinitions/networkInterfaces" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2017-06-01/Microsoft.Network.json#/resourceDefinitions/routeTables" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2017-04-01/Microsoft.Insights.json#/resourceDefinitions/actionGroups" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2017-04-01/Microsoft.Insights.json#/resourceDefinitions/activityLogAlerts" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2014-04-01/Microsoft.Sql.json#/resourceDefinitions/servers" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2014-04-01/Microsoft.Sql.json#/resourceDefinitions/servers_administrators" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2014-04-01/Microsoft.Sql.json#/resourceDefinitions/servers_auditingPolicies" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2014-04-01/Microsoft.Sql.json#/resourceDefinitions/servers_backupLongTermRetentionVaults" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2014-04-01/Microsoft.Sql.json#/resourceDefinitions/servers_communicationLinks" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2014-04-01/Microsoft.Sql.json#/resourceDefinitions/servers_connectionPolicies" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2014-04-01/Microsoft.Sql.json#/resourceDefinitions/servers_databases" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2014-04-01/Microsoft.Sql.json#/resourceDefinitions/servers_databases_advisors" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2014-04-01/Microsoft.Sql.json#/resourceDefinitions/servers_databases_auditingPolicies" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2014-04-01/Microsoft.Sql.json#/resourceDefinitions/servers_databases_backupLongTermRetentionPolicies" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2014-04-01/Microsoft.Sql.json#/resourceDefinitions/servers_databases_dataMaskingPolicies" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2014-04-01/Microsoft.Sql.json#/resourceDefinitions/servers_databases_dataMaskingPolicies_rules" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2014-04-01/Microsoft.Sql.json#/resourceDefinitions/servers_databases_extensions" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2014-04-01/Microsoft.Sql.json#/resourceDefinitions/servers_databases_geoBackupPolicies" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2014-04-01/Microsoft.Sql.json#/resourceDefinitions/servers_databases_securityAlertPolicies" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2014-04-01/Microsoft.Sql.json#/resourceDefinitions/servers_databases_transparentDataEncryption" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2014-04-01/Microsoft.Sql.json#/resourceDefinitions/servers_elasticPools" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2014-04-01/Microsoft.Sql.json#/resourceDefinitions/servers_firewallRules" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_auditingSettings" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_syncGroups" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_syncGroups_syncMembers" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_encryptionProtector" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_failoverGroups" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_keys" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_syncAgents" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_virtualNetworkRules" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-08-19/Microsoft.Search.json#/resourceDefinitions/searchServices" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2016-05-16/Microsoft.AnalysisServices.json#/resourceDefinitions/servers" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2016-06-01/Microsoft.RecoveryServices.json#/resourceDefinitions/vaults" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-07-01-preview/Microsoft.ServerManagement.json#/resourceDefinitions/nodes" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-07-01-preview/Microsoft.ServerManagement.json#/resourceDefinitions/gateways" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-07-01-preview/Microsoft.ServerManagement.json#/resourceDefinitions/sessions" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2016-07-01-preview/Microsoft.ServerManagement.json#/resourceDefinitions/nodes" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2016-07-01-preview/Microsoft.ServerManagement.json#/resourceDefinitions/gateways" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2016-07-01-preview/Microsoft.ServerManagement.json#/resourceDefinitions/sessions" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-04-08/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-06-01/Microsoft.KeyVault.json#/resourceDefinitions/secrets" },
|
||||
{ "$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_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_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_virtualmachines" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2016-05-15/Microsoft.DevTestLab.json#/resourceDefinitions/labs_virtualnetworks" },
|
||||
{ "$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/virtualMachines" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2014-06-01/Microsoft.Web.json#/resourceDefinitions/certificates" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2014-06-01/Microsoft.Web.json#/resourceDefinitions/serverfarms" },
|
||||
{ "$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/serverfarms" },
|
||||
{ "$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/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/2016-03-01/Microsoft.Web.json#/resourceDefinitions/certificates" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2016-03-01/Microsoft.Web.json#/resourceDefinitions/csrs" },
|
||||
{ "$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_appsettings" },
|
||||
{ "$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_connectionstrings" },
|
||||
{ "$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_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_deployments" },
|
||||
{ "$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_slots" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2016-08-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_appsettings" },
|
||||
{ "$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_connectionstrings" },
|
||||
{ "$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_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_deployments" },
|
||||
{ "$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_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_sourcecontrol" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2016-08-01/Microsoft.Web.json#/resourceDefinitions/sites_slots_sourcecontrol" },
|
||||
{ "$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_workerPools" },
|
||||
{ "$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/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/2014-04-01-preview/Microsoft.Sql.json#/resourceDefinitions/databases" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2014-04-01-preview/Microsoft.Sql.json#/resourceDefinitions/firewallrules" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2014-04-01-preview/Microsoft.Sql.json#/resourceDefinitions/administrators" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2014-04-01-preview/Microsoft.Sql.json#/resourceDefinitions/disasterrecoveryconfigurations" },
|
||||
{ "$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/components" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2014-04-01/Microsoft.Insights.json#/resourceDefinitions/autoscalesettings" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2014-04-01/Microsoft.Insights.json#/resourceDefinitions/webtests" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2014-02-26/microsoft.visualstudio.json#/resourceDefinitions/account" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2014-04-01-preview/Microsoft.Cache.json#/resourceDefinitions/Redis" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2014-04-01/Microsoft.BizTalkServices.json#/resourceDefinitions/BizTalk" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2014-04-01/Microsoft.BizTalkServices.json#/resourceDefinitions/HybridConnection" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-03-01-preview/Microsoft.AppService.json#/resourceDefinitions/apiapps" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-03-01-preview/Microsoft.AppService.json#/resourceDefinitions/registrations" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-04-01/Microsoft.NotificationHubs.json#/resourceDefinitions/notificationHubs" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-08-01-preview/Microsoft.DataConnect.json#/resourceDefinitions/connectionManagers" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-08-01/Microsoft.Cache.json#/resourceDefinitions/Redis" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-08-01/Microsoft.Network.json#/resourceDefinitions/publicIPAddresses" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-08-01/Microsoft.Network.json#/resourceDefinitions/virtualNetworks" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-08-01/Microsoft.Network.json#/resourceDefinitions/loadBalancers" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-08-01/Microsoft.Network.json#/resourceDefinitions/networkSecurityGroups" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-08-01/Microsoft.Network.json#/resourceDefinitions/networkInterfaces" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-08-01/Microsoft.Network.json#/resourceDefinitions/routeTables" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-11-01/Microsoft.Network.json#/resourceDefinitions/trafficManagerProfiles" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2017-03-01/Microsoft.Network.json#/resourceDefinitions/trafficManagerProfiles" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2017-05-01/Microsoft.Network.json#/resourceDefinitions/trafficManagerProfiles" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-08-01/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/2015-08-01/Microsoft.Compute.json#/resourceDefinitions/availabilitySets" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-08-01/Microsoft.Compute.json#/resourceDefinitions/extensions" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-08-01/Microsoft.Compute.json#/resourceDefinitions/virtualMachineScaleSets" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-06-01/Microsoft.KeyVault.json#/resourceDefinitions/vaults" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2014-06-01/Microsoft.Web.json#/resourceDefinitions/sites" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-08-01/Microsoft.Web.json#/resourceDefinitions/sites" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2014-04-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2014-08-01-preview/Microsoft.Scheduler.json#/resourceDefinitions/jobCollections" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-03-01-preview/Microsoft.AppService.json#/resourceDefinitions/gateways" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-04-01/Microsoft.NotificationHubs.json#/resourceDefinitions/namespaces" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-08-01/Microsoft.Compute.json#/resourceDefinitions/virtualMachines" },
|
||||
{ "$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.DataLakeAnalytics.json#/resourceDefinitions/accounts" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2016-02-01-preview/Microsoft.CognitiveServices.json#/resourceDefinitions/accounts" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2016-01-29/Microsoft.PowerBI.json#/resourceDefinitions/workspaceCollections" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2016-03-30/Microsoft.DataCatalog.json#/resourceDefinitions/catalogs" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2016-03-30/Microsoft.ContainerService.json#/resourceDefinitions/containerServices" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-05-04-preview/Microsoft.Network.json#/resourceDefinitions/dnszones" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-05-04-preview/Microsoft.Network.json#/resourceDefinitions/dnszones_A" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-05-04-preview/Microsoft.Network.json#/resourceDefinitions/dnszones_AAAA" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-05-04-preview/Microsoft.Network.json#/resourceDefinitions/dnszones_CNAME" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-05-04-preview/Microsoft.Network.json#/resourceDefinitions/dnszones_MX" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-05-04-preview/Microsoft.Network.json#/resourceDefinitions/dnszones_NS" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-05-04-preview/Microsoft.Network.json#/resourceDefinitions/dnszones_PTR" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-05-04-preview/Microsoft.Network.json#/resourceDefinitions/dnszones_SOA" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-05-04-preview/Microsoft.Network.json#/resourceDefinitions/dnszones_SRV" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-05-04-preview/Microsoft.Network.json#/resourceDefinitions/dnszones_TXT" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2016-04-01/Microsoft.Network.json#/resourceDefinitions/dnszones" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2016-04-01/Microsoft.Network.json#/resourceDefinitions/dnszones_A" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2016-04-01/Microsoft.Network.json#/resourceDefinitions/dnszones_AAAA" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2016-04-01/Microsoft.Network.json#/resourceDefinitions/dnszones_CNAME" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2016-04-01/Microsoft.Network.json#/resourceDefinitions/dnszones_MX" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2016-04-01/Microsoft.Network.json#/resourceDefinitions/dnszones_NS" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2016-04-01/Microsoft.Network.json#/resourceDefinitions/dnszones_PTR" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2016-04-01/Microsoft.Network.json#/resourceDefinitions/dnszones_SOA" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2016-04-01/Microsoft.Network.json#/resourceDefinitions/dnszones_SRV" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2016-04-01/Microsoft.Network.json#/resourceDefinitions/dnszones_TXT" },
|
||||
{ "$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/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/2016-04-01/Microsoft.Cache.json#/resourceDefinitions/Redis" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-02-01-preview/Microsoft.Logic.json#/resourceDefinitions/workflows" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2016-06-01/Microsoft.Logic.json#/resourceDefinitions/workflows" },
|
||||
{ "$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/connectionGateways"},
|
||||
{ "$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/2016-05-01-preview/Microsoft.MachineLearning.json#/resourceDefinitions/webServices" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2016-05-01-preview/Microsoft.MachineLearning.json#/resourceDefinitions/commitmentPlans" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2016-04-01/Microsoft.MachineLearning.json#/resourceDefinitions/workspaces" },
|
||||
{ "$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/runbooks" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-10-31/Microsoft.Automation.json#/resourceDefinitions/modules" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-10-31/Microsoft.Automation.json#/resourceDefinitions/certificates" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-10-31/Microsoft.Automation.json#/resourceDefinitions/connections" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-10-31/Microsoft.Automation.json#/resourceDefinitions/variables" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-10-31/Microsoft.Automation.json#/resourceDefinitions/schedules" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-10-31/Microsoft.Automation.json#/resourceDefinitions/jobs" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-10-31/Microsoft.Automation.json#/resourceDefinitions/jobSchedules" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-10-01/Microsoft.Media.json#/resourceDefinitions/mediaServices" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2016-02-03/Microsoft.Devices.json#/resourceDefinitions/IotHubs" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2016-03-01/Microsoft.ServiceFabric.json#/resourceDefinitions/clusters" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2016-09-01/Microsoft.ServiceFabric.json#/resourceDefinitions/clusters" },
|
||||
{ "$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/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/2016-09-01/Microsoft.Authorization.json#/resourceDefinitions/locks" },
|
||||
{ "$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/2016-09-01-preview/Microsoft.Solutions.json#/resourceDefinitions/applianceDefinitions" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2016-09-01-preview/Microsoft.Solutions.json#/resourceDefinitions/appliances" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2016-07-07/Microsoft.ApiManagement.json#/resourceDefinitions/service" },
|
||||
{ "$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_apis" },
|
||||
{ "$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_policies" },
|
||||
{ "$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_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_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_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_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_templates" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2017-03-01/Microsoft.ApiManagement.json#/resourceDefinitions/service_users" },
|
||||
{ "$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/snapshots" },
|
||||
{ "$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/availabilitySets" },
|
||||
{ "$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/2016-04-30-preview/Microsoft.Compute.json#/resourceDefinitions/extensions" },
|
||||
{ "$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-preview/Microsoft.Insights.json#/resourceDefinitions/actionGroups" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2017-03-01-preview/Microsoft.Insights.json#/resourceDefinitions/activityLogAlerts" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2016-06-01/Microsoft.Network.json#/resourceDefinitions/publicIPAddresses" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2016-06-01/Microsoft.Network.json#/resourceDefinitions/virtualNetworks" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2016-06-01/Microsoft.Network.json#/resourceDefinitions/loadBalancers" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2016-06-01/Microsoft.Network.json#/resourceDefinitions/networkSecurityGroups" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2016-06-01/Microsoft.Network.json#/resourceDefinitions/networkInterfaces" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2016-06-01/Microsoft.Network.json#/resourceDefinitions/routeTables" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2016-07-01/Microsoft.Network.json#/resourceDefinitions/publicIPAddresses" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2016-07-01/Microsoft.Network.json#/resourceDefinitions/virtualNetworks" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2016-07-01/Microsoft.Network.json#/resourceDefinitions/loadBalancers" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2016-07-01/Microsoft.Network.json#/resourceDefinitions/networkSecurityGroups" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2016-07-01/Microsoft.Network.json#/resourceDefinitions/networkInterfaces" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2016-07-01/Microsoft.Network.json#/resourceDefinitions/routeTables" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2016-08-01/Microsoft.Network.json#/resourceDefinitions/publicIPAddresses" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2016-08-01/Microsoft.Network.json#/resourceDefinitions/virtualNetworks" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2016-08-01/Microsoft.Network.json#/resourceDefinitions/loadBalancers" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2016-08-01/Microsoft.Network.json#/resourceDefinitions/networkSecurityGroups" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2016-08-01/Microsoft.Network.json#/resourceDefinitions/networkInterfaces" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2016-08-01/Microsoft.Network.json#/resourceDefinitions/routeTables" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2016-09-01/Microsoft.Network.json#/resourceDefinitions/publicIPAddresses" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2016-09-01/Microsoft.Network.json#/resourceDefinitions/virtualNetworks" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2016-09-01/Microsoft.Network.json#/resourceDefinitions/loadBalancers" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2016-09-01/Microsoft.Network.json#/resourceDefinitions/networkSecurityGroups" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2016-09-01/Microsoft.Network.json#/resourceDefinitions/networkInterfaces" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2016-09-01/Microsoft.Network.json#/resourceDefinitions/routeTables" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2016-10-01/Microsoft.Network.json#/resourceDefinitions/publicIPAddresses" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2016-10-01/Microsoft.Network.json#/resourceDefinitions/virtualNetworks" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2016-10-01/Microsoft.Network.json#/resourceDefinitions/loadBalancers" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2016-10-01/Microsoft.Network.json#/resourceDefinitions/networkSecurityGroups" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2016-10-01/Microsoft.Network.json#/resourceDefinitions/networkInterfaces" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2016-10-01/Microsoft.Network.json#/resourceDefinitions/routeTables" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2016-11-01/Microsoft.Network.json#/resourceDefinitions/publicIPAddresses" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2016-11-01/Microsoft.Network.json#/resourceDefinitions/virtualNetworks" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2016-11-01/Microsoft.Network.json#/resourceDefinitions/loadBalancers" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2016-11-01/Microsoft.Network.json#/resourceDefinitions/networkSecurityGroups" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2016-11-01/Microsoft.Network.json#/resourceDefinitions/networkInterfaces" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2016-11-01/Microsoft.Network.json#/resourceDefinitions/routeTables" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2016-12-01/Microsoft.Network.json#/resourceDefinitions/publicIPAddresses" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2016-12-01/Microsoft.Network.json#/resourceDefinitions/virtualNetworks" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2016-12-01/Microsoft.Network.json#/resourceDefinitions/loadBalancers" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2016-12-01/Microsoft.Network.json#/resourceDefinitions/networkSecurityGroups" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2016-12-01/Microsoft.Network.json#/resourceDefinitions/networkInterfaces" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2016-12-01/Microsoft.Network.json#/resourceDefinitions/routeTables" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2017-03-01/Microsoft.Network.json#/resourceDefinitions/publicIPAddresses" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2017-03-01/Microsoft.Network.json#/resourceDefinitions/virtualNetworks" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2017-03-01/Microsoft.Network.json#/resourceDefinitions/loadBalancers" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2017-03-01/Microsoft.Network.json#/resourceDefinitions/networkSecurityGroups" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2017-03-01/Microsoft.Network.json#/resourceDefinitions/networkInterfaces" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2017-03-01/Microsoft.Network.json#/resourceDefinitions/routeTables" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2017-06-01/Microsoft.Network.json#/resourceDefinitions/publicIPAddresses" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2017-06-01/Microsoft.Network.json#/resourceDefinitions/virtualNetworks" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2017-06-01/Microsoft.Network.json#/resourceDefinitions/loadBalancers" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2017-06-01/Microsoft.Network.json#/resourceDefinitions/networkSecurityGroups" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2017-06-01/Microsoft.Network.json#/resourceDefinitions/networkInterfaces" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2017-06-01/Microsoft.Network.json#/resourceDefinitions/routeTables" },
|
||||
{ "$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/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_auditingPolicies" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2014-04-01/Microsoft.Sql.json#/resourceDefinitions/servers_backupLongTermRetentionVaults" },
|
||||
{ "$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_backupLongTermRetentionPolicies" },
|
||||
{ "$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_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/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_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" }
|
||||
]
|
||||
}
|
||||
]
|
||||
|
@ -347,8 +347,8 @@
|
|||
},
|
||||
{
|
||||
"oneOf": [
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2014-04-01/SuccessBricks.ClearDB.json#/resourceDefinitions/databases" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/Sendgrid.Email.json#/resourceDefinitions/accounts" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2014-04-01/SuccessBricks.ClearDB.json#/resourceDefinitions/databases" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/Sendgrid.Email.json#/resourceDefinitions/accounts" }
|
||||
]
|
||||
}
|
||||
]
|
||||
|
@ -360,11 +360,11 @@
|
|||
},
|
||||
{
|
||||
"oneOf": [
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/Microsoft.Resources.json#/resourceDefinitions/deployments" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2016-02-01/Microsoft.Resources.json#/resourceDefinitions/deployments" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/Microsoft.Resources.json#/resourceDefinitions/links" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/Microsoft.Authorization.json#/resourceDefinitions/locks" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2014-10-01-preview/Microsoft.Authorization.json#/resourceDefinitions/roleAssignments" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-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/2015-01-01/Microsoft.Resources.json#/resourceDefinitions/links" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/Microsoft.Authorization.json#/resourceDefinitions/locks" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2014-10-01-preview/Microsoft.Authorization.json#/resourceDefinitions/roleAssignments" }
|
||||
]
|
||||
}
|
||||
]
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"id": "http://schema.management.azure.com/schemas/2015-02-01-preview/Microsoft.Logic.json#",
|
||||
"id": "https://schema.management.azure.com/schemas/2015-02-01-preview/Microsoft.Logic.json#",
|
||||
"$schema": "http://json-schema.org/draft-04/schema#",
|
||||
"title": "Microsoft.Logic",
|
||||
"description": "Microsoft Logic Resource Types",
|
||||
|
@ -25,7 +25,7 @@
|
|||
"$ref": "#/definitions/WorkflowProperties"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Gets or sets the workflow properties."
|
||||
|
@ -66,7 +66,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Gets or sets the name."
|
||||
|
@ -77,7 +77,7 @@
|
|||
"$ref": "#/definitions/ResourceReference"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Gets or sets the reference to plan."
|
||||
|
@ -108,7 +108,7 @@
|
|||
"type": "object"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Gets or sets the value."
|
||||
|
@ -119,7 +119,7 @@
|
|||
"type": "object"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Gets or sets the metadata."
|
||||
|
@ -142,7 +142,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Gets or sets the state."
|
||||
|
@ -153,7 +153,7 @@
|
|||
"$ref": "#/definitions/Sku"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Gets or sets the sku."
|
||||
|
@ -164,7 +164,7 @@
|
|||
"type": "object"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Gets or sets the definition."
|
||||
|
@ -178,7 +178,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Gets or sets the parameters."
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"id": "http://schema.management.azure.com/schemas/2015-03-01-preview/Microsoft.AppService.json",
|
||||
"id": "https://schema.management.azure.com/schemas/2015-03-01-preview/Microsoft.AppService.json",
|
||||
"$schema": "http://json-schema.org/draft-04/schema#",
|
||||
"title": "Microsoft.AppService",
|
||||
"description": "Microsoft AppService Resource Types",
|
||||
|
@ -22,14 +22,14 @@
|
|||
"gateway": {
|
||||
"oneOf": [
|
||||
{ "$ref": "#/definitions/resourceReference" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.AppService/apiapps: Reference to a gateway resource"
|
||||
},
|
||||
"host": {
|
||||
"oneOf": [
|
||||
{ "$ref": "#/definitions/resourceReference" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.AppService/apiapps: Reference to a hosting web site resource"
|
||||
},
|
||||
|
@ -44,7 +44,7 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.AppService/apiapps: API App NuGet gallery package"
|
||||
},
|
||||
|
@ -58,7 +58,7 @@
|
|||
],
|
||||
"default": "Auto"
|
||||
},
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.AppService/apiapps: Update policy for the API App instance"
|
||||
},
|
||||
|
@ -72,7 +72,7 @@
|
|||
],
|
||||
"default": "Internal"
|
||||
},
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.AppService/apiapps: Access level of the API App instance"
|
||||
},
|
||||
|
@ -84,7 +84,7 @@
|
|||
"$ref": "#/definitions/resourceReference"
|
||||
}
|
||||
},
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.AppService/apiapps: Collection of references to dependent API Apps instances"
|
||||
}
|
||||
|
@ -120,7 +120,7 @@
|
|||
"host": {
|
||||
"oneOf": [
|
||||
{ "$ref": "#/definitions/resourceReference" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.AppService/gateways: Reference to a hosting web site resource"
|
||||
}
|
||||
|
@ -131,7 +131,7 @@
|
|||
"items": {
|
||||
"allOf": [
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/resourceBase"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/resourceBase"
|
||||
},
|
||||
{
|
||||
"$ref": "#/resourceDefinitions/registrationsChild"
|
||||
|
@ -211,13 +211,13 @@
|
|||
"description": "Reference to a CSM resource",
|
||||
"properties": {
|
||||
"id": {
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression",
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression",
|
||||
"description": "Full CSM resource ID"
|
||||
},
|
||||
"resourceName": {
|
||||
"oneOf": [
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
},
|
||||
{
|
||||
"type": "string"
|
||||
|
@ -239,7 +239,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "API version of AppService resource"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"id": "http://schema.management.azure.com/schemas/2015-04-01/Microsoft.DomainRegistration.json#",
|
||||
"id": "https://schema.management.azure.com/schemas/2015-04-01/Microsoft.DomainRegistration.json#",
|
||||
"$schema": "http://json-schema.org/draft-04/schema#",
|
||||
"title": "Microsoft.DomainRegistration",
|
||||
"description": "Microsoft DomainRegistration Resource Types",
|
||||
|
@ -25,7 +25,7 @@
|
|||
"$ref": "#/definitions/Domain_properties"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "ARM envelope properties"
|
||||
|
@ -69,7 +69,7 @@
|
|||
"$ref": "#/definitions/DomainOwnershipIdentifier_properties"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "ARM envelope properties"
|
||||
|
@ -130,7 +130,7 @@
|
|||
"$ref": "#/definitions/Address"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Mailing address."
|
||||
|
@ -185,7 +185,7 @@
|
|||
"$ref": "#/definitions/Contact"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Administrative contact."
|
||||
|
@ -196,7 +196,7 @@
|
|||
"$ref": "#/definitions/Contact"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Billing contact."
|
||||
|
@ -207,7 +207,7 @@
|
|||
"$ref": "#/definitions/Contact"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Registrant contact."
|
||||
|
@ -218,7 +218,7 @@
|
|||
"$ref": "#/definitions/Contact"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Technical contact."
|
||||
|
@ -232,7 +232,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Name servers."
|
||||
|
@ -243,7 +243,7 @@
|
|||
"type": "boolean"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "<code>true</code> if domain privacy is enabled for this domain; otherwise, <code>false</code>."
|
||||
|
@ -257,7 +257,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "<code>true</code> if the domain should be automatically renewed; otherwise, <code>false</code>."
|
||||
|
@ -271,7 +271,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "All hostnames derived from the domain and assigned to Azure resources."
|
||||
|
@ -282,7 +282,7 @@
|
|||
"$ref": "#/definitions/DomainPurchaseConsent"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Legal agreement consent."
|
||||
|
@ -301,7 +301,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Reasons why domain is not renewable."
|
||||
|
@ -331,7 +331,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "List of applicable legal agreement keys. This list can be retrieved using ListLegalAgreements API under <code>TopLevelDomain</code> resource."
|
||||
|
@ -369,7 +369,7 @@
|
|||
"$ref": "#/definitions/DomainOwnershipIdentifier_properties"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "ARM envelope properties"
|
||||
|
@ -398,7 +398,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "List of apps the hostname is assigned to. This list will have more than one app only if the hostname is pointing to a Traffic Manager."
|
||||
|
@ -417,7 +417,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Type of the Azure resource the hostname is assigned to."
|
||||
|
@ -432,7 +432,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Type of the DNS record."
|
||||
|
@ -447,7 +447,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Type of the hostname."
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"id": "http://schema.management.azure.com/schemas/2015-04-01/Microsoft.NotificationHubs.json",
|
||||
"id": "https://schema.management.azure.com/schemas/2015-04-01/Microsoft.NotificationHubs.json",
|
||||
"$schema": "http://json-schema.org/draft-04/schema#",
|
||||
"title": "Microsoft.NotificationHubs",
|
||||
"description": "Microsoft Notification Hubs",
|
||||
|
@ -31,7 +31,7 @@
|
|||
"NotificationHub"
|
||||
]
|
||||
},
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.NotificationHubs/namespaces: The type of the namespace"
|
||||
}
|
||||
|
@ -44,7 +44,7 @@
|
|||
"type": "array",
|
||||
"items": {
|
||||
"allOf": [
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/resourceBase" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/resourceBase" },
|
||||
{ "$ref": "#/resourceDefinitions/notificationHubs" }
|
||||
]
|
||||
},
|
||||
|
@ -96,7 +96,7 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.NotificationHubs/namespaces/notificationHubs: WNS credentials for a Notification Hub."
|
||||
},
|
||||
|
@ -122,7 +122,7 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.NotificationHubs/namespaces/notificationHubs: APNS credentials for a Notification Hub."
|
||||
},
|
||||
|
@ -143,7 +143,7 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.NotificationHubs/namespaces/notificationHubs: GCM credentials for a Notification Hub."
|
||||
},
|
||||
|
@ -164,7 +164,7 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.NotificationHubs/namespaces/notificationHubs: MPNS credentials for a Notification Hub."
|
||||
},
|
||||
|
@ -190,7 +190,7 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.NotificationHubs/namespaces/notificationHubs: ADM credentials for a Notification Hub."
|
||||
},
|
||||
|
@ -216,7 +216,7 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.NotificationHubs/namespaces/notificationHubs: Baidu credentials for a Notification Hub."
|
||||
},
|
||||
|
@ -250,7 +250,7 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.NotificationHubs/namespaces/notificationHubs: Authorization Rules for a Notification Hub."
|
||||
}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"id": "http://schema.management.azure.com/schemas/2015-04-08/Microsoft.DocumentDB.json#",
|
||||
"id": "https://schema.management.azure.com/schemas/2015-04-08/Microsoft.DocumentDB.json#",
|
||||
"$schema": "http://json-schema.org/draft-04/schema#",
|
||||
"title": "Microsoft.DocumentDB",
|
||||
"description": "Microsoft DocumentDB Resource Types",
|
||||
|
@ -28,7 +28,7 @@
|
|||
"type": "string",
|
||||
"pattern": "^[a-z][a-z0-9-]*$"
|
||||
},
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.DocumentDB/databaseAccounts: Name of the database account."
|
||||
},
|
||||
|
@ -39,7 +39,7 @@
|
|||
"Standard"
|
||||
]
|
||||
},
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.DocumentDB/databaseAccounts: Database account offer type"
|
||||
},
|
||||
|
@ -51,7 +51,7 @@
|
|||
{
|
||||
"$ref": "#/definitions/consistencyBoundedStaleness"
|
||||
},
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.DocumentDB/databaseAccounts: Consistency policy"
|
||||
}
|
||||
|
@ -81,7 +81,7 @@
|
|||
"BoundedStaleness"
|
||||
]
|
||||
},
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
]
|
||||
},
|
||||
"maxStalenessPrefix": {
|
||||
|
@ -91,7 +91,7 @@
|
|||
"maximum": 1000,
|
||||
"minimum": 10
|
||||
},
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
]
|
||||
},
|
||||
"maxIntervalInSeconds": {
|
||||
|
@ -101,7 +101,7 @@
|
|||
"maximum": 600,
|
||||
"minimum": 5
|
||||
},
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
]
|
||||
}
|
||||
},
|
||||
|
@ -123,7 +123,7 @@
|
|||
"Eventual"
|
||||
]
|
||||
},
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
]
|
||||
}
|
||||
},
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"id": "http://schema.management.azure.com/schemas/2015-05-04-preview/Microsoft.Network.json#",
|
||||
"id": "https://schema.management.azure.com/schemas/2015-05-04-preview/Microsoft.Network.json#",
|
||||
"$schema": "http://json-schema.org/draft-04/schema#",
|
||||
"title": "Microsoft.Network",
|
||||
"description": "Microsoft Network Resource Types",
|
||||
|
@ -29,7 +29,7 @@
|
|||
"$ref": "#/definitions/ZoneProperties"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Gets or sets the properties of the zone."
|
||||
|
@ -101,7 +101,7 @@
|
|||
"$ref": "#/definitions/RecordSetProperties"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Gets or sets the properties of the RecordSet."
|
||||
|
@ -139,7 +139,7 @@
|
|||
"$ref": "#/definitions/RecordSetProperties"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Gets or sets the properties of the RecordSet."
|
||||
|
@ -177,7 +177,7 @@
|
|||
"$ref": "#/definitions/RecordSetProperties"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Gets or sets the properties of the RecordSet."
|
||||
|
@ -215,7 +215,7 @@
|
|||
"$ref": "#/definitions/RecordSetProperties"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Gets or sets the properties of the RecordSet."
|
||||
|
@ -253,7 +253,7 @@
|
|||
"$ref": "#/definitions/RecordSetProperties"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Gets or sets the properties of the RecordSet."
|
||||
|
@ -291,7 +291,7 @@
|
|||
"$ref": "#/definitions/RecordSetProperties"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Gets or sets the properties of the RecordSet."
|
||||
|
@ -329,7 +329,7 @@
|
|||
"$ref": "#/definitions/RecordSetProperties"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Gets or sets the properties of the RecordSet."
|
||||
|
@ -367,7 +367,7 @@
|
|||
"$ref": "#/definitions/RecordSetProperties"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Gets or sets the properties of the RecordSet."
|
||||
|
@ -405,7 +405,7 @@
|
|||
"$ref": "#/definitions/RecordSetProperties"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Gets or sets the properties of the RecordSet."
|
||||
|
@ -475,7 +475,7 @@
|
|||
"$ref": "#/definitions/RecordSetProperties"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Gets or sets the properties of the RecordSet."
|
||||
|
@ -513,7 +513,7 @@
|
|||
"$ref": "#/definitions/RecordSetProperties"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Gets or sets the properties of the RecordSet."
|
||||
|
@ -551,7 +551,7 @@
|
|||
"$ref": "#/definitions/RecordSetProperties"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Gets or sets the properties of the RecordSet."
|
||||
|
@ -589,7 +589,7 @@
|
|||
"$ref": "#/definitions/RecordSetProperties"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Gets or sets the properties of the RecordSet."
|
||||
|
@ -627,7 +627,7 @@
|
|||
"$ref": "#/definitions/RecordSetProperties"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Gets or sets the properties of the RecordSet."
|
||||
|
@ -665,7 +665,7 @@
|
|||
"$ref": "#/definitions/RecordSetProperties"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Gets or sets the properties of the RecordSet."
|
||||
|
@ -703,7 +703,7 @@
|
|||
"$ref": "#/definitions/RecordSetProperties"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Gets or sets the properties of the RecordSet."
|
||||
|
@ -741,7 +741,7 @@
|
|||
"$ref": "#/definitions/RecordSetProperties"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Gets or sets the properties of the RecordSet."
|
||||
|
@ -779,7 +779,7 @@
|
|||
"$ref": "#/definitions/RecordSetProperties"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Gets or sets the properties of the RecordSet."
|
||||
|
@ -801,7 +801,7 @@
|
|||
"type": "integer"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Gets or sets the preference metric for this record."
|
||||
|
@ -842,7 +842,7 @@
|
|||
"type": "integer"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Gets or sets the TTL of the records in the RecordSet."
|
||||
|
@ -856,7 +856,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Gets or sets the list of A records in the RecordSet."
|
||||
|
@ -870,7 +870,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Gets or sets the list of AAAA records in the RecordSet."
|
||||
|
@ -884,7 +884,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Gets or sets the list of MX records in the RecordSet."
|
||||
|
@ -898,7 +898,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Gets or sets the list of NS records in the RecordSet."
|
||||
|
@ -912,7 +912,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Gets or sets the list of PTR records in the RecordSet."
|
||||
|
@ -926,7 +926,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Gets or sets the list of SRV records in the RecordSet."
|
||||
|
@ -940,7 +940,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Gets or sets the list of TXT records in the RecordSet."
|
||||
|
@ -951,7 +951,7 @@
|
|||
"$ref": "#/definitions/CnameRecord"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Gets or sets the CNAME record in the RecordSet."
|
||||
|
@ -962,7 +962,7 @@
|
|||
"$ref": "#/definitions/SoaRecord"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Gets or sets the SOA record in the RecordSet."
|
||||
|
@ -987,7 +987,7 @@
|
|||
"type": "integer"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Gets or sets the serial number for this record."
|
||||
|
@ -998,7 +998,7 @@
|
|||
"type": "integer"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Gets or sets the refresh value for this record."
|
||||
|
@ -1009,7 +1009,7 @@
|
|||
"type": "integer"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Gets or sets the retry time for this record."
|
||||
|
@ -1020,7 +1020,7 @@
|
|||
"type": "integer"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Gets or sets the expire time for this record."
|
||||
|
@ -1031,7 +1031,7 @@
|
|||
"type": "integer"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Gets or sets the minimum TTL value for this record."
|
||||
|
@ -1048,7 +1048,7 @@
|
|||
"type": "integer"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Gets or sets the priority metric for this record."
|
||||
|
@ -1059,7 +1059,7 @@
|
|||
"type": "integer"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Gets or sets the weight metric for this this record."
|
||||
|
@ -1070,7 +1070,7 @@
|
|||
"type": "integer"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Gets or sets the port of the service for this record."
|
||||
|
@ -1094,7 +1094,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Gets or sets the text value of this record."
|
||||
|
@ -1111,7 +1111,7 @@
|
|||
"type": "integer"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Gets or sets the maximum number of record sets that can be created in this zone."
|
||||
|
@ -1122,7 +1122,7 @@
|
|||
"type": "integer"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Gets or sets the current number of record sets in this zone."
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"id": "http://schema.management.azure.com/schemas/2015-05-21-preview/Microsoft.DevTestLab.json#",
|
||||
"id": "https://schema.management.azure.com/schemas/2015-05-21-preview/Microsoft.DevTestLab.json#",
|
||||
"$schema": "http://json-schema.org/draft-04/schema#",
|
||||
"title": "Microsoft.DevTestLab",
|
||||
"description": "Azure DevTest Labs Resource Types",
|
||||
|
@ -61,7 +61,7 @@
|
|||
"isAuthenticationWithSshKey": {
|
||||
"oneOf": [
|
||||
{ "type": "boolean" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Sets whether SSH Key should be used to authenticate to Linux machine"
|
||||
},
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"id": "http://schema.management.azure.com/schemas/2015-06-01/Microsoft.Cdn.json#",
|
||||
"id": "https://schema.management.azure.com/schemas/2015-06-01/Microsoft.Cdn.json#",
|
||||
"$schema": "http://json-schema.org/draft-04/schema#",
|
||||
"title": "Microsoft.Cdn",
|
||||
"description": "Microsoft Cdn Resource Types",
|
||||
|
@ -32,7 +32,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Profile tags"
|
||||
|
@ -43,7 +43,7 @@
|
|||
"$ref": "#/definitions/ProfilePropertiesCreateParameters"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -94,7 +94,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Endpoint tags"
|
||||
|
@ -105,7 +105,7 @@
|
|||
"$ref": "#/definitions/EndpointPropertiesCreateParameters"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -152,7 +152,7 @@
|
|||
"$ref": "#/definitions/CustomDomainPropertiesParameters"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -185,7 +185,7 @@
|
|||
"$ref": "#/definitions/OriginPropertiesParameters"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -224,7 +224,7 @@
|
|||
"$ref": "#/definitions/DeepCreatedOriginProperties"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -247,7 +247,7 @@
|
|||
"type": "integer"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "The value of the HTTP port. Must be between 1 and 65535"
|
||||
|
@ -258,7 +258,7 @@
|
|||
"type": "integer"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "The value of the HTTPS port. Must be between 1 and 65535"
|
||||
|
@ -289,7 +289,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "List of content types on which compression will be applied. The value for the elements should be a valid MIME type."
|
||||
|
@ -300,7 +300,7 @@
|
|||
"type": "boolean"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Indicates whether content compression is enabled. Default value is false. If compression is enabled, the content transferred from the CDN endpoint to the end user will be compressed. The requested content must be larger than 1 byte and smaller than 1 MB."
|
||||
|
@ -311,7 +311,7 @@
|
|||
"type": "boolean"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Indicates whether HTTP traffic is allowed on the endpoint. Default value is true. At least one protocol (HTTP or HTTPS) must be allowed."
|
||||
|
@ -322,7 +322,7 @@
|
|||
"type": "boolean"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Indicates whether https traffic is allowed on the endpoint. Default value is true. At least one protocol (HTTP or HTTPS) must be allowed."
|
||||
|
@ -339,7 +339,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Defines the query string caching behavior. Possible values include: 'IgnoreQueryString', 'BypassCaching', 'UseQueryString', 'NotSet'"
|
||||
|
@ -353,7 +353,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "The set of origins for the CDN endpoint. When multiple origins exist, the first origin will be used as primary and rest will be used as failover options."
|
||||
|
@ -376,7 +376,7 @@
|
|||
"type": "integer"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "The value of the HTTP port. Must be between 1 and 65535."
|
||||
|
@ -387,7 +387,7 @@
|
|||
"type": "integer"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "The value of the HTTPS port. Must be between 1 and 65535."
|
||||
|
@ -406,7 +406,7 @@
|
|||
"$ref": "#/definitions/Sku"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Profile SKU"
|
||||
|
@ -444,7 +444,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Endpoint tags"
|
||||
|
@ -455,7 +455,7 @@
|
|||
"$ref": "#/definitions/EndpointPropertiesCreateParameters"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -502,7 +502,7 @@
|
|||
"$ref": "#/definitions/CustomDomainPropertiesParameters"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -535,7 +535,7 @@
|
|||
"$ref": "#/definitions/OriginPropertiesParameters"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -560,7 +560,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Name of the pricing tier. Possible values include: 'Standard', 'Premium'"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"id": "http://schema.management.azure.com/schemas/2015-06-01/Microsoft.KeyVault.json#",
|
||||
"id": "https://schema.management.azure.com/schemas/2015-06-01/Microsoft.KeyVault.json#",
|
||||
"$schema": "http://json-schema.org/draft-04/schema#",
|
||||
"title": "Microsoft.KeyVault",
|
||||
"description": "Microsoft KeyVault Resource Types",
|
||||
|
@ -54,7 +54,7 @@
|
|||
"sku": {
|
||||
"oneOf": [
|
||||
{ "$ref": "#/definitions/sku" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.KeyVault/vaults: Sku"
|
||||
},
|
||||
|
@ -64,7 +64,7 @@
|
|||
"type": "string",
|
||||
"pattern": "^[0-9a-fA-F]{8}(-[0-9a-fA-F]{4}){3}-[0-9a-fA-F]{12}$"
|
||||
},
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.KeyVault/vaults: The tenant ID of the Azure Active Directory Tenant to use for authorization."
|
||||
},
|
||||
|
@ -76,14 +76,14 @@
|
|||
"$ref": "#/definitions/accessPolicy"
|
||||
}
|
||||
},
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.KeyVault/vaults: Access policies"
|
||||
},
|
||||
"enabledForDeployment": {
|
||||
"oneOf": [
|
||||
{ "type": "boolean" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.KeyVault/vaults: Enabled for deployment"
|
||||
}
|
||||
|
@ -98,7 +98,7 @@
|
|||
"type": "array",
|
||||
"items": {
|
||||
"allOf": [
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/resourceBase" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/resourceBase" },
|
||||
{ "$ref": "#/resourceDefinitions/secretsChild" }
|
||||
]
|
||||
},
|
||||
|
@ -119,7 +119,7 @@
|
|||
"properties": {
|
||||
"tenantId": {
|
||||
"oneOf": [
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" },
|
||||
{
|
||||
"type": "string",
|
||||
"pattern": "^[0-9a-fA-F]{8}(-[0-9a-fA-F]{4}){3}-[0-9a-fA-F]{12}$"
|
||||
|
@ -129,7 +129,7 @@
|
|||
},
|
||||
"objectId": {
|
||||
"oneOf": [
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" },
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" },
|
||||
{
|
||||
"type": "string",
|
||||
"pattern": "^[0-9a-fA-F]{8}(-[0-9a-fA-F]{4}){3}-[0-9a-fA-F]{12}$"
|
||||
|
@ -176,7 +176,7 @@
|
|||
"minItems": 1
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Microsoft.KeyVault/vaults: The permissions granted on keys in this vault to this Active Directory object."
|
||||
|
@ -197,7 +197,7 @@
|
|||
"minItems": 1
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Microsoft.KeyVault/vaults: The permissions granted on secrets in this vault to this Active Directory object."
|
||||
|
@ -251,7 +251,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Microsoft.KeyVault/vaults: The service tier of KeyVault to use. Standard supports secrets and software-protected keys. Premium adds support for HSM-protected keys."
|
||||
|
@ -264,7 +264,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Microsoft.KeyVault/vaults: The SKU family to use."
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"id": "http://schema.management.azure.com/schemas/2015-07-01-preview/Microsoft.ServerManagement.json#",
|
||||
"id": "https://schema.management.azure.com/schemas/2015-07-01-preview/Microsoft.ServerManagement.json#",
|
||||
"$schema": "http://json-schema.org/draft-04/schema#",
|
||||
"title": "Microsoft.ServerManagement",
|
||||
"description": "Microsoft.ServerManagement Resource Types",
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"id": "http://schema.management.azure.com/schemas/2015-08-01-preview/Microsoft.DataConnect.json",
|
||||
"id": "https://schema.management.azure.com/schemas/2015-08-01-preview/Microsoft.DataConnect.json",
|
||||
"$schema": "http://json-schema.org/draft-04/schema#",
|
||||
"title": "Microsoft.DataConnect",
|
||||
"description": "Microsoft Data Connect",
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"id": "http://schema.management.azure.com/schemas/2015-08-01/Microsoft.Cache.json",
|
||||
"id": "https://schema.management.azure.com/schemas/2015-08-01/Microsoft.Cache.json",
|
||||
"$schema": "http://json-schema.org/draft-04/schema#",
|
||||
"title": "Microsoft.Cache",
|
||||
"description": "Microsoft Cache Resource Types",
|
||||
|
@ -47,7 +47,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Microsoft.Cache/Redis/sku: determines features and pricing of the cache",
|
||||
|
@ -62,7 +62,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Microsoft.Cache/Redis/sku: along with capacity, determines capacity of the cache",
|
||||
|
@ -74,7 +74,7 @@
|
|||
"type": "integer"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Microsoft.Cache/Redis: along with family, determines capacity of the cache",
|
||||
|
@ -88,7 +88,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Microsoft.Cache/Redis/sku"
|
||||
|
@ -99,7 +99,7 @@
|
|||
"type": "integer"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Microsoft.Cache/Redis: (only if using clustering) number of shards in the redis cluster"
|
||||
|
@ -110,7 +110,7 @@
|
|||
"type": "boolean"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Microsoft.Cache/Redis if set to true, enables less secure direct access to redis on port 6379 (WITHOUT SSL tunneling)"
|
||||
|
@ -121,7 +121,7 @@
|
|||
"type": "object"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Microsoft.Cache/Redis/redisConfiguration"
|
||||
|
@ -132,7 +132,7 @@
|
|||
"$ref": "#/definitions/virtualNetworkId"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Microsoft.Cache/Redis (optional) the ARM resource ID of a Classic Virtual Network for the redis cache to join"
|
||||
|
@ -148,7 +148,7 @@
|
|||
"$ref": "#/definitions/ipV4Address"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Microsoft.Cache/Redis (required with virtualNetwork) the static IP address to allocate to the redis cache"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"id": "http://schema.management.azure.com/schemas/2015-08-01/Microsoft.CertificateRegistration.json#",
|
||||
"id": "https://schema.management.azure.com/schemas/2015-08-01/Microsoft.CertificateRegistration.json#",
|
||||
"$schema": "http://json-schema.org/draft-04/schema#",
|
||||
"title": "Microsoft.CertificateRegistration",
|
||||
"description": "Microsoft CertificateRegistration Resource Types",
|
||||
|
@ -25,7 +25,7 @@
|
|||
"$ref": "#/definitions/CertificateOrder_properties"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -68,7 +68,7 @@
|
|||
"$ref": "#/definitions/CertificateOrderCertificate_properties"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -114,7 +114,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Resource tags"
|
||||
|
@ -125,7 +125,7 @@
|
|||
"$ref": "#/definitions/CertificateDetails_properties"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -144,7 +144,7 @@
|
|||
"type": "integer"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Version"
|
||||
|
@ -197,7 +197,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "State of the Key Vault secret"
|
||||
|
@ -216,7 +216,7 @@
|
|||
"type": "integer"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Duration in years (must be between 1 and 3)"
|
||||
|
@ -227,7 +227,7 @@
|
|||
"type": "integer"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Certificate Key Size"
|
||||
|
@ -242,7 +242,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Certificate product type."
|
||||
|
@ -253,7 +253,7 @@
|
|||
"type": "boolean"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Auto renew"
|
||||
|
@ -271,7 +271,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Status of certificate order."
|
||||
|
@ -294,7 +294,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Current order status."
|
||||
|
@ -305,7 +305,7 @@
|
|||
"$ref": "#/definitions/CertificateDetails"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Signed certificate"
|
||||
|
@ -320,7 +320,7 @@
|
|||
"$ref": "#/definitions/CertificateDetails"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Intermediate certificate"
|
||||
|
@ -331,7 +331,7 @@
|
|||
"$ref": "#/definitions/CertificateDetails"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Root certificate"
|
||||
|
@ -384,7 +384,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Resource tags"
|
||||
|
@ -395,7 +395,7 @@
|
|||
"$ref": "#/definitions/CertificateOrderCertificate_properties"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -434,7 +434,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Status of the Key Vault secret."
|
||||
|
@ -462,7 +462,7 @@
|
|||
"$ref": "#/definitions/CertificateOrderCertificate_properties"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"id": "http://schema.management.azure.com/schemas/2015-08-01/Microsoft.Compute.json#",
|
||||
"id": "https://schema.management.azure.com/schemas/2015-08-01/Microsoft.Compute.json#",
|
||||
"$schema": "http://json-schema.org/draft-04/schema#",
|
||||
"title": "Microsoft.Compute",
|
||||
"description": "Microsoft Compute Resource Types",
|
||||
|
@ -22,11 +22,11 @@
|
|||
"type": "object",
|
||||
"properties": {
|
||||
"platformUpdateDomainCount": {
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression",
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression",
|
||||
"description": "Microsoft.Compute/availabilitySets - Platform update domain count"
|
||||
},
|
||||
"platformFaultDomainCount": {
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression",
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression",
|
||||
"description": "Microsoft.Compute/availabilitySets - Platform fault domain count"
|
||||
}
|
||||
}
|
||||
|
@ -59,35 +59,35 @@
|
|||
"availabilitySet": {
|
||||
"oneOf": [
|
||||
{ "$ref": "#/definitions/id" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Compute/virtualMachines - Availability set"
|
||||
},
|
||||
"hardwareProfile": {
|
||||
"oneOf": [
|
||||
{ "$ref": "#/definitions/hardwareProfile" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Compute/virtualMachines - Hardware profile"
|
||||
},
|
||||
"storageProfile": {
|
||||
"oneOf": [
|
||||
{ "$ref": "#/definitions/storageProfile" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Compute/virtualMachines - Storage profile"
|
||||
},
|
||||
"osProfile": {
|
||||
"oneOf": [
|
||||
{ "$ref": "#/definitions/osProfile" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Mirosoft.Compute/virtualMachines - Operating system profile"
|
||||
},
|
||||
"networkProfile": {
|
||||
"oneOf": [
|
||||
{ "$ref": "#/definitions/networkProfile" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Compute/virtualMachines - Network profile"
|
||||
}
|
||||
|
@ -104,7 +104,7 @@
|
|||
"items": {
|
||||
"allOf": [
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/resourceBase"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/resourceBase"
|
||||
},
|
||||
{
|
||||
"$ref": "#/definitions/extensionsChild"
|
||||
|
@ -144,14 +144,14 @@
|
|||
"upgradePolicy": {
|
||||
"oneOf": [
|
||||
{ "$ref": "#/definitions/upgradePolicy" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Compute/virtualMachineScaleSets - Upgrade policy"
|
||||
},
|
||||
"virtualMachineProfile": {
|
||||
"oneOf": [
|
||||
{ "$ref": "#/definitions/virtualMachineProfile" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Compute/virtualMachineScaleSets - Virtual machine policy"
|
||||
}
|
||||
|
@ -411,7 +411,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -461,7 +461,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -479,7 +479,7 @@
|
|||
"imageReference": {
|
||||
"oneOf": [
|
||||
{"$ref": "#/definitions/imageReference"},
|
||||
{"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"}
|
||||
{"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"}
|
||||
]
|
||||
},
|
||||
"osDisk": {
|
||||
|
@ -508,7 +508,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -609,7 +609,7 @@
|
|||
"disablePasswordAuthentication": {
|
||||
"oneOf": [
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
},
|
||||
{
|
||||
"type": "boolean"
|
||||
|
@ -710,7 +710,7 @@
|
|||
"capacity": {
|
||||
"oneOf": [
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
},
|
||||
{
|
||||
"type": "integer"
|
||||
|
@ -796,7 +796,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -815,7 +815,7 @@
|
|||
"$ref": "#/definitions/imageReference"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -986,7 +986,7 @@
|
|||
"settings": {
|
||||
"oneOf": [
|
||||
{ "type": "object" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Compute/extensions - Settings"
|
||||
}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"id": "http://schema.management.azure.com/schemas/2015-08-01/Microsoft.EventHub.json#",
|
||||
"id": "https://schema.management.azure.com/schemas/2015-08-01/Microsoft.EventHub.json#",
|
||||
"$schema": "http://json-schema.org/draft-04/schema#",
|
||||
"title": "Microsoft.EventHub",
|
||||
"description": "Microsoft EventHub Resource Types",
|
||||
|
@ -29,7 +29,7 @@
|
|||
"$ref": "#/definitions/Sku"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -42,7 +42,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Namespace tags."
|
||||
|
@ -53,7 +53,7 @@
|
|||
"$ref": "#/definitions/NamespaceProperties"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -108,7 +108,7 @@
|
|||
"$ref": "#/definitions/SharedAccessAuthorizationRuleProperties"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -149,7 +149,7 @@
|
|||
"$ref": "#/definitions/EventHubProperties"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -204,7 +204,7 @@
|
|||
"$ref": "#/definitions/SharedAccessAuthorizationRuleProperties"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -245,7 +245,7 @@
|
|||
"$ref": "#/definitions/ConsumerGroupProperties"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -297,7 +297,7 @@
|
|||
"type": "integer"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Number of days to retain the events for this Event Hub."
|
||||
|
@ -308,7 +308,7 @@
|
|||
"type": "integer"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Number of partitions created for EventHub."
|
||||
|
@ -322,7 +322,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Current number of shards on the Event Hub."
|
||||
|
@ -344,7 +344,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Enumerates the possible values for the status of the EventHub."
|
||||
|
@ -384,7 +384,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "State of the namespace."
|
||||
|
@ -409,7 +409,7 @@
|
|||
"type": "boolean"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Indicates whether to create ACS namespace."
|
||||
|
@ -420,7 +420,7 @@
|
|||
"type": "boolean"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Specifies whether this instance is enabled."
|
||||
|
@ -457,7 +457,7 @@
|
|||
"$ref": "#/definitions/SharedAccessAuthorizationRuleProperties"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -498,7 +498,7 @@
|
|||
"$ref": "#/definitions/SharedAccessAuthorizationRuleProperties"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -539,7 +539,7 @@
|
|||
"$ref": "#/definitions/EventHubProperties"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -594,7 +594,7 @@
|
|||
"$ref": "#/definitions/ConsumerGroupProperties"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -624,7 +624,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "The rights associated with the rule."
|
||||
|
@ -649,7 +649,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Name of this Sku."
|
||||
|
@ -665,7 +665,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "The tier of this particular SKU."
|
||||
|
@ -676,7 +676,7 @@
|
|||
"type": "integer"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "The eventhub throughput units"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"id": "http://schema.management.azure.com/schemas/2015-08-01/Microsoft.Network.json#",
|
||||
"id": "https://schema.management.azure.com/schemas/2015-08-01/Microsoft.Network.json#",
|
||||
"$schema": "http://json-schema.org/draft-04/schema#",
|
||||
"title": "Microsoft.Network",
|
||||
"description": "Microsoft Network Resource Types",
|
||||
|
@ -35,18 +35,18 @@
|
|||
"Static"
|
||||
]
|
||||
},
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Network/publicIPAddresses: Public IP allocation method"
|
||||
},
|
||||
"idleTimeoutInMinutes": {
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression",
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression",
|
||||
"description": "Microsoft.Network/publicIPAddresses: Idle timeout in minutes"
|
||||
},
|
||||
"dnsSettings": {
|
||||
"oneOf": [
|
||||
{ "$ref": "#/definitions/publicIPAddressDnsSettings" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Network/publicIPAddresses: DNS settings"
|
||||
}
|
||||
|
@ -89,14 +89,14 @@
|
|||
"enableIPForwarding": {
|
||||
"oneOf": [
|
||||
{ "type": "boolean" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Network/networkInterfaces: Enable IP forwarding"
|
||||
},
|
||||
"networkSecurityGroup": {
|
||||
"oneOf": [
|
||||
{ "$ref": "#/definitions/id" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Network/networkInterfaces: Network security group"
|
||||
},
|
||||
|
@ -108,14 +108,14 @@
|
|||
"$ref": "#/definitions/ipConfiguration"
|
||||
}
|
||||
},
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Network/networkInterfaces: IP configurations"
|
||||
},
|
||||
"dnsSettings": {
|
||||
"oneOf": [
|
||||
{ "$ref": "#/definitions/networkInterfaceDnsSettings" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Network/networkInterfaces: DNS settings"
|
||||
}
|
||||
|
@ -160,14 +160,14 @@
|
|||
"addressSpace": {
|
||||
"oneOf": [
|
||||
{ "$ref": "#/definitions/addressSpace" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Network/virtualNetworks: Address space"
|
||||
},
|
||||
"dhcpOptions": {
|
||||
"oneOf": [
|
||||
{ "$ref": "#/definitions/dhcpOptions" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Network/virtualNetworks: DHCP options"
|
||||
},
|
||||
|
@ -177,7 +177,7 @@
|
|||
"type": "array",
|
||||
"items": { "$ref": "#/definitions/subnet" }
|
||||
},
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Network/virtualNetworks: Subnets"
|
||||
}
|
||||
|
@ -226,7 +226,7 @@
|
|||
"$ref": "#/definitions/frontendIPConfigurations"
|
||||
}
|
||||
},
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Network/loadBalancers: Frontend IP configurations"
|
||||
},
|
||||
|
@ -238,7 +238,7 @@
|
|||
"$ref": "#/definitions/backendAddressPools"
|
||||
}
|
||||
},
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Network/loadBalancers: Backend address pools"
|
||||
},
|
||||
|
@ -250,7 +250,7 @@
|
|||
"$ref": "#/definitions/loadBalancingRules"
|
||||
}
|
||||
},
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Network/loadBalancers: Load balancing rules"
|
||||
},
|
||||
|
@ -262,7 +262,7 @@
|
|||
"$ref": "#/definitions/probes"
|
||||
}
|
||||
},
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Network/loadBalancers: Probes"
|
||||
},
|
||||
|
@ -274,7 +274,7 @@
|
|||
"$ref": "#/definitions/inboundNatRules"
|
||||
}
|
||||
},
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Network/loadBalancers: Inbound NAT rules"
|
||||
},
|
||||
|
@ -286,7 +286,7 @@
|
|||
"$ref": "#/definitions/inboundNatPools"
|
||||
}
|
||||
},
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Network/loadBalancers: Inbound NAT pools"
|
||||
},
|
||||
|
@ -298,7 +298,7 @@
|
|||
"$ref": "#/definitions/outboundNatRules"
|
||||
}
|
||||
},
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Network/loadBalancers: Outbound NAT rules"
|
||||
}
|
||||
|
@ -346,7 +346,7 @@
|
|||
"$ref": "#/definitions/securityRules"
|
||||
}
|
||||
},
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Network/networkSecurityGroups: Security rules"
|
||||
}
|
||||
|
@ -394,7 +394,7 @@
|
|||
"$ref": "#/definitions/routes"
|
||||
}
|
||||
},
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Network/routeTables: Routes"
|
||||
}
|
||||
|
@ -435,7 +435,7 @@
|
|||
"dnsServers": {
|
||||
"oneOf": [
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
},
|
||||
{
|
||||
"type": "array",
|
||||
|
@ -494,7 +494,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -608,7 +608,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -642,7 +642,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -687,15 +687,15 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
},
|
||||
"frontendPort": {
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
},
|
||||
"backendPort": {
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
},
|
||||
"probe": {
|
||||
"$ref": "#/definitions/id"
|
||||
|
@ -706,12 +706,12 @@
|
|||
"type": "boolean"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
},
|
||||
"idleTimeoutInMinutes": {
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
},
|
||||
"loadDistribution": {
|
||||
"oneOf": [
|
||||
|
@ -723,7 +723,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -763,21 +763,21 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
},
|
||||
"port": {
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
},
|
||||
"requestPath": {
|
||||
"type": "string"
|
||||
},
|
||||
"intervalInSeconds": {
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
},
|
||||
"numberOfProbes": {
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
|
@ -810,10 +810,10 @@
|
|||
"type": "string"
|
||||
},
|
||||
"frontendPort": {
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
},
|
||||
"backendPort": {
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
|
@ -848,13 +848,13 @@
|
|||
"type": "string"
|
||||
},
|
||||
"frontendPortRangeStart": {
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
},
|
||||
"frontendPortRangeEnd": {
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
},
|
||||
"backendPort": {
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
|
@ -929,7 +929,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -954,12 +954,12 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
},
|
||||
"priority": {
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
},
|
||||
"direction": {
|
||||
"oneOf": [
|
||||
|
@ -970,7 +970,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -1020,7 +1020,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"id": "http://schema.management.azure.com/schemas/2015-08-01/Microsoft.ServiceBus.json#",
|
||||
"id": "https://schema.management.azure.com/schemas/2015-08-01/Microsoft.ServiceBus.json#",
|
||||
"$schema": "http://json-schema.org/draft-04/schema#",
|
||||
"title": "Microsoft.ServiceBus",
|
||||
"description": "Microsoft ServiceBus Resource Types",
|
||||
|
@ -29,7 +29,7 @@
|
|||
"$ref": "#/definitions/Sku"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -42,7 +42,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Namespace tags."
|
||||
|
@ -53,7 +53,7 @@
|
|||
"$ref": "#/definitions/NamespaceProperties"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -111,7 +111,7 @@
|
|||
"$ref": "#/definitions/SharedAccessAuthorizationRuleProperties"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -152,7 +152,7 @@
|
|||
"$ref": "#/definitions/QueueProperties"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -204,7 +204,7 @@
|
|||
"$ref": "#/definitions/SharedAccessAuthorizationRuleProperties"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -245,7 +245,7 @@
|
|||
"$ref": "#/definitions/TopicProperties"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -300,7 +300,7 @@
|
|||
"$ref": "#/definitions/SharedAccessAuthorizationRuleProperties"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -337,7 +337,7 @@
|
|||
"$ref": "#/definitions/SubscriptionProperties"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -361,7 +361,7 @@
|
|||
"type": "integer"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Number of active messages in the queue, topic, or subscription."
|
||||
|
@ -372,7 +372,7 @@
|
|||
"type": "integer"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Number of messages that are dead letters."
|
||||
|
@ -383,7 +383,7 @@
|
|||
"type": "integer"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Number scheduled messages."
|
||||
|
@ -394,7 +394,7 @@
|
|||
"type": "integer"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Number of messages transferred into dead letters."
|
||||
|
@ -405,7 +405,7 @@
|
|||
"type": "integer"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Number of messages transferred to another queue, topic, or subscription."
|
||||
|
@ -441,7 +441,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "State of the namespace."
|
||||
|
@ -466,7 +466,7 @@
|
|||
"type": "boolean"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Indicates whether to create ACS namespace."
|
||||
|
@ -477,7 +477,7 @@
|
|||
"type": "boolean"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Specifies whether this instance is enabled."
|
||||
|
@ -514,7 +514,7 @@
|
|||
"$ref": "#/definitions/SharedAccessAuthorizationRuleProperties"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -555,7 +555,7 @@
|
|||
"$ref": "#/definitions/SharedAccessAuthorizationRuleProperties"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -596,7 +596,7 @@
|
|||
"$ref": "#/definitions/QueueProperties"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -648,7 +648,7 @@
|
|||
"$ref": "#/definitions/SharedAccessAuthorizationRuleProperties"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -689,7 +689,7 @@
|
|||
"$ref": "#/definitions/TopicProperties"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -740,7 +740,7 @@
|
|||
"$ref": "#/definitions/SubscriptionProperties"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -782,7 +782,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Entity availability status for the queue."
|
||||
|
@ -806,7 +806,7 @@
|
|||
"type": "boolean"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "value that indicates whether server-side batched operations are enabled.."
|
||||
|
@ -817,7 +817,7 @@
|
|||
"type": "boolean"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "a value that indicates whether this queue has dead letter support when a message expires."
|
||||
|
@ -828,7 +828,7 @@
|
|||
"type": "boolean"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "a value that indicates whether Express Entities are enabled. An express queue holds a message in memory temporarily before writing it to persistent storage."
|
||||
|
@ -839,7 +839,7 @@
|
|||
"type": "boolean"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "value that indicates whether the queue to be partitioned across multiple message brokers is enabled."
|
||||
|
@ -850,7 +850,7 @@
|
|||
"type": "boolean"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "a value that indicates whether the message is anonymous accessible."
|
||||
|
@ -861,7 +861,7 @@
|
|||
"type": "integer"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "the maximum delivery count. A message is automatically deadlettered after this number of deliveries."
|
||||
|
@ -872,7 +872,7 @@
|
|||
"type": "integer"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "the maximum size of the queue in megabytes, which is the size of memory allocated for the queue."
|
||||
|
@ -883,7 +883,7 @@
|
|||
"type": "integer"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "the number of messages in the queue."
|
||||
|
@ -894,7 +894,7 @@
|
|||
"$ref": "#/definitions/MessageCountDetails"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -904,7 +904,7 @@
|
|||
"type": "boolean"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "the value indicating if this queue requires duplicate detection."
|
||||
|
@ -915,7 +915,7 @@
|
|||
"type": "boolean"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "a value that indicates whether the queue supports the concept of session."
|
||||
|
@ -926,7 +926,7 @@
|
|||
"type": "integer"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "the size of the queue in bytes."
|
||||
|
@ -948,7 +948,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Enumerates the possible values for the status of a messaging entity."
|
||||
|
@ -959,7 +959,7 @@
|
|||
"type": "boolean"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "a value that indicates whether the queue supports ordering."
|
||||
|
@ -988,7 +988,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "The rights associated with the rule."
|
||||
|
@ -1013,7 +1013,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Name of this Sku."
|
||||
|
@ -1029,7 +1029,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "The tier of this particular SKU."
|
||||
|
@ -1040,7 +1040,7 @@
|
|||
"type": "integer"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "The messaging units for the tier specified"
|
||||
|
@ -1069,7 +1069,7 @@
|
|||
"$ref": "#/definitions/MessageCountDetails"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -1088,7 +1088,7 @@
|
|||
"type": "boolean"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Value that indicates if a subscription has dead letter support on Filter evaluation exceptions."
|
||||
|
@ -1099,7 +1099,7 @@
|
|||
"type": "boolean"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Value that indicates if a subscription has dead letter support when a message expires."
|
||||
|
@ -1110,7 +1110,7 @@
|
|||
"type": "boolean"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Value that indicates whether server-side batched operations are enabled.."
|
||||
|
@ -1128,7 +1128,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Entity availability status for the topic."
|
||||
|
@ -1139,7 +1139,7 @@
|
|||
"type": "boolean"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Value that indicates whether the entity description is read-only."
|
||||
|
@ -1154,7 +1154,7 @@
|
|||
"type": "integer"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Number of maximum deliveries."
|
||||
|
@ -1165,7 +1165,7 @@
|
|||
"type": "integer"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Number of messages."
|
||||
|
@ -1176,7 +1176,7 @@
|
|||
"type": "boolean"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Value indicating if a subscription supports the concept of session."
|
||||
|
@ -1198,7 +1198,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Enumerates the possible values for the status of a messaging entity."
|
||||
|
@ -1236,7 +1236,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Entity availability status for the topic."
|
||||
|
@ -1252,7 +1252,7 @@
|
|||
"$ref": "#/definitions/MessageCountDetails"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -1270,7 +1270,7 @@
|
|||
"type": "boolean"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Value that indicates whether server-side batched operations are enabled.."
|
||||
|
@ -1281,7 +1281,7 @@
|
|||
"type": "boolean"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Value that indicates whether Express Entities are enabled. An express topic holds a message in memory temporarily before writing it to persistent storage."
|
||||
|
@ -1292,7 +1292,7 @@
|
|||
"type": "boolean"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Value that indicates whether the topic to be partitioned across multiple message brokers is enabled."
|
||||
|
@ -1303,7 +1303,7 @@
|
|||
"type": "boolean"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Value that indicates whether partitioning is enabled or disabled.."
|
||||
|
@ -1314,7 +1314,7 @@
|
|||
"type": "boolean"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Whether messages should be filtered before publishing."
|
||||
|
@ -1325,7 +1325,7 @@
|
|||
"type": "boolean"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Value that indicates whether the message is anonymous accessible."
|
||||
|
@ -1336,7 +1336,7 @@
|
|||
"type": "boolean"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -1346,7 +1346,7 @@
|
|||
"type": "integer"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Maximum size of the topic in megabytes, which is the size of memory allocated for the topic."
|
||||
|
@ -1357,7 +1357,7 @@
|
|||
"type": "boolean"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Value indicating if this topic requires duplicate detection."
|
||||
|
@ -1368,7 +1368,7 @@
|
|||
"type": "integer"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Size of the topic in bytes."
|
||||
|
@ -1390,7 +1390,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Enumerates the possible values for the status of a messaging entity."
|
||||
|
@ -1401,7 +1401,7 @@
|
|||
"type": "integer"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Number of subscriptions."
|
||||
|
@ -1412,7 +1412,7 @@
|
|||
"type": "boolean"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Value that indicates whether the topic supports ordering."
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"id": "http://schema.management.azure.com/schemas/2015-08-01/Microsoft.Storage.json#",
|
||||
"id": "https://schema.management.azure.com/schemas/2015-08-01/Microsoft.Storage.json#",
|
||||
"$schema": "http://json-schema.org/draft-04/schema#",
|
||||
"title": "Microsoft.Storage",
|
||||
"description": "Microsoft Storage Resource Types",
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"id": "http://schema.management.azure.com/schemas/2015-08-01/Microsoft.Web.json",
|
||||
"id": "https://schema.management.azure.com/schemas/2015-08-01/Microsoft.Web.json",
|
||||
"$schema": "http://json-schema.org/draft-04/schema#",
|
||||
"title": "Microsoft.Web",
|
||||
"description": "Microsoft Web Resource Types",
|
||||
|
@ -29,7 +29,7 @@
|
|||
"pattern": "^[fdbspFDBSP][1-9]$"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Microsoft.Web/serverfarms: Server farm name. Letter denotes tier and numerical denotes size (small, medium, large). Note: D is for Shared tier"
|
||||
|
@ -46,7 +46,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Microsoft.Web/serverfarms: Server farm tier."
|
||||
|
@ -57,7 +57,7 @@
|
|||
"type": "integer"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Microsoft.Web/serverfarms: Server farm capacity."
|
||||
|
@ -68,7 +68,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Microsoft.Web/serverfarms: Server farm sku."
|
||||
|
@ -89,7 +89,7 @@
|
|||
"maximum": 10
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Microsoft.Web/serverfarms: The instance count, which is the number of virtual machines dedicated to the farm. Supported values are 1-10."
|
||||
|
@ -129,7 +129,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -176,7 +176,7 @@
|
|||
"setParameters": {
|
||||
"oneOf": [
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
},
|
||||
{
|
||||
"type": "object"
|
||||
|
@ -230,7 +230,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Microsoft.Web/sites: An array of strings that contains the public hostnames for the site, including custom domains."
|
||||
|
@ -245,7 +245,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Microsoft.Web/sites: An array of strings that contains enabled hostnames for the site. By default, these are <SiteName>.azurewebsites.net and <SiteName>.scm.azurewebsites.net."
|
||||
|
@ -277,7 +277,7 @@
|
|||
"maximum": 2
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Microsoft.Web/sites/hostNameSslStates. The SSL state."
|
||||
|
@ -302,7 +302,7 @@
|
|||
"maximum": 2
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Microsoft.Web/sites/hostNameSslStates: IP Based SSL state"
|
||||
|
@ -311,7 +311,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Microsoft.Web/sites: Container for SSL states."
|
||||
|
@ -323,7 +323,7 @@
|
|||
"items": {
|
||||
"allOf": [
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/resourceBase"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/resourceBase"
|
||||
},
|
||||
{
|
||||
"oneOf": [
|
||||
|
@ -463,7 +463,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Microsoft.Web/sites/config/connectionstrings: Type of database."
|
||||
|
@ -488,7 +488,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"id": "http://schema.management.azure.com/schemas/2015-08-19/Microsoft.Search.json#",
|
||||
"id": "https://schema.management.azure.com/schemas/2015-08-19/Microsoft.Search.json#",
|
||||
"$schema": "http://json-schema.org/draft-04/schema#",
|
||||
"title": "Microsoft.Search",
|
||||
"description": "Microsoft Search Resource Types",
|
||||
|
@ -25,7 +25,7 @@
|
|||
"$ref": "#/definitions/SearchServiceProperties"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Properties of the Search service."
|
||||
|
@ -36,7 +36,7 @@
|
|||
"type": "string"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "The geographic location of the resource. This must be one of the registered Azure Geo Regions that supports Azure Search (for example, West US, East US, Southeast Asia, and so forth). You can determine which regions support Azure Search programmatically by obtaining information about the Azure Search Resource Provider. See https://aka.ms/search-rp-info for details."
|
||||
|
@ -47,7 +47,7 @@
|
|||
"$ref": "#/definitions/Sku"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "The SKU of the Search Service, which determines price tier and capacity limits."
|
||||
|
@ -75,7 +75,7 @@
|
|||
"maximum": 12
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "The number of replicas in the Search service. If specified, it must be a value between 1 and 12 inclusive for standard SKUs or between 1 and 3 inclusive for basic SKU."
|
||||
|
@ -87,7 +87,7 @@
|
|||
"enum": [ 1, 2, 3, 4, 6, 12 ]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "The number of partitions in the Search service; if specified, it can be 1, 2, 3, 4, 6, or 12. Values greater than 1 are only valid for standard SKUs. For 'standard3' services with hostingMode set to 'highDensity', the allowed values are between 1 and 3."
|
||||
|
@ -102,7 +102,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Applicable only for the standard3 SKU. You can set this property to enable up to 3 high density partitions that allow up to 1000 indexes, which is much higher than the maximum indexes allowed for any other SKU. For the standard3 SKU, the value is either 'default' or 'highDensity'. For all other SKUs, this value must be 'default'."
|
||||
|
@ -126,7 +126,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "The SKU of the Search service. Valid values include: 'free': Shared service. 'basic': Dedicated service with up to 3 replicas. 'standard': Dedicated service with up to 12 partitions and 12 replicas. 'standard2': Similar to standard, but with more capacity per search unit. 'standard3': Offers maximum capacity per search unit with up to 12 partitions and 12 replicas (or up to 3 partitions with more indexes if you also set the hostingMode property to 'highDensity')."
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"id": "http://schema.management.azure.com/schemas/2015-10-01-preview/Microsoft.DataLakeAnalytics.json#",
|
||||
"id": "https://schema.management.azure.com/schemas/2015-10-01-preview/Microsoft.DataLakeAnalytics.json#",
|
||||
"$schema": "http://json-schema.org/draft-04/schema#",
|
||||
"title": "Microsoft.DataLakeAnalytics",
|
||||
"description": "Microsoft Data Lake Analytics Resource Types",
|
||||
|
@ -24,7 +24,7 @@
|
|||
"pattern": "^[a-z0-9]{3,24}$"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}]
|
||||
},
|
||||
"dataLakeStoreAccounts": {
|
||||
|
@ -43,7 +43,7 @@
|
|||
"pattern": "^[a-z0-9]{3,24}$"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}]
|
||||
}
|
||||
},
|
||||
|
@ -51,12 +51,12 @@
|
|||
"additionalProperties": false
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}]
|
||||
}
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}]
|
||||
},
|
||||
"storageAccounts": {
|
||||
|
@ -75,7 +75,7 @@
|
|||
"pattern": "^[a-z0-9]{3,50}$"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}]
|
||||
},
|
||||
"properties": {
|
||||
|
@ -92,7 +92,7 @@
|
|||
"additionalProperties": false
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}]
|
||||
}
|
||||
},
|
||||
|
@ -103,12 +103,12 @@
|
|||
"additionalProperties": false
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}]
|
||||
}
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}]
|
||||
}
|
||||
},
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"id": "http://schema.management.azure.com/schemas/2015-10-01-preview/Microsoft.DataLakeStore.json#",
|
||||
"id": "https://schema.management.azure.com/schemas/2015-10-01-preview/Microsoft.DataLakeStore.json#",
|
||||
"$schema": "http://json-schema.org/draft-04/schema#",
|
||||
"title": "Microsoft.DataLakeStore",
|
||||
"description": "Microsoft Data Lake Store Resource Types",
|
||||
|
@ -30,7 +30,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}]
|
||||
},
|
||||
"firewallRules": {
|
||||
|
@ -51,7 +51,7 @@
|
|||
"pattern": "^[a-zA-Z0-9_-]+$"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}]
|
||||
},
|
||||
"properties": {
|
||||
|
@ -66,7 +66,7 @@
|
|||
"format": "ipv4"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}]
|
||||
},
|
||||
"endIpAddress": {
|
||||
|
@ -76,24 +76,24 @@
|
|||
"format": "ipv4"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}]
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}]
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}]
|
||||
}
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}]
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"id": "http://schema.management.azure.com/schemas/2015-10-01-preview/policyDefinition.json#",
|
||||
"id": "https://schema.management.azure.com/schemas/2015-10-01-preview/policyDefinition.json#",
|
||||
"$schema": "http://json-schema.org/draft-04/schema#",
|
||||
"title": "Policy Definition",
|
||||
"description": "This schema defines Azure resource policy definition, please see https://azure.microsoft.com/en-us/documentation/articles/resource-manager-policy/ for more details.",
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"id": "http://schema.management.azure.com/schemas/2015-10-01/Microsoft.Media.json#",
|
||||
"id": "https://schema.management.azure.com/schemas/2015-10-01/Microsoft.Media.json#",
|
||||
"$schema": "http://json-schema.org/draft-04/schema#",
|
||||
"title": "Microsoft.Media",
|
||||
"description": "Microsoft Media Service Resource Type",
|
||||
|
@ -24,7 +24,7 @@
|
|||
"pattern": "^[a-z0-9]{3,26}$"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -34,7 +34,7 @@
|
|||
"$ref": "#/definitions/storageAccounts"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -59,7 +59,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -80,7 +80,7 @@
|
|||
"type": "boolean"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -91,7 +91,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"id": "http://schema.management.azure.com/schemas/2015-10-31/Microsoft.Automation.json#",
|
||||
"id": "https://schema.management.azure.com/schemas/2015-10-31/Microsoft.Automation.json#",
|
||||
"$schema": "http://json-schema.org/draft-04/schema#",
|
||||
"title": "Microsoft.Automation",
|
||||
"description": "Microsoft Automation Resource Types",
|
||||
|
@ -40,7 +40,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Automation account pricing tier."
|
||||
|
@ -48,7 +48,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"required": [
|
||||
|
@ -62,7 +62,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -99,7 +99,7 @@
|
|||
"type": "boolean"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "True or false indicating whether to log verbose streams for the runbook's jobs. The default is false."
|
||||
|
@ -110,7 +110,7 @@
|
|||
"type": "boolean"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "True or false indicating whether to log progress streams for the runbook's jobs. . The default is false."
|
||||
|
@ -129,7 +129,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Type of runbook."
|
||||
|
@ -163,7 +163,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -173,7 +173,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "A published runbook."
|
||||
|
@ -185,7 +185,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -219,7 +219,7 @@
|
|||
"type": "boolean"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "True or false indicating whether the module is a global Automation module or is a user module. Select False to specify that the module is a user module."
|
||||
|
@ -234,7 +234,7 @@
|
|||
"type": "integer"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "The size of the PowerShell module."
|
||||
|
@ -272,7 +272,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -282,7 +282,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "A PowerShell module."
|
||||
|
@ -366,7 +366,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"required": [
|
||||
|
@ -389,7 +389,7 @@
|
|||
"type": "boolean"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Indicator whether the connection should be stored in an encrypted form. The default is False."
|
||||
|
@ -400,7 +400,7 @@
|
|||
"type": "boolean"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Indicates whether the field is global. Default is false."
|
||||
|
@ -411,7 +411,7 @@
|
|||
"type": "boolean"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Indicates whether the field is optional. Default is false."
|
||||
|
@ -427,7 +427,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"required": [
|
||||
|
@ -443,7 +443,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "A connection asset properties."
|
||||
|
@ -476,7 +476,7 @@
|
|||
"type": "boolean"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "True or false indicating whether the the variable is encrypted or not."
|
||||
|
@ -495,7 +495,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -539,7 +539,7 @@
|
|||
"type": "boolean"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "True/false indicating whether the schedule is enabled or not."
|
||||
|
@ -550,7 +550,7 @@
|
|||
"type": "integer"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "The interval for the schedule to recur on."
|
||||
|
@ -565,7 +565,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "The schedule frequency. This can be one time, hourly, or daily"
|
||||
|
@ -577,7 +577,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -622,7 +622,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "The runbook used to start the job."
|
||||
|
@ -636,7 +636,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Runbook parameters key-value pairs."
|
||||
|
@ -651,7 +651,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"required": [
|
||||
|
@ -699,7 +699,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "The runbook to associate the schedule with. Ensure the runbook is published before associating it with a schedule."
|
||||
|
@ -719,7 +719,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "The schedule to link to the runbook-schedule job instance."
|
||||
|
@ -733,7 +733,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Runbook parameters key-value pairs."
|
||||
|
@ -745,7 +745,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"id": "http://schema.management.azure.com/schemas/2015-11-01/Microsoft.Network.json#",
|
||||
"id": "https://schema.management.azure.com/schemas/2015-11-01/Microsoft.Network.json#",
|
||||
"$schema": "http://json-schema.org/draft-04/schema#",
|
||||
"title": "Microsoft.Network",
|
||||
"description": "Microsoft Network Resource Types",
|
||||
|
@ -36,7 +36,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -51,7 +51,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -73,7 +73,7 @@
|
|||
"maximum": 2147483647
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -88,7 +88,7 @@
|
|||
"additionalProperties": false
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -108,7 +108,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -121,7 +121,7 @@
|
|||
"maximum": 65535
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -138,7 +138,7 @@
|
|||
"additionalProperties": false
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -173,7 +173,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -194,7 +194,7 @@
|
|||
"maximum": 1000
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -207,7 +207,7 @@
|
|||
"maximum": 1000
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -223,7 +223,7 @@
|
|||
"minimum": 1
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -238,7 +238,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"id": "http://schema.management.azure.com/schemas/2015-12-01/Microsoft.Batch.json#",
|
||||
"id": "https://schema.management.azure.com/schemas/2015-12-01/Microsoft.Batch.json#",
|
||||
"$schema": "http://json-schema.org/draft-04/schema#",
|
||||
"title": "Microsoft.Batch",
|
||||
"description": "Microsoft Batch Resource Types",
|
||||
|
@ -32,7 +32,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "The user specified tags associated with the account."
|
||||
|
@ -43,7 +43,7 @@
|
|||
"$ref": "#/definitions/AccountBaseProperties"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "The properties of the account."
|
||||
|
@ -87,7 +87,7 @@
|
|||
"type": "boolean"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "A value indicating whether packages within the application may be overwritten using the same version string."
|
||||
|
@ -146,7 +146,7 @@
|
|||
"$ref": "#/definitions/AutoStorageBaseProperties"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "The properties related to auto storage account."
|
||||
|
@ -188,7 +188,7 @@
|
|||
"type": "boolean"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "A value indicating whether packages within the application may be overwritten using the same version string."
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"id": "http://schema.management.azure.com/schemas/2016-01-01/Microsoft.Storage.json#",
|
||||
"id": "https://schema.management.azure.com/schemas/2016-01-01/Microsoft.Storage.json#",
|
||||
"$schema": "http://json-schema.org/draft-04/schema#",
|
||||
"title": "Microsoft.Storage",
|
||||
"description": "Microsoft Storage Resource Types",
|
||||
|
@ -25,7 +25,7 @@
|
|||
"$ref": "#/definitions/Sku"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Required. Gets or sets the sku type."
|
||||
|
@ -40,7 +40,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Required. Indicates the type of storage account. Possible values include: 'Storage', 'BlobStorage'"
|
||||
|
@ -58,7 +58,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Gets or sets a list of key value pairs that describe the resource. These tags can be used in viewing and grouping this resource (across resource groups). A maximum of 15 tags can be provided for a resource. Each tag must have a key no greater than 128 characters and value no greater than 256 characters."
|
||||
|
@ -69,7 +69,7 @@
|
|||
"$ref": "#/definitions/StorageAccountPropertiesCreateParameters"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -98,7 +98,7 @@
|
|||
"type": "boolean"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Indicates whether indirect CName validation is enabled. Default value is false. This should only be set on updates"
|
||||
|
@ -118,7 +118,7 @@
|
|||
"$ref": "#/definitions/EncryptionServices"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Gets the services which are encrypted."
|
||||
|
@ -132,7 +132,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Gets the encryption keySource(provider). Possible values (case-insensitive): Microsoft.Storage"
|
||||
|
@ -152,7 +152,7 @@
|
|||
"type": "boolean"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "A boolean indicating whether or not the service is encrypted."
|
||||
|
@ -169,7 +169,7 @@
|
|||
"$ref": "#/definitions/EncryptionService"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "The blob service."
|
||||
|
@ -193,7 +193,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Gets or sets the sku name. Required for account creation, optional for update. Note that in older versions, sku name was called accountType. Possible values include: 'Standard_LRS', 'Standard_GRS', 'Standard_RAGRS', 'Standard_ZRS', 'Premium_LRS'"
|
||||
|
@ -213,7 +213,7 @@
|
|||
"$ref": "#/definitions/CustomDomain"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "User domain assigned to the storage account. Name is the CNAME source. Only one custom domain is supported per storage account at this time. To clear the existing custom domain, use an empty string for the custom domain name property."
|
||||
|
@ -224,7 +224,7 @@
|
|||
"$ref": "#/definitions/Encryption"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Provides the encryption settings on the account. If left unspecified the account encryption settings will remain. The default setting is unencrypted."
|
||||
|
@ -239,7 +239,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Required for StandardBlob accounts. The access tier used for billing. Access tier cannot be changed more than once every 7 days (168 hours). Access tier cannot be set for StandardLRS, StandardGRS, StandardRAGRS, or PremiumLRS account types. Possible values include: 'Hot', 'Cool'"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"id": "http://schema.management.azure.com/schemas/2016-01-29/Microsoft.PowerBI.json",
|
||||
"id": "https://schema.management.azure.com/schemas/2016-01-29/Microsoft.PowerBI.json",
|
||||
"$schema": "http://json-schema.org/draft-04/schema#",
|
||||
"title": "Microsoft.PowerBI",
|
||||
"description": "Microsoft Power BI Resource Types",
|
||||
|
@ -27,7 +27,7 @@
|
|||
"maxLength": 63
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -54,7 +54,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"id": "http://schema.management.azure.com/schemas/2016-02-01-preview/Microsoft.CognitiveServices.json#",
|
||||
"id": "https://schema.management.azure.com/schemas/2016-02-01-preview/Microsoft.CognitiveServices.json#",
|
||||
"$schema": "http://json-schema.org/draft-04/schema#",
|
||||
"title": "Microsoft.CognitiveServices",
|
||||
"description": "Microsoft CognitiveServices Resource Types",
|
||||
|
@ -25,7 +25,7 @@
|
|||
"$ref": "#/definitions/Sku"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -45,7 +45,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Required. Indicates the type of cognitive service account. Possible values include: 'ComputerVision', 'Emotion', 'Face', 'LUIS', 'Recommendations', 'Speech', 'TextAnalytics', 'WebLM'"
|
||||
|
@ -63,7 +63,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Gets or sets a list of key value pairs that describe the resource. These tags can be used in viewing and grouping this resource (across resource groups). A maximum of 15 tags can be provided for a resource. Each tag must have a key no greater than 128 characters and value no greater than 256 characters."
|
||||
|
@ -75,7 +75,7 @@
|
|||
"properties": {}
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Must exist in the request. Must not be null."
|
||||
|
@ -110,7 +110,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Gets or sets the sku name. Required for account creation, optional for update. Possible values include: 'F0', 'S0', 'S1', 'S2', 'S3', 'S4'"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"id": "http://schema.management.azure.com/schemas/2016-02-01/Microsoft.Resources.json#",
|
||||
"id": "https://schema.management.azure.com/schemas/2016-02-01/Microsoft.Resources.json#",
|
||||
"$schema": "http://json-schema.org/draft-04/schema#",
|
||||
"title": "Microsoft.Resources",
|
||||
"description": "Microsoft Resources Resource Types",
|
||||
|
@ -25,7 +25,7 @@
|
|||
"$ref": "#/definitions/DeploymentProperties"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Gets or sets the deployment properties."
|
||||
|
@ -58,7 +58,7 @@
|
|||
"type": "object"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Gets or sets the template content. Use only one of Template or TemplateLink."
|
||||
|
@ -69,7 +69,7 @@
|
|||
"$ref": "#/definitions/TemplateLink"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Gets or sets the URI referencing the template. Use only one of Template or TemplateLink."
|
||||
|
@ -80,7 +80,7 @@
|
|||
"type": "object"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Deployment parameters. Use only one of Parameters or ParametersLink."
|
||||
|
@ -91,7 +91,7 @@
|
|||
"$ref": "#/definitions/ParametersLink"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Gets or sets the URI referencing the parameters. Use only one of Parameters or ParametersLink."
|
||||
|
@ -106,7 +106,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Gets or sets the deployment mode. Possible values include: 'Incremental', 'Complete'"
|
||||
|
@ -117,7 +117,7 @@
|
|||
"$ref": "#/definitions/DebugSetting"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Gets or sets the debug setting of the deployment."
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"id": "http://schema.management.azure.com/schemas/2016-02-03/Microsoft.Devices.json#",
|
||||
"id": "https://schema.management.azure.com/schemas/2016-02-03/Microsoft.Devices.json#",
|
||||
"$schema": "http://json-schema.org/draft-04/schema#",
|
||||
"title": "Microsoft.Devices",
|
||||
"description": "Microsoft Devices Resource Types",
|
||||
|
@ -17,7 +17,7 @@
|
|||
"maxLength": 50
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -47,7 +47,7 @@
|
|||
"$ref": "#/definitions/IotHubProperties"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -57,7 +57,7 @@
|
|||
"$ref": "#/definitions/IotHubSkuInfo"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -85,7 +85,7 @@
|
|||
"maximum": 100
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "The max delivery count for the device queue. Range: 1-100"
|
||||
|
@ -100,7 +100,7 @@
|
|||
"$ref": "#/definitions/FeedbackProperties"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -129,7 +129,7 @@
|
|||
"$ref": "#/definitions/RoutingEndpoints"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -142,7 +142,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "The list of routing rules that users can provide, which the IoT hub uses to route messages to various in-built and user-provided endpoints. A maximum of 100 routing rules is allowed for paid hubs and a maximum of 5 routing rules is allowed for free hubs."
|
||||
|
@ -153,7 +153,7 @@
|
|||
"$ref": "#/definitions/RouteProperties"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "The properties of the route that will be used as a fallback route when none of the conditions specified in the 'routes' section are met."
|
||||
|
@ -173,7 +173,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "The list of service bus queue endpoints to which IoT hub routes the messages to, based on the routing rules."
|
||||
|
@ -187,7 +187,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "The list of service bus topic endpoints to which IoT hub routes the messages to, based on the routing rules."
|
||||
|
@ -201,7 +201,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "The list of eventhub endpoints to which IoT hub routes the messages to, based on the routing rules. This list should not include the in-built eventhub endpoint."
|
||||
|
@ -284,7 +284,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "The source to which the routing rule is to be applied to. e.g. DeviceMessages"
|
||||
|
@ -304,7 +304,7 @@
|
|||
"maxItems": 1
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "The list of endpoints to which the messages that satisfy the condition are routed to. Currently only 1 endpoint is allowed."
|
||||
|
@ -315,7 +315,7 @@
|
|||
"type": "boolean"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Used to specify whether a route is enabled or not."
|
||||
|
@ -338,7 +338,7 @@
|
|||
"type": "integer"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "The retention time in days. Range of values [For F1: 1-1, S1: 1-7, S2: 1-7, S3: 1-7]."
|
||||
|
@ -349,7 +349,7 @@
|
|||
"type": "integer"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "The partition count. Range of values [For F1: 2-2, S1: 2-128, S2: 2-128, S3: 2-128]."
|
||||
|
@ -376,7 +376,7 @@
|
|||
"maximum": 100
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "The max delivery count. Range : 1-100"
|
||||
|
@ -396,7 +396,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "The authorization rules."
|
||||
|
@ -410,7 +410,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "The event hub endpoint properties."
|
||||
|
@ -424,7 +424,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "The list of storage endpoints where files can be uploaded. Currently only one storage account can be configured."
|
||||
|
@ -435,7 +435,7 @@
|
|||
"type": "boolean"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "The flag which indicates whether file upload notification should be enabled. This is optional at iot hub level. When enabled upload notifications will be available."
|
||||
|
@ -446,7 +446,7 @@
|
|||
"$ref": "#/definitions/CloudToDeviceProperties"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -460,7 +460,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "The IP filter rules. Each rule specifies if a source IP address or a range of source IP addresses should be accepted or rejected when connecting to a IotHub."
|
||||
|
@ -471,7 +471,7 @@
|
|||
"$ref": "#/definitions/RoutingProperties"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -492,7 +492,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "The Capabilities/Features that need to be enabled for the Hub. Possible values include: 'None', 'DeviceManagement'"
|
||||
|
@ -515,7 +515,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "The name of the Sku. Possible values include: 'F1', 'S1', 'S2', 'S3'"
|
||||
|
@ -526,7 +526,7 @@
|
|||
"type": "integer"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "The number of units being provisioned. Range of values [For F1: 1-1, S1: 1-200, S2: 1-200, S3: 1-10]. To go above this range, call support."
|
||||
|
@ -604,7 +604,7 @@
|
|||
"maxLength": 128
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -615,7 +615,7 @@
|
|||
"enum": [ "Accept", "Reject" ]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"id": "http://schema.management.azure.com/schemas/2016-03-01/Microsoft.Scheduler.json#",
|
||||
"id": "https://schema.management.azure.com/schemas/2016-03-01/Microsoft.Scheduler.json#",
|
||||
"$schema": "http://json-schema.org/draft-04/schema#",
|
||||
"title": "Microsoft.Scheduler",
|
||||
"description": "Microsoft Scheduler Resource Types",
|
||||
|
@ -36,7 +36,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Gets or sets the tags."
|
||||
|
@ -47,7 +47,7 @@
|
|||
"$ref": "#/definitions/JobCollectionProperties"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Gets or sets the job collection properties."
|
||||
|
@ -91,7 +91,7 @@
|
|||
"$ref": "#/definitions/JobProperties"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Gets or sets the job properties."
|
||||
|
@ -130,7 +130,7 @@
|
|||
"$ref": "#/definitions/HttpAuthentication"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Gets or sets the http authentication."
|
||||
|
@ -156,7 +156,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Gets or sets the headers."
|
||||
|
@ -183,7 +183,7 @@
|
|||
"$ref": "#/definitions/HttpRequest"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Gets or sets the http requests."
|
||||
|
@ -194,7 +194,7 @@
|
|||
"$ref": "#/definitions/StorageQueueMessage"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Gets or sets the storage queue message."
|
||||
|
@ -205,7 +205,7 @@
|
|||
"$ref": "#/definitions/ServiceBusQueueMessage"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Gets or sets the service bus queue message."
|
||||
|
@ -216,7 +216,7 @@
|
|||
"$ref": "#/definitions/ServiceBusTopicMessage"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Gets or sets the service bus topic message."
|
||||
|
@ -227,7 +227,7 @@
|
|||
"$ref": "#/definitions/RetryPolicy"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Gets or sets the retry policy."
|
||||
|
@ -238,7 +238,7 @@
|
|||
"$ref": "#/definitions/JobErrorAction"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Gets or sets the error action."
|
||||
|
@ -254,7 +254,7 @@
|
|||
"$ref": "#/definitions/Sku"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Gets or sets the SKU."
|
||||
|
@ -271,7 +271,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Gets or sets the state. Possible values include: 'Enabled', 'Disabled', 'Suspended', 'Deleted'"
|
||||
|
@ -282,7 +282,7 @@
|
|||
"$ref": "#/definitions/JobCollectionQuota"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Gets or sets the job collection quota."
|
||||
|
@ -298,7 +298,7 @@
|
|||
"type": "integer"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Gets or set the maximum job count."
|
||||
|
@ -309,7 +309,7 @@
|
|||
"type": "integer"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Gets or sets the maximum job occurrence."
|
||||
|
@ -320,7 +320,7 @@
|
|||
"$ref": "#/definitions/JobMaxRecurrence"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Gets or set the maximum recurrence."
|
||||
|
@ -348,7 +348,7 @@
|
|||
"$ref": "#/definitions/JobProperties"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Gets or sets the job properties."
|
||||
|
@ -381,7 +381,7 @@
|
|||
"$ref": "#/definitions/HttpRequest"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Gets or sets the http requests."
|
||||
|
@ -392,7 +392,7 @@
|
|||
"$ref": "#/definitions/StorageQueueMessage"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Gets or sets the storage queue message."
|
||||
|
@ -403,7 +403,7 @@
|
|||
"$ref": "#/definitions/ServiceBusQueueMessage"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Gets or sets the service bus queue message."
|
||||
|
@ -414,7 +414,7 @@
|
|||
"$ref": "#/definitions/ServiceBusTopicMessage"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Gets or sets the service bus topic message."
|
||||
|
@ -425,7 +425,7 @@
|
|||
"$ref": "#/definitions/RetryPolicy"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Gets or sets the retry policy."
|
||||
|
@ -448,7 +448,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Gets or sets the frequency of recurrence (second, minute, hour, day, week, month). Possible values include: 'Minute', 'Hour', 'Day', 'Week', 'Month'"
|
||||
|
@ -459,7 +459,7 @@
|
|||
"type": "integer"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Gets or sets the interval between retries."
|
||||
|
@ -480,7 +480,7 @@
|
|||
"$ref": "#/definitions/JobAction"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Gets or sets the job action."
|
||||
|
@ -491,7 +491,7 @@
|
|||
"$ref": "#/definitions/JobRecurrence"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Gets or sets the job recurrence."
|
||||
|
@ -508,7 +508,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Gets or set the job state. Possible values include: 'Enabled', 'Disabled', 'Faulted', 'Completed'"
|
||||
|
@ -531,7 +531,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Gets or sets the frequency of recurrence (second, minute, hour, day, week, month). Possible values include: 'Minute', 'Hour', 'Day', 'Week', 'Month'"
|
||||
|
@ -542,7 +542,7 @@
|
|||
"type": "integer"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Gets or sets the interval between retries."
|
||||
|
@ -553,7 +553,7 @@
|
|||
"type": "integer"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Gets or sets the maximum number of times that the job should run."
|
||||
|
@ -569,7 +569,7 @@
|
|||
"$ref": "#/definitions/JobRecurrenceSchedule"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -593,7 +593,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -606,7 +606,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Gets or sets the hours of the day that the job should execute at."
|
||||
|
@ -620,7 +620,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Gets or sets the minutes of the hour that the job should execute at."
|
||||
|
@ -634,7 +634,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Gets or sets the days of the month that the job should execute on. Must be between 1 and 31."
|
||||
|
@ -648,7 +648,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Gets or sets the occurrences of days within a month."
|
||||
|
@ -673,7 +673,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Gets or sets the day. Must be one of monday, tuesday, wednesday, thursday, friday, saturday, sunday. Possible values include: 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday', 'Sunday'"
|
||||
|
@ -684,7 +684,7 @@
|
|||
"type": "integer"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Gets or sets the occurrence. Must be between -5 and 5."
|
||||
|
@ -704,7 +704,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Gets or sets the retry strategy to be used. Possible values include: 'None', 'Fixed'"
|
||||
|
@ -720,7 +720,7 @@
|
|||
"type": "integer"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Gets or sets the number of times a retry should be attempted."
|
||||
|
@ -765,7 +765,7 @@
|
|||
"type": "boolean"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Gets or sets the force persistence."
|
||||
|
@ -823,7 +823,7 @@
|
|||
"$ref": "#/definitions/ServiceBusAuthentication"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Gets or sets the authentication."
|
||||
|
@ -834,7 +834,7 @@
|
|||
"$ref": "#/definitions/ServiceBusBrokeredMessageProperties"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Gets or sets the brokered message properties."
|
||||
|
@ -848,7 +848,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Gets or sets the custom message properties."
|
||||
|
@ -872,7 +872,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Gets or sets the transport type. Possible values include: 'NotSpecified', 'NetMessaging', 'AMQP'"
|
||||
|
@ -892,7 +892,7 @@
|
|||
"$ref": "#/definitions/ServiceBusAuthentication"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Gets or sets the authentication."
|
||||
|
@ -903,7 +903,7 @@
|
|||
"$ref": "#/definitions/ServiceBusBrokeredMessageProperties"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Gets or sets the brokered message properties."
|
||||
|
@ -917,7 +917,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Gets or sets the custom message properties."
|
||||
|
@ -941,7 +941,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Gets or sets the transport type. Possible values include: 'NotSpecified', 'NetMessaging', 'AMQP'"
|
||||
|
@ -967,7 +967,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Gets or set the SKU. Possible values include: 'Standard', 'Free', 'P10Premium', 'P20Premium'"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"id": "http://schema.management.azure.com/schemas/2016-03-01/Microsoft.ServiceFabric.json#",
|
||||
"id": "https://schema.management.azure.com/schemas/2016-03-01/Microsoft.ServiceFabric.json#",
|
||||
"$schema": "http://json-schema.org/draft-04/schema#",
|
||||
"title": "Microsoft.ServiceFabric",
|
||||
"description": "Microsoft ServiceFabric Resource Types",
|
||||
|
@ -25,7 +25,7 @@
|
|||
"$ref": "#/definitions/ClusterProperties"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Gets or sets the cluster properties."
|
||||
|
@ -66,7 +66,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -102,7 +102,7 @@
|
|||
"type": "object",
|
||||
"properties": {
|
||||
"httpApplicationGatewayEndpointPort": {
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
},
|
||||
"durabilityLevel": {
|
||||
"oneOf": [
|
||||
|
@ -110,13 +110,13 @@
|
|||
"$ref": "#/definitions/Level"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "This level is used to set the durability of nodes of this type."
|
||||
},
|
||||
"vmInstanceCount": {
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression",
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression",
|
||||
"minimum": 1,
|
||||
"maximum": 2147483647
|
||||
},
|
||||
|
@ -133,7 +133,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -146,15 +146,15 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
},
|
||||
"clientConnectionEndpointPort": {
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
},
|
||||
"httpGatewayEndpointPort": {
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
},
|
||||
"applicationPorts": {
|
||||
"oneOf": [
|
||||
|
@ -162,7 +162,7 @@
|
|||
"$ref": "#/definitions/Ports"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -172,7 +172,7 @@
|
|||
"$ref": "#/definitions/Ports"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -182,7 +182,7 @@
|
|||
"type": "boolean"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -199,10 +199,10 @@
|
|||
"type": "object",
|
||||
"properties": {
|
||||
"startPort": {
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
},
|
||||
"endPort": {
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
|
@ -228,7 +228,7 @@
|
|||
"type": "boolean"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -251,7 +251,7 @@
|
|||
"type": "boolean"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -298,7 +298,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -334,10 +334,10 @@
|
|||
"type": "object",
|
||||
"properties": {
|
||||
"maxPercentUnhealthyNodes": {
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
},
|
||||
"maxPercentUnhealthyApplications": {
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
|
@ -349,13 +349,13 @@
|
|||
"type": "object",
|
||||
"properties": {
|
||||
"maxPercentDeltaUnhealthyNodes": {
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
},
|
||||
"maxPercentUpgradeDomainDeltaUnhealthyNodes": {
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
},
|
||||
"maxPercentDeltaUnhealthyApplications": {
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
|
@ -416,7 +416,7 @@
|
|||
"$ref": "#/definitions/CertificateDescription"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Microsoft.ServiceFabric/clusters: The server certificate used by reverse proxy."
|
||||
|
@ -427,7 +427,7 @@
|
|||
"$ref": "#/definitions/AzureActiveDirectory"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Microsoft.ServiceFabric/clusters: The settings to enable AAD authentication on the cluster."
|
||||
|
@ -438,7 +438,7 @@
|
|||
"$ref": "#/definitions/Level"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Microsoft.ServiceFabric/clusters: This level is used to set the number of replicas of the system services. Details: http://azure.microsoft.com/en-us/documentation/articles/service-fabric-cluster-capacity/#the-reliability-characteristics-of-the-cluster"
|
||||
|
@ -453,7 +453,7 @@
|
|||
"minItems": 1
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Microsoft.ServiceFabric/clusters: The node types of the cluster. Details: http://azure.microsoft.com/en-us/documentation/articles/service-fabric-cluster-capacity"
|
||||
|
@ -469,7 +469,7 @@
|
|||
"$ref": "#/definitions/CertificateDescription"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Microsoft.ServiceFabric/clusters: The certificate to use for node to node communication within cluster, the server certificate of the cluster and the default admin client."
|
||||
|
@ -483,7 +483,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Microsoft.ServiceFabric/clusters: List of client certificates to whitelist based on thumbprints."
|
||||
|
@ -497,7 +497,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Microsoft.ServiceFabric/clusters: List of client certificates to whitelist based on common names."
|
||||
|
@ -511,7 +511,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Microsoft.ServiceFabric/clusters: List of custom fabric settings to configure the cluster."
|
||||
|
@ -522,7 +522,7 @@
|
|||
"$ref": "#/definitions/PaasClusterUpgradePolicy"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Microsoft.ServiceFabric/clusters: The policy to use when upgrading the cluster."
|
||||
|
@ -533,7 +533,7 @@
|
|||
"$ref": "#/definitions/DiagnosticsStorageAccountConfig"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Microsoft.ServiceFabric/clusters: The azure storage account information for uploading cluster logs."
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"id": "http://schema.management.azure.com/schemas/2016-03-01/Microsoft.Web.json#",
|
||||
"id": "https://schema.management.azure.com/schemas/2016-03-01/Microsoft.Web.json#",
|
||||
"$schema": "http://json-schema.org/draft-04/schema#",
|
||||
"title": "Microsoft.Web",
|
||||
"description": "Microsoft Web Resource Types",
|
||||
|
@ -25,7 +25,7 @@
|
|||
"$ref": "#/definitions/Certificate_properties"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "ARM envelope properties"
|
||||
|
@ -59,7 +59,7 @@
|
|||
"$ref": "#/definitions/Csr_properties"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "ARM envelope properties"
|
||||
|
@ -86,7 +86,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Host names the certificate applies to."
|
||||
|
@ -98,7 +98,7 @@
|
|||
"contentEncoding": "base64"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Pfx blob."
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"id": "http://schema.management.azure.com/schemas/2016-03-30/Microsoft.ContainerService.json#",
|
||||
"id": "https://schema.management.azure.com/schemas/2016-03-30/Microsoft.ContainerService.json#",
|
||||
"$schema": "http://json-schema.org/draft-04/schema#",
|
||||
"title": "Microsoft.Compute",
|
||||
"description": "Microsoft Container Service Resource Types",
|
||||
|
@ -25,7 +25,7 @@
|
|||
"$ref": "#/definitions/orchestratorProfile"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Microsoft.ContainerService/containerServices - Orchestrator Type"
|
||||
|
@ -36,7 +36,7 @@
|
|||
"$ref": "#/definitions/masterProfile"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Microsoft.ContainerService/containerServices - Master Profile"
|
||||
|
@ -47,7 +47,7 @@
|
|||
"$ref": "#/definitions/agentPoolProfiles"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Microsoft.ContainerService/containerServices - Agent Pool Profiles"
|
||||
|
@ -58,7 +58,7 @@
|
|||
"$ref": "#/definitions/linuxProfile"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Microsoft.ContainerService/containerServices - Linux Profile"
|
||||
|
@ -111,7 +111,7 @@
|
|||
"count": {
|
||||
"oneOf": [
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
},
|
||||
{
|
||||
"type": "integer"
|
||||
|
@ -146,7 +146,7 @@
|
|||
"$ref": "#/definitions/publicKey"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -160,7 +160,7 @@
|
|||
"$ref": "#/definitions/publicKeys"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -181,7 +181,7 @@
|
|||
"$ref": "#/definitions/ssh"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -200,7 +200,7 @@
|
|||
"count": {
|
||||
"oneOf": [
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
},
|
||||
{
|
||||
"type": "integer"
|
||||
|
@ -229,7 +229,7 @@
|
|||
"$ref": "#/definitions/agentPoolProfile"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"id": "http://schema.management.azure.com/schemas/2016-03-30/Microsoft.DataCatalog.json",
|
||||
"id": "https://schema.management.azure.com/schemas/2016-03-30/Microsoft.DataCatalog.json",
|
||||
"$schema": "http://json-schema.org/draft-04/schema#",
|
||||
"title": "Microsoft.DataCatalog",
|
||||
"description": "Azure Data Catalog Resource Types",
|
||||
|
@ -28,7 +28,7 @@
|
|||
"Standard"
|
||||
]
|
||||
},
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.DataCatalog/catalogs: sku - specifies desired SKU for the catalog (Free, Standard)"
|
||||
},
|
||||
|
@ -39,11 +39,11 @@
|
|||
"items": {
|
||||
"oneOf": [
|
||||
{ "$ref": "#/definitions/user" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
]
|
||||
}
|
||||
},
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.DataCatalog/catalogs: admins - specifies the list of catalog administrators"
|
||||
},
|
||||
|
@ -54,11 +54,11 @@
|
|||
"items": {
|
||||
"oneOf": [
|
||||
{ "$ref": "#/definitions/user" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
]
|
||||
}
|
||||
},
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.DataCatalog/catalogs: users - specifies the list of catalog users"
|
||||
}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"id": "http://schema.management.azure.com/schemas/2016-04-01/Microsoft.Cache.json#",
|
||||
"id": "https://schema.management.azure.com/schemas/2016-04-01/Microsoft.Cache.json#",
|
||||
"$schema": "http://json-schema.org/draft-04/schema#",
|
||||
"title": "Microsoft.Cache",
|
||||
"description": "Microsoft Cache Resource Types",
|
||||
|
@ -25,7 +25,7 @@
|
|||
"$ref": "#/definitions/RedisProperties"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Redis cache properties."
|
||||
|
@ -53,7 +53,7 @@
|
|||
"$ref": "#/definitions/Sku"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "What sku of redis cache to deploy."
|
||||
|
@ -67,7 +67,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "All Redis Settings. Few possible keys: rdb-backup-enabled,rdb-storage-connection-string,rdb-backup-frequency,maxmemory-delta,maxmemory-policy,notify-keyspace-events,maxmemory-samples,slowlog-log-slower-than,slowlog-max-len,list-max-ziplist-entries,list-max-ziplist-value,hash-max-ziplist-entries,hash-max-ziplist-value,set-max-intset-entries,zset-max-ziplist-entries,zset-max-ziplist-value etc."
|
||||
|
@ -78,7 +78,7 @@
|
|||
"type": "boolean"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "If the value is true, then the non-ssl redis server port (6379) will be enabled."
|
||||
|
@ -92,7 +92,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "tenantSettings"
|
||||
|
@ -103,7 +103,7 @@
|
|||
"type": "integer"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "The number of shards to be created on a Premium Cluster Cache."
|
||||
|
@ -115,7 +115,7 @@
|
|||
"pattern": "^/subscriptions/[^/]*/resourceGroups/[^/]*/providers/Microsoft.(ClassicNetwork|Network)/virtualNetworks/[^/]*/subnets/[^/]*$"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "The full resource ID of a subnet in a virtual network to deploy the redis cache in. Example format: /subscriptions/{subid}/resourceGroups/{resourceGroupName}/Microsoft.{Network|ClassicNetwork}/VirtualNetworks/vnet1/subnets/subnet1"
|
||||
|
@ -127,7 +127,7 @@
|
|||
"pattern": "^\\d+\\.\\d+\\.\\d+\\.\\d+$"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Required when deploying a redis cache inside an existing Azure Virtual Network."
|
||||
|
@ -152,7 +152,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "What type of redis cache to deploy. Valid values: (Basic, Standard, Premium)."
|
||||
|
@ -167,7 +167,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Which family to use. Valid values: (C, P)."
|
||||
|
@ -178,7 +178,7 @@
|
|||
"type": "integer"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "What size of redis cache to deploy. Valid values: for C family (0, 1, 2, 3, 4, 5, 6), for P family (1, 2, 3, 4)"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"id": "http://schema.management.azure.com/schemas/2016-04-01/Microsoft.MachineLearning.json#",
|
||||
"id": "https://schema.management.azure.com/schemas/2016-04-01/Microsoft.MachineLearning.json#",
|
||||
"$schema": "http://json-schema.org/draft-04/schema#",
|
||||
"title": "Microsoft.MachineLearning",
|
||||
"description": "Microsoft MachineLearning Resource Types",
|
||||
|
@ -25,7 +25,7 @@
|
|||
"$ref": "#/definitions/WorkspaceProperties"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Workspace resource properties."
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"id": "http://schema.management.azure.com/schemas/2016-04-01/Microsoft.Network.json#",
|
||||
"id": "https://schema.management.azure.com/schemas/2016-04-01/Microsoft.Network.json#",
|
||||
"$schema": "http://json-schema.org/draft-04/schema#",
|
||||
"title": "Microsoft.Network",
|
||||
"description": "Microsoft Network Resource Types",
|
||||
|
@ -29,7 +29,7 @@
|
|||
"$ref": "#/definitions/ZoneProperties"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Gets or sets the properties of the zone."
|
||||
|
@ -109,7 +109,7 @@
|
|||
"$ref": "#/definitions/RecordSetProperties"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Gets or sets the properties of the RecordSet."
|
||||
|
@ -155,7 +155,7 @@
|
|||
"$ref": "#/definitions/RecordSetProperties"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Gets or sets the properties of the RecordSet."
|
||||
|
@ -201,7 +201,7 @@
|
|||
"$ref": "#/definitions/RecordSetProperties"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Gets or sets the properties of the RecordSet."
|
||||
|
@ -247,7 +247,7 @@
|
|||
"$ref": "#/definitions/RecordSetProperties"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Gets or sets the properties of the RecordSet."
|
||||
|
@ -293,7 +293,7 @@
|
|||
"$ref": "#/definitions/RecordSetProperties"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Gets or sets the properties of the RecordSet."
|
||||
|
@ -339,7 +339,7 @@
|
|||
"$ref": "#/definitions/RecordSetProperties"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Gets or sets the properties of the RecordSet."
|
||||
|
@ -385,7 +385,7 @@
|
|||
"$ref": "#/definitions/RecordSetProperties"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Gets or sets the properties of the RecordSet."
|
||||
|
@ -431,7 +431,7 @@
|
|||
"$ref": "#/definitions/RecordSetProperties"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Gets or sets the properties of the RecordSet."
|
||||
|
@ -477,7 +477,7 @@
|
|||
"$ref": "#/definitions/RecordSetProperties"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Gets or sets the properties of the RecordSet."
|
||||
|
@ -555,7 +555,7 @@
|
|||
"$ref": "#/definitions/RecordSetProperties"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Gets or sets the properties of the RecordSet."
|
||||
|
@ -601,7 +601,7 @@
|
|||
"$ref": "#/definitions/RecordSetProperties"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Gets or sets the properties of the RecordSet."
|
||||
|
@ -647,7 +647,7 @@
|
|||
"$ref": "#/definitions/RecordSetProperties"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Gets or sets the properties of the RecordSet."
|
||||
|
@ -693,7 +693,7 @@
|
|||
"$ref": "#/definitions/RecordSetProperties"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Gets or sets the properties of the RecordSet."
|
||||
|
@ -739,7 +739,7 @@
|
|||
"$ref": "#/definitions/RecordSetProperties"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Gets or sets the properties of the RecordSet."
|
||||
|
@ -785,7 +785,7 @@
|
|||
"$ref": "#/definitions/RecordSetProperties"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Gets or sets the properties of the RecordSet."
|
||||
|
@ -831,7 +831,7 @@
|
|||
"$ref": "#/definitions/RecordSetProperties"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Gets or sets the properties of the RecordSet."
|
||||
|
@ -877,7 +877,7 @@
|
|||
"$ref": "#/definitions/RecordSetProperties"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Gets or sets the properties of the RecordSet."
|
||||
|
@ -923,7 +923,7 @@
|
|||
"$ref": "#/definitions/RecordSetProperties"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Gets or sets the properties of the RecordSet."
|
||||
|
@ -945,7 +945,7 @@
|
|||
"type": "integer"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Gets or sets the preference metric for this record."
|
||||
|
@ -989,7 +989,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Gets or sets the metadata attached to the resource."
|
||||
|
@ -1000,7 +1000,7 @@
|
|||
"type": "integer"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Gets or sets the TTL of the records in the RecordSet."
|
||||
|
@ -1014,7 +1014,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Gets or sets the list of A records in the RecordSet."
|
||||
|
@ -1028,7 +1028,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Gets or sets the list of AAAA records in the RecordSet."
|
||||
|
@ -1042,7 +1042,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Gets or sets the list of MX records in the RecordSet."
|
||||
|
@ -1056,7 +1056,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Gets or sets the list of NS records in the RecordSet."
|
||||
|
@ -1070,7 +1070,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Gets or sets the list of PTR records in the RecordSet."
|
||||
|
@ -1084,7 +1084,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Gets or sets the list of SRV records in the RecordSet."
|
||||
|
@ -1098,7 +1098,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Gets or sets the list of TXT records in the RecordSet."
|
||||
|
@ -1109,7 +1109,7 @@
|
|||
"$ref": "#/definitions/CnameRecord"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Gets or sets the CNAME record in the RecordSet."
|
||||
|
@ -1120,7 +1120,7 @@
|
|||
"$ref": "#/definitions/SoaRecord"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Gets or sets the SOA record in the RecordSet."
|
||||
|
@ -1145,7 +1145,7 @@
|
|||
"type": "integer"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Gets or sets the serial number for this record."
|
||||
|
@ -1156,7 +1156,7 @@
|
|||
"type": "integer"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Gets or sets the refresh value for this record."
|
||||
|
@ -1167,7 +1167,7 @@
|
|||
"type": "integer"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Gets or sets the retry time for this record."
|
||||
|
@ -1178,7 +1178,7 @@
|
|||
"type": "integer"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Gets or sets the expire time for this record."
|
||||
|
@ -1189,7 +1189,7 @@
|
|||
"type": "integer"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Gets or sets the minimum TTL value for this record."
|
||||
|
@ -1206,7 +1206,7 @@
|
|||
"type": "integer"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Gets or sets the priority metric for this record."
|
||||
|
@ -1217,7 +1217,7 @@
|
|||
"type": "integer"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Gets or sets the weight metric for this this record."
|
||||
|
@ -1228,7 +1228,7 @@
|
|||
"type": "integer"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Gets or sets the port of the service for this record."
|
||||
|
@ -1252,7 +1252,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Gets or sets the text value of this record."
|
||||
|
@ -1269,7 +1269,7 @@
|
|||
"type": "integer"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Gets or sets the maximum number of record sets that can be created in this zone."
|
||||
|
@ -1280,7 +1280,7 @@
|
|||
"type": "integer"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Gets or sets the current number of record sets in this zone."
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"id": "http://schema.management.azure.com/schemas/2016-04-02/Microsoft.Cdn.json#",
|
||||
"id": "https://schema.management.azure.com/schemas/2016-04-02/Microsoft.Cdn.json#",
|
||||
"$schema": "http://json-schema.org/draft-04/schema#",
|
||||
"title": "Microsoft.Cdn",
|
||||
"description": "Microsoft Cdn Resource Types",
|
||||
|
@ -32,7 +32,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Profile tags"
|
||||
|
@ -43,7 +43,7 @@
|
|||
"$ref": "#/definitions/Sku"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "The SKU (pricing tier) of the CDN profile."
|
||||
|
@ -95,7 +95,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Endpoint tags"
|
||||
|
@ -106,7 +106,7 @@
|
|||
"$ref": "#/definitions/EndpointPropertiesCreateParameters"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -153,7 +153,7 @@
|
|||
"$ref": "#/definitions/CustomDomainPropertiesParameters"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -186,7 +186,7 @@
|
|||
"$ref": "#/definitions/OriginPropertiesParameters"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -225,7 +225,7 @@
|
|||
"$ref": "#/definitions/DeepCreatedOriginProperties"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -248,7 +248,7 @@
|
|||
"type": "integer"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "The value of the HTTP port. Must be between 1 and 65535"
|
||||
|
@ -259,7 +259,7 @@
|
|||
"type": "integer"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "The value of the HTTPS port. Must be between 1 and 65535"
|
||||
|
@ -290,7 +290,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "List of content types on which compression will be applied. The value for the elements should be a valid MIME type."
|
||||
|
@ -301,7 +301,7 @@
|
|||
"type": "boolean"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Indicates whether content compression is enabled. Default value is false. If compression is enabled, the content transferred from the CDN endpoint to the end user will be compressed. The requested content must be larger than 1 byte and smaller than 1 MB."
|
||||
|
@ -312,7 +312,7 @@
|
|||
"type": "boolean"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Indicates whether HTTP traffic is allowed on the endpoint. Default value is true. At least one protocol (HTTP or HTTPS) must be allowed."
|
||||
|
@ -323,7 +323,7 @@
|
|||
"type": "boolean"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Indicates whether https traffic is allowed on the endpoint. Default value is true. At least one protocol (HTTP or HTTPS) must be allowed."
|
||||
|
@ -340,7 +340,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Defines the query string caching behavior. Possible values include: 'IgnoreQueryString', 'BypassCaching', 'UseQueryString', 'NotSet'"
|
||||
|
@ -354,7 +354,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "The set of origins for the CDN endpoint. When multiple origins exist, the first origin will be used as primary and rest will be used as failover options."
|
||||
|
@ -377,7 +377,7 @@
|
|||
"type": "integer"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "The value of the HTTP port. Must be between 1 and 65535."
|
||||
|
@ -388,7 +388,7 @@
|
|||
"type": "integer"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "The value of the HTTPS port. Must be between 1 and 65535."
|
||||
|
@ -426,7 +426,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Endpoint tags"
|
||||
|
@ -437,7 +437,7 @@
|
|||
"$ref": "#/definitions/EndpointPropertiesCreateParameters"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -484,7 +484,7 @@
|
|||
"$ref": "#/definitions/CustomDomainPropertiesParameters"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -517,7 +517,7 @@
|
|||
"$ref": "#/definitions/OriginPropertiesParameters"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -544,7 +544,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Name of the pricing tier. Possible values include: 'Standard_Verizon', 'Premium_Verizon', 'Custom_Verizon', 'Standard_Akamai'"
|
||||
|
|
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"id": "http://schema.management.azure.com/schemas/2016-05-01-preview/Microsoft.MachineLearning.json#",
|
||||
"id": "https://schema.management.azure.com/schemas/2016-05-01-preview/Microsoft.MachineLearning.json#",
|
||||
"$schema": "http://json-schema.org/draft-04/schema#",
|
||||
"title": "Microsoft.MachineLearning",
|
||||
"description": "Microsoft MachineLearning Resource Types",
|
||||
|
@ -51,7 +51,7 @@
|
|||
"$ref": "#/definitions/WebServiceProperties"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Web service resource properties."
|
||||
|
@ -81,7 +81,7 @@
|
|||
"type": "integer"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -117,7 +117,7 @@
|
|||
"$ref": "#/definitions/AssetLocation"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Access information for the asset."
|
||||
|
@ -131,7 +131,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Information about the asset's input ports."
|
||||
|
@ -145,7 +145,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Information about the asset's output ports."
|
||||
|
@ -159,7 +159,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "If the asset is a custom module, this holds the module's metadata."
|
||||
|
@ -173,7 +173,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "If the asset is a custom module, this holds the module's parameters."
|
||||
|
@ -239,7 +239,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Additional format information for the data type."
|
||||
|
@ -253,7 +253,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "If the data type is categorical, this provides the list of accepted categories."
|
||||
|
@ -264,7 +264,7 @@
|
|||
"type": "boolean"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Flag indicating if the type supports null values or not."
|
||||
|
@ -275,7 +275,7 @@
|
|||
"type": "boolean"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Flag indicating whether the categories are treated as an ordered set or not, if this is a categorical column."
|
||||
|
@ -313,7 +313,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Level of tracing to be used: None - disables tracing; Error - collects only error (stderr) traces; All - collects all traces (stdout and stderr)."
|
||||
|
@ -360,7 +360,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Sample input data for the web service's input(s) given as an input name to sample input values matrix map."
|
||||
|
@ -374,7 +374,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Sample input data for the web service's global parameters"
|
||||
|
@ -428,7 +428,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "If applicable, parameters of the node. Global graph parameters map into these, with values set at runtime."
|
||||
|
@ -448,7 +448,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "The set of nodes making up the graph, provided as a nodeId to GraphNode map"
|
||||
|
@ -462,7 +462,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "The list of edges making up the graph."
|
||||
|
@ -476,7 +476,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "The collection of global parameters for the graph, given as a global parameter name to GraphParameter map. Each parameter here has a 1:1 match with the global parameters values map declared at the WebServiceProperties level."
|
||||
|
@ -518,7 +518,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Association links for this parameter to nodes in the graph."
|
||||
|
@ -590,7 +590,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "The definition of the parameter."
|
||||
|
@ -618,7 +618,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Definitions for nested interface parameters if this is a complex module parameter."
|
||||
|
@ -650,7 +650,7 @@
|
|||
"maximum": 200
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Maximum number of concurrent calls allowed on the realtime endpoint."
|
||||
|
@ -685,7 +685,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Map of name to swagger schema for each input or output of the web service."
|
||||
|
@ -742,7 +742,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "The set of columns within the data table."
|
||||
|
@ -784,7 +784,7 @@
|
|||
"$ref": "#/definitions/WebServiceKeys"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "The set of access keys for the web service. If not specified at creation time (PUT), they will be generated automatically by the resource provider."
|
||||
|
@ -795,7 +795,7 @@
|
|||
"type": "boolean"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "If true, the web service can no longer be updated / patched, only removed. Otherwise, the service resource supports changes."
|
||||
|
@ -806,7 +806,7 @@
|
|||
"type": "boolean"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Flag that controls whether to expose sample data or not in the web service's swagger definition."
|
||||
|
@ -817,7 +817,7 @@
|
|||
"$ref": "#/definitions/RealtimeConfiguration"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Configuration for the service's realtime endpoint."
|
||||
|
@ -828,7 +828,7 @@
|
|||
"$ref": "#/definitions/DiagnosticsConfiguration"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Settings controlling the diagnostics traces collection for the web service."
|
||||
|
@ -839,7 +839,7 @@
|
|||
"$ref": "#/definitions/StorageAccount"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "The storage account associated with the service. This is used to store both datasets and diagnostic traces. This information is required at creation time (PUT) and only the key is updateable after that. The account credentials are hidden on a GET web service call."
|
||||
|
@ -850,7 +850,7 @@
|
|||
"$ref": "#/definitions/MachineLearningWorkspace"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "This is only populated at creation time (PUT) for web services originating from an AzureML Studio experiment."
|
||||
|
@ -861,7 +861,7 @@
|
|||
"$ref": "#/definitions/CommitmentPlan"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "The commitment plan associated with this web service. This is required to be specified at creation time (PUT) and is not updateable afterwards."
|
||||
|
@ -872,7 +872,7 @@
|
|||
"$ref": "#/definitions/ServiceInputOutputSpecification"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Swagger schema for the service's input(s), as applicable."
|
||||
|
@ -883,7 +883,7 @@
|
|||
"$ref": "#/definitions/ServiceInputOutputSpecification"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Swagger schema for the service's output(s), as applicable."
|
||||
|
@ -894,7 +894,7 @@
|
|||
"$ref": "#/definitions/ExampleRequest"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Sample request data for each of the service's inputs, as applicable."
|
||||
|
@ -908,7 +908,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Set of assets associated with the web service."
|
||||
|
@ -922,7 +922,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "The set of global parameters values defined for the web service, given as a global parameter name to default value map. If no default value is specified, the parameter is considered to be required."
|
||||
|
@ -933,7 +933,7 @@
|
|||
"$ref": "#/definitions/GraphPackage"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "The definition of the graph package making up this web service."
|
||||
|
@ -947,7 +947,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"id": "http://schema.management.azure.com/schemas/2016-05-16/Microsoft.AnalysisServices.json#",
|
||||
"id": "https://schema.management.azure.com/schemas/2016-05-16/Microsoft.AnalysisServices.json#",
|
||||
"$schema": "http://json-schema.org/draft-04/schema#",
|
||||
"title": "Microsoft.AnalysisServices",
|
||||
"description": "SQL Analysis Services on Azure",
|
||||
|
@ -32,7 +32,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Server tags"
|
||||
|
@ -43,7 +43,7 @@
|
|||
"$ref": "#/definitions/Sku"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "The SKU (pricing tier) of the Analysis Services instance."
|
||||
|
@ -54,7 +54,7 @@
|
|||
"$ref": "#/definitions/ServerProperties"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -85,7 +85,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Name of the pricing tier. Possible values include: 'D1', 'S1', 'S2', 'S4'"
|
||||
|
@ -110,7 +110,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"required": [
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"id": "http://schema.management.azure.com/schemas/2016-06-01/Microsoft.Logic.json#",
|
||||
"id": "https://schema.management.azure.com/schemas/2016-06-01/Microsoft.Logic.json#",
|
||||
"$schema": "http://json-schema.org/draft-04/schema#",
|
||||
"title": "Microsoft.Logic",
|
||||
"description": "Microsoft Logic Resource Types",
|
||||
|
@ -40,7 +40,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "The resource tags."
|
||||
|
@ -51,7 +51,7 @@
|
|||
"$ref": "#/definitions/WorkflowProperties"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "The workflow properties."
|
||||
|
@ -92,7 +92,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "The name."
|
||||
|
@ -103,7 +103,7 @@
|
|||
"$ref": "#/definitions/ResourceReference"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "The reference to plan."
|
||||
|
@ -134,7 +134,7 @@
|
|||
"type": "object"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "The value."
|
||||
|
@ -145,7 +145,7 @@
|
|||
"type": "object"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "The metadata."
|
||||
|
@ -173,7 +173,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "The state."
|
||||
|
@ -184,7 +184,7 @@
|
|||
"$ref": "#/definitions/Sku"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "The sku."
|
||||
|
@ -195,7 +195,7 @@
|
|||
"$ref": "#/definitions/ResourceReference"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "The integration account."
|
||||
|
@ -206,7 +206,7 @@
|
|||
"type": "object"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "The definition."
|
||||
|
@ -220,7 +220,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "The parameters."
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"id": "http://schema.management.azure.com/schemas/2016-06-01/Microsoft.Network.json#",
|
||||
"id": "https://schema.management.azure.com/schemas/2016-06-01/Microsoft.Network.json#",
|
||||
"$schema": "http://json-schema.org/draft-04/schema#",
|
||||
"title": "Microsoft.Network",
|
||||
"description": "Microsoft Network Resource Types",
|
||||
|
@ -33,18 +33,18 @@
|
|||
"Static"
|
||||
]
|
||||
},
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Network/publicIPAddresses: Public IP allocation method"
|
||||
},
|
||||
"idleTimeoutInMinutes": {
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression",
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression",
|
||||
"description": "Microsoft.Network/publicIPAddresses: Idle timeout in minutes"
|
||||
},
|
||||
"dnsSettings": {
|
||||
"oneOf": [
|
||||
{ "$ref": "#/definitions/publicIPAddressDnsSettings" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Network/publicIPAddresses: DNS settings"
|
||||
}
|
||||
|
@ -85,14 +85,14 @@
|
|||
"enableIPForwarding": {
|
||||
"oneOf": [
|
||||
{ "type": "boolean" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Network/networkInterfaces: Enable IP forwarding"
|
||||
},
|
||||
"networkSecurityGroup": {
|
||||
"oneOf": [
|
||||
{ "$ref": "#/definitions/id" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Network/networkInterfaces: Network security group"
|
||||
},
|
||||
|
@ -104,14 +104,14 @@
|
|||
"$ref": "#/definitions/ipConfiguration"
|
||||
}
|
||||
},
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Network/networkInterfaces: IP configurations"
|
||||
},
|
||||
"dnsSettings": {
|
||||
"oneOf": [
|
||||
{ "$ref": "#/definitions/networkInterfaceDnsSettings" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Network/networkInterfaces: DNS settings"
|
||||
}
|
||||
|
@ -154,14 +154,14 @@
|
|||
"addressSpace": {
|
||||
"oneOf": [
|
||||
{ "$ref": "#/definitions/addressSpace" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Network/virtualNetworks: Address space"
|
||||
},
|
||||
"dhcpOptions": {
|
||||
"oneOf": [
|
||||
{ "$ref": "#/definitions/dhcpOptions" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Network/virtualNetworks: DHCP options"
|
||||
},
|
||||
|
@ -171,7 +171,7 @@
|
|||
"type": "array",
|
||||
"items": { "$ref": "#/definitions/subnet" }
|
||||
},
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Network/virtualNetworks: Subnets"
|
||||
},
|
||||
|
@ -181,7 +181,7 @@
|
|||
"type": "array",
|
||||
"items": { "$ref": "#/definitions/virtualNetworkPeering" }
|
||||
},
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Network/virtualNetworks: Virtual Network Peerings"
|
||||
}
|
||||
|
@ -228,7 +228,7 @@
|
|||
"$ref": "#/definitions/frontendIPConfigurations"
|
||||
}
|
||||
},
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Network/loadBalancers: Frontend IP configurations"
|
||||
},
|
||||
|
@ -240,7 +240,7 @@
|
|||
"$ref": "#/definitions/backendAddressPools"
|
||||
}
|
||||
},
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Network/loadBalancers: Backend address pools"
|
||||
},
|
||||
|
@ -252,7 +252,7 @@
|
|||
"$ref": "#/definitions/loadBalancingRules"
|
||||
}
|
||||
},
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Network/loadBalancers: Load balancing rules"
|
||||
},
|
||||
|
@ -264,7 +264,7 @@
|
|||
"$ref": "#/definitions/probes"
|
||||
}
|
||||
},
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Network/loadBalancers: Probes"
|
||||
},
|
||||
|
@ -276,7 +276,7 @@
|
|||
"$ref": "#/definitions/inboundNatRules"
|
||||
}
|
||||
},
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Network/loadBalancers: Inbound NAT rules"
|
||||
},
|
||||
|
@ -288,7 +288,7 @@
|
|||
"$ref": "#/definitions/inboundNatPools"
|
||||
}
|
||||
},
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Network/loadBalancers: Inbound NAT pools"
|
||||
},
|
||||
|
@ -300,7 +300,7 @@
|
|||
"$ref": "#/definitions/outboundNatRules"
|
||||
}
|
||||
},
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Network/loadBalancers: Outbound NAT rules"
|
||||
}
|
||||
|
@ -346,7 +346,7 @@
|
|||
"$ref": "#/definitions/securityRules"
|
||||
}
|
||||
},
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Network/networkSecurityGroups: Security rules"
|
||||
}
|
||||
|
@ -392,7 +392,7 @@
|
|||
"$ref": "#/definitions/routes"
|
||||
}
|
||||
},
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Network/routeTables: Routes"
|
||||
}
|
||||
|
@ -433,7 +433,7 @@
|
|||
"dnsServers": {
|
||||
"oneOf": [
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
},
|
||||
{
|
||||
"type": "array",
|
||||
|
@ -492,7 +492,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -607,7 +607,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -658,7 +658,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -692,7 +692,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -737,15 +737,15 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
},
|
||||
"frontendPort": {
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
},
|
||||
"backendPort": {
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
},
|
||||
"probe": {
|
||||
"$ref": "#/definitions/id"
|
||||
|
@ -756,12 +756,12 @@
|
|||
"type": "boolean"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
},
|
||||
"idleTimeoutInMinutes": {
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
},
|
||||
"loadDistribution": {
|
||||
"oneOf": [
|
||||
|
@ -773,7 +773,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -813,21 +813,21 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
},
|
||||
"port": {
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
},
|
||||
"requestPath": {
|
||||
"type": "string"
|
||||
},
|
||||
"intervalInSeconds": {
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
},
|
||||
"numberOfProbes": {
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
|
@ -860,10 +860,10 @@
|
|||
"type": "string"
|
||||
},
|
||||
"frontendPort": {
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
},
|
||||
"backendPort": {
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
|
@ -898,13 +898,13 @@
|
|||
"type": "string"
|
||||
},
|
||||
"frontendPortRangeStart": {
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
},
|
||||
"frontendPortRangeEnd": {
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
},
|
||||
"backendPort": {
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
|
@ -979,7 +979,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -1004,12 +1004,12 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
},
|
||||
"priority": {
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
},
|
||||
"direction": {
|
||||
"oneOf": [
|
||||
|
@ -1020,7 +1020,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -1070,7 +1070,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"id": "http://schema.management.azure.com/schemas/2016-06-01/Microsoft.RecoveryServices.json#",
|
||||
"id": "https://schema.management.azure.com/schemas/2016-06-01/Microsoft.RecoveryServices.json#",
|
||||
"$schema": "http://json-schema.org/draft-04/schema#",
|
||||
"title": "Microsoft.RecoveryServices",
|
||||
"description": "Microsoft Recovery Services Resource Types",
|
||||
|
@ -32,7 +32,7 @@
|
|||
"$ref": "#/definitions/Sku"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Required. Gets or sets the sku type."
|
||||
|
@ -50,7 +50,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Gets or sets a list of key value pairs that describe the resource. These tags can be used in viewing and grouping this resource (across resource groups). A maximum of 15 tags can be provided for a resource. Each tag must have a key no greater than 128 characters and value no greater than 256 characters."
|
||||
|
@ -61,7 +61,7 @@
|
|||
"$ref": "#/definitions/RecoveryServicesPropertiesCreateParameters"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -89,7 +89,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Gets or sets the sku name. Required for vault creation, optional for update. Possible values include: 'RS0'"
|
||||
|
@ -103,7 +103,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Gets or sets the sku tier. Required for vault creation, optional for update. Possible values include: 'Standard'"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"id": "http://schema.management.azure.com/schemas/2016-06-01/Microsoft.Web.json#",
|
||||
"id": "https://schema.management.azure.com/schemas/2016-06-01/Microsoft.Web.json#",
|
||||
"$schema": "http://json-schema.org/draft-04/schema#",
|
||||
"title": "Microsoft.Web",
|
||||
"description": "Microsoft Web Resource Types",
|
||||
|
@ -36,7 +36,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "The resource tags."
|
||||
|
@ -47,7 +47,7 @@
|
|||
"$ref": "#/definitions/ConnectionProperties"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "The connection properties."
|
||||
|
@ -92,7 +92,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "The resource tags."
|
||||
|
@ -103,7 +103,7 @@
|
|||
"$ref": "#/definitions/ConnectionGatewayProperties"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "The connection gateway properties."
|
||||
|
@ -140,7 +140,7 @@
|
|||
"type": "object"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "The custom parameter values."
|
||||
|
@ -151,7 +151,7 @@
|
|||
"type": "object"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "The parameter values."
|
||||
|
@ -162,7 +162,7 @@
|
|||
"$ref": "#/definitions/ResourceReference"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "The reference to API resource."
|
||||
|
@ -182,7 +182,7 @@
|
|||
"$ref": "#/definitions/ResourceReference"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "The reference to connection gateway installation resource."
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"id": "http://schema.management.azure.com/schemas/2016-06-27-preview/Microsoft.ContainerRegistry.json#",
|
||||
"id": "https://schema.management.azure.com/schemas/2016-06-27-preview/Microsoft.ContainerRegistry.json#",
|
||||
"$schema": "http://json-schema.org/draft-04/schema#",
|
||||
"title": "Microsoft.ContainerRegistry",
|
||||
"description": "Microsoft Container Registry Resource Types",
|
||||
|
@ -31,7 +31,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Gets or sets a list of key value pairs that describe the resource. These tags can be used in viewing and grouping this resource (across resource groups). A maximum of 15 tags can be provided for a resource. Each tag must have a key no greater than 128 characters and value no greater than 256 characters."
|
||||
|
@ -42,7 +42,7 @@
|
|||
"$ref": "#/definitions/ContainerRegistryProperties"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -80,7 +80,7 @@
|
|||
"type": "boolean"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"id": "http://schema.management.azure.com/schemas/2016-07-01-preview/Microsoft.ServerManagement.json#",
|
||||
"id": "https://schema.management.azure.com/schemas/2016-07-01-preview/Microsoft.ServerManagement.json#",
|
||||
"$schema": "http://json-schema.org/draft-04/schema#",
|
||||
"title": "Microsoft.ServerManagement",
|
||||
"description": "Microsoft ServerManagement Resource Types",
|
||||
|
@ -29,7 +29,7 @@
|
|||
"type": "object"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "resource tags"
|
||||
|
@ -40,7 +40,7 @@
|
|||
"$ref": "#/definitions/GatewayParameters_properties"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -77,7 +77,7 @@
|
|||
"type": "object"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "resource tags"
|
||||
|
@ -88,7 +88,7 @@
|
|||
"$ref": "#/definitions/NodeParameters_properties"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -132,7 +132,7 @@
|
|||
"$ref": "#/definitions/SessionParameters_properties"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -159,7 +159,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "The upgradeMode property gives the flexibility to gateway to auto upgrade itself. If properties value not specified, then we assume upgradeMode = Automatic."
|
||||
|
@ -200,7 +200,7 @@
|
|||
"$ref": "#/definitions/SessionParameters_properties"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"id": "http://schema.management.azure.com/schemas/2016-07-01/Microsoft.Network.json#",
|
||||
"id": "https://schema.management.azure.com/schemas/2016-07-01/Microsoft.Network.json#",
|
||||
"$schema": "http://json-schema.org/draft-04/schema#",
|
||||
"title": "Microsoft.Network",
|
||||
"description": "Microsoft Network Resource Types",
|
||||
|
@ -33,18 +33,18 @@
|
|||
"Static"
|
||||
]
|
||||
},
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Network/publicIPAddresses: Public IP allocation method"
|
||||
},
|
||||
"idleTimeoutInMinutes": {
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression",
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression",
|
||||
"description": "Microsoft.Network/publicIPAddresses: Idle timeout in minutes"
|
||||
},
|
||||
"dnsSettings": {
|
||||
"oneOf": [
|
||||
{ "$ref": "#/definitions/publicIPAddressDnsSettings" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Network/publicIPAddresses: DNS settings"
|
||||
}
|
||||
|
@ -85,14 +85,14 @@
|
|||
"enableIPForwarding": {
|
||||
"oneOf": [
|
||||
{ "type": "boolean" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Network/networkInterfaces: Enable IP forwarding"
|
||||
},
|
||||
"networkSecurityGroup": {
|
||||
"oneOf": [
|
||||
{ "$ref": "#/definitions/id" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Network/networkInterfaces: Network security group"
|
||||
},
|
||||
|
@ -104,14 +104,14 @@
|
|||
"$ref": "#/definitions/ipConfiguration"
|
||||
}
|
||||
},
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Network/networkInterfaces: IP configurations"
|
||||
},
|
||||
"dnsSettings": {
|
||||
"oneOf": [
|
||||
{ "$ref": "#/definitions/networkInterfaceDnsSettings" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Network/networkInterfaces: DNS settings"
|
||||
}
|
||||
|
@ -154,14 +154,14 @@
|
|||
"addressSpace": {
|
||||
"oneOf": [
|
||||
{ "$ref": "#/definitions/addressSpace" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Network/virtualNetworks: Address space"
|
||||
},
|
||||
"dhcpOptions": {
|
||||
"oneOf": [
|
||||
{ "$ref": "#/definitions/dhcpOptions" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Network/virtualNetworks: DHCP options"
|
||||
},
|
||||
|
@ -171,7 +171,7 @@
|
|||
"type": "array",
|
||||
"items": { "$ref": "#/definitions/subnet" }
|
||||
},
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Network/virtualNetworks: Subnets"
|
||||
},
|
||||
|
@ -181,7 +181,7 @@
|
|||
"type": "array",
|
||||
"items": { "$ref": "#/definitions/virtualNetworkPeering" }
|
||||
},
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Network/virtualNetworks: Virtual Network Peerings"
|
||||
}
|
||||
|
@ -228,7 +228,7 @@
|
|||
"$ref": "#/definitions/frontendIPConfigurations"
|
||||
}
|
||||
},
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Network/loadBalancers: Frontend IP configurations"
|
||||
},
|
||||
|
@ -240,7 +240,7 @@
|
|||
"$ref": "#/definitions/backendAddressPools"
|
||||
}
|
||||
},
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Network/loadBalancers: Backend address pools"
|
||||
},
|
||||
|
@ -252,7 +252,7 @@
|
|||
"$ref": "#/definitions/loadBalancingRules"
|
||||
}
|
||||
},
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Network/loadBalancers: Load balancing rules"
|
||||
},
|
||||
|
@ -264,7 +264,7 @@
|
|||
"$ref": "#/definitions/probes"
|
||||
}
|
||||
},
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Network/loadBalancers: Probes"
|
||||
},
|
||||
|
@ -276,7 +276,7 @@
|
|||
"$ref": "#/definitions/inboundNatRules"
|
||||
}
|
||||
},
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Network/loadBalancers: Inbound NAT rules"
|
||||
},
|
||||
|
@ -288,7 +288,7 @@
|
|||
"$ref": "#/definitions/inboundNatPools"
|
||||
}
|
||||
},
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Network/loadBalancers: Inbound NAT pools"
|
||||
},
|
||||
|
@ -300,7 +300,7 @@
|
|||
"$ref": "#/definitions/outboundNatRules"
|
||||
}
|
||||
},
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Network/loadBalancers: Outbound NAT rules"
|
||||
}
|
||||
|
@ -346,7 +346,7 @@
|
|||
"$ref": "#/definitions/securityRules"
|
||||
}
|
||||
},
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Network/networkSecurityGroups: Security rules"
|
||||
}
|
||||
|
@ -392,7 +392,7 @@
|
|||
"$ref": "#/definitions/routes"
|
||||
}
|
||||
},
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Network/routeTables: Routes"
|
||||
}
|
||||
|
@ -433,7 +433,7 @@
|
|||
"dnsServers": {
|
||||
"oneOf": [
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
},
|
||||
{
|
||||
"type": "array",
|
||||
|
@ -492,7 +492,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -607,7 +607,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -658,7 +658,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -692,7 +692,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -737,15 +737,15 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
},
|
||||
"frontendPort": {
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
},
|
||||
"backendPort": {
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
},
|
||||
"probe": {
|
||||
"$ref": "#/definitions/id"
|
||||
|
@ -756,12 +756,12 @@
|
|||
"type": "boolean"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
},
|
||||
"idleTimeoutInMinutes": {
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
},
|
||||
"loadDistribution": {
|
||||
"oneOf": [
|
||||
|
@ -773,7 +773,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -813,21 +813,21 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
},
|
||||
"port": {
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
},
|
||||
"requestPath": {
|
||||
"type": "string"
|
||||
},
|
||||
"intervalInSeconds": {
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
},
|
||||
"numberOfProbes": {
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
|
@ -860,10 +860,10 @@
|
|||
"type": "string"
|
||||
},
|
||||
"frontendPort": {
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
},
|
||||
"backendPort": {
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
|
@ -898,13 +898,13 @@
|
|||
"type": "string"
|
||||
},
|
||||
"frontendPortRangeStart": {
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
},
|
||||
"frontendPortRangeEnd": {
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
},
|
||||
"backendPort": {
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
|
@ -979,7 +979,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -1004,12 +1004,12 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
},
|
||||
"priority": {
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
},
|
||||
"direction": {
|
||||
"oneOf": [
|
||||
|
@ -1020,7 +1020,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -1070,7 +1070,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"id": "http://schema.management.azure.com/schemas/2016-07-07/Microsoft.ApiManagement.json#",
|
||||
"id": "https://schema.management.azure.com/schemas/2016-07-07/Microsoft.ApiManagement.json#",
|
||||
"$schema": "http://json-schema.org/draft-04/schema#",
|
||||
"title": "Microsoft.ApiManagement",
|
||||
"description": "Microsoft ApiManagement Resource Types",
|
||||
|
@ -32,7 +32,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Api Management service tags. A maximum of 10 tags can be provided for a resource, and each tag must have a key no greater than 128 characters (and value no greater than 256 characters)"
|
||||
|
@ -43,7 +43,7 @@
|
|||
"$ref": "#/definitions/ApiServiceProperties"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Properties of the Api Management service."
|
||||
|
@ -54,7 +54,7 @@
|
|||
"$ref": "#/definitions/ApiServiceSkuProperties"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Sku properties of the Api Management service."
|
||||
|
@ -89,7 +89,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Sku type in the location."
|
||||
|
@ -100,7 +100,7 @@
|
|||
"type": "integer"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Sku Unit count at the location."
|
||||
|
@ -114,7 +114,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Static IP addresses of the location virtual machines."
|
||||
|
@ -125,7 +125,7 @@
|
|||
"$ref": "#/definitions/VirtualNetworkConfiguration"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Virtual network configuration for the location."
|
||||
|
@ -187,7 +187,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Custom hostname configuration of the Api Management service."
|
||||
|
@ -201,7 +201,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Static ip addresses of the Api Management service virtual machines. Available only for Standard and Premium Sku."
|
||||
|
@ -212,7 +212,7 @@
|
|||
"$ref": "#/definitions/VirtualNetworkConfiguration"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Virtual network configuration of the Api Management service."
|
||||
|
@ -226,7 +226,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Additional datacenter locations description of the Api Management service."
|
||||
|
@ -240,7 +240,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Custom properties of the Api Management service."
|
||||
|
@ -256,7 +256,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Virtual private network type of the Api Management service."
|
||||
|
@ -278,7 +278,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Name of the Sku."
|
||||
|
@ -289,7 +289,7 @@
|
|||
"type": "integer"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Capacity of the Sku (number of deployed units of the Sku)."
|
||||
|
@ -344,7 +344,7 @@
|
|||
"$ref": "#/definitions/CertificateInformation"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Certificate information."
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"id": "http://schema.management.azure.com/schemas/2016-08-01/Microsoft.Network.json#",
|
||||
"id": "https://schema.management.azure.com/schemas/2016-08-01/Microsoft.Network.json#",
|
||||
"$schema": "http://json-schema.org/draft-04/schema#",
|
||||
"title": "Microsoft.Network",
|
||||
"description": "Microsoft Network Resource Types",
|
||||
|
@ -33,18 +33,18 @@
|
|||
"Static"
|
||||
]
|
||||
},
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Network/publicIPAddresses: Public IP allocation method"
|
||||
},
|
||||
"idleTimeoutInMinutes": {
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression",
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression",
|
||||
"description": "Microsoft.Network/publicIPAddresses: Idle timeout in minutes"
|
||||
},
|
||||
"dnsSettings": {
|
||||
"oneOf": [
|
||||
{ "$ref": "#/definitions/publicIPAddressDnsSettings" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Network/publicIPAddresses: DNS settings"
|
||||
}
|
||||
|
@ -85,14 +85,14 @@
|
|||
"enableIPForwarding": {
|
||||
"oneOf": [
|
||||
{ "type": "boolean" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Network/networkInterfaces: Enable IP forwarding"
|
||||
},
|
||||
"networkSecurityGroup": {
|
||||
"oneOf": [
|
||||
{ "$ref": "#/definitions/id" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Network/networkInterfaces: Network security group"
|
||||
},
|
||||
|
@ -104,14 +104,14 @@
|
|||
"$ref": "#/definitions/ipConfiguration"
|
||||
}
|
||||
},
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Network/networkInterfaces: IP configurations"
|
||||
},
|
||||
"dnsSettings": {
|
||||
"oneOf": [
|
||||
{ "$ref": "#/definitions/networkInterfaceDnsSettings" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Network/networkInterfaces: DNS settings"
|
||||
}
|
||||
|
@ -154,14 +154,14 @@
|
|||
"addressSpace": {
|
||||
"oneOf": [
|
||||
{ "$ref": "#/definitions/addressSpace" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Network/virtualNetworks: Address space"
|
||||
},
|
||||
"dhcpOptions": {
|
||||
"oneOf": [
|
||||
{ "$ref": "#/definitions/dhcpOptions" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Network/virtualNetworks: DHCP options"
|
||||
},
|
||||
|
@ -171,7 +171,7 @@
|
|||
"type": "array",
|
||||
"items": { "$ref": "#/definitions/subnet" }
|
||||
},
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Network/virtualNetworks: Subnets"
|
||||
},
|
||||
|
@ -181,7 +181,7 @@
|
|||
"type": "array",
|
||||
"items": { "$ref": "#/definitions/virtualNetworkPeering" }
|
||||
},
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Network/virtualNetworks: Virtual Network Peerings"
|
||||
}
|
||||
|
@ -228,7 +228,7 @@
|
|||
"$ref": "#/definitions/frontendIPConfigurations"
|
||||
}
|
||||
},
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Network/loadBalancers: Frontend IP configurations"
|
||||
},
|
||||
|
@ -240,7 +240,7 @@
|
|||
"$ref": "#/definitions/backendAddressPools"
|
||||
}
|
||||
},
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Network/loadBalancers: Backend address pools"
|
||||
},
|
||||
|
@ -252,7 +252,7 @@
|
|||
"$ref": "#/definitions/loadBalancingRules"
|
||||
}
|
||||
},
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Network/loadBalancers: Load balancing rules"
|
||||
},
|
||||
|
@ -264,7 +264,7 @@
|
|||
"$ref": "#/definitions/probes"
|
||||
}
|
||||
},
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Network/loadBalancers: Probes"
|
||||
},
|
||||
|
@ -276,7 +276,7 @@
|
|||
"$ref": "#/definitions/inboundNatRules"
|
||||
}
|
||||
},
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Network/loadBalancers: Inbound NAT rules"
|
||||
},
|
||||
|
@ -288,7 +288,7 @@
|
|||
"$ref": "#/definitions/inboundNatPools"
|
||||
}
|
||||
},
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Network/loadBalancers: Inbound NAT pools"
|
||||
},
|
||||
|
@ -300,7 +300,7 @@
|
|||
"$ref": "#/definitions/outboundNatRules"
|
||||
}
|
||||
},
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Network/loadBalancers: Outbound NAT rules"
|
||||
}
|
||||
|
@ -346,7 +346,7 @@
|
|||
"$ref": "#/definitions/securityRules"
|
||||
}
|
||||
},
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Network/networkSecurityGroups: Security rules"
|
||||
}
|
||||
|
@ -392,7 +392,7 @@
|
|||
"$ref": "#/definitions/routes"
|
||||
}
|
||||
},
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Network/routeTables: Routes"
|
||||
}
|
||||
|
@ -433,7 +433,7 @@
|
|||
"dnsServers": {
|
||||
"oneOf": [
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
},
|
||||
{
|
||||
"type": "array",
|
||||
|
@ -492,7 +492,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -607,7 +607,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -658,7 +658,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -692,7 +692,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -737,15 +737,15 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
},
|
||||
"frontendPort": {
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
},
|
||||
"backendPort": {
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
},
|
||||
"probe": {
|
||||
"$ref": "#/definitions/id"
|
||||
|
@ -756,12 +756,12 @@
|
|||
"type": "boolean"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
},
|
||||
"idleTimeoutInMinutes": {
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
},
|
||||
"loadDistribution": {
|
||||
"oneOf": [
|
||||
|
@ -773,7 +773,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -813,21 +813,21 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
},
|
||||
"port": {
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
},
|
||||
"requestPath": {
|
||||
"type": "string"
|
||||
},
|
||||
"intervalInSeconds": {
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
},
|
||||
"numberOfProbes": {
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
|
@ -860,10 +860,10 @@
|
|||
"type": "string"
|
||||
},
|
||||
"frontendPort": {
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
},
|
||||
"backendPort": {
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
|
@ -898,13 +898,13 @@
|
|||
"type": "string"
|
||||
},
|
||||
"frontendPortRangeStart": {
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
},
|
||||
"frontendPortRangeEnd": {
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
},
|
||||
"backendPort": {
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
|
@ -979,7 +979,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -1004,12 +1004,12 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
},
|
||||
"priority": {
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
},
|
||||
"direction": {
|
||||
"oneOf": [
|
||||
|
@ -1020,7 +1020,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -1070,7 +1070,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"id": "http://schema.management.azure.com/schemas/2016-09-01-preview/Microsoft.Solutions.json#",
|
||||
"id": "https://schema.management.azure.com/schemas/2016-09-01-preview/Microsoft.Solutions.json#",
|
||||
"$schema": "http://json-schema.org/draft-04/schema#",
|
||||
"title": "Microsoft.Solutions",
|
||||
"description": "Microsoft Solutions Resource Types",
|
||||
|
@ -25,7 +25,7 @@
|
|||
"$ref": "#/definitions/ApplianceDefinitionProperties"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "The appliance definition properties."
|
||||
|
@ -59,7 +59,7 @@
|
|||
"$ref": "#/definitions/ApplianceProperties"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "The appliance properties."
|
||||
|
@ -67,10 +67,10 @@
|
|||
"plan": {
|
||||
"oneOf": [
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/resourcePlan"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/resourcePlan"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "The plan information."
|
||||
|
@ -82,7 +82,7 @@
|
|||
"pattern": "^[-\\w\\._,\\(\\)]+$"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "The kind of the appliance. Allowed values are MarketPlace and ServiceCatalog."
|
||||
|
@ -133,7 +133,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "The appliance lock level."
|
||||
|
@ -151,7 +151,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "The appliance provider authorizations."
|
||||
|
@ -165,7 +165,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "The collection of appliance artifacts. The portal will use the files specified as artifacts to construct the user experience of creating an appliance from an appliance definition."
|
||||
|
@ -203,7 +203,7 @@
|
|||
"type": "object"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Name and value pairs that define the appliance parameters. It can be a JObject or a well formed JSON string."
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"id": "http://schema.management.azure.com/schemas/2016-09-01/Microsoft.Authorization.json#",
|
||||
"id": "https://schema.management.azure.com/schemas/2016-09-01/Microsoft.Authorization.json#",
|
||||
"$schema": "http://json-schema.org/draft-04/schema#",
|
||||
"title": "Microsoft.Authorization",
|
||||
"description": "Microsoft Authorization Resource Types",
|
||||
|
@ -25,7 +25,7 @@
|
|||
"$ref": "#/definitions/ManagementLockProperties"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "The properties of the lock."
|
||||
|
@ -58,7 +58,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "The lock level of the management lock."
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"id": "http://schema.management.azure.com/schemas/2016-09-01/Microsoft.Network.json#",
|
||||
"id": "https://schema.management.azure.com/schemas/2016-09-01/Microsoft.Network.json#",
|
||||
"$schema": "http://json-schema.org/draft-04/schema#",
|
||||
"title": "Microsoft.Network",
|
||||
"description": "Microsoft Network Resource Types",
|
||||
|
@ -33,18 +33,18 @@
|
|||
"Static"
|
||||
]
|
||||
},
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Network/publicIPAddresses: Public IP allocation method"
|
||||
},
|
||||
"idleTimeoutInMinutes": {
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression",
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression",
|
||||
"description": "Microsoft.Network/publicIPAddresses: Idle timeout in minutes"
|
||||
},
|
||||
"dnsSettings": {
|
||||
"oneOf": [
|
||||
{ "$ref": "#/definitions/publicIPAddressDnsSettings" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Network/publicIPAddresses: DNS settings"
|
||||
}
|
||||
|
@ -85,14 +85,14 @@
|
|||
"enableIPForwarding": {
|
||||
"oneOf": [
|
||||
{ "type": "boolean" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Network/networkInterfaces: Enable IP forwarding"
|
||||
},
|
||||
"networkSecurityGroup": {
|
||||
"oneOf": [
|
||||
{ "$ref": "#/definitions/id" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Network/networkInterfaces: Network security group"
|
||||
},
|
||||
|
@ -104,14 +104,14 @@
|
|||
"$ref": "#/definitions/ipConfiguration"
|
||||
}
|
||||
},
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Network/networkInterfaces: IP configurations"
|
||||
},
|
||||
"dnsSettings": {
|
||||
"oneOf": [
|
||||
{ "$ref": "#/definitions/networkInterfaceDnsSettings" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Network/networkInterfaces: DNS settings"
|
||||
}
|
||||
|
@ -154,14 +154,14 @@
|
|||
"addressSpace": {
|
||||
"oneOf": [
|
||||
{ "$ref": "#/definitions/addressSpace" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Network/virtualNetworks: Address space"
|
||||
},
|
||||
"dhcpOptions": {
|
||||
"oneOf": [
|
||||
{ "$ref": "#/definitions/dhcpOptions" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Network/virtualNetworks: DHCP options"
|
||||
},
|
||||
|
@ -171,7 +171,7 @@
|
|||
"type": "array",
|
||||
"items": { "$ref": "#/definitions/subnet" }
|
||||
},
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Network/virtualNetworks: Subnets"
|
||||
},
|
||||
|
@ -181,7 +181,7 @@
|
|||
"type": "array",
|
||||
"items": { "$ref": "#/definitions/virtualNetworkPeering" }
|
||||
},
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Network/virtualNetworks: Virtual Network Peerings"
|
||||
}
|
||||
|
@ -228,7 +228,7 @@
|
|||
"$ref": "#/definitions/frontendIPConfigurations"
|
||||
}
|
||||
},
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Network/loadBalancers: Frontend IP configurations"
|
||||
},
|
||||
|
@ -240,7 +240,7 @@
|
|||
"$ref": "#/definitions/backendAddressPools"
|
||||
}
|
||||
},
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Network/loadBalancers: Backend address pools"
|
||||
},
|
||||
|
@ -252,7 +252,7 @@
|
|||
"$ref": "#/definitions/loadBalancingRules"
|
||||
}
|
||||
},
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Network/loadBalancers: Load balancing rules"
|
||||
},
|
||||
|
@ -264,7 +264,7 @@
|
|||
"$ref": "#/definitions/probes"
|
||||
}
|
||||
},
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Network/loadBalancers: Probes"
|
||||
},
|
||||
|
@ -276,7 +276,7 @@
|
|||
"$ref": "#/definitions/inboundNatRules"
|
||||
}
|
||||
},
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Network/loadBalancers: Inbound NAT rules"
|
||||
},
|
||||
|
@ -288,7 +288,7 @@
|
|||
"$ref": "#/definitions/inboundNatPools"
|
||||
}
|
||||
},
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Network/loadBalancers: Inbound NAT pools"
|
||||
},
|
||||
|
@ -300,7 +300,7 @@
|
|||
"$ref": "#/definitions/outboundNatRules"
|
||||
}
|
||||
},
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Network/loadBalancers: Outbound NAT rules"
|
||||
}
|
||||
|
@ -346,7 +346,7 @@
|
|||
"$ref": "#/definitions/securityRules"
|
||||
}
|
||||
},
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Network/networkSecurityGroups: Security rules"
|
||||
}
|
||||
|
@ -392,7 +392,7 @@
|
|||
"$ref": "#/definitions/routes"
|
||||
}
|
||||
},
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Network/routeTables: Routes"
|
||||
}
|
||||
|
@ -433,7 +433,7 @@
|
|||
"dnsServers": {
|
||||
"oneOf": [
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
},
|
||||
{
|
||||
"type": "array",
|
||||
|
@ -492,7 +492,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -607,7 +607,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -658,7 +658,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -692,7 +692,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -737,15 +737,15 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
},
|
||||
"frontendPort": {
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
},
|
||||
"backendPort": {
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
},
|
||||
"probe": {
|
||||
"$ref": "#/definitions/id"
|
||||
|
@ -756,12 +756,12 @@
|
|||
"type": "boolean"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
},
|
||||
"idleTimeoutInMinutes": {
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
},
|
||||
"loadDistribution": {
|
||||
"oneOf": [
|
||||
|
@ -773,7 +773,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -813,21 +813,21 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
},
|
||||
"port": {
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
},
|
||||
"requestPath": {
|
||||
"type": "string"
|
||||
},
|
||||
"intervalInSeconds": {
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
},
|
||||
"numberOfProbes": {
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
|
@ -860,10 +860,10 @@
|
|||
"type": "string"
|
||||
},
|
||||
"frontendPort": {
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
},
|
||||
"backendPort": {
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
|
@ -898,13 +898,13 @@
|
|||
"type": "string"
|
||||
},
|
||||
"frontendPortRangeStart": {
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
},
|
||||
"frontendPortRangeEnd": {
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
},
|
||||
"backendPort": {
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
|
@ -979,7 +979,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -1004,12 +1004,12 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
},
|
||||
"priority": {
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
},
|
||||
"direction": {
|
||||
"oneOf": [
|
||||
|
@ -1020,7 +1020,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -1070,7 +1070,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"id": "http://schema.management.azure.com/schemas/2016-09-01/Microsoft.Resources.json#",
|
||||
"id": "https://schema.management.azure.com/schemas/2016-09-01/Microsoft.Resources.json#",
|
||||
"$schema": "http://json-schema.org/draft-04/schema#",
|
||||
"title": "Microsoft.Resources",
|
||||
"description": "Microsoft Resources Resource Types",
|
||||
|
@ -25,7 +25,7 @@
|
|||
"$ref": "#/definitions/DeploymentProperties"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "The deployment properties."
|
||||
|
@ -58,7 +58,7 @@
|
|||
"type": "object"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "The template content. It can be a JObject or a well formed JSON string. Use only one of Template or TemplateLink."
|
||||
|
@ -69,7 +69,7 @@
|
|||
"$ref": "#/definitions/TemplateLink"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "The template URI. Use only one of Template or TemplateLink."
|
||||
|
@ -80,7 +80,7 @@
|
|||
"type": "object"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Deployment parameters. It can be a JObject or a well formed JSON string. Use only one of Parameters or ParametersLink."
|
||||
|
@ -91,7 +91,7 @@
|
|||
"$ref": "#/definitions/ParametersLink"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "The parameters URI. Use only one of Parameters or ParametersLink."
|
||||
|
@ -106,7 +106,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "The deployment mode."
|
||||
|
@ -117,7 +117,7 @@
|
|||
"$ref": "#/definitions/DebugSetting"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "The debug setting of the deployment."
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"id": "http://schema.management.azure.com/schemas/2016-09-01/Microsoft.ServiceFabric.json#",
|
||||
"id": "https://schema.management.azure.com/schemas/2016-09-01/Microsoft.ServiceFabric.json#",
|
||||
"$schema": "http://json-schema.org/draft-04/schema#",
|
||||
"title": "Microsoft.ServiceFabric",
|
||||
"description": "Microsoft ServiceFabric Resource Types",
|
||||
|
@ -25,7 +25,7 @@
|
|||
"$ref": "#/definitions/ClusterProperties"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Gets or sets the cluster properties."
|
||||
|
@ -66,7 +66,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -102,7 +102,7 @@
|
|||
"type": "object",
|
||||
"properties": {
|
||||
"reverseProxyEndpointPort": {
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
},
|
||||
"durabilityLevel": {
|
||||
"oneOf": [
|
||||
|
@ -110,13 +110,13 @@
|
|||
"$ref": "#/definitions/Level"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "This level is used to set the durability of nodes of this type."
|
||||
},
|
||||
"vmInstanceCount": {
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression",
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression",
|
||||
"minimum": 1,
|
||||
"maximum": 2147483647
|
||||
},
|
||||
|
@ -133,7 +133,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -146,15 +146,15 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
},
|
||||
"clientConnectionEndpointPort": {
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
},
|
||||
"httpGatewayEndpointPort": {
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
},
|
||||
"applicationPorts": {
|
||||
"oneOf": [
|
||||
|
@ -162,7 +162,7 @@
|
|||
"$ref": "#/definitions/Ports"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -172,7 +172,7 @@
|
|||
"$ref": "#/definitions/Ports"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -182,7 +182,7 @@
|
|||
"type": "boolean"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -199,10 +199,10 @@
|
|||
"type": "object",
|
||||
"properties": {
|
||||
"startPort": {
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
},
|
||||
"endPort": {
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
|
@ -228,7 +228,7 @@
|
|||
"type": "boolean"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -251,7 +251,7 @@
|
|||
"type": "boolean"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -298,7 +298,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -334,10 +334,10 @@
|
|||
"type": "object",
|
||||
"properties": {
|
||||
"maxPercentUnhealthyNodes": {
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
},
|
||||
"maxPercentUnhealthyApplications": {
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
|
@ -349,13 +349,13 @@
|
|||
"type": "object",
|
||||
"properties": {
|
||||
"maxPercentDeltaUnhealthyNodes": {
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
},
|
||||
"maxPercentUpgradeDomainDeltaUnhealthyNodes": {
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
},
|
||||
"maxPercentDeltaUnhealthyApplications": {
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
|
@ -424,7 +424,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Microsoft.ServiceFabric/clusters: The ServiceFabric runtime version of the cluster."
|
||||
|
@ -435,7 +435,7 @@
|
|||
"$ref": "#/definitions/CertificateDescription"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Microsoft.ServiceFabric/clusters: The server certificate used by reverse proxy."
|
||||
|
@ -446,7 +446,7 @@
|
|||
"$ref": "#/definitions/AzureActiveDirectory"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Microsoft.ServiceFabric/clusters: The settings to enable AAD authentication on the cluster."
|
||||
|
@ -457,7 +457,7 @@
|
|||
"$ref": "#/definitions/Level"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Microsoft.ServiceFabric/clusters: This level is used to set the number of replicas of the system services. Details: http://azure.microsoft.com/en-us/documentation/articles/service-fabric-cluster-capacity/#the-reliability-characteristics-of-the-cluster"
|
||||
|
@ -472,7 +472,7 @@
|
|||
"minItems": 1
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Microsoft.ServiceFabric/clusters: The node types of the cluster. Details: http://azure.microsoft.com/en-us/documentation/articles/service-fabric-cluster-capacity"
|
||||
|
@ -488,7 +488,7 @@
|
|||
"$ref": "#/definitions/CertificateDescription"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Microsoft.ServiceFabric/clusters: The certificate to use for node to node communication within cluster, the server certificate of the cluster and the default admin client."
|
||||
|
@ -502,7 +502,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Microsoft.ServiceFabric/clusters: List of client certificates to whitelist based on thumbprints."
|
||||
|
@ -516,7 +516,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Microsoft.ServiceFabric/clusters: List of client certificates to whitelist based on common names."
|
||||
|
@ -530,7 +530,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Microsoft.ServiceFabric/clusters: List of custom fabric settings to configure the cluster."
|
||||
|
@ -541,7 +541,7 @@
|
|||
"$ref": "#/definitions/PaasClusterUpgradePolicy"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Microsoft.ServiceFabric/clusters: The policy to use when upgrading the cluster."
|
||||
|
@ -552,7 +552,7 @@
|
|||
"$ref": "#/definitions/DiagnosticsStorageAccountConfig"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Microsoft.ServiceFabric/clusters: The azure storage account information for uploading cluster logs."
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"id": "http://schema.management.azure.com/schemas/2016-09-01/Microsoft.Web.json#",
|
||||
"id": "https://schema.management.azure.com/schemas/2016-09-01/Microsoft.Web.json#",
|
||||
"$schema": "http://json-schema.org/draft-04/schema#",
|
||||
"title": "Microsoft.Web",
|
||||
"description": "Microsoft Web Resource Types",
|
||||
|
@ -25,7 +25,7 @@
|
|||
"$ref": "#/definitions/AppServicePlan_properties"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "ARM envelope properties"
|
||||
|
@ -36,7 +36,7 @@
|
|||
"$ref": "#/definitions/SkuDescription"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -69,7 +69,7 @@
|
|||
"$ref": "#/definitions/VnetGateway_properties"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "ARM envelope properties"
|
||||
|
@ -103,7 +103,7 @@
|
|||
"$ref": "#/definitions/VnetRoute_properties"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "ARM envelope properties"
|
||||
|
@ -137,7 +137,7 @@
|
|||
"$ref": "#/definitions/AppServiceEnvironment_properties"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "ARM envelope properties"
|
||||
|
@ -181,7 +181,7 @@
|
|||
"type": "integer"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Worker size ID for referencing this worker pool."
|
||||
|
@ -197,7 +197,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Shared or dedicated app hosting."
|
||||
|
@ -212,7 +212,7 @@
|
|||
"type": "integer"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Number of instances in the worker pool."
|
||||
|
@ -251,7 +251,7 @@
|
|||
"type": "integer"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Worker size ID for referencing this worker pool."
|
||||
|
@ -267,7 +267,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Shared or dedicated app hosting."
|
||||
|
@ -282,7 +282,7 @@
|
|||
"type": "integer"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Number of instances in the worker pool."
|
||||
|
@ -321,7 +321,7 @@
|
|||
"$ref": "#/definitions/VirtualNetworkProfile"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Description of the Virtual Network."
|
||||
|
@ -337,7 +337,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Specifies which endpoints to serve internally in the Virtual Network for the App Service Environment."
|
||||
|
@ -352,7 +352,7 @@
|
|||
"type": "integer"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Number of front-end instances."
|
||||
|
@ -366,7 +366,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Description of worker pools with worker size IDs, VM sizes, and number of workers in each pool."
|
||||
|
@ -377,7 +377,7 @@
|
|||
"type": "integer"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Number of IP SSL addresses reserved for the App Service Environment."
|
||||
|
@ -395,7 +395,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Access control list for controlling traffic to the App Service Environment."
|
||||
|
@ -410,7 +410,7 @@
|
|||
"type": "integer"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Scale factor for front-ends."
|
||||
|
@ -425,7 +425,7 @@
|
|||
"type": "boolean"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "<code>true</code> if the App Service Environment is suspended; otherwise, <code>false</code>. The environment can be suspended, e.g. when the management endpoint is no longer available\n (most likely because NSG blocked the incoming traffic)."
|
||||
|
@ -436,7 +436,7 @@
|
|||
"type": "boolean"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "True/false indicating whether the App Service Environment is suspended. The environment can be suspended e.g. when the management endpoint is no longer available\n (most likely because NSG blocked the incoming traffic)."
|
||||
|
@ -450,7 +450,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Custom settings for changing the behavior of the App Service Environment."
|
||||
|
@ -479,7 +479,7 @@
|
|||
"type": "integer"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Worker size ID for referencing this worker pool."
|
||||
|
@ -495,7 +495,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Shared or dedicated app hosting."
|
||||
|
@ -510,7 +510,7 @@
|
|||
"type": "integer"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Number of instances in the worker pool."
|
||||
|
@ -549,7 +549,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Action object."
|
||||
|
@ -564,7 +564,7 @@
|
|||
"type": "integer"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Order of precedence."
|
||||
|
@ -599,7 +599,7 @@
|
|||
"type": "integer"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Worker size ID for referencing this worker pool."
|
||||
|
@ -615,7 +615,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Shared or dedicated app hosting."
|
||||
|
@ -630,7 +630,7 @@
|
|||
"type": "integer"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Number of instances in the worker pool."
|
||||
|
@ -659,7 +659,7 @@
|
|||
"$ref": "#/definitions/HostingEnvironmentProfile"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Specification for the App Service Environment to use for the App Service plan."
|
||||
|
@ -670,7 +670,7 @@
|
|||
"type": "boolean"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "If <code>true</code>, apps assigned to this App Service plan can be scaled independently.\n If <code>false</code>, apps assigned to this App Service plan will scale to all instances of the plan."
|
||||
|
@ -681,7 +681,7 @@
|
|||
"type": "boolean"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Reserved."
|
||||
|
@ -692,7 +692,7 @@
|
|||
"type": "integer"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Scaling worker count."
|
||||
|
@ -703,7 +703,7 @@
|
|||
"type": "integer"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Scaling worker size ID."
|
||||
|
@ -748,7 +748,7 @@
|
|||
"type": "integer"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Minimum number of workers for this App Service plan SKU."
|
||||
|
@ -759,7 +759,7 @@
|
|||
"type": "integer"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Maximum number of workers for this App Service plan SKU."
|
||||
|
@ -770,7 +770,7 @@
|
|||
"type": "integer"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Default number of workers for this App Service plan SKU."
|
||||
|
@ -807,7 +807,7 @@
|
|||
"type": "integer"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Current number of instances assigned to the resource."
|
||||
|
@ -818,7 +818,7 @@
|
|||
"$ref": "#/definitions/SkuCapacity"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Min, max, and default scale values of the SKU."
|
||||
|
@ -832,7 +832,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Locations of the SKU."
|
||||
|
@ -846,7 +846,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Capabilities of the SKU, e.g., is traffic manager enabled?"
|
||||
|
@ -894,7 +894,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "The type of route this is:\n DEFAULT - By default, every app has routes to the local address ranges specified by RFC1918\n INHERITED - Routes inherited from the real Virtual Network routes\n STATIC - Static route set on the app only\n \n These values will be used for syncing an app's routes with those from a Virtual Network."
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"id": "http://schema.management.azure.com/schemas/2016-10-01/Microsoft.Network.json#",
|
||||
"id": "https://schema.management.azure.com/schemas/2016-10-01/Microsoft.Network.json#",
|
||||
"$schema": "http://json-schema.org/draft-04/schema#",
|
||||
"title": "Microsoft.Network",
|
||||
"description": "Microsoft Network Resource Types",
|
||||
|
@ -33,18 +33,18 @@
|
|||
"Static"
|
||||
]
|
||||
},
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Network/publicIPAddresses: Public IP allocation method"
|
||||
},
|
||||
"idleTimeoutInMinutes": {
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression",
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression",
|
||||
"description": "Microsoft.Network/publicIPAddresses: Idle timeout in minutes"
|
||||
},
|
||||
"dnsSettings": {
|
||||
"oneOf": [
|
||||
{ "$ref": "#/definitions/publicIPAddressDnsSettings" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Network/publicIPAddresses: DNS settings"
|
||||
}
|
||||
|
@ -85,14 +85,14 @@
|
|||
"enableIPForwarding": {
|
||||
"oneOf": [
|
||||
{ "type": "boolean" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Network/networkInterfaces: Enable IP forwarding"
|
||||
},
|
||||
"networkSecurityGroup": {
|
||||
"oneOf": [
|
||||
{ "$ref": "#/definitions/id" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Network/networkInterfaces: Network security group"
|
||||
},
|
||||
|
@ -104,14 +104,14 @@
|
|||
"$ref": "#/definitions/ipConfiguration"
|
||||
}
|
||||
},
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Network/networkInterfaces: IP configurations"
|
||||
},
|
||||
"dnsSettings": {
|
||||
"oneOf": [
|
||||
{ "$ref": "#/definitions/networkInterfaceDnsSettings" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Network/networkInterfaces: DNS settings"
|
||||
}
|
||||
|
@ -154,14 +154,14 @@
|
|||
"addressSpace": {
|
||||
"oneOf": [
|
||||
{ "$ref": "#/definitions/addressSpace" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Network/virtualNetworks: Address space"
|
||||
},
|
||||
"dhcpOptions": {
|
||||
"oneOf": [
|
||||
{ "$ref": "#/definitions/dhcpOptions" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Network/virtualNetworks: DHCP options"
|
||||
},
|
||||
|
@ -171,7 +171,7 @@
|
|||
"type": "array",
|
||||
"items": { "$ref": "#/definitions/subnet" }
|
||||
},
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Network/virtualNetworks: Subnets"
|
||||
},
|
||||
|
@ -181,7 +181,7 @@
|
|||
"type": "array",
|
||||
"items": { "$ref": "#/definitions/virtualNetworkPeering" }
|
||||
},
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Network/virtualNetworks: Virtual Network Peerings"
|
||||
}
|
||||
|
@ -228,7 +228,7 @@
|
|||
"$ref": "#/definitions/frontendIPConfigurations"
|
||||
}
|
||||
},
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Network/loadBalancers: Frontend IP configurations"
|
||||
},
|
||||
|
@ -240,7 +240,7 @@
|
|||
"$ref": "#/definitions/backendAddressPools"
|
||||
}
|
||||
},
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Network/loadBalancers: Backend address pools"
|
||||
},
|
||||
|
@ -252,7 +252,7 @@
|
|||
"$ref": "#/definitions/loadBalancingRules"
|
||||
}
|
||||
},
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Network/loadBalancers: Load balancing rules"
|
||||
},
|
||||
|
@ -264,7 +264,7 @@
|
|||
"$ref": "#/definitions/probes"
|
||||
}
|
||||
},
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Network/loadBalancers: Probes"
|
||||
},
|
||||
|
@ -276,7 +276,7 @@
|
|||
"$ref": "#/definitions/inboundNatRules"
|
||||
}
|
||||
},
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Network/loadBalancers: Inbound NAT rules"
|
||||
},
|
||||
|
@ -288,7 +288,7 @@
|
|||
"$ref": "#/definitions/inboundNatPools"
|
||||
}
|
||||
},
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Network/loadBalancers: Inbound NAT pools"
|
||||
},
|
||||
|
@ -300,7 +300,7 @@
|
|||
"$ref": "#/definitions/outboundNatRules"
|
||||
}
|
||||
},
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Network/loadBalancers: Outbound NAT rules"
|
||||
}
|
||||
|
@ -346,7 +346,7 @@
|
|||
"$ref": "#/definitions/securityRules"
|
||||
}
|
||||
},
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Network/networkSecurityGroups: Security rules"
|
||||
}
|
||||
|
@ -392,7 +392,7 @@
|
|||
"$ref": "#/definitions/routes"
|
||||
}
|
||||
},
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Network/routeTables: Routes"
|
||||
}
|
||||
|
@ -433,7 +433,7 @@
|
|||
"dnsServers": {
|
||||
"oneOf": [
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
},
|
||||
{
|
||||
"type": "array",
|
||||
|
@ -492,7 +492,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -607,7 +607,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -658,7 +658,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -692,7 +692,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -737,15 +737,15 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
},
|
||||
"frontendPort": {
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
},
|
||||
"backendPort": {
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
},
|
||||
"probe": {
|
||||
"$ref": "#/definitions/id"
|
||||
|
@ -756,12 +756,12 @@
|
|||
"type": "boolean"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
},
|
||||
"idleTimeoutInMinutes": {
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
},
|
||||
"loadDistribution": {
|
||||
"oneOf": [
|
||||
|
@ -773,7 +773,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -813,21 +813,21 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
},
|
||||
"port": {
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
},
|
||||
"requestPath": {
|
||||
"type": "string"
|
||||
},
|
||||
"intervalInSeconds": {
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
},
|
||||
"numberOfProbes": {
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
|
@ -860,10 +860,10 @@
|
|||
"type": "string"
|
||||
},
|
||||
"frontendPort": {
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
},
|
||||
"backendPort": {
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
|
@ -898,13 +898,13 @@
|
|||
"type": "string"
|
||||
},
|
||||
"frontendPortRangeStart": {
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
},
|
||||
"frontendPortRangeEnd": {
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
},
|
||||
"backendPort": {
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
|
@ -979,7 +979,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -1004,12 +1004,12 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
},
|
||||
"priority": {
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
},
|
||||
"direction": {
|
||||
"oneOf": [
|
||||
|
@ -1020,7 +1020,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -1070,7 +1070,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"id": "http://schema.management.azure.com/schemas/2016-11-01/Microsoft.Network.json#",
|
||||
"id": "https://schema.management.azure.com/schemas/2016-11-01/Microsoft.Network.json#",
|
||||
"$schema": "http://json-schema.org/draft-04/schema#",
|
||||
"title": "Microsoft.Network",
|
||||
"description": "Microsoft Network Resource Types",
|
||||
|
@ -33,18 +33,18 @@
|
|||
"Static"
|
||||
]
|
||||
},
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Network/publicIPAddresses: Public IP allocation method"
|
||||
},
|
||||
"idleTimeoutInMinutes": {
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression",
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression",
|
||||
"description": "Microsoft.Network/publicIPAddresses: Idle timeout in minutes"
|
||||
},
|
||||
"dnsSettings": {
|
||||
"oneOf": [
|
||||
{ "$ref": "#/definitions/publicIPAddressDnsSettings" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Network/publicIPAddresses: DNS settings"
|
||||
}
|
||||
|
@ -85,14 +85,14 @@
|
|||
"enableIPForwarding": {
|
||||
"oneOf": [
|
||||
{ "type": "boolean" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Network/networkInterfaces: Enable IP forwarding"
|
||||
},
|
||||
"networkSecurityGroup": {
|
||||
"oneOf": [
|
||||
{ "$ref": "#/definitions/id" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Network/networkInterfaces: Network security group"
|
||||
},
|
||||
|
@ -104,14 +104,14 @@
|
|||
"$ref": "#/definitions/ipConfiguration"
|
||||
}
|
||||
},
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Network/networkInterfaces: IP configurations"
|
||||
},
|
||||
"dnsSettings": {
|
||||
"oneOf": [
|
||||
{ "$ref": "#/definitions/networkInterfaceDnsSettings" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Network/networkInterfaces: DNS settings"
|
||||
}
|
||||
|
@ -154,14 +154,14 @@
|
|||
"addressSpace": {
|
||||
"oneOf": [
|
||||
{ "$ref": "#/definitions/addressSpace" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Network/virtualNetworks: Address space"
|
||||
},
|
||||
"dhcpOptions": {
|
||||
"oneOf": [
|
||||
{ "$ref": "#/definitions/dhcpOptions" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Network/virtualNetworks: DHCP options"
|
||||
},
|
||||
|
@ -171,7 +171,7 @@
|
|||
"type": "array",
|
||||
"items": { "$ref": "#/definitions/subnet" }
|
||||
},
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Network/virtualNetworks: Subnets"
|
||||
},
|
||||
|
@ -181,7 +181,7 @@
|
|||
"type": "array",
|
||||
"items": { "$ref": "#/definitions/virtualNetworkPeering" }
|
||||
},
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Network/virtualNetworks: Virtual Network Peerings"
|
||||
}
|
||||
|
@ -228,7 +228,7 @@
|
|||
"$ref": "#/definitions/frontendIPConfigurations"
|
||||
}
|
||||
},
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Network/loadBalancers: Frontend IP configurations"
|
||||
},
|
||||
|
@ -240,7 +240,7 @@
|
|||
"$ref": "#/definitions/backendAddressPools"
|
||||
}
|
||||
},
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Network/loadBalancers: Backend address pools"
|
||||
},
|
||||
|
@ -252,7 +252,7 @@
|
|||
"$ref": "#/definitions/loadBalancingRules"
|
||||
}
|
||||
},
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Network/loadBalancers: Load balancing rules"
|
||||
},
|
||||
|
@ -264,7 +264,7 @@
|
|||
"$ref": "#/definitions/probes"
|
||||
}
|
||||
},
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Network/loadBalancers: Probes"
|
||||
},
|
||||
|
@ -276,7 +276,7 @@
|
|||
"$ref": "#/definitions/inboundNatRules"
|
||||
}
|
||||
},
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Network/loadBalancers: Inbound NAT rules"
|
||||
},
|
||||
|
@ -288,7 +288,7 @@
|
|||
"$ref": "#/definitions/inboundNatPools"
|
||||
}
|
||||
},
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Network/loadBalancers: Inbound NAT pools"
|
||||
},
|
||||
|
@ -300,7 +300,7 @@
|
|||
"$ref": "#/definitions/outboundNatRules"
|
||||
}
|
||||
},
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Network/loadBalancers: Outbound NAT rules"
|
||||
}
|
||||
|
@ -346,7 +346,7 @@
|
|||
"$ref": "#/definitions/securityRules"
|
||||
}
|
||||
},
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Network/networkSecurityGroups: Security rules"
|
||||
}
|
||||
|
@ -392,7 +392,7 @@
|
|||
"$ref": "#/definitions/routes"
|
||||
}
|
||||
},
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Network/routeTables: Routes"
|
||||
}
|
||||
|
@ -433,7 +433,7 @@
|
|||
"dnsServers": {
|
||||
"oneOf": [
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
},
|
||||
{
|
||||
"type": "array",
|
||||
|
@ -492,7 +492,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -607,7 +607,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -658,7 +658,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -692,7 +692,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -737,15 +737,15 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
},
|
||||
"frontendPort": {
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
},
|
||||
"backendPort": {
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
},
|
||||
"probe": {
|
||||
"$ref": "#/definitions/id"
|
||||
|
@ -756,12 +756,12 @@
|
|||
"type": "boolean"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
},
|
||||
"idleTimeoutInMinutes": {
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
},
|
||||
"loadDistribution": {
|
||||
"oneOf": [
|
||||
|
@ -773,7 +773,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -813,21 +813,21 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
},
|
||||
"port": {
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
},
|
||||
"requestPath": {
|
||||
"type": "string"
|
||||
},
|
||||
"intervalInSeconds": {
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
},
|
||||
"numberOfProbes": {
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
|
@ -860,10 +860,10 @@
|
|||
"type": "string"
|
||||
},
|
||||
"frontendPort": {
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
},
|
||||
"backendPort": {
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
|
@ -898,13 +898,13 @@
|
|||
"type": "string"
|
||||
},
|
||||
"frontendPortRangeStart": {
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
},
|
||||
"frontendPortRangeEnd": {
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
},
|
||||
"backendPort": {
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
|
@ -979,7 +979,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -1004,12 +1004,12 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
},
|
||||
"priority": {
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
},
|
||||
"direction": {
|
||||
"oneOf": [
|
||||
|
@ -1020,7 +1020,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -1070,7 +1070,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"id": "http://schema.management.azure.com/schemas/2016-12-01/Microsoft.Network.json#",
|
||||
"id": "https://schema.management.azure.com/schemas/2016-12-01/Microsoft.Network.json#",
|
||||
"$schema": "http://json-schema.org/draft-04/schema#",
|
||||
"title": "Microsoft.Network",
|
||||
"description": "Microsoft Network Resource Types",
|
||||
|
@ -33,18 +33,18 @@
|
|||
"Static"
|
||||
]
|
||||
},
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Network/publicIPAddresses: Public IP allocation method"
|
||||
},
|
||||
"idleTimeoutInMinutes": {
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression",
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression",
|
||||
"description": "Microsoft.Network/publicIPAddresses: Idle timeout in minutes"
|
||||
},
|
||||
"dnsSettings": {
|
||||
"oneOf": [
|
||||
{ "$ref": "#/definitions/publicIPAddressDnsSettings" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Network/publicIPAddresses: DNS settings"
|
||||
}
|
||||
|
@ -85,14 +85,14 @@
|
|||
"enableIPForwarding": {
|
||||
"oneOf": [
|
||||
{ "type": "boolean" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Network/networkInterfaces: Enable IP forwarding"
|
||||
},
|
||||
"networkSecurityGroup": {
|
||||
"oneOf": [
|
||||
{ "$ref": "#/definitions/id" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Network/networkInterfaces: Network security group"
|
||||
},
|
||||
|
@ -104,14 +104,14 @@
|
|||
"$ref": "#/definitions/ipConfiguration"
|
||||
}
|
||||
},
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Network/networkInterfaces: IP configurations"
|
||||
},
|
||||
"dnsSettings": {
|
||||
"oneOf": [
|
||||
{ "$ref": "#/definitions/networkInterfaceDnsSettings" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Network/networkInterfaces: DNS settings"
|
||||
}
|
||||
|
@ -154,14 +154,14 @@
|
|||
"addressSpace": {
|
||||
"oneOf": [
|
||||
{ "$ref": "#/definitions/addressSpace" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Network/virtualNetworks: Address space"
|
||||
},
|
||||
"dhcpOptions": {
|
||||
"oneOf": [
|
||||
{ "$ref": "#/definitions/dhcpOptions" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Network/virtualNetworks: DHCP options"
|
||||
},
|
||||
|
@ -171,7 +171,7 @@
|
|||
"type": "array",
|
||||
"items": { "$ref": "#/definitions/subnet" }
|
||||
},
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Network/virtualNetworks: Subnets"
|
||||
},
|
||||
|
@ -181,7 +181,7 @@
|
|||
"type": "array",
|
||||
"items": { "$ref": "#/definitions/virtualNetworkPeering" }
|
||||
},
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Network/virtualNetworks: Virtual Network Peerings"
|
||||
}
|
||||
|
@ -228,7 +228,7 @@
|
|||
"$ref": "#/definitions/frontendIPConfigurations"
|
||||
}
|
||||
},
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Network/loadBalancers: Frontend IP configurations"
|
||||
},
|
||||
|
@ -240,7 +240,7 @@
|
|||
"$ref": "#/definitions/backendAddressPools"
|
||||
}
|
||||
},
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Network/loadBalancers: Backend address pools"
|
||||
},
|
||||
|
@ -252,7 +252,7 @@
|
|||
"$ref": "#/definitions/loadBalancingRules"
|
||||
}
|
||||
},
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Network/loadBalancers: Load balancing rules"
|
||||
},
|
||||
|
@ -264,7 +264,7 @@
|
|||
"$ref": "#/definitions/probes"
|
||||
}
|
||||
},
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Network/loadBalancers: Probes"
|
||||
},
|
||||
|
@ -276,7 +276,7 @@
|
|||
"$ref": "#/definitions/inboundNatRules"
|
||||
}
|
||||
},
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Network/loadBalancers: Inbound NAT rules"
|
||||
},
|
||||
|
@ -288,7 +288,7 @@
|
|||
"$ref": "#/definitions/inboundNatPools"
|
||||
}
|
||||
},
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Network/loadBalancers: Inbound NAT pools"
|
||||
},
|
||||
|
@ -300,7 +300,7 @@
|
|||
"$ref": "#/definitions/outboundNatRules"
|
||||
}
|
||||
},
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Network/loadBalancers: Outbound NAT rules"
|
||||
}
|
||||
|
@ -346,7 +346,7 @@
|
|||
"$ref": "#/definitions/securityRules"
|
||||
}
|
||||
},
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Network/networkSecurityGroups: Security rules"
|
||||
}
|
||||
|
@ -392,7 +392,7 @@
|
|||
"$ref": "#/definitions/routes"
|
||||
}
|
||||
},
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Network/routeTables: Routes"
|
||||
}
|
||||
|
@ -433,7 +433,7 @@
|
|||
"dnsServers": {
|
||||
"oneOf": [
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
},
|
||||
{
|
||||
"type": "array",
|
||||
|
@ -492,7 +492,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -607,7 +607,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -658,7 +658,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -692,7 +692,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -737,15 +737,15 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
},
|
||||
"frontendPort": {
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
},
|
||||
"backendPort": {
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
},
|
||||
"probe": {
|
||||
"$ref": "#/definitions/id"
|
||||
|
@ -756,12 +756,12 @@
|
|||
"type": "boolean"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
},
|
||||
"idleTimeoutInMinutes": {
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
},
|
||||
"loadDistribution": {
|
||||
"oneOf": [
|
||||
|
@ -773,7 +773,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -813,21 +813,21 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
},
|
||||
"port": {
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
},
|
||||
"requestPath": {
|
||||
"type": "string"
|
||||
},
|
||||
"intervalInSeconds": {
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
},
|
||||
"numberOfProbes": {
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
|
@ -860,10 +860,10 @@
|
|||
"type": "string"
|
||||
},
|
||||
"frontendPort": {
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
},
|
||||
"backendPort": {
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
|
@ -898,13 +898,13 @@
|
|||
"type": "string"
|
||||
},
|
||||
"frontendPortRangeStart": {
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
},
|
||||
"frontendPortRangeEnd": {
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
},
|
||||
"backendPort": {
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
|
@ -979,7 +979,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -1004,12 +1004,12 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
},
|
||||
"priority": {
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
},
|
||||
"direction": {
|
||||
"oneOf": [
|
||||
|
@ -1020,7 +1020,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -1070,7 +1070,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"id": "http://schema.management.azure.com/schemas/2017-03-01-preview/Microsoft.Insights.json#",
|
||||
"id": "https://schema.management.azure.com/schemas/2017-03-01-preview/Microsoft.Insights.json#",
|
||||
"$schema": "http://json-schema.org/draft-04/schema#",
|
||||
"title": "Microsoft.Insights",
|
||||
"description": "microsoft insights Resource Types",
|
||||
|
@ -25,7 +25,7 @@
|
|||
"$ref": "#/definitions/ActionGroup"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -58,7 +58,7 @@
|
|||
"$ref": "#/definitions/ActivityLogAlert"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -84,7 +84,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "A list of resourceIds that will be used as prefixes. The alert will only apply to activityLogs with resourceIds that fall under one of these prefixes. This list must include at least one item."
|
||||
|
@ -99,7 +99,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Indicates whether this activity log alert is enabled. If an activity log alert is not enabled, then none of its actions will be activated."
|
||||
|
@ -110,7 +110,7 @@
|
|||
"$ref": "#/definitions/ActivityLogAlertAllOfCondition"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "The conditon that will cause this alert to activate."
|
||||
|
@ -121,7 +121,7 @@
|
|||
"$ref": "#/definitions/ActivityLogAlertActionList"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "The actions that will activate when the condition is met."
|
||||
|
@ -154,7 +154,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "the dictionary of custom properties to include with the post operation. These data are appended to the webhook payload."
|
||||
|
@ -177,7 +177,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "The list of activity log alerts."
|
||||
|
@ -197,7 +197,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "The list of activity log alert conditions."
|
||||
|
@ -243,7 +243,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Indicates whether this action group is enabled. If an action group is not enabled, then none of its receviers will receive communications."
|
||||
|
@ -257,7 +257,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "The list of email receivers that are part of this action group."
|
||||
|
@ -271,7 +271,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "The list of SMS receivers that are part of this action group."
|
||||
|
@ -285,7 +285,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "The list of webhook receivers that are part of this action group."
|
||||
|
|
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"id": "http://schema.management.azure.com/schemas/2017-03-01/Microsoft.Network.json#",
|
||||
"id": "https://schema.management.azure.com/schemas/2017-03-01/Microsoft.Network.json#",
|
||||
"$schema": "http://json-schema.org/draft-04/schema#",
|
||||
"title": "Microsoft.Network",
|
||||
"description": "Microsoft Network Resource Types",
|
||||
|
@ -36,7 +36,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -52,7 +52,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -74,7 +74,7 @@
|
|||
"maximum": 2147483647
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -89,7 +89,7 @@
|
|||
"additionalProperties": false
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -109,7 +109,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -122,7 +122,7 @@
|
|||
"maximum": 65535
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -139,7 +139,7 @@
|
|||
"additionalProperties": false
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -174,7 +174,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -195,7 +195,7 @@
|
|||
"maximum": 1000
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -208,7 +208,7 @@
|
|||
"maximum": 1000
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -224,7 +224,7 @@
|
|||
"minimum": 1
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -246,7 +246,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -295,18 +295,18 @@
|
|||
"Static"
|
||||
]
|
||||
},
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Network/publicIPAddresses: Public IP allocation method"
|
||||
},
|
||||
"idleTimeoutInMinutes": {
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression",
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression",
|
||||
"description": "Microsoft.Network/publicIPAddresses: Idle timeout in minutes"
|
||||
},
|
||||
"dnsSettings": {
|
||||
"oneOf": [
|
||||
{ "$ref": "#/definitions/publicIPAddressDnsSettings" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Network/publicIPAddresses: DNS settings"
|
||||
}
|
||||
|
@ -347,14 +347,14 @@
|
|||
"enableIPForwarding": {
|
||||
"oneOf": [
|
||||
{ "type": "boolean" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Network/networkInterfaces: Enable IP forwarding"
|
||||
},
|
||||
"networkSecurityGroup": {
|
||||
"oneOf": [
|
||||
{ "$ref": "#/definitions/id" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Network/networkInterfaces: Network security group"
|
||||
},
|
||||
|
@ -366,14 +366,14 @@
|
|||
"$ref": "#/definitions/ipConfiguration"
|
||||
}
|
||||
},
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Network/networkInterfaces: IP configurations"
|
||||
},
|
||||
"dnsSettings": {
|
||||
"oneOf": [
|
||||
{ "$ref": "#/definitions/networkInterfaceDnsSettings" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Network/networkInterfaces: DNS settings"
|
||||
}
|
||||
|
@ -416,14 +416,14 @@
|
|||
"addressSpace": {
|
||||
"oneOf": [
|
||||
{ "$ref": "#/definitions/addressSpace" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Network/virtualNetworks: Address space"
|
||||
},
|
||||
"dhcpOptions": {
|
||||
"oneOf": [
|
||||
{ "$ref": "#/definitions/dhcpOptions" },
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Network/virtualNetworks: DHCP options"
|
||||
},
|
||||
|
@ -433,7 +433,7 @@
|
|||
"type": "array",
|
||||
"items": { "$ref": "#/definitions/subnet" }
|
||||
},
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Network/virtualNetworks: Subnets"
|
||||
},
|
||||
|
@ -443,7 +443,7 @@
|
|||
"type": "array",
|
||||
"items": { "$ref": "#/definitions/virtualNetworkPeering" }
|
||||
},
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Network/virtualNetworks: Virtual Network Peerings"
|
||||
}
|
||||
|
@ -490,7 +490,7 @@
|
|||
"$ref": "#/definitions/frontendIPConfigurations"
|
||||
}
|
||||
},
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Network/loadBalancers: Frontend IP configurations"
|
||||
},
|
||||
|
@ -502,7 +502,7 @@
|
|||
"$ref": "#/definitions/backendAddressPools"
|
||||
}
|
||||
},
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Network/loadBalancers: Backend address pools"
|
||||
},
|
||||
|
@ -514,7 +514,7 @@
|
|||
"$ref": "#/definitions/loadBalancingRules"
|
||||
}
|
||||
},
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Network/loadBalancers: Load balancing rules"
|
||||
},
|
||||
|
@ -526,7 +526,7 @@
|
|||
"$ref": "#/definitions/probes"
|
||||
}
|
||||
},
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Network/loadBalancers: Probes"
|
||||
},
|
||||
|
@ -538,7 +538,7 @@
|
|||
"$ref": "#/definitions/inboundNatRules"
|
||||
}
|
||||
},
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Network/loadBalancers: Inbound NAT rules"
|
||||
},
|
||||
|
@ -550,7 +550,7 @@
|
|||
"$ref": "#/definitions/inboundNatPools"
|
||||
}
|
||||
},
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Network/loadBalancers: Inbound NAT pools"
|
||||
},
|
||||
|
@ -562,7 +562,7 @@
|
|||
"$ref": "#/definitions/outboundNatRules"
|
||||
}
|
||||
},
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Network/loadBalancers: Outbound NAT rules"
|
||||
}
|
||||
|
@ -608,7 +608,7 @@
|
|||
"$ref": "#/definitions/securityRules"
|
||||
}
|
||||
},
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Network/networkSecurityGroups: Security rules"
|
||||
}
|
||||
|
@ -654,7 +654,7 @@
|
|||
"$ref": "#/definitions/routes"
|
||||
}
|
||||
},
|
||||
{ "$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
{ "$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression" }
|
||||
],
|
||||
"description": "Microsoft.Network/routeTables: Routes"
|
||||
}
|
||||
|
@ -695,7 +695,7 @@
|
|||
"dnsServers": {
|
||||
"oneOf": [
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
},
|
||||
{
|
||||
"type": "array",
|
||||
|
@ -754,7 +754,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -869,7 +869,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -920,7 +920,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -954,7 +954,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -999,15 +999,15 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
},
|
||||
"frontendPort": {
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
},
|
||||
"backendPort": {
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
},
|
||||
"probe": {
|
||||
"$ref": "#/definitions/id"
|
||||
|
@ -1018,12 +1018,12 @@
|
|||
"type": "boolean"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
},
|
||||
"idleTimeoutInMinutes": {
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
},
|
||||
"loadDistribution": {
|
||||
"oneOf": [
|
||||
|
@ -1035,7 +1035,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -1075,21 +1075,21 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
},
|
||||
"port": {
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
},
|
||||
"requestPath": {
|
||||
"type": "string"
|
||||
},
|
||||
"intervalInSeconds": {
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
},
|
||||
"numberOfProbes": {
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
|
@ -1122,10 +1122,10 @@
|
|||
"type": "string"
|
||||
},
|
||||
"frontendPort": {
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
},
|
||||
"backendPort": {
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
|
@ -1160,13 +1160,13 @@
|
|||
"type": "string"
|
||||
},
|
||||
"frontendPortRangeStart": {
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
},
|
||||
"frontendPortRangeEnd": {
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
},
|
||||
"backendPort": {
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
|
@ -1241,7 +1241,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -1266,12 +1266,12 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
},
|
||||
"priority": {
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/numberOrExpression"
|
||||
},
|
||||
"direction": {
|
||||
"oneOf": [
|
||||
|
@ -1282,7 +1282,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -1332,7 +1332,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"id": "http://schema.management.azure.com/schemas/2017-04-01/Microsoft.Insights.json#",
|
||||
"id": "https://schema.management.azure.com/schemas/2017-04-01/Microsoft.Insights.json#",
|
||||
"$schema": "http://json-schema.org/draft-04/schema#",
|
||||
"title": "Microsoft.Insights",
|
||||
"description": "microsoft insights Resource Types",
|
||||
|
@ -25,7 +25,7 @@
|
|||
"$ref": "#/definitions/ActionGroup"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -58,7 +58,7 @@
|
|||
"$ref": "#/definitions/ActivityLogAlert"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -84,7 +84,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "A list of resourceIds that will be used as prefixes. The alert will only apply to activityLogs with resourceIds that fall under one of these prefixes. This list must include at least one item."
|
||||
|
@ -99,7 +99,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Indicates whether this activity log alert is enabled. If an activity log alert is not enabled, then none of its actions will be activated."
|
||||
|
@ -110,7 +110,7 @@
|
|||
"$ref": "#/definitions/ActivityLogAlertAllOfCondition"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "The conditon that will cause this alert to activate."
|
||||
|
@ -121,7 +121,7 @@
|
|||
"$ref": "#/definitions/ActivityLogAlertActionList"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "The actions that will activate when the condition is met."
|
||||
|
@ -154,7 +154,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "the dictionary of custom properties to include with the post operation. These data are appended to the webhook payload."
|
||||
|
@ -177,7 +177,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "The list of activity log alerts."
|
||||
|
@ -197,7 +197,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "The list of activity log alert conditions."
|
||||
|
@ -244,7 +244,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Indicates whether this action group is enabled. If an action group is not enabled, then none of its receviers will receive communications."
|
||||
|
@ -258,7 +258,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "The list of email receivers that are part of this action group."
|
||||
|
@ -272,7 +272,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "The list of SMS receivers that are part of this action group."
|
||||
|
@ -286,7 +286,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "The list of webhook receivers that are part of this action group."
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"id": "http://schema.management.azure.com/schemas/2017-05-01/Microsoft.Network.json#",
|
||||
"id": "https://schema.management.azure.com/schemas/2017-05-01/Microsoft.Network.json#",
|
||||
"$schema": "http://json-schema.org/draft-04/schema#",
|
||||
"title": "Microsoft.Network",
|
||||
"description": "Microsoft Network Resource Types",
|
||||
|
@ -36,7 +36,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -52,7 +52,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -74,7 +74,7 @@
|
|||
"maximum": 2147483647
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -89,7 +89,7 @@
|
|||
"additionalProperties": false
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -110,7 +110,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -123,7 +123,7 @@
|
|||
"maximum": 65535
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -140,7 +140,7 @@
|
|||
"maximum": 30
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -153,7 +153,7 @@
|
|||
"maximum": 10
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -166,7 +166,7 @@
|
|||
"maximum": 9
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -178,7 +178,7 @@
|
|||
"additionalProperties": false
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -213,7 +213,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -234,7 +234,7 @@
|
|||
"maximum": 1000
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -247,7 +247,7 @@
|
|||
"maximum": 1000
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -263,7 +263,7 @@
|
|||
"minimum": 1
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -285,7 +285,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"id": "http://schema.management.azure.com/schemas/2017-05-10/Microsoft.Resources.json#",
|
||||
"id": "https://schema.management.azure.com/schemas/2017-05-10/Microsoft.Resources.json#",
|
||||
"$schema": "http://json-schema.org/draft-04/schema#",
|
||||
"title": "Microsoft.Resources",
|
||||
"description": "Microsoft Resources Resource Types",
|
||||
|
@ -31,7 +31,7 @@
|
|||
"$ref": "#/definitions/DeploymentProperties"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "The deployment properties."
|
||||
|
@ -64,7 +64,7 @@
|
|||
"type": "object"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "The template content. It can be a JObject or a well formed JSON string. Use only one of Template or TemplateLink."
|
||||
|
@ -75,7 +75,7 @@
|
|||
"$ref": "#/definitions/TemplateLink"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "The template URI. Use only one of Template or TemplateLink."
|
||||
|
@ -86,7 +86,7 @@
|
|||
"type": "object"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Deployment parameters. It can be a JObject or a well formed JSON string. Use only one of Parameters or ParametersLink."
|
||||
|
@ -97,7 +97,7 @@
|
|||
"$ref": "#/definitions/ParametersLink"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "The parameters URI. Use only one of Parameters or ParametersLink."
|
||||
|
@ -112,7 +112,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "The deployment mode."
|
||||
|
@ -123,7 +123,7 @@
|
|||
"$ref": "#/definitions/DebugSetting"
|
||||
},
|
||||
{
|
||||
"$ref": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "The debug setting of the deployment."
|
||||
|
|
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
|
@ -2,7 +2,7 @@
|
|||
"tests":[
|
||||
{
|
||||
"name":"disasterrecoveryconfiguration - empty",
|
||||
"definition":"http://schema.management.azure.com/schemas/2014-04-01-preview/Microsoft.Sql.json#/resourceDefinitions/disasterrecoveryconfiguration",
|
||||
"definition":"https://schema.management.azure.com/schemas/2014-04-01-preview/Microsoft.Sql.json#/resourceDefinitions/disasterrecoveryconfiguration",
|
||||
"json":{
|
||||
},
|
||||
"expectedErrors":[
|
||||
|
@ -25,7 +25,7 @@
|
|||
},
|
||||
{
|
||||
"name":"disasterrecoveryconfiguration - max",
|
||||
"definition":"http://schema.management.azure.com/schemas/2014-04-01-preview/Microsoft.Sql.json#/resourceDefinitions/disasterrecoveryconfiguration",
|
||||
"definition":"https://schema.management.azure.com/schemas/2014-04-01-preview/Microsoft.Sql.json#/resourceDefinitions/disasterrecoveryconfiguration",
|
||||
"json":{
|
||||
"apiVersion":"2014-04-01-preview",
|
||||
"name":"config1",
|
||||
|
|
|
@ -3,13 +3,13 @@
|
|||
|
||||
{
|
||||
"name": "BizTalk/properties/properties/properties/sku/oneOf/1/properties/unitCount - 1",
|
||||
"definition": "http://schema.management.azure.com/schemas/2014-04-01/Microsoft.BizTalkServices.json#/resourceDefinitions/BizTalk/properties/properties/properties/sku/oneOf/1/properties/unitCount",
|
||||
"definition": "https://schema.management.azure.com/schemas/2014-04-01/Microsoft.BizTalkServices.json#/resourceDefinitions/BizTalk/properties/properties/properties/sku/oneOf/1/properties/unitCount",
|
||||
"json": 1
|
||||
},
|
||||
|
||||
{
|
||||
"name": "BizTalk/properties/properties/properties/sku/oneOf/1/properties/unitCount - 0",
|
||||
"definition": "http://schema.management.azure.com/schemas/2014-04-01/Microsoft.BizTalkServices.json#/resourceDefinitions/BizTalk/properties/properties/properties/sku/oneOf/1/properties/unitCount",
|
||||
"definition": "https://schema.management.azure.com/schemas/2014-04-01/Microsoft.BizTalkServices.json#/resourceDefinitions/BizTalk/properties/properties/properties/sku/oneOf/1/properties/unitCount",
|
||||
"expectedErrors": [
|
||||
{
|
||||
"message": "Data does not match any schemas from \"oneOf\"",
|
||||
|
@ -21,7 +21,7 @@
|
|||
|
||||
{
|
||||
"name": "BizTalk/properties/properties/properties/sku/oneOf/1/properties/unitCount - 2",
|
||||
"definition": "http://schema.management.azure.com/schemas/2014-04-01/Microsoft.BizTalkServices.json#/resourceDefinitions/BizTalk/properties/properties/properties/sku/oneOf/1/properties/unitCount",
|
||||
"definition": "https://schema.management.azure.com/schemas/2014-04-01/Microsoft.BizTalkServices.json#/resourceDefinitions/BizTalk/properties/properties/properties/sku/oneOf/1/properties/unitCount",
|
||||
"expectedErrors": [
|
||||
{
|
||||
"message": "Data does not match any schemas from \"oneOf\"",
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"tests":[
|
||||
{
|
||||
"name":"servers - empty",
|
||||
"definition":"http://schema.management.azure.com/schemas/2014-04-01/Microsoft.Sql.json#/resourceDefinitions/servers",
|
||||
"definition":"https://schema.management.azure.com/schemas/2014-04-01/Microsoft.Sql.json#/resourceDefinitions/servers",
|
||||
"json":{
|
||||
"apiVersion":"2014-04-01",
|
||||
"properties":{
|
||||
|
@ -29,7 +29,7 @@
|
|||
},
|
||||
{
|
||||
"name":"servers - min",
|
||||
"definition":"http://schema.management.azure.com/schemas/2014-04-01/Microsoft.Sql.json#/resourceDefinitions/servers",
|
||||
"definition":"https://schema.management.azure.com/schemas/2014-04-01/Microsoft.Sql.json#/resourceDefinitions/servers",
|
||||
"json":{
|
||||
"apiVersion":"2014-04-01",
|
||||
"name":"server1",
|
||||
|
@ -43,7 +43,7 @@
|
|||
},
|
||||
{
|
||||
"name":"administrators - empty",
|
||||
"definition":"http://schema.management.azure.com/schemas/2014-04-01/Microsoft.Sql.json#/resourceDefinitions/servers_administrators",
|
||||
"definition":"https://schema.management.azure.com/schemas/2014-04-01/Microsoft.Sql.json#/resourceDefinitions/servers_administrators",
|
||||
"json":{
|
||||
"apiVersion":"2014-04-01",
|
||||
"properties":{
|
||||
|
@ -97,7 +97,7 @@
|
|||
},
|
||||
{
|
||||
"name":"administrators - min",
|
||||
"definition":"http://schema.management.azure.com/schemas/2014-04-01/Microsoft.Sql.json#/resourceDefinitions/servers_administrators",
|
||||
"definition":"https://schema.management.azure.com/schemas/2014-04-01/Microsoft.Sql.json#/resourceDefinitions/servers_administrators",
|
||||
"json":{
|
||||
"apiVersion":"2014-04-01",
|
||||
"name":"activeDirectory",
|
||||
|
@ -112,7 +112,7 @@
|
|||
},
|
||||
{
|
||||
"name":"auditingPolicies (database) - empty",
|
||||
"definition":"http://schema.management.azure.com/schemas/2014-04-01/Microsoft.Sql.json#/resourceDefinitions/servers_databases_auditingPolicies",
|
||||
"definition":"https://schema.management.azure.com/schemas/2014-04-01/Microsoft.Sql.json#/resourceDefinitions/servers_databases_auditingPolicies",
|
||||
"json":{
|
||||
"apiVersion":"2014-04-01",
|
||||
"properties":{
|
||||
|
@ -133,7 +133,7 @@
|
|||
},
|
||||
{
|
||||
"name":"auditingPolicies (database) - min",
|
||||
"definition":"http://schema.management.azure.com/schemas/2014-04-01/Microsoft.Sql.json#/resourceDefinitions/servers_databases_auditingPolicies",
|
||||
"definition":"https://schema.management.azure.com/schemas/2014-04-01/Microsoft.Sql.json#/resourceDefinitions/servers_databases_auditingPolicies",
|
||||
"json":{
|
||||
"apiVersion":"2014-04-01",
|
||||
"name":"default",
|
||||
|
@ -144,7 +144,7 @@
|
|||
},
|
||||
{
|
||||
"name":"auditingPolicies (server) - empty",
|
||||
"definition":"http://schema.management.azure.com/schemas/2014-04-01/Microsoft.Sql.json#/resourceDefinitions/servers_auditingPolicies",
|
||||
"definition":"https://schema.management.azure.com/schemas/2014-04-01/Microsoft.Sql.json#/resourceDefinitions/servers_auditingPolicies",
|
||||
"json":{
|
||||
"apiVersion":"2014-04-01",
|
||||
"properties":{
|
||||
|
@ -165,7 +165,7 @@
|
|||
},
|
||||
{
|
||||
"name":"auditingPolicies (server) - min",
|
||||
"definition":"http://schema.management.azure.com/schemas/2014-04-01/Microsoft.Sql.json#/resourceDefinitions/servers_auditingPolicies",
|
||||
"definition":"https://schema.management.azure.com/schemas/2014-04-01/Microsoft.Sql.json#/resourceDefinitions/servers_auditingPolicies",
|
||||
"json":{
|
||||
"apiVersion":"2014-04-01",
|
||||
"name":"default",
|
||||
|
@ -176,7 +176,7 @@
|
|||
},
|
||||
{
|
||||
"name":"backupLongTermRetentionVaults - empty",
|
||||
"definition":"http://schema.management.azure.com/schemas/2014-04-01/Microsoft.Sql.json#/resourceDefinitions/servers_backupLongTermRetentionVaults",
|
||||
"definition":"https://schema.management.azure.com/schemas/2014-04-01/Microsoft.Sql.json#/resourceDefinitions/servers_backupLongTermRetentionVaults",
|
||||
"json":{
|
||||
"apiVersion":"2014-04-01",
|
||||
"properties":{
|
||||
|
@ -215,7 +215,7 @@
|
|||
},
|
||||
{
|
||||
"name":"backupLongTermRetentionVaults - min",
|
||||
"definition":"http://schema.management.azure.com/schemas/2014-04-01/Microsoft.Sql.json#/resourceDefinitions/servers_backupLongTermRetentionVaults",
|
||||
"definition":"https://schema.management.azure.com/schemas/2014-04-01/Microsoft.Sql.json#/resourceDefinitions/servers_backupLongTermRetentionVaults",
|
||||
"json":{
|
||||
"apiVersion":"2014-04-01",
|
||||
"name":"RegisteredVault",
|
||||
|
@ -227,7 +227,7 @@
|
|||
},
|
||||
{
|
||||
"name":"communicationLinks - empty",
|
||||
"definition":"http://schema.management.azure.com/schemas/2014-04-01/Microsoft.Sql.json#/resourceDefinitions/servers_communicationLinks",
|
||||
"definition":"https://schema.management.azure.com/schemas/2014-04-01/Microsoft.Sql.json#/resourceDefinitions/servers_communicationLinks",
|
||||
"json":{
|
||||
"apiVersion":"2014-04-01",
|
||||
"properties":{
|
||||
|
@ -266,7 +266,7 @@
|
|||
},
|
||||
{
|
||||
"name":"communicationLinks - min",
|
||||
"definition":"http://schema.management.azure.com/schemas/2014-04-01/Microsoft.Sql.json#/resourceDefinitions/servers_communicationLinks",
|
||||
"definition":"https://schema.management.azure.com/schemas/2014-04-01/Microsoft.Sql.json#/resourceDefinitions/servers_communicationLinks",
|
||||
"json":{
|
||||
"apiVersion":"2014-04-01",
|
||||
"name":"MyLink",
|
||||
|
@ -278,7 +278,7 @@
|
|||
},
|
||||
{
|
||||
"name":"connectionPolicies - empty",
|
||||
"definition":"http://schema.management.azure.com/schemas/2014-04-01/Microsoft.Sql.json#/resourceDefinitions/servers_connectionPolicies",
|
||||
"definition":"https://schema.management.azure.com/schemas/2014-04-01/Microsoft.Sql.json#/resourceDefinitions/servers_connectionPolicies",
|
||||
"json":{
|
||||
"apiVersion":"2014-04-01",
|
||||
"properties":{
|
||||
|
@ -316,7 +316,7 @@
|
|||
},
|
||||
{
|
||||
"name":"connectionPolicies - min",
|
||||
"definition":"http://schema.management.azure.com/schemas/2014-04-01/Microsoft.Sql.json#/resourceDefinitions/servers_connectionPolicies",
|
||||
"definition":"https://schema.management.azure.com/schemas/2014-04-01/Microsoft.Sql.json#/resourceDefinitions/servers_connectionPolicies",
|
||||
"json":{
|
||||
"apiVersion":"2014-04-01",
|
||||
"name":"default",
|
||||
|
@ -328,7 +328,7 @@
|
|||
},
|
||||
{
|
||||
"name":"databases - empty",
|
||||
"definition":"http://schema.management.azure.com/schemas/2014-04-01/Microsoft.Sql.json#/resourceDefinitions/servers_databases",
|
||||
"definition":"https://schema.management.azure.com/schemas/2014-04-01/Microsoft.Sql.json#/resourceDefinitions/servers_databases",
|
||||
"json":{
|
||||
"apiVersion":"2014-04-01",
|
||||
"properties":{
|
||||
|
@ -355,7 +355,7 @@
|
|||
},
|
||||
{
|
||||
"name":"databases - min",
|
||||
"definition":"http://schema.management.azure.com/schemas/2014-04-01/Microsoft.Sql.json#/resourceDefinitions/servers_databases",
|
||||
"definition":"https://schema.management.azure.com/schemas/2014-04-01/Microsoft.Sql.json#/resourceDefinitions/servers_databases",
|
||||
"json":{
|
||||
"apiVersion":"2014-04-01",
|
||||
"name":"MyDb",
|
||||
|
@ -368,7 +368,7 @@
|
|||
},
|
||||
{
|
||||
"name":"advisors - emty",
|
||||
"definition":"http://schema.management.azure.com/schemas/2014-04-01/Microsoft.Sql.json#/resourceDefinitions/servers_databases_advisors",
|
||||
"definition":"https://schema.management.azure.com/schemas/2014-04-01/Microsoft.Sql.json#/resourceDefinitions/servers_databases_advisors",
|
||||
"json":{
|
||||
"apiVersion":"2014-04-01",
|
||||
"properties":{
|
||||
|
@ -407,7 +407,7 @@
|
|||
},
|
||||
{
|
||||
"name":"advisors - min",
|
||||
"definition":"http://schema.management.azure.com/schemas/2014-04-01/Microsoft.Sql.json#/resourceDefinitions/servers_databases_advisors",
|
||||
"definition":"https://schema.management.azure.com/schemas/2014-04-01/Microsoft.Sql.json#/resourceDefinitions/servers_databases_advisors",
|
||||
"json":{
|
||||
"apiVersion":"2014-04-01",
|
||||
"name":"current",
|
||||
|
@ -419,7 +419,7 @@
|
|||
},
|
||||
{
|
||||
"name":"backupLongTermRetentionPolicies - empty",
|
||||
"definition":"http://schema.management.azure.com/schemas/2014-04-01/Microsoft.Sql.json#/resourceDefinitions/servers_databases_backupLongTermRetentionPolicies",
|
||||
"definition":"https://schema.management.azure.com/schemas/2014-04-01/Microsoft.Sql.json#/resourceDefinitions/servers_databases_backupLongTermRetentionPolicies",
|
||||
"json":{
|
||||
"apiVersion":"2014-04-01",
|
||||
"properties":{
|
||||
|
@ -463,7 +463,7 @@
|
|||
},
|
||||
{
|
||||
"name":"backupLongTermRetentionPolicies - min",
|
||||
"definition":"http://schema.management.azure.com/schemas/2014-04-01/Microsoft.Sql.json#/resourceDefinitions/servers_databases_backupLongTermRetentionPolicies",
|
||||
"definition":"https://schema.management.azure.com/schemas/2014-04-01/Microsoft.Sql.json#/resourceDefinitions/servers_databases_backupLongTermRetentionPolicies",
|
||||
"json":{
|
||||
"apiVersion":"2014-04-01",
|
||||
"name":"Default",
|
||||
|
@ -476,7 +476,7 @@
|
|||
},
|
||||
{
|
||||
"name":"dataMaskingPolicies - empty",
|
||||
"definition":"http://schema.management.azure.com/schemas/2014-04-01/Microsoft.Sql.json#/resourceDefinitions/servers_databases_dataMaskingPolicies",
|
||||
"definition":"https://schema.management.azure.com/schemas/2014-04-01/Microsoft.Sql.json#/resourceDefinitions/servers_databases_dataMaskingPolicies",
|
||||
"json":{
|
||||
"apiVersion":"2014-04-01",
|
||||
"properties":{
|
||||
|
@ -515,7 +515,7 @@
|
|||
},
|
||||
{
|
||||
"name":"dataMaskingPolicies - min",
|
||||
"definition":"http://schema.management.azure.com/schemas/2014-04-01/Microsoft.Sql.json#/resourceDefinitions/servers_databases_dataMaskingPolicies",
|
||||
"definition":"https://schema.management.azure.com/schemas/2014-04-01/Microsoft.Sql.json#/resourceDefinitions/servers_databases_dataMaskingPolicies",
|
||||
"json":{
|
||||
"apiVersion":"2014-04-01",
|
||||
"name":"Default",
|
||||
|
@ -527,7 +527,7 @@
|
|||
},
|
||||
{
|
||||
"name":"dataMaskingRules - empty",
|
||||
"definition":"http://schema.management.azure.com/schemas/2014-04-01/Microsoft.Sql.json#/resourceDefinitions/servers_databases_dataMaskingPolicies_rules",
|
||||
"definition":"https://schema.management.azure.com/schemas/2014-04-01/Microsoft.Sql.json#/resourceDefinitions/servers_databases_dataMaskingPolicies_rules",
|
||||
"json":{
|
||||
"apiVersion":"2014-04-01",
|
||||
"properties":{
|
||||
|
@ -581,7 +581,7 @@
|
|||
},
|
||||
{
|
||||
"name":"dataMaskingRules - min",
|
||||
"definition":"http://schema.management.azure.com/schemas/2014-04-01/Microsoft.Sql.json#/resourceDefinitions/servers_databases_dataMaskingPolicies_rules",
|
||||
"definition":"https://schema.management.azure.com/schemas/2014-04-01/Microsoft.Sql.json#/resourceDefinitions/servers_databases_dataMaskingPolicies_rules",
|
||||
"json":{
|
||||
"apiVersion":"2014-04-01",
|
||||
"name":"rule1",
|
||||
|
@ -596,7 +596,7 @@
|
|||
},
|
||||
{
|
||||
"name":"extensions - empty",
|
||||
"definition":"http://schema.management.azure.com/schemas/2014-04-01/Microsoft.Sql.json#/resourceDefinitions/servers_databases_extensions",
|
||||
"definition":"https://schema.management.azure.com/schemas/2014-04-01/Microsoft.Sql.json#/resourceDefinitions/servers_databases_extensions",
|
||||
"json":{
|
||||
"apiVersion":"2014-04-01",
|
||||
"properties":{
|
||||
|
@ -660,7 +660,7 @@
|
|||
},
|
||||
{
|
||||
"name":"extensions - min",
|
||||
"definition":"http://schema.management.azure.com/schemas/2014-04-01/Microsoft.Sql.json#/resourceDefinitions/servers_databases_extensions",
|
||||
"definition":"https://schema.management.azure.com/schemas/2014-04-01/Microsoft.Sql.json#/resourceDefinitions/servers_databases_extensions",
|
||||
"json":{
|
||||
"apiVersion":"2014-04-01",
|
||||
"name":"import",
|
||||
|
@ -677,7 +677,7 @@
|
|||
},
|
||||
{
|
||||
"name":"geoBackupPolicies - empty",
|
||||
"definition":"http://schema.management.azure.com/schemas/2014-04-01/Microsoft.Sql.json#/resourceDefinitions/servers_databases_geoBackupPolicies",
|
||||
"definition":"https://schema.management.azure.com/schemas/2014-04-01/Microsoft.Sql.json#/resourceDefinitions/servers_databases_geoBackupPolicies",
|
||||
"json":{
|
||||
"apiVersion":"2014-04-01",
|
||||
"properties":{
|
||||
|
@ -716,7 +716,7 @@
|
|||
},
|
||||
{
|
||||
"name":"geoBackupPolicies - min",
|
||||
"definition":"http://schema.management.azure.com/schemas/2014-04-01/Microsoft.Sql.json#/resourceDefinitions/servers_databases_geoBackupPolicies",
|
||||
"definition":"https://schema.management.azure.com/schemas/2014-04-01/Microsoft.Sql.json#/resourceDefinitions/servers_databases_geoBackupPolicies",
|
||||
"json":{
|
||||
"apiVersion":"2014-04-01",
|
||||
"name":"Default",
|
||||
|
@ -728,7 +728,7 @@
|
|||
},
|
||||
{
|
||||
"name":"securityAlertPolicies - empty",
|
||||
"definition":"http://schema.management.azure.com/schemas/2014-04-01/Microsoft.Sql.json#/resourceDefinitions/servers_databases_securityAlertPolicies",
|
||||
"definition":"https://schema.management.azure.com/schemas/2014-04-01/Microsoft.Sql.json#/resourceDefinitions/servers_databases_securityAlertPolicies",
|
||||
"json":{
|
||||
"apiVersion":"2014-04-01",
|
||||
"properties":{
|
||||
|
@ -767,7 +767,7 @@
|
|||
},
|
||||
{
|
||||
"name":"securityAlertPolicies - min",
|
||||
"definition":"http://schema.management.azure.com/schemas/2014-04-01/Microsoft.Sql.json#/resourceDefinitions/servers_databases_securityAlertPolicies",
|
||||
"definition":"https://schema.management.azure.com/schemas/2014-04-01/Microsoft.Sql.json#/resourceDefinitions/servers_databases_securityAlertPolicies",
|
||||
"json":{
|
||||
"apiVersion":"2014-04-01",
|
||||
"name":"default",
|
||||
|
@ -779,7 +779,7 @@
|
|||
},
|
||||
{
|
||||
"name":"transparentDataEncryption - error",
|
||||
"definition":"http://schema.management.azure.com/schemas/2014-04-01/Microsoft.Sql.json#/resourceDefinitions/servers_databases_transparentDataEncryption",
|
||||
"definition":"https://schema.management.azure.com/schemas/2014-04-01/Microsoft.Sql.json#/resourceDefinitions/servers_databases_transparentDataEncryption",
|
||||
"json":{
|
||||
"apiVersion":"2014-04-01",
|
||||
"type":"Microsoft.Sql/servers/databases/transparentDataEncryption",
|
||||
|
@ -796,7 +796,7 @@
|
|||
},
|
||||
{
|
||||
"name":"transparentDataEncryption - min",
|
||||
"definition":"http://schema.management.azure.com/schemas/2014-04-01/Microsoft.Sql.json#/resourceDefinitions/servers_databases_transparentDataEncryption",
|
||||
"definition":"https://schema.management.azure.com/schemas/2014-04-01/Microsoft.Sql.json#/resourceDefinitions/servers_databases_transparentDataEncryption",
|
||||
"json":{
|
||||
"apiVersion":"2014-04-01",
|
||||
"name":"current",
|
||||
|
@ -807,7 +807,7 @@
|
|||
},
|
||||
{
|
||||
"name":"elasticPools - empty",
|
||||
"definition":"http://schema.management.azure.com/schemas/2014-04-01/Microsoft.Sql.json#/resourceDefinitions/servers_elasticPools",
|
||||
"definition":"https://schema.management.azure.com/schemas/2014-04-01/Microsoft.Sql.json#/resourceDefinitions/servers_elasticPools",
|
||||
"json":{
|
||||
"apiVersion":"2014-04-01",
|
||||
"properties":{
|
||||
|
@ -834,7 +834,7 @@
|
|||
},
|
||||
{
|
||||
"name":"elasticPools - min",
|
||||
"definition":"http://schema.management.azure.com/schemas/2014-04-01/Microsoft.Sql.json#/resourceDefinitions/servers_elasticPools",
|
||||
"definition":"https://schema.management.azure.com/schemas/2014-04-01/Microsoft.Sql.json#/resourceDefinitions/servers_elasticPools",
|
||||
"json":{
|
||||
"apiVersion":"2014-04-01",
|
||||
"name":"pool1",
|
||||
|
@ -847,7 +847,7 @@
|
|||
},
|
||||
{
|
||||
"name":"firewallRules - empty",
|
||||
"definition":"http://schema.management.azure.com/schemas/2014-04-01/Microsoft.Sql.json#/resourceDefinitions/servers_firewallRules",
|
||||
"definition":"https://schema.management.azure.com/schemas/2014-04-01/Microsoft.Sql.json#/resourceDefinitions/servers_firewallRules",
|
||||
"json":{
|
||||
"apiVersion":"2014-04-01",
|
||||
"properties":{
|
||||
|
@ -891,7 +891,7 @@
|
|||
},
|
||||
{
|
||||
"name":"firewallRules - min",
|
||||
"definition":"http://schema.management.azure.com/schemas/2014-04-01/Microsoft.Sql.json#/resourceDefinitions/servers_firewallRules",
|
||||
"definition":"https://schema.management.azure.com/schemas/2014-04-01/Microsoft.Sql.json#/resourceDefinitions/servers_firewallRules",
|
||||
"json":{
|
||||
"apiVersion":"2014-04-01",
|
||||
"name":"rule",
|
||||
|
|
|
@ -3,13 +3,13 @@
|
|||
|
||||
{
|
||||
"name": "jobCollections.properties.resources - Empty array",
|
||||
"definition": "http://schema.management.azure.com/schemas/2014-08-01-preview/Microsoft.Scheduler.json#/resourceDefinitions/jobCollections/properties/resources",
|
||||
"definition": "https://schema.management.azure.com/schemas/2014-08-01-preview/Microsoft.Scheduler.json#/resourceDefinitions/jobCollections/properties/resources",
|
||||
"json": [ ]
|
||||
},
|
||||
|
||||
{
|
||||
"name": "jobCollections.properties.resources - Array with one job resource",
|
||||
"definition": "http://schema.management.azure.com/schemas/2014-08-01-preview/Microsoft.Scheduler.json#/resourceDefinitions/jobCollections/properties/resources",
|
||||
"definition": "https://schema.management.azure.com/schemas/2014-08-01-preview/Microsoft.Scheduler.json#/resourceDefinitions/jobCollections/properties/resources",
|
||||
"json": [
|
||||
{
|
||||
"name": "Test Job Name",
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"tests": [
|
||||
{
|
||||
"name": "SendGrid - valid params",
|
||||
"definition": "http://schema.management.azure.com/schemas/2015-01-01/Sendgrid.Email.json#/resourceDefinitions/accounts",
|
||||
"definition": "https://schema.management.azure.com/schemas/2015-01-01/Sendgrid.Email.json#/resourceDefinitions/accounts",
|
||||
"json": {
|
||||
"type": "Sendgrid.Email/accounts",
|
||||
"name": "my name",
|
||||
|
@ -20,7 +20,7 @@
|
|||
},
|
||||
{
|
||||
"name": "SendGrid - errors first level",
|
||||
"definition": "http://schema.management.azure.com/schemas/2015-01-01/Sendgrid.Email.json#/resourceDefinitions/accounts",
|
||||
"definition": "https://schema.management.azure.com/schemas/2015-01-01/Sendgrid.Email.json#/resourceDefinitions/accounts",
|
||||
"expectedErrors": [
|
||||
{
|
||||
"message": "Missing required property: name",
|
||||
|
@ -47,7 +47,7 @@
|
|||
},
|
||||
{
|
||||
"name": "SendGrid - errors second level",
|
||||
"definition": "http://schema.management.azure.com/schemas/2015-01-01/Sendgrid.Email.json#/resourceDefinitions/accounts",
|
||||
"definition": "https://schema.management.azure.com/schemas/2015-01-01/Sendgrid.Email.json#/resourceDefinitions/accounts",
|
||||
"expectedErrors": [
|
||||
{
|
||||
"message": "Missing required property: name",
|
||||
|
@ -80,7 +80,7 @@
|
|||
},
|
||||
{
|
||||
"name": "SendGrid - invalid apiVersion",
|
||||
"definition": "http://schema.management.azure.com/schemas/2015-01-01/Sendgrid.Email.json#/resourceDefinitions/accounts",
|
||||
"definition": "https://schema.management.azure.com/schemas/2015-01-01/Sendgrid.Email.json#/resourceDefinitions/accounts",
|
||||
"expectedErrors": [
|
||||
{
|
||||
"message": "No enum match for: \"2014-01-01\"",
|
||||
|
@ -104,7 +104,7 @@
|
|||
},
|
||||
{
|
||||
"name": "SendGrid - invalid type",
|
||||
"definition": "http://schema.management.azure.com/schemas/2015-01-01/Sendgrid.Email.json#/resourceDefinitions/accounts",
|
||||
"definition": "https://schema.management.azure.com/schemas/2015-01-01/Sendgrid.Email.json#/resourceDefinitions/accounts",
|
||||
"expectedErrors": [
|
||||
{
|
||||
"message": "No enum match for: \"Sendgrid.Type.Invalid\"",
|
||||
|
@ -128,7 +128,7 @@
|
|||
},
|
||||
{
|
||||
"name": "SendGrid - invalid plan.name",
|
||||
"definition": "http://schema.management.azure.com/schemas/2015-01-01/Sendgrid.Email.json#/resourceDefinitions/accounts",
|
||||
"definition": "https://schema.management.azure.com/schemas/2015-01-01/Sendgrid.Email.json#/resourceDefinitions/accounts",
|
||||
"expectedErrors": [
|
||||
{
|
||||
"message": "Data does not match any schemas from \"oneOf\"",
|
||||
|
@ -152,7 +152,7 @@
|
|||
},
|
||||
{
|
||||
"name": "SendGrid - invalid plan.product",
|
||||
"definition": "http://schema.management.azure.com/schemas/2015-01-01/Sendgrid.Email.json#/resourceDefinitions/accounts",
|
||||
"definition": "https://schema.management.azure.com/schemas/2015-01-01/Sendgrid.Email.json#/resourceDefinitions/accounts",
|
||||
"expectedErrors": [
|
||||
{
|
||||
"message": "Data does not match any schemas from \"oneOf\"",
|
||||
|
@ -176,7 +176,7 @@
|
|||
},
|
||||
{
|
||||
"name": "SendGrid - min length properties.password",
|
||||
"definition": "http://schema.management.azure.com/schemas/2015-01-01/Sendgrid.Email.json#/resourceDefinitions/accounts",
|
||||
"definition": "https://schema.management.azure.com/schemas/2015-01-01/Sendgrid.Email.json#/resourceDefinitions/accounts",
|
||||
"expectedErrors": [
|
||||
{
|
||||
"message": "Data does not match any schemas from \"anyOf\"",
|
||||
|
@ -200,7 +200,7 @@
|
|||
},
|
||||
{
|
||||
"name": "SendGrid - max length properties.password",
|
||||
"definition": "http://schema.management.azure.com/schemas/2015-01-01/Sendgrid.Email.json#/resourceDefinitions/accounts",
|
||||
"definition": "https://schema.management.azure.com/schemas/2015-01-01/Sendgrid.Email.json#/resourceDefinitions/accounts",
|
||||
"expectedErrors": [
|
||||
{
|
||||
"message": "Data does not match any schemas from \"anyOf\"",
|
||||
|
@ -224,7 +224,7 @@
|
|||
},
|
||||
{
|
||||
"name": "SendGrid - min length name",
|
||||
"definition": "http://schema.management.azure.com/schemas/2015-01-01/Sendgrid.Email.json#/resourceDefinitions/accounts",
|
||||
"definition": "https://schema.management.azure.com/schemas/2015-01-01/Sendgrid.Email.json#/resourceDefinitions/accounts",
|
||||
"expectedErrors": [
|
||||
{
|
||||
"message": "Data does not match any schemas from \"anyOf\"",
|
||||
|
@ -248,7 +248,7 @@
|
|||
},
|
||||
{
|
||||
"name": "SendGrid - max length name",
|
||||
"definition": "http://schema.management.azure.com/schemas/2015-01-01/Sendgrid.Email.json#/resourceDefinitions/accounts",
|
||||
"definition": "https://schema.management.azure.com/schemas/2015-01-01/Sendgrid.Email.json#/resourceDefinitions/accounts",
|
||||
"expectedErrors": [
|
||||
{
|
||||
"message": "Data does not match any schemas from \"anyOf\"",
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
{
|
||||
"name": "parameter - Valid value",
|
||||
"definition": "http://schema.management.azure.com/schemas/2015-01-01/deploymentParameters.json#/definitions/parameter",
|
||||
"definition": "https://schema.management.azure.com/schemas/2015-01-01/deploymentParameters.json#/definitions/parameter",
|
||||
"json": {
|
||||
"value": 1,
|
||||
"metadata": {}
|
||||
|
@ -12,7 +12,7 @@
|
|||
|
||||
{
|
||||
"name": "parameter - Valid value without metadata",
|
||||
"definition": "http://schema.management.azure.com/schemas/2015-01-01/deploymentParameters.json#/definitions/parameter",
|
||||
"definition": "https://schema.management.azure.com/schemas/2015-01-01/deploymentParameters.json#/definitions/parameter",
|
||||
"json": {
|
||||
"value": 1
|
||||
}
|
||||
|
@ -20,7 +20,7 @@
|
|||
|
||||
{
|
||||
"name": "parameter - Valid reference",
|
||||
"definition": "http://schema.management.azure.com/schemas/2015-01-01/deploymentParameters.json#/definitions/parameter",
|
||||
"definition": "https://schema.management.azure.com/schemas/2015-01-01/deploymentParameters.json#/definitions/parameter",
|
||||
"json": {
|
||||
"reference": {
|
||||
"keyVault": {
|
||||
|
@ -35,7 +35,7 @@
|
|||
|
||||
{
|
||||
"name": "parameter - Valid reference without secretVersion",
|
||||
"definition": "http://schema.management.azure.com/schemas/2015-01-01/deploymentParameters.json#/definitions/parameter",
|
||||
"definition": "https://schema.management.azure.com/schemas/2015-01-01/deploymentParameters.json#/definitions/parameter",
|
||||
"json": {
|
||||
"reference": {
|
||||
"keyVault": {
|
||||
|
@ -49,7 +49,7 @@
|
|||
|
||||
{
|
||||
"name": "parameter - Valid reference without metadata",
|
||||
"definition": "http://schema.management.azure.com/schemas/2015-01-01/deploymentParameters.json#/definitions/parameter",
|
||||
"definition": "https://schema.management.azure.com/schemas/2015-01-01/deploymentParameters.json#/definitions/parameter",
|
||||
"json": {
|
||||
"reference": {
|
||||
"keyVault": {
|
||||
|
@ -63,7 +63,7 @@
|
|||
|
||||
{
|
||||
"name": "parameter - Missing secretName",
|
||||
"definition": "http://schema.management.azure.com/schemas/2015-01-01/deploymentParameters.json#/definitions/parameter",
|
||||
"definition": "https://schema.management.azure.com/schemas/2015-01-01/deploymentParameters.json#/definitions/parameter",
|
||||
"expectedErrors": [
|
||||
{
|
||||
"message": "Missing required property: secretName",
|
||||
|
@ -82,7 +82,7 @@
|
|||
|
||||
{
|
||||
"name": "parameter - Missing keyVault",
|
||||
"definition": "http://schema.management.azure.com/schemas/2015-01-01/deploymentParameters.json#/definitions/parameter",
|
||||
"definition": "https://schema.management.azure.com/schemas/2015-01-01/deploymentParameters.json#/definitions/parameter",
|
||||
"expectedErrors": [
|
||||
{
|
||||
"message": "Missing required property: keyVault",
|
||||
|
@ -99,7 +99,7 @@
|
|||
|
||||
{
|
||||
"name": "parameter - Missing id",
|
||||
"definition": "http://schema.management.azure.com/schemas/2015-01-01/deploymentParameters.json#/definitions/parameter",
|
||||
"definition": "https://schema.management.azure.com/schemas/2015-01-01/deploymentParameters.json#/definitions/parameter",
|
||||
"expectedErrors": [
|
||||
{
|
||||
"message": "Missing required property: id",
|
||||
|
@ -118,7 +118,7 @@
|
|||
|
||||
{
|
||||
"name": "parameter - Additional property 1",
|
||||
"definition": "http://schema.management.azure.com/schemas/2015-01-01/deploymentParameters.json#/definitions/parameter",
|
||||
"definition": "https://schema.management.azure.com/schemas/2015-01-01/deploymentParameters.json#/definitions/parameter",
|
||||
"expectedErrors": [
|
||||
{
|
||||
"message": "Additional properties not allowed",
|
||||
|
@ -139,7 +139,7 @@
|
|||
|
||||
{
|
||||
"name": "parameter - Additional property 2",
|
||||
"definition": "http://schema.management.azure.com/schemas/2015-01-01/deploymentParameters.json#/definitions/parameter",
|
||||
"definition": "https://schema.management.azure.com/schemas/2015-01-01/deploymentParameters.json#/definitions/parameter",
|
||||
"expectedErrors": [
|
||||
{
|
||||
"message": "Additional properties not allowed",
|
||||
|
@ -160,7 +160,7 @@
|
|||
|
||||
{
|
||||
"name": "parameter - Invalid because both value and reference supplied",
|
||||
"definition": "http://schema.management.azure.com/schemas/2015-01-01/deploymentParameters.json#/definitions/parameter",
|
||||
"definition": "https://schema.management.azure.com/schemas/2015-01-01/deploymentParameters.json#/definitions/parameter",
|
||||
"expectedErrors": [
|
||||
{
|
||||
"message": "Data is valid against more than one schema from \"oneOf\": indices 0 and 1",
|
||||
|
@ -180,7 +180,7 @@
|
|||
|
||||
{
|
||||
"name": "parameter - Invalid because both value and reference supplied and Missing secretName",
|
||||
"definition": "http://schema.management.azure.com/schemas/2015-01-01/deploymentParameters.json#/definitions/parameter",
|
||||
"definition": "https://schema.management.azure.com/schemas/2015-01-01/deploymentParameters.json#/definitions/parameter",
|
||||
"expectedErrors": [
|
||||
{
|
||||
"message": "Missing required property: secretName",
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
{
|
||||
"name": "apiVersion - Non-string",
|
||||
"definition": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/apiVersion",
|
||||
"definition": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/apiVersion",
|
||||
"expectedErrors": [
|
||||
{
|
||||
"message": "Invalid type: number (expected string)",
|
||||
|
@ -15,7 +15,7 @@
|
|||
|
||||
{
|
||||
"name": "apiVersion - Doesn't match the pattern",
|
||||
"definition": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/apiVersion",
|
||||
"definition": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/apiVersion",
|
||||
"expectedErrors": [
|
||||
{
|
||||
"message": "String does not match pattern: (^((\\d\\d\\d\\d-\\d\\d-\\d\\d)|([0-9]+(\\.[0-9]+)?))(-[a-zA-Z][a-zA-Z0-9]*)?$)",
|
||||
|
@ -27,7 +27,7 @@
|
|||
|
||||
{
|
||||
"name": "apiVersion - Single word",
|
||||
"definition": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/apiVersion",
|
||||
"definition": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/apiVersion",
|
||||
"expectedErrors": [
|
||||
{
|
||||
"message": "String does not match pattern: (^((\\d\\d\\d\\d-\\d\\d-\\d\\d)|([0-9]+(\\.[0-9]+)?))(-[a-zA-Z][a-zA-Z0-9]*)?$)",
|
||||
|
@ -39,19 +39,19 @@
|
|||
|
||||
{
|
||||
"name": "apiVersion - Valid api version without textual ending",
|
||||
"definition": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/apiVersion",
|
||||
"definition": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/apiVersion",
|
||||
"json": "2015-07-19"
|
||||
},
|
||||
|
||||
{
|
||||
"name": "apiVersion - Valid api version with textual ending",
|
||||
"definition": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/apiVersion",
|
||||
"definition": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/apiVersion",
|
||||
"json": "2015-07-19-preview"
|
||||
},
|
||||
|
||||
{
|
||||
"name": "apiVersion - Api version with multiple dashed textual ending",
|
||||
"definition": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/apiVersion",
|
||||
"definition": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#/definitions/apiVersion",
|
||||
"expectedErrors": [
|
||||
{
|
||||
"message": "String does not match pattern: (^((\\d\\d\\d\\d-\\d\\d-\\d\\d)|([0-9]+(\\.[0-9]+)?))(-[a-zA-Z][a-zA-Z0-9]*)?$)",
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"tests": [
|
||||
{
|
||||
"name": "domains - basic",
|
||||
"definition": "http://schema.management.azure.com/schemas/2015-04-01/Microsoft.DomainRegistration.json#/resourceDefinitions/domains",
|
||||
"definition": "https://schema.management.azure.com/schemas/2015-04-01/Microsoft.DomainRegistration.json#/resourceDefinitions/domains",
|
||||
"json": {
|
||||
"apiVersion": "2015-04-01",
|
||||
"name": "validDomain",
|
||||
|
@ -67,7 +67,7 @@
|
|||
},
|
||||
{
|
||||
"name": "domains ownership identifiers - basic",
|
||||
"definition": "http://schema.management.azure.com/schemas/2015-04-01/Microsoft.DomainRegistration.json#/resourceDefinitions/domains_domainOwnershipIdentifiers",
|
||||
"definition": "https://schema.management.azure.com/schemas/2015-04-01/Microsoft.DomainRegistration.json#/resourceDefinitions/domains_domainOwnershipIdentifiers",
|
||||
"json": {
|
||||
"apiVersion": "2015-04-01",
|
||||
"name": "validDomainOwnershipIdentifier",
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"tests": [
|
||||
{
|
||||
"name": "databaseAccounts - minimal resource",
|
||||
"definition": "http://schema.management.azure.com/schemas/2015-04-08/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts",
|
||||
"definition": "https://schema.management.azure.com/schemas/2015-04-08/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts",
|
||||
"json": {
|
||||
"type": "Microsoft.DocumentDB/databaseAccounts",
|
||||
"apiVersion": "2015-04-08",
|
||||
|
@ -15,7 +15,7 @@
|
|||
},
|
||||
{
|
||||
"name": "databaseAccounts - resource with Session consistencyPolicy property",
|
||||
"definition": "http://schema.management.azure.com/schemas/2015-04-08/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts",
|
||||
"definition": "https://schema.management.azure.com/schemas/2015-04-08/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts",
|
||||
"json": {
|
||||
"type": "Microsoft.DocumentDB/databaseAccounts",
|
||||
"apiVersion": "2015-04-08",
|
||||
|
@ -31,7 +31,7 @@
|
|||
},
|
||||
{
|
||||
"name": "databaseAccounts - resource with Strong consistencyPolicy property",
|
||||
"definition": "http://schema.management.azure.com/schemas/2015-04-08/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts",
|
||||
"definition": "https://schema.management.azure.com/schemas/2015-04-08/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts",
|
||||
"json": {
|
||||
"type": "Microsoft.DocumentDB/databaseAccounts",
|
||||
"apiVersion": "2015-04-08",
|
||||
|
@ -47,7 +47,7 @@
|
|||
},
|
||||
{
|
||||
"name": "databaseAccounts - resource with bounded staleness consistencyPolicy property",
|
||||
"definition": "http://schema.management.azure.com/schemas/2015-04-08/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts",
|
||||
"definition": "https://schema.management.azure.com/schemas/2015-04-08/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts",
|
||||
"json": {
|
||||
"type": "Microsoft.DocumentDB/databaseAccounts",
|
||||
"apiVersion": "2015-04-08",
|
||||
|
@ -72,7 +72,7 @@
|
|||
"schemaPath": "/required/2"
|
||||
}
|
||||
],
|
||||
"definition": "http://schema.management.azure.com/schemas/2015-04-08/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts",
|
||||
"definition": "https://schema.management.azure.com/schemas/2015-04-08/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts",
|
||||
"json": {
|
||||
"type": "Microsoft.DocumentDB/databaseAccounts",
|
||||
"apiVersion": "2015-04-08",
|
||||
|
@ -93,7 +93,7 @@
|
|||
"schemaPath": "/properties/properties/required/1"
|
||||
}
|
||||
],
|
||||
"definition": "http://schema.management.azure.com/schemas/2015-04-08/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts",
|
||||
"definition": "https://schema.management.azure.com/schemas/2015-04-08/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts",
|
||||
"json": {
|
||||
"type": "Microsoft.DocumentDB/databaseAccounts",
|
||||
"apiVersion": "2015-04-08",
|
||||
|
@ -111,7 +111,7 @@
|
|||
"schemaPath": "/properties/properties/properties/consistencyPolicy/required/0"
|
||||
}
|
||||
],
|
||||
"definition": "http://schema.management.azure.com/schemas/2015-04-08/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts",
|
||||
"definition": "https://schema.management.azure.com/schemas/2015-04-08/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts",
|
||||
"json": {
|
||||
"type": "Microsoft.DocumentDB/databaseAccounts",
|
||||
"apiVersion": "2015-04-08",
|
||||
|
@ -133,7 +133,7 @@
|
|||
"schemaPath": "/properties/properties/properties/name/pattern"
|
||||
}
|
||||
],
|
||||
"definition": "http://schema.management.azure.com/schemas/2015-04-08/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts",
|
||||
"definition": "https://schema.management.azure.com/schemas/2015-04-08/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts",
|
||||
"json": {
|
||||
"type": "Microsoft.DocumentDB/databaseAccounts",
|
||||
"apiVersion": "2015-04-08",
|
||||
|
@ -153,7 +153,7 @@
|
|||
"schemaPath": "/properties/properties/properties/databaseAccountOfferType/type"
|
||||
}
|
||||
],
|
||||
"definition": "http://schema.management.azure.com/schemas/2015-04-08/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts",
|
||||
"definition": "https://schema.management.azure.com/schemas/2015-04-08/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts",
|
||||
"json": {
|
||||
"type": "Microsoft.DocumentDB/databaseAccounts",
|
||||
"apiVersion": "2015-04-08",
|
||||
|
@ -173,7 +173,7 @@
|
|||
"schemaPath": "/properties/properties/properties/consistencyPolicy/oneOf"
|
||||
}
|
||||
],
|
||||
"definition": "http://schema.management.azure.com/schemas/2015-04-08/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts",
|
||||
"definition": "https://schema.management.azure.com/schemas/2015-04-08/Microsoft.DocumentDB.json#/resourceDefinitions/databaseAccounts",
|
||||
"json": {
|
||||
"type": "Microsoft.DocumentDB/databaseAccounts",
|
||||
"apiVersion": "2015-04-08",
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"tests":[
|
||||
{
|
||||
"name":"servers - empty",
|
||||
"definition":"http://schema.management.azure.com/schemas/2015-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers",
|
||||
"definition":"https://schema.management.azure.com/schemas/2015-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers",
|
||||
"json":{
|
||||
"apiVersion":"2015-05-01-preview",
|
||||
"properties":{
|
||||
|
@ -29,7 +29,7 @@
|
|||
},
|
||||
{
|
||||
"name":"servers - min",
|
||||
"definition":"http://schema.management.azure.com/schemas/2015-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers",
|
||||
"definition":"https://schema.management.azure.com/schemas/2015-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers",
|
||||
"json":{
|
||||
"apiVersion":"2015-05-01-preview",
|
||||
"name":"server1",
|
||||
|
@ -43,7 +43,7 @@
|
|||
},
|
||||
{
|
||||
"name":"auditingSettings - empty",
|
||||
"definition":"http://schema.management.azure.com/schemas/2015-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_auditingSettings",
|
||||
"definition":"https://schema.management.azure.com/schemas/2015-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_auditingSettings",
|
||||
"json":{
|
||||
"apiVersion":"2015-05-01-preview",
|
||||
"properties":{
|
||||
|
@ -82,7 +82,7 @@
|
|||
},
|
||||
{
|
||||
"name":"auditingSettings - min",
|
||||
"definition":"http://schema.management.azure.com/schemas/2015-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_auditingSettings",
|
||||
"definition":"https://schema.management.azure.com/schemas/2015-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_auditingSettings",
|
||||
"json":{
|
||||
"apiVersion":"2015-05-01-preview",
|
||||
"name":"default",
|
||||
|
@ -94,7 +94,7 @@
|
|||
},
|
||||
{
|
||||
"name":"syncGroups - empty",
|
||||
"definition":"http://schema.management.azure.com/schemas/2015-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_syncGroups",
|
||||
"definition":"https://schema.management.azure.com/schemas/2015-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_syncGroups",
|
||||
"json":{
|
||||
"apiVersion":"2015-05-01-preview",
|
||||
"name":"syncgroup1",
|
||||
|
@ -106,7 +106,7 @@
|
|||
},
|
||||
{
|
||||
"name":"syncGroups - min",
|
||||
"definition":"http://schema.management.azure.com/schemas/2015-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_syncGroups",
|
||||
"definition":"https://schema.management.azure.com/schemas/2015-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_syncGroups",
|
||||
"json":{
|
||||
"apiVersion":"2015-05-01-preview",
|
||||
"name":"syncgroup1",
|
||||
|
@ -118,7 +118,7 @@
|
|||
},
|
||||
{
|
||||
"name":"syncMembers - empty",
|
||||
"definition":"http://schema.management.azure.com/schemas/2015-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_syncGroups_syncMembers",
|
||||
"definition":"https://schema.management.azure.com/schemas/2015-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_syncGroups_syncMembers",
|
||||
"json":{
|
||||
"apiVersion":"2015-05-01-preview",
|
||||
"properties":{
|
||||
|
@ -140,7 +140,7 @@
|
|||
},
|
||||
{
|
||||
"name":"syncMembers - min",
|
||||
"definition":"http://schema.management.azure.com/schemas/2015-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_syncGroups_syncMembers",
|
||||
"definition":"https://schema.management.azure.com/schemas/2015-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_databases_syncGroups_syncMembers",
|
||||
"json":{
|
||||
"apiVersion":"2015-05-01-preview",
|
||||
"name":"member1",
|
||||
|
@ -152,7 +152,7 @@
|
|||
},
|
||||
{
|
||||
"name":"encryptionProtector - empty",
|
||||
"definition":"http://schema.management.azure.com/schemas/2015-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_encryptionProtector",
|
||||
"definition":"https://schema.management.azure.com/schemas/2015-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_encryptionProtector",
|
||||
"json":{
|
||||
"apiVersion":"2015-05-01-preview",
|
||||
"properties":{
|
||||
|
@ -191,7 +191,7 @@
|
|||
},
|
||||
{
|
||||
"name":"encryptionProtector - min",
|
||||
"definition":"http://schema.management.azure.com/schemas/2015-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_encryptionProtector",
|
||||
"definition":"https://schema.management.azure.com/schemas/2015-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_encryptionProtector",
|
||||
"json":{
|
||||
"apiVersion":"2015-05-01-preview",
|
||||
"name":"default",
|
||||
|
@ -203,7 +203,7 @@
|
|||
},
|
||||
{
|
||||
"name":"failoverGroups - empty",
|
||||
"definition":"http://schema.management.azure.com/schemas/2015-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_failoverGroups",
|
||||
"definition":"https://schema.management.azure.com/schemas/2015-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_failoverGroups",
|
||||
"json":{
|
||||
"apiVersion":"2015-05-01-preview",
|
||||
"properties":{
|
||||
|
@ -247,7 +247,7 @@
|
|||
},
|
||||
{
|
||||
"name":"failoverGroups - min",
|
||||
"definition":"http://schema.management.azure.com/schemas/2015-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_failoverGroups",
|
||||
"definition":"https://schema.management.azure.com/schemas/2015-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_failoverGroups",
|
||||
"json":{
|
||||
"apiVersion":"2015-05-01-preview",
|
||||
"name":"default",
|
||||
|
@ -264,7 +264,7 @@
|
|||
},
|
||||
{
|
||||
"name":"keys - empty",
|
||||
"definition":"http://schema.management.azure.com/schemas/2015-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_keys",
|
||||
"definition":"https://schema.management.azure.com/schemas/2015-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_keys",
|
||||
"json":{
|
||||
"apiVersion":"2015-05-01-preview",
|
||||
"properties":{
|
||||
|
@ -303,7 +303,7 @@
|
|||
},
|
||||
{
|
||||
"name":"keys - min",
|
||||
"definition":"http://schema.management.azure.com/schemas/2015-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_keys",
|
||||
"definition":"https://schema.management.azure.com/schemas/2015-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_keys",
|
||||
"json":{
|
||||
"apiVersion":"2015-05-01-preview",
|
||||
"name":"default",
|
||||
|
@ -315,7 +315,7 @@
|
|||
},
|
||||
{
|
||||
"name":"syncAgents - empty",
|
||||
"definition":"http://schema.management.azure.com/schemas/2015-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_syncAgents",
|
||||
"definition":"https://schema.management.azure.com/schemas/2015-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_syncAgents",
|
||||
"json":{
|
||||
"apiVersion":"2015-05-01-preview",
|
||||
"properties":{
|
||||
|
@ -337,7 +337,7 @@
|
|||
},
|
||||
{
|
||||
"name":"syncAgents - min",
|
||||
"definition":"http://schema.management.azure.com/schemas/2015-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_syncAgents",
|
||||
"definition":"https://schema.management.azure.com/schemas/2015-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_syncAgents",
|
||||
"json":{
|
||||
"apiVersion":"2015-05-01-preview",
|
||||
"name":"default",
|
||||
|
@ -349,7 +349,7 @@
|
|||
},
|
||||
{
|
||||
"name":"virtualNetworkRules - empty",
|
||||
"definition":"http://schema.management.azure.com/schemas/2015-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_virtualNetworkRules",
|
||||
"definition":"https://schema.management.azure.com/schemas/2015-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_virtualNetworkRules",
|
||||
"json":{
|
||||
"apiVersion":"2015-05-01-preview",
|
||||
"properties":{
|
||||
|
@ -371,7 +371,7 @@
|
|||
},
|
||||
{
|
||||
"name":"virtualNetworkRules - min",
|
||||
"definition":"http://schema.management.azure.com/schemas/2015-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_virtualNetworkRules",
|
||||
"definition":"https://schema.management.azure.com/schemas/2015-05-01-preview/Microsoft.Sql.json#/resourceDefinitions/servers_virtualNetworkRules",
|
||||
"json":{
|
||||
"apiVersion":"2015-05-01-preview",
|
||||
"name":"default",
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"tests": [
|
||||
{
|
||||
"name": "dnszones",
|
||||
"definition": "http://schema.management.azure.com/schemas/2015-05-04-preview/Microsoft.Network.json#/resourceDefinitions/dnszones",
|
||||
"definition": "https://schema.management.azure.com/schemas/2015-05-04-preview/Microsoft.Network.json#/resourceDefinitions/dnszones",
|
||||
"expectedErrors": [],
|
||||
"json": {
|
||||
"type": "Microsoft.Network/dnszones",
|
||||
|
@ -14,7 +14,7 @@
|
|||
},
|
||||
{
|
||||
"name": "dnszones/A",
|
||||
"definition": "http://schema.management.azure.com/schemas/2015-05-04-preview/Microsoft.Network.json#/resourceDefinitions/dnszones_A",
|
||||
"definition": "https://schema.management.azure.com/schemas/2015-05-04-preview/Microsoft.Network.json#/resourceDefinitions/dnszones_A",
|
||||
"expectedErrors": [],
|
||||
"json": {
|
||||
"type": "Microsoft.Network/dnszones/A",
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"tests": [
|
||||
{
|
||||
"name": "labs - minimal resource",
|
||||
"definition": "http://schema.management.azure.com/schemas/2015-05-21-preview/Microsoft.DevTestLab.json#/resourceDefinitions/labs",
|
||||
"definition": "https://schema.management.azure.com/schemas/2015-05-21-preview/Microsoft.DevTestLab.json#/resourceDefinitions/labs",
|
||||
"json": {
|
||||
"type": "Microsoft.DevTestLab/labs",
|
||||
"apiVersion": "2015-05-21-preview",
|
||||
|
@ -14,7 +14,7 @@
|
|||
},
|
||||
{
|
||||
"name": "virtualMachines - minimal resource",
|
||||
"definition": "http://schema.management.azure.com/schemas/2015-05-21-preview/Microsoft.DevTestLab.json#/resourceDefinitions/virtualMachines",
|
||||
"definition": "https://schema.management.azure.com/schemas/2015-05-21-preview/Microsoft.DevTestLab.json#/resourceDefinitions/virtualMachines",
|
||||
"json": {
|
||||
"type": "Microsoft.DevTestLab/labs/virtualMachines",
|
||||
"apiVersion": "2015-05-21-preview",
|
||||
|
|
Некоторые файлы не были показаны из-за слишком большого количества измененных файлов Показать больше
Загрузка…
Ссылка в новой задаче