Skip to content

Commit

Permalink
Merge pull request #3008 from Azure/autogenerate-batch
Browse files Browse the repository at this point in the history
Update Generated Schemas
  • Loading branch information
Xynoclafe authored Dec 7, 2023
2 parents 73e4774 + f56b75f commit eb76af2
Show file tree
Hide file tree
Showing 27 changed files with 80,659 additions and 41,801 deletions.
15 changes: 15 additions & 0 deletions schemas/2018-05-01/subscriptionDeploymentTemplate.json
Original file line number Diff line number Diff line change
Expand Up @@ -1010,6 +1010,21 @@
{
"$ref": "https://schema.management.azure.com/schemas/2023-08-01/Microsoft.CostManagement.json#/unknown_resourceDefinitions/views"
},
{
"$ref": "https://schema.management.azure.com/schemas/2023-11-01/Microsoft.CostManagement.json#/unknown_resourceDefinitions/budgets"
},
{
"$ref": "https://schema.management.azure.com/schemas/2023-11-01/Microsoft.CostManagement.json#/unknown_resourceDefinitions/exports"
},
{
"$ref": "https://schema.management.azure.com/schemas/2023-11-01/Microsoft.CostManagement.json#/unknown_resourceDefinitions/scheduledActions"
},
{
"$ref": "https://schema.management.azure.com/schemas/2023-11-01/Microsoft.CostManagement.json#/unknown_resourceDefinitions/settings"
},
{
"$ref": "https://schema.management.azure.com/schemas/2023-11-01/Microsoft.CostManagement.json#/unknown_resourceDefinitions/views"
},
{
"$ref": "https://schema.management.azure.com/schemas/2020-02-01-preview/Microsoft.Datadog.json#/subscription_resourceDefinitions/agreements"
},
Expand Down
60 changes: 38 additions & 22 deletions schemas/2018-06-01/Microsoft.DataFactory.json
Original file line number Diff line number Diff line change
Expand Up @@ -4400,7 +4400,7 @@
"headers": {
"type": "object",
"properties": {},
"description": "Represents the headers that will be sent to the request. For example, to set the language and type on a request: \"headers\" : { \"Accept-Language\": \"en-us\", \"Content-Type\": \"application/json\" }. Type: string (or Expression with resultType string)."
"description": "Represents the headers that will be sent to the request. For example, to set the language and type on a request: \"headers\" : { \"Accept-Language\": \"en-us\", \"Content-Type\": \"application/json\" }. Type: dictionary (or Expression with resultType dictionary)."
},
"method": {
"oneOf": [
Expand Down Expand Up @@ -4482,7 +4482,7 @@
"functionAppUrl": {
"type": "object",
"properties": {},
"description": "The endpoint of the Azure Function App. URL will be in the format https://<accountName>.azurewebsites.net."
"description": "The endpoint of the Azure Function App. URL will be in the format https://<accountName>.azurewebsites.net. Type: string (or Expression with resultType string)."
},
"functionKey": {
"oneOf": [
Expand All @@ -4498,7 +4498,7 @@
"resourceId": {
"type": "object",
"properties": {},
"description": "Allowed token audiences for azure function."
"description": "Allowed token audiences for azure function. Type: string (or Expression with resultType string)."
}
},
"required": [
Expand Down Expand Up @@ -4812,7 +4812,7 @@
"dataPathAssignments": {
"type": "object",
"properties": {},
"description": "Dictionary used for changing data path assignments without retraining. Values will be passed in the dataPathAssignments property of the published pipeline execution request. Type: object with key value pairs (or Expression with resultType object)."
"description": "Dictionary used for changing data path assignments without retraining. Values will be passed in the dataPathAssignments property of the published pipeline execution request. Type: object (or Expression with resultType object)."
},
"experimentName": {
"type": "object",
Expand Down Expand Up @@ -5996,7 +5996,7 @@
"partitionOption": {
"type": "object",
"properties": {},
"description": "The partition mechanism that will be used for Sql read in parallel. Possible values include: \"None\", \"PhysicalPartitionsOfTable\", \"DynamicRange\"."
"description": "The partition mechanism that will be used for Sql read in parallel. Possible values include: \"None\", \"PhysicalPartitionsOfTable\", \"DynamicRange\". Type: string (or Expression with resultType string)."
},
"partitionSettings": {
"oneOf": [
Expand Down Expand Up @@ -7105,12 +7105,12 @@
"targetName": {
"type": "object",
"properties": {},
"description": "The server name of data source access."
"description": "The server name of data source access. Type: string."
},
"userName": {
"type": "object",
"properties": {},
"description": "The user name of data source access."
"description": "The user name of data source access. Type: string."
}
},
"required": [
Expand Down Expand Up @@ -15846,7 +15846,7 @@
"clusterSize": {
"type": "object",
"properties": {},
"description": "Number of worker/data nodes in the cluster. Suggestion value: 4. Type: string (or Expression with resultType string)."
"description": "Number of worker/data nodes in the cluster. Suggestion value: 4. Type: int (or Expression with resultType int)."
},
"clusterSshPassword": {
"oneOf": [
Expand Down Expand Up @@ -16777,7 +16777,7 @@
"authHeaders": {
"type": "object",
"properties": {},
"description": "The additional HTTP headers in the request to RESTful API used for authorization. Type: object (or Expression with resultType object)."
"description": "The additional HTTP headers in the request to RESTful API used for authorization. Type: key value pairs (value should be string type)."
},
"certThumbprint": {
"type": "object",
Expand Down Expand Up @@ -21602,7 +21602,7 @@
"authHeaders": {
"type": "object",
"properties": {},
"description": "The additional HTTP headers in the request to RESTful API used for authorization. Type: object (or Expression with resultType object)."
"description": "The additional HTTP headers in the request to RESTful API used for authorization. Type: key value pairs (value should be string type)."
},
"azureCloudType": {
"type": "object",
Expand Down Expand Up @@ -25065,12 +25065,12 @@
"additionalHeaders": {
"type": "object",
"properties": {},
"description": "The additional HTTP headers in the request to the RESTful API. Type: string (or Expression with resultType string)."
"description": "The additional HTTP headers in the request to the RESTful API. Type: key value pairs (value should be string type)."
},
"httpCompressionType": {
"type": "object",
"properties": {},
"description": "Http Compression Type to Send data in compressed format with Optimal Compression Level, Default is None. And The Only Supported option is Gzip. "
"description": "Http Compression Type to Send data in compressed format with Optimal Compression Level, Default is None. And The Only Supported option is Gzip. Type: string (or Expression with resultType string)."
},
"httpRequestTimeout": {
"type": "object",
Expand Down Expand Up @@ -25105,7 +25105,7 @@
"additionalColumns": {
"type": "object",
"properties": {},
"description": "Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects)."
"description": "Specifies the additional columns to be added to source data. Type: key value pairs (value should be string type)."
},
"additionalHeaders": {
"type": "object",
Expand Down Expand Up @@ -28796,7 +28796,7 @@
"partitionOption": {
"type": "object",
"properties": {},
"description": "The partition mechanism that will be used for Sql read in parallel. Possible values include: \"None\", \"PhysicalPartitionsOfTable\", \"DynamicRange\"."
"description": "The partition mechanism that will be used for Sql read in parallel. Possible values include: \"None\", \"PhysicalPartitionsOfTable\", \"DynamicRange\". Type: string (or Expression with resultType string)."
},
"partitionSettings": {
"oneOf": [
Expand Down Expand Up @@ -28910,7 +28910,7 @@
"writeBehavior": {
"type": "object",
"properties": {},
"description": "White behavior when copying data into azure SQL MI. Type: SqlWriteBehaviorEnum (or Expression with resultType SqlWriteBehaviorEnum)"
"description": "White behavior when copying data into azure SQL MI. Type: string (or Expression with resultType string)"
}
},
"required": [
Expand All @@ -28929,7 +28929,7 @@
"partitionOption": {
"type": "object",
"properties": {},
"description": "The partition mechanism that will be used for Sql read in parallel. Possible values include: \"None\", \"PhysicalPartitionsOfTable\", \"DynamicRange\"."
"description": "The partition mechanism that will be used for Sql read in parallel. Possible values include: \"None\", \"PhysicalPartitionsOfTable\", \"DynamicRange\". Type: string (or Expression with resultType string)."
},
"partitionSettings": {
"oneOf": [
Expand Down Expand Up @@ -29125,7 +29125,7 @@
"writeBehavior": {
"type": "object",
"properties": {},
"description": "Write behavior when copying data into sql server. Type: SqlWriteBehaviorEnum (or Expression with resultType SqlWriteBehaviorEnum)"
"description": "Write behavior when copying data into sql server. Type: string (or Expression with resultType string)."
}
},
"required": [
Expand All @@ -29144,7 +29144,7 @@
"partitionOption": {
"type": "object",
"properties": {},
"description": "The partition mechanism that will be used for Sql read in parallel. Possible values include: \"None\", \"PhysicalPartitionsOfTable\", \"DynamicRange\"."
"description": "The partition mechanism that will be used for Sql read in parallel. Possible values include: \"None\", \"PhysicalPartitionsOfTable\", \"DynamicRange\". Type: string (or Expression with resultType string)."
},
"partitionSettings": {
"oneOf": [
Expand Down Expand Up @@ -29340,7 +29340,7 @@
"writeBehavior": {
"type": "object",
"properties": {},
"description": "Write behavior when copying data into sql. Type: SqlWriteBehaviorEnum (or Expression with resultType SqlWriteBehaviorEnum)"
"description": "Write behavior when copying data into sql. Type: string (or Expression with resultType string)."
}
},
"required": [
Expand All @@ -29359,7 +29359,7 @@
"partitionOption": {
"type": "object",
"properties": {},
"description": "The partition mechanism that will be used for Sql read in parallel. Possible values include: \"None\", \"PhysicalPartitionsOfTable\", \"DynamicRange\"."
"description": "The partition mechanism that will be used for Sql read in parallel. Possible values include: \"None\", \"PhysicalPartitionsOfTable\", \"DynamicRange\". Type: string (or Expression with resultType string)."
},
"partitionSettings": {
"oneOf": [
Expand Down Expand Up @@ -32149,7 +32149,12 @@
"headers": {
"type": "object",
"properties": {},
"description": "Represents the headers that will be sent to the request. For example, to set the language and type on a request: \"headers\" : { \"Accept-Language\": \"en-us\", \"Content-Type\": \"application/json\" }. Type: string (or Expression with resultType string)."
"description": "Represents the headers that will be sent to the request. For example, to set the language and type on a request: \"headers\" : { \"Accept-Language\": \"en-us\", \"Content-Type\": \"application/json\" }. Type: dictionary (or Expression with resultType dictionary)."
},
"httpRequestTimeout": {
"type": "object",
"properties": {},
"description": "Timeout for the HTTP request to get a response. Format is in TimeSpan (hh:mm:ss). This value is the timeout to get a response, not the activity timeout. The default value is 00:01:00 (1 minute). The range is from 1 to 10 minutes"
},
"linkedServices": {
"oneOf": [
Expand Down Expand Up @@ -32182,6 +32187,17 @@
],
"description": "Rest API method for target endpoint."
},
"turnOffAsync": {
"oneOf": [
{
"type": "boolean"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Option to disable invoking HTTP GET on location given in response header of a HTTP 202 Response. If set true, it stops invoking HTTP GET on http location given in response header. If set false then continues to invoke HTTP GET call on location given in http response headers."
},
"url": {
"type": "object",
"properties": {},
Expand Down Expand Up @@ -32341,7 +32357,7 @@
"headers": {
"type": "object",
"properties": {},
"description": "Represents the headers that will be sent to the request. For example, to set the language and type on a request: \"headers\" : { \"Accept-Language\": \"en-us\", \"Content-Type\": \"application/json\" }. Type: string (or Expression with resultType string)."
"description": "Represents the headers that will be sent to the request. For example, to set the language and type on a request: \"headers\" : { \"Accept-Language\": \"en-us\", \"Content-Type\": \"application/json\" }. Type: dictionary (or Expression with resultType dictionary)."
},
"method": {
"oneOf": [
Expand Down
2 changes: 1 addition & 1 deletion schemas/2019-01-01-preview/Microsoft.Security.json
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@
"expirationDateUtc": {
"type": "string",
"format": "date-time",
"description": "Expiration date of the rule, if value is not provided or provided as null this field will default to the maximum allowed expiration date."
"description": "Expiration date of the rule, if value is not provided or provided as null there will no expiration at all"
},
"reason": {
"type": "string",
Expand Down
9 changes: 9 additions & 0 deletions schemas/2019-08-01/managementGroupDeploymentTemplate.json
Original file line number Diff line number Diff line change
Expand Up @@ -830,6 +830,15 @@
{
"$ref": "https://schema.management.azure.com/schemas/2023-08-01/Microsoft.CostManagement.json#/unknown_resourceDefinitions/views"
},
{
"$ref": "https://schema.management.azure.com/schemas/2023-11-01/Microsoft.CostManagement.json#/unknown_resourceDefinitions/budgets"
},
{
"$ref": "https://schema.management.azure.com/schemas/2023-11-01/Microsoft.CostManagement.json#/unknown_resourceDefinitions/exports"
},
{
"$ref": "https://schema.management.azure.com/schemas/2023-11-01/Microsoft.CostManagement.json#/unknown_resourceDefinitions/views"
},
{
"$ref": "https://schema.management.azure.com/schemas/2020-01-01-preview/Microsoft.Insights.json#/managementGroup_resourceDefinitions/diagnosticSettings"
},
Expand Down
6 changes: 6 additions & 0 deletions schemas/2019-08-01/tenantDeploymentTemplate.json
Original file line number Diff line number Diff line change
Expand Up @@ -751,6 +751,12 @@
{
"$ref": "https://schema.management.azure.com/schemas/2023-08-01/Microsoft.CostManagement.json#/tenant_resourceDefinitions/views"
},
{
"$ref": "https://schema.management.azure.com/schemas/2023-11-01/Microsoft.CostManagement.json#/tenant_resourceDefinitions/scheduledActions"
},
{
"$ref": "https://schema.management.azure.com/schemas/2023-11-01/Microsoft.CostManagement.json#/tenant_resourceDefinitions/views"
},
{
"$ref": "https://schema.management.azure.com/schemas/2015-01-14-preview/Microsoft.Intune.json#/tenant_resourceDefinitions/locations_androidPolicies"
},
Expand Down
6 changes: 3 additions & 3 deletions schemas/2020-11-01-preview/Microsoft.Sql.json
Original file line number Diff line number Diff line change
Expand Up @@ -1387,9 +1387,6 @@
{
"$ref": "#/definitions/servers_databases_vulnerabilityAssessments_childResource"
},
{
"$ref": "#/definitions/servers_databases_backupLongTermRetentionPolicies_childResource"
},
{
"$ref": "#/definitions/servers_databases_maintenanceWindows_childResource"
},
Expand All @@ -1399,6 +1396,9 @@
{
"$ref": "#/definitions/servers_databases_workloadGroups_childResource"
},
{
"$ref": "#/definitions/servers_databases_backupLongTermRetentionPolicies_childResource"
},
{
"$ref": "#/definitions/servers_databases_backupShortTermRetentionPolicies_childResource"
},
Expand Down
11 changes: 11 additions & 0 deletions schemas/2021-06-01-preview/Microsoft.Synapse.json
Original file line number Diff line number Diff line change
Expand Up @@ -2229,6 +2229,17 @@
],
"description": "Auto-scaling properties of a Big Data pool powered by Apache Spark"
},
"cacheSize": {
"oneOf": [
{
"type": "integer"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "The cache size"
},
"customLibraries": {
"oneOf": [
{
Expand Down
11 changes: 11 additions & 0 deletions schemas/2021-06-01/Microsoft.Synapse.json
Original file line number Diff line number Diff line change
Expand Up @@ -1768,6 +1768,17 @@
],
"description": "Auto-scaling properties of a Big Data pool powered by Apache Spark"
},
"cacheSize": {
"oneOf": [
{
"type": "integer"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "The cache size"
},
"customLibraries": {
"oneOf": [
{
Expand Down
Loading

0 comments on commit eb76af2

Please sign in to comment.