Skip to content

Commit

Permalink
CodeGen from PR 21128 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge a70ff7321e7aa33dc51849be5ef96e4968c8c2df into e82a24def11ffc98cc263884f9f1742c99f2df5e
  • Loading branch information
SDKAuto committed Oct 28, 2022
1 parent e414e2d commit dd848ac
Showing 1 changed file with 21 additions and 5 deletions.
26 changes: 21 additions & 5 deletions schemas/2022-08-08/Microsoft.Automation.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,6 @@
"type": "array",
"items": {
"oneOf": [
{
"$ref": "#/definitions/automationAccounts_python3Packages_childResource"
},
{
"$ref": "#/definitions/automationAccounts_certificates_childResource"
},
Expand Down Expand Up @@ -83,6 +80,9 @@
{
"$ref": "#/definitions/automationAccounts_python2Packages_childResource"
},
{
"$ref": "#/definitions/automationAccounts_python3Packages_childResource"
},
{
"$ref": "#/definitions/automationAccounts_runbooks_childResource"
},
Expand Down Expand Up @@ -749,7 +749,15 @@
"description": "Gets or sets the location of the resource."
},
"name": {
"type": "string",
"oneOf": [
{
"type": "string",
"pattern": "^[a-z][a-z0-9]*$"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "The runbook name."
},
"properties": {
Expand Down Expand Up @@ -1808,7 +1816,15 @@
"description": "Gets or sets the location of the resource."
},
"name": {
"type": "string",
"oneOf": [
{
"type": "string",
"pattern": "^[a-z][a-z0-9]*$"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "The runbook name."
},
"properties": {
Expand Down

0 comments on commit dd848ac

Please sign in to comment.