From f5f62af3b3b7bde24cc4f5a79b887f37d03735c0 Mon Sep 17 00:00:00 2001 From: Jay Svoboda Date: Tue, 29 Mar 2022 14:33:32 -0700 Subject: [PATCH] Allow non-Latin characters in Experiment name https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/resource-api-reference.md#arguments-for-crud-on-resource --- .../preview/2021-09-15-preview/types/experiments.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/chaos/resource-manager/Microsoft.Chaos/preview/2021-09-15-preview/types/experiments.json b/specification/chaos/resource-manager/Microsoft.Chaos/preview/2021-09-15-preview/types/experiments.json index 1892574e300e..a6e0fdca3900 100644 --- a/specification/chaos/resource-manager/Microsoft.Chaos/preview/2021-09-15-preview/types/experiments.json +++ b/specification/chaos/resource-manager/Microsoft.Chaos/preview/2021-09-15-preview/types/experiments.json @@ -13,7 +13,7 @@ "in": "path", "required": true, "minLength": 1, - "pattern": "^[a-zA-Z0-9_\\-\\.]+$", + "pattern": "^[^<>%&:?#/\\\\]+$", "x-ms-parameter-location": "method" }, "statusId": {