Skip to content

Commit 5f4585f

Browse files
authored
Work around invalid constraint (#19451)
1 parent 1eb62f5 commit 5f4585f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

specification/storage/resource-manager/readme.typescript.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ typescript:
1111
generate-metadata: true
1212
payload-flattening-threshold: 2
1313
override-client-name: StorageManagementClient
14+
15+
directive:
16+
# Constraint doesn't validate in JS since Unicode letters aren't part of \w
17+
from: storage.json
18+
where: $.parameters.ResourceGroupName
19+
transform: delete $.pattern
1420
```
1521
1622
``` yaml $(typescript) && !$(profile-content)

0 commit comments

Comments
 (0)