Skip to content

Commit e1a87e1

Browse files
Updated the pattern to accomodate the previously created resources (#26213)
1 parent ab0540a commit e1a87e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • specification/workloads/resource-manager/Microsoft.Workloads/SAPVirtualInstance/preview/2023-10-01-preview

specification/workloads/resource-manager/Microsoft.Workloads/SAPVirtualInstance/preview/2023-10-01-preview/SAPVirtualInstance.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4417,7 +4417,7 @@
44174417
"in": "path",
44184418
"required": true,
44194419
"type": "string",
4420-
"pattern": "^[A-Z][A-Z0-9]{2}$",
4420+
"pattern": "^[a-zA-Z][a-zA-Z0-9]{2}$",
44214421
"description": "The name of the Virtual Instances for SAP solutions resource",
44224422
"x-ms-parameter-location": "method"
44234423
},

0 commit comments

Comments
 (0)