Skip to content

Commit

Permalink
Merge pull request #2982 from Azure/autogenerate-batch
Browse files Browse the repository at this point in the history
Update Generated Schemas
  • Loading branch information
Xynoclafe authored Oct 13, 2023
2 parents acd8fbd + f9f2483 commit 2bafa64
Show file tree
Hide file tree
Showing 24 changed files with 30,763 additions and 6 deletions.
3 changes: 3 additions & 0 deletions schemas/2018-05-01/subscriptionDeploymentTemplate.json
Original file line number Diff line number Diff line change
Expand Up @@ -1493,6 +1493,9 @@
{
"$ref": "https://schema.management.azure.com/schemas/2023-07-01/Microsoft.Resources.json#/unknown_resourceDefinitions/tags"
},
{
"$ref": "https://schema.management.azure.com/schemas/2023-08-01/Microsoft.Resources.json#/subscription_resourceDefinitions/resourceGroups"
},
{
"$ref": "https://schema.management.azure.com/schemas/2015-06-01-preview/Microsoft.Security.json#/subscription_resourceDefinitions/locations_applicationWhitelistings"
},
Expand Down
11 changes: 11 additions & 0 deletions schemas/2018-06-01/Microsoft.DataFactory.json
Original file line number Diff line number Diff line change
Expand Up @@ -31910,6 +31910,17 @@
"WebHookActivity": {
"type": "object",
"properties": {
"policy": {
"oneOf": [
{
"$ref": "#/definitions/SecureInputOutputPolicy"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Execution policy for an activity that supports secure input and output."
},
"type": {
"type": "string",
"enum": [
Expand Down
2 changes: 1 addition & 1 deletion schemas/2020-12-01/Microsoft.Synapse.json
Original file line number Diff line number Diff line change
Expand Up @@ -4321,7 +4321,7 @@
},
"hostName": {
"type": "string",
"description": "GitHub Enterprise host name. For example: https://github.mydomain.com"
"description": "GitHub Enterprise host name. For example: `https://github.mydomain.com`"
},
"lastCommitId": {
"type": "string",
Expand Down
2 changes: 1 addition & 1 deletion schemas/2021-03-01/Microsoft.Synapse.json
Original file line number Diff line number Diff line change
Expand Up @@ -4337,7 +4337,7 @@
},
"hostName": {
"type": "string",
"description": "GitHub Enterprise host name. For example: https://github.mydomain.com"
"description": "GitHub Enterprise host name. For example: `https://github.mydomain.com`"
},
"lastCommitId": {
"type": "string",
Expand Down
2 changes: 1 addition & 1 deletion schemas/2021-04-01-preview/Microsoft.Synapse.json
Original file line number Diff line number Diff line change
Expand Up @@ -5324,7 +5324,7 @@
},
"hostName": {
"type": "string",
"description": "GitHub Enterprise host name. For example: https://github.mydomain.com"
"description": "GitHub Enterprise host name. For example: `https://github.mydomain.com`"
},
"lastCommitId": {
"type": "string",
Expand Down
2 changes: 1 addition & 1 deletion schemas/2021-05-01/Microsoft.Synapse.json
Original file line number Diff line number Diff line change
Expand Up @@ -4405,7 +4405,7 @@
},
"hostName": {
"type": "string",
"description": "GitHub Enterprise host name. For example: https://github.mydomain.com"
"description": "GitHub Enterprise host name. For example: `https://github.mydomain.com`"
},
"lastCommitId": {
"type": "string",
Expand Down
2 changes: 1 addition & 1 deletion schemas/2021-06-01-preview/Microsoft.Synapse.json
Original file line number Diff line number Diff line change
Expand Up @@ -5968,7 +5968,7 @@
},
"hostName": {
"type": "string",
"description": "GitHub Enterprise host name. For example: https://github.mydomain.com"
"description": "GitHub Enterprise host name. For example: `https://github.mydomain.com`"
},
"lastCommitId": {
"type": "string",
Expand Down
2 changes: 1 addition & 1 deletion schemas/2021-06-01/Microsoft.Synapse.json
Original file line number Diff line number Diff line change
Expand Up @@ -4673,7 +4673,7 @@
},
"hostName": {
"type": "string",
"description": "GitHub Enterprise host name. For example: https://github.mydomain.com"
"description": "GitHub Enterprise host name. For example: `https://github.mydomain.com`"
},
"lastCommitId": {
"type": "string",
Expand Down
Loading

0 comments on commit 2bafa64

Please sign in to comment.