Autogenerate schemas
This commit is contained in:
Родитель
ee779c61bd
Коммит
7f6beb224d
|
@ -33,7 +33,8 @@
|
|||
"type": "object",
|
||||
"additionalProperties": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"properties": {}
|
||||
},
|
||||
{
|
||||
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
|
||||
|
@ -583,7 +584,8 @@
|
|||
"type": "object",
|
||||
"additionalProperties": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"properties": {}
|
||||
},
|
||||
{
|
||||
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
|
||||
|
@ -597,7 +599,8 @@
|
|||
"type": "object",
|
||||
"additionalProperties": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"properties": {}
|
||||
},
|
||||
{
|
||||
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
|
||||
|
|
|
@ -639,6 +639,30 @@
|
|||
},
|
||||
"description": "Set the access level and network port settings for SQL Server."
|
||||
},
|
||||
"SQLStorageSettings": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"luns": {
|
||||
"oneOf": [
|
||||
{
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "integer"
|
||||
}
|
||||
},
|
||||
{
|
||||
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Logical Unit Numbers for the disks."
|
||||
},
|
||||
"defaultFilePath": {
|
||||
"type": "string",
|
||||
"description": "SQL Server default file path"
|
||||
}
|
||||
},
|
||||
"description": "Set disk storage settings for SQL Server."
|
||||
},
|
||||
"SqlStorageUpdateSettings": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
|
@ -876,6 +900,17 @@
|
|||
}
|
||||
],
|
||||
"description": "Set the connectivity, storage and workload settings."
|
||||
},
|
||||
"storageConfigurationSettings": {
|
||||
"oneOf": [
|
||||
{
|
||||
"$ref": "#/definitions/StorageConfigurationSettings"
|
||||
},
|
||||
{
|
||||
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Storage Configurations for SQL Data, Log and TempDb."
|
||||
}
|
||||
},
|
||||
"description": "The SQL virtual machine properties."
|
||||
|
@ -902,6 +937,77 @@
|
|||
},
|
||||
"description": "Set workload type to optimize storage for SQL Server."
|
||||
},
|
||||
"StorageConfigurationSettings": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"sqlDataSettings": {
|
||||
"oneOf": [
|
||||
{
|
||||
"$ref": "#/definitions/SQLStorageSettings"
|
||||
},
|
||||
{
|
||||
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Set disk storage settings for SQL Server."
|
||||
},
|
||||
"sqlLogSettings": {
|
||||
"oneOf": [
|
||||
{
|
||||
"$ref": "#/definitions/SQLStorageSettings"
|
||||
},
|
||||
{
|
||||
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Set disk storage settings for SQL Server."
|
||||
},
|
||||
"sqlTempDbSettings": {
|
||||
"oneOf": [
|
||||
{
|
||||
"$ref": "#/definitions/SQLStorageSettings"
|
||||
},
|
||||
{
|
||||
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Set disk storage settings for SQL Server."
|
||||
},
|
||||
"diskConfigurationType": {
|
||||
"oneOf": [
|
||||
{
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"NEW",
|
||||
"EXTEND",
|
||||
"ADD"
|
||||
]
|
||||
},
|
||||
{
|
||||
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Disk configuration to apply to SQL Server."
|
||||
},
|
||||
"storageWorkloadType": {
|
||||
"oneOf": [
|
||||
{
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"GENERAL",
|
||||
"OLTP",
|
||||
"DW"
|
||||
]
|
||||
},
|
||||
{
|
||||
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
|
||||
}
|
||||
],
|
||||
"description": "Storage workload type."
|
||||
}
|
||||
},
|
||||
"description": "Storage Configurations for SQL Data, Log and TempDb."
|
||||
},
|
||||
"WsfcDomainCredentials": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
|
|
|
@ -33,7 +33,8 @@
|
|||
"type": "object",
|
||||
"additionalProperties": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"properties": {}
|
||||
},
|
||||
{
|
||||
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
|
||||
|
@ -325,7 +326,8 @@
|
|||
"type": "object",
|
||||
"additionalProperties": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"properties": {}
|
||||
},
|
||||
{
|
||||
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
|
||||
|
@ -507,7 +509,8 @@
|
|||
"type": "object",
|
||||
"additionalProperties": {
|
||||
"$ref": "#/definitions/ArmServiceTypeHealthPolicy"
|
||||
}
|
||||
},
|
||||
"properties": {}
|
||||
},
|
||||
{
|
||||
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
|
||||
|
@ -1375,7 +1378,8 @@
|
|||
"type": "object",
|
||||
"additionalProperties": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"properties": {}
|
||||
},
|
||||
{
|
||||
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
|
||||
|
@ -1389,7 +1393,8 @@
|
|||
"type": "object",
|
||||
"additionalProperties": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"properties": {}
|
||||
},
|
||||
{
|
||||
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
|
||||
|
|
|
@ -33,7 +33,8 @@
|
|||
"type": "object",
|
||||
"additionalProperties": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"properties": {}
|
||||
},
|
||||
{
|
||||
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
|
||||
|
@ -84,7 +85,8 @@
|
|||
"type": "object",
|
||||
"additionalProperties": {
|
||||
"$ref": "#/definitions/ServiceTypeDeltaHealthPolicy"
|
||||
}
|
||||
},
|
||||
"properties": {}
|
||||
},
|
||||
{
|
||||
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
|
||||
|
@ -115,7 +117,8 @@
|
|||
"type": "object",
|
||||
"additionalProperties": {
|
||||
"$ref": "#/definitions/ServiceTypeHealthPolicy"
|
||||
}
|
||||
},
|
||||
"properties": {}
|
||||
},
|
||||
{
|
||||
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
|
||||
|
@ -274,7 +277,8 @@
|
|||
"type": "object",
|
||||
"additionalProperties": {
|
||||
"$ref": "#/definitions/ApplicationHealthPolicy"
|
||||
}
|
||||
},
|
||||
"properties": {}
|
||||
},
|
||||
{
|
||||
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
|
||||
|
@ -541,7 +545,8 @@
|
|||
"type": "object",
|
||||
"additionalProperties": {
|
||||
"$ref": "#/definitions/ApplicationDeltaHealthPolicy"
|
||||
}
|
||||
},
|
||||
"properties": {}
|
||||
},
|
||||
{
|
||||
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
|
||||
|
@ -707,7 +712,8 @@
|
|||
"type": "object",
|
||||
"additionalProperties": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"properties": {}
|
||||
},
|
||||
{
|
||||
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
|
||||
|
@ -721,7 +727,8 @@
|
|||
"type": "object",
|
||||
"additionalProperties": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"properties": {}
|
||||
},
|
||||
{
|
||||
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
|
||||
|
|
|
@ -33,7 +33,8 @@
|
|||
"type": "object",
|
||||
"additionalProperties": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"properties": {}
|
||||
},
|
||||
{
|
||||
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
|
||||
|
@ -90,7 +91,8 @@
|
|||
"type": "object",
|
||||
"additionalProperties": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"properties": {}
|
||||
},
|
||||
{
|
||||
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
|
||||
|
@ -147,7 +149,8 @@
|
|||
"type": "object",
|
||||
"additionalProperties": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"properties": {}
|
||||
},
|
||||
{
|
||||
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
|
||||
|
|
|
@ -29,7 +29,8 @@
|
|||
"type": "object",
|
||||
"additionalProperties": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"properties": {}
|
||||
},
|
||||
{
|
||||
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
|
||||
|
@ -87,7 +88,8 @@
|
|||
"type": "object",
|
||||
"additionalProperties": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"properties": {}
|
||||
},
|
||||
{
|
||||
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
|
||||
|
@ -145,7 +147,8 @@
|
|||
"type": "object",
|
||||
"additionalProperties": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"properties": {}
|
||||
},
|
||||
{
|
||||
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
|
||||
|
@ -203,7 +206,8 @@
|
|||
"type": "object",
|
||||
"additionalProperties": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"properties": {}
|
||||
},
|
||||
{
|
||||
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
|
||||
|
@ -271,7 +275,8 @@
|
|||
"type": "object",
|
||||
"additionalProperties": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"properties": {}
|
||||
},
|
||||
{
|
||||
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
|
||||
|
@ -329,7 +334,8 @@
|
|||
"type": "object",
|
||||
"additionalProperties": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"properties": {}
|
||||
},
|
||||
{
|
||||
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
|
||||
|
@ -1446,7 +1452,8 @@
|
|||
"type": "object",
|
||||
"additionalProperties": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"properties": {}
|
||||
},
|
||||
{
|
||||
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
|
||||
|
|
|
@ -33,7 +33,8 @@
|
|||
"type": "object",
|
||||
"additionalProperties": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"properties": {}
|
||||
},
|
||||
{
|
||||
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
|
||||
|
@ -104,7 +105,8 @@
|
|||
"type": "object",
|
||||
"additionalProperties": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"properties": {}
|
||||
},
|
||||
{
|
||||
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
|
||||
|
@ -171,7 +173,8 @@
|
|||
"type": "object",
|
||||
"additionalProperties": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"properties": {}
|
||||
},
|
||||
{
|
||||
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
|
||||
|
@ -228,7 +231,8 @@
|
|||
"type": "object",
|
||||
"additionalProperties": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"properties": {}
|
||||
},
|
||||
{
|
||||
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
|
||||
|
@ -295,7 +299,8 @@
|
|||
"type": "object",
|
||||
"additionalProperties": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"properties": {}
|
||||
},
|
||||
{
|
||||
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
|
||||
|
@ -345,7 +350,8 @@
|
|||
"type": "object",
|
||||
"additionalProperties": {
|
||||
"$ref": "#/definitions/ServiceTypeDeltaHealthPolicy"
|
||||
}
|
||||
},
|
||||
"properties": {}
|
||||
},
|
||||
{
|
||||
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
|
||||
|
@ -376,7 +382,8 @@
|
|||
"type": "object",
|
||||
"additionalProperties": {
|
||||
"$ref": "#/definitions/ServiceTypeHealthPolicy"
|
||||
}
|
||||
},
|
||||
"properties": {}
|
||||
},
|
||||
{
|
||||
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
|
||||
|
@ -443,7 +450,8 @@
|
|||
"type": "object",
|
||||
"additionalProperties": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"properties": {}
|
||||
},
|
||||
{
|
||||
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
|
||||
|
@ -625,7 +633,8 @@
|
|||
"type": "object",
|
||||
"additionalProperties": {
|
||||
"$ref": "#/definitions/ArmServiceTypeHealthPolicy"
|
||||
}
|
||||
},
|
||||
"properties": {}
|
||||
},
|
||||
{
|
||||
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
|
||||
|
@ -878,7 +887,8 @@
|
|||
"type": "object",
|
||||
"additionalProperties": {
|
||||
"$ref": "#/definitions/ApplicationHealthPolicy"
|
||||
}
|
||||
},
|
||||
"properties": {}
|
||||
},
|
||||
{
|
||||
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
|
||||
|
@ -1137,7 +1147,8 @@
|
|||
"type": "object",
|
||||
"additionalProperties": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"properties": {}
|
||||
},
|
||||
{
|
||||
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
|
||||
|
@ -1194,7 +1205,8 @@
|
|||
"type": "object",
|
||||
"additionalProperties": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"properties": {}
|
||||
},
|
||||
{
|
||||
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
|
||||
|
@ -1251,7 +1263,8 @@
|
|||
"type": "object",
|
||||
"additionalProperties": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"properties": {}
|
||||
},
|
||||
{
|
||||
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
|
||||
|
@ -1308,7 +1321,8 @@
|
|||
"type": "object",
|
||||
"additionalProperties": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"properties": {}
|
||||
},
|
||||
{
|
||||
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
|
||||
|
@ -1384,7 +1398,8 @@
|
|||
"type": "object",
|
||||
"additionalProperties": {
|
||||
"$ref": "#/definitions/ApplicationDeltaHealthPolicy"
|
||||
}
|
||||
},
|
||||
"properties": {}
|
||||
},
|
||||
{
|
||||
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
|
||||
|
@ -1550,7 +1565,8 @@
|
|||
"type": "object",
|
||||
"additionalProperties": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"properties": {}
|
||||
},
|
||||
{
|
||||
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
|
||||
|
@ -1564,7 +1580,8 @@
|
|||
"type": "object",
|
||||
"additionalProperties": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"properties": {}
|
||||
},
|
||||
{
|
||||
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
|
||||
|
|
|
@ -33,7 +33,8 @@
|
|||
"type": "object",
|
||||
"additionalProperties": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"properties": {}
|
||||
},
|
||||
{
|
||||
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
|
||||
|
@ -104,7 +105,8 @@
|
|||
"type": "object",
|
||||
"additionalProperties": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"properties": {}
|
||||
},
|
||||
{
|
||||
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
|
||||
|
@ -171,7 +173,8 @@
|
|||
"type": "object",
|
||||
"additionalProperties": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"properties": {}
|
||||
},
|
||||
{
|
||||
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
|
||||
|
@ -228,7 +231,8 @@
|
|||
"type": "object",
|
||||
"additionalProperties": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"properties": {}
|
||||
},
|
||||
{
|
||||
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
|
||||
|
@ -295,7 +299,8 @@
|
|||
"type": "object",
|
||||
"additionalProperties": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"properties": {}
|
||||
},
|
||||
{
|
||||
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
|
||||
|
@ -345,7 +350,8 @@
|
|||
"type": "object",
|
||||
"additionalProperties": {
|
||||
"$ref": "#/definitions/ServiceTypeDeltaHealthPolicy"
|
||||
}
|
||||
},
|
||||
"properties": {}
|
||||
},
|
||||
{
|
||||
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
|
||||
|
@ -376,7 +382,8 @@
|
|||
"type": "object",
|
||||
"additionalProperties": {
|
||||
"$ref": "#/definitions/ServiceTypeHealthPolicy"
|
||||
}
|
||||
},
|
||||
"properties": {}
|
||||
},
|
||||
{
|
||||
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
|
||||
|
@ -443,7 +450,8 @@
|
|||
"type": "object",
|
||||
"additionalProperties": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"properties": {}
|
||||
},
|
||||
{
|
||||
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
|
||||
|
@ -625,7 +633,8 @@
|
|||
"type": "object",
|
||||
"additionalProperties": {
|
||||
"$ref": "#/definitions/ArmServiceTypeHealthPolicy"
|
||||
}
|
||||
},
|
||||
"properties": {}
|
||||
},
|
||||
{
|
||||
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
|
||||
|
@ -878,7 +887,8 @@
|
|||
"type": "object",
|
||||
"additionalProperties": {
|
||||
"$ref": "#/definitions/ApplicationHealthPolicy"
|
||||
}
|
||||
},
|
||||
"properties": {}
|
||||
},
|
||||
{
|
||||
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
|
||||
|
@ -1137,7 +1147,8 @@
|
|||
"type": "object",
|
||||
"additionalProperties": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"properties": {}
|
||||
},
|
||||
{
|
||||
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
|
||||
|
@ -1194,7 +1205,8 @@
|
|||
"type": "object",
|
||||
"additionalProperties": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"properties": {}
|
||||
},
|
||||
{
|
||||
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
|
||||
|
@ -1251,7 +1263,8 @@
|
|||
"type": "object",
|
||||
"additionalProperties": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"properties": {}
|
||||
},
|
||||
{
|
||||
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
|
||||
|
@ -1308,7 +1321,8 @@
|
|||
"type": "object",
|
||||
"additionalProperties": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"properties": {}
|
||||
},
|
||||
{
|
||||
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
|
||||
|
@ -1384,7 +1398,8 @@
|
|||
"type": "object",
|
||||
"additionalProperties": {
|
||||
"$ref": "#/definitions/ApplicationDeltaHealthPolicy"
|
||||
}
|
||||
},
|
||||
"properties": {}
|
||||
},
|
||||
{
|
||||
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
|
||||
|
@ -1550,7 +1565,8 @@
|
|||
"type": "object",
|
||||
"additionalProperties": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"properties": {}
|
||||
},
|
||||
{
|
||||
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
|
||||
|
@ -1564,7 +1580,8 @@
|
|||
"type": "object",
|
||||
"additionalProperties": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"properties": {}
|
||||
},
|
||||
{
|
||||
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
|
||||
|
|
Загрузка…
Ссылка в новой задаче