Skip to content

Commit c73e564

Browse files
author
SDKAuto
committed
CodeGen from PR 22352 in Azure/azure-rest-api-specs
Merge 10310544ab8d8e62841fd2dd00796975f8166097 into c1eb413a93f5acbf812953db7e6bb39ab24ffc0b
1 parent 47a5fe7 commit c73e564

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

schemas/2022-08-08/Microsoft.Automation.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -752,7 +752,7 @@
752752
"oneOf": [
753753
{
754754
"type": "string",
755-
"pattern": "^[a-zA-Z]*-*[a-zA-Z0-9]*$"
755+
"pattern": "^[a-zA-Z][a-zA-Z-_0-9]*$"
756756
},
757757
{
758758
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
@@ -1819,7 +1819,7 @@
18191819
"oneOf": [
18201820
{
18211821
"type": "string",
1822-
"pattern": "^[a-zA-Z]*-*[a-zA-Z0-9]*$"
1822+
"pattern": "^[a-zA-Z][a-zA-Z-_0-9]*$"
18231823
},
18241824
{
18251825
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"

0 commit comments

Comments
 (0)