Skip to content

Commit 0387329

Browse files
author
SDKAuto
committed
CodeGen from PR 18703 in Azure/azure-rest-api-specs
Allow non-Latin characters in Experiment name (#18703) https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/resource-api-reference.md#arguments-for-crud-on-resource
1 parent 3cf49b0 commit 0387329

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

schemas/2021-09-15-preview/Microsoft.Chaos.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"oneOf": [
3333
{
3434
"type": "string",
35-
"pattern": "^[a-zA-Z0-9_\\-\\.]+$",
35+
"pattern": "^[^<>%&:?#/\\\\]+$",
3636
"minLength": 1
3737
},
3838
{

0 commit comments

Comments
 (0)