Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions schemas/2014-04-01-preview/deploymentTemplate.json
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,13 @@
{ "$ref": "https://schema.management.azure.com/schemas/2020-06-14/Microsoft.Kusto.json#/resourceDefinitions/clusters_dataconnections" },
{ "$ref": "https://schema.management.azure.com/schemas/2020-06-14/Microsoft.Kusto.json#/resourceDefinitions/clusters_principalassignments" },
{ "$ref": "https://schema.management.azure.com/schemas/2020-06-14/Microsoft.Kusto.json#/resourceDefinitions/clusters_databases_principalassignments" },
{ "$ref": "https://schema.management.azure.com/schemas/2020-09-18/Microsoft.Kusto.json#/resourceDefinitions/clusters" },
{ "$ref": "https://schema.management.azure.com/schemas/2020-09-18/Microsoft.Kusto.json#/resourceDefinitions/clusters_databases" },
{ "$ref": "https://schema.management.azure.com/schemas/2020-09-18/Microsoft.Kusto.json#/resourceDefinitions/clusters_databases_dataconnections" },
{ "$ref": "https://schema.management.azure.com/schemas/2020-09-18/Microsoft.Kusto.json#/resourceDefinitions/clusters_attacheddatabaseconfigurations" },
{ "$ref": "https://schema.management.azure.com/schemas/2020-09-18/Microsoft.Kusto.json#/resourceDefinitions/clusters_dataconnections" },
{ "$ref": "https://schema.management.azure.com/schemas/2020-09-18/Microsoft.Kusto.json#/resourceDefinitions/clusters_principalassignments" },
{ "$ref": "https://schema.management.azure.com/schemas/2020-09-18/Microsoft.Kusto.json#/resourceDefinitions/clusters_databases_principalassignments" },
{ "$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" },
Expand Down Expand Up @@ -1843,6 +1850,8 @@
{ "$ref": "https://schema.management.azure.com/schemas/2019-10-01/Microsoft.Migrate.json#/resourceDefinitions/assessmentProjects_groups_assessments" },
{ "$ref": "https://schema.management.azure.com/schemas/2019-10-01/Microsoft.Migrate.json#/resourceDefinitions/assessmentProjects_hypervcollectors" },
{ "$ref": "https://schema.management.azure.com/schemas/2019-10-01/Microsoft.Migrate.json#/resourceDefinitions/assessmentProjects_vmwarecollectors" },
{ "$ref": "https://schema.management.azure.com/schemas/2019-10-01-preview/Microsoft.Migrate.json#/resourceDefinitions/moveCollections" },
{ "$ref": "https://schema.management.azure.com/schemas/2019-10-01-preview/Microsoft.Migrate.json#/resourceDefinitions/moveCollections_moveResources" },
{ "$ref": "https://schema.management.azure.com/schemas/2019-03-01/Microsoft.Insights.json#/resourceDefinitions/actionGroups" },
{ "$ref": "https://schema.management.azure.com/schemas/2018-06-01-preview/Microsoft.ManagedServices.json#/resourceDefinitions/registrationAssignments" },
{ "$ref": "https://schema.management.azure.com/schemas/2018-06-01-preview/Microsoft.ManagedServices.json#/resourceDefinitions/registrationDefinitions" },
Expand Down
7 changes: 7 additions & 0 deletions schemas/2015-01-01/deploymentTemplate.json
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,13 @@
{ "$ref": "https://schema.management.azure.com/schemas/2020-06-14/Microsoft.Kusto.json#/resourceDefinitions/clusters_dataconnections" },
{ "$ref": "https://schema.management.azure.com/schemas/2020-06-14/Microsoft.Kusto.json#/resourceDefinitions/clusters_principalassignments" },
{ "$ref": "https://schema.management.azure.com/schemas/2020-06-14/Microsoft.Kusto.json#/resourceDefinitions/clusters_databases_principalassignments" },
{ "$ref": "https://schema.management.azure.com/schemas/2020-09-18/Microsoft.Kusto.json#/resourceDefinitions/clusters" },
{ "$ref": "https://schema.management.azure.com/schemas/2020-09-18/Microsoft.Kusto.json#/resourceDefinitions/clusters_databases" },
{ "$ref": "https://schema.management.azure.com/schemas/2020-09-18/Microsoft.Kusto.json#/resourceDefinitions/clusters_databases_dataconnections" },
{ "$ref": "https://schema.management.azure.com/schemas/2020-09-18/Microsoft.Kusto.json#/resourceDefinitions/clusters_attacheddatabaseconfigurations" },
{ "$ref": "https://schema.management.azure.com/schemas/2020-09-18/Microsoft.Kusto.json#/resourceDefinitions/clusters_dataconnections" },
{ "$ref": "https://schema.management.azure.com/schemas/2020-09-18/Microsoft.Kusto.json#/resourceDefinitions/clusters_principalassignments" },
{ "$ref": "https://schema.management.azure.com/schemas/2020-09-18/Microsoft.Kusto.json#/resourceDefinitions/clusters_databases_principalassignments" },
{ "$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" },
Expand Down
4 changes: 3 additions & 1 deletion schemas/2015-05-01-preview/Microsoft.Sql.json
Original file line number Diff line number Diff line change
Expand Up @@ -996,7 +996,9 @@
{
"type": "string",
"enum": [
"SystemAssigned"
"None",
"SystemAssigned",
"UserAssigned"
]
},
{
Expand Down
9 changes: 5 additions & 4 deletions schemas/2016-07-12-preview/Microsoft.Advisor.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "Microsoft.Advisor",
"description": "Microsoft Advisor Resource Types",
"resourceDefinitions": {
"resourceDefinitions": {},
"unknown_resourceDefinitions": {
"recommendations_suppressions": {
"type": "object",
"properties": {
Expand Down Expand Up @@ -47,7 +48,7 @@
"type": {
"type": "string",
"enum": [
"Microsoft.Advisor/suppressions"
"Microsoft.Advisor/recommendations/suppressions"
]
}
},
Expand All @@ -56,8 +57,8 @@
"name",
"type"
],
"description": "Microsoft.Advisor/suppressions"
"description": "Microsoft.Advisor/recommendations/suppressions"
}
},
"definitions": {}
}
}
9 changes: 5 additions & 4 deletions schemas/2017-03-31/Microsoft.Advisor.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "Microsoft.Advisor",
"description": "Microsoft Advisor Resource Types",
"resourceDefinitions": {
"resourceDefinitions": {},
"unknown_resourceDefinitions": {
"recommendations_suppressions": {
"type": "object",
"properties": {
Expand Down Expand Up @@ -31,7 +32,7 @@
"type": {
"type": "string",
"enum": [
"Microsoft.Advisor/suppressions"
"Microsoft.Advisor/recommendations/suppressions"
]
}
},
Expand All @@ -41,7 +42,7 @@
"properties",
"type"
],
"description": "Microsoft.Advisor/suppressions"
"description": "Microsoft.Advisor/recommendations/suppressions"
}
},
"definitions": {
Expand All @@ -60,4 +61,4 @@
"description": "The properties of the suppression."
}
}
}
}
44 changes: 23 additions & 21 deletions schemas/2017-04-19/Microsoft.Advisor.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,10 @@
"type"
],
"description": "Microsoft.Advisor/configurations"
},
"recommendations_suppressions": {
}
},
"subscription_resourceDefinitions": {
"configurations": {
"type": "object",
"properties": {
"apiVersion": {
Expand All @@ -58,25 +60,31 @@
"2017-04-19"
]
},
"id": {
"type": "string",
"description": "The resource Id of the configuration resource."
},
"name": {
"type": "string",
"description": "The name of the suppression."
"enum": [
"configurations"
]
},
"properties": {
"oneOf": [
{
"$ref": "#/definitions/SuppressionProperties"
"$ref": "#/definitions/ConfigDataProperties"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "The properties of the suppression."
"description": "The list of property name/value pairs."
},
"type": {
"type": "string",
"enum": [
"Microsoft.Advisor/suppressions"
"Microsoft.Advisor/configurations"
]
}
},
Expand All @@ -86,11 +94,11 @@
"properties",
"type"
],
"description": "Microsoft.Advisor/suppressions"
"description": "Microsoft.Advisor/configurations"
}
},
"subscription_resourceDefinitions": {
"configurations": {
"unknown_resourceDefinitions": {
"recommendations_suppressions": {
"type": "object",
"properties": {
"apiVersion": {
Expand All @@ -99,31 +107,25 @@
"2017-04-19"
]
},
"id": {
"type": "string",
"description": "The resource Id of the configuration resource."
},
"name": {
"type": "string",
"enum": [
"configurations"
]
"description": "The name of the suppression."
},
"properties": {
"oneOf": [
{
"$ref": "#/definitions/ConfigDataProperties"
"$ref": "#/definitions/SuppressionProperties"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "The list of property name/value pairs."
"description": "The properties of the suppression."
},
"type": {
"type": "string",
"enum": [
"Microsoft.Advisor/configurations"
"Microsoft.Advisor/recommendations/suppressions"
]
}
},
Expand All @@ -133,7 +135,7 @@
"properties",
"type"
],
"description": "Microsoft.Advisor/configurations"
"description": "Microsoft.Advisor/recommendations/suppressions"
}
},
"definitions": {
Expand Down Expand Up @@ -189,4 +191,4 @@
"description": "The properties of the suppression."
}
}
}
}
57 changes: 57 additions & 0 deletions schemas/2017-06-01/Microsoft.AAD.json
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,17 @@
],
"description": "Secure LDAP Settings"
},
"migrationProperties": {
"oneOf": [
{
"$ref": "#/definitions/MigrationProperties"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Migration Properties"
},
"notificationSettings": {
"oneOf": [
{
Expand Down Expand Up @@ -388,6 +399,52 @@
},
"description": "Secure LDAP Settings"
},
"MigrationProgress": {
"type": "object",
"properties": {
"completionPercentage": {
"oneOf": [
{
"type": "number"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Completion Percentage"
},
"progressMessage": {
"type": "string",
"description": "Progress Message"
}
},
"description": "Migration Progress"
},
"MigrationProperties": {
"type": "object",
"properties": {
"migrationProgress": {
"oneOf": [
{
"$ref": "#/definitions/MigrationProgress"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Migration Progress"
},
"oldSubnetId": {
"type": "string",
"description": "Old Subnet Id"
},
"oldVnetSiteId": {
"type": "string",
"description": "Old Vnet Site Id"
}
},
"description": "Migration Properties"
},
"NotificationSettings": {
"type": "object",
"properties": {
Expand Down
Loading