Skip to content

Commit

Permalink
Work around invalid constraint (#19451)
Browse files Browse the repository at this point in the history
  • Loading branch information
xirzec authored Jun 15, 2022
1 parent 1eb62f5 commit 5f4585f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions specification/storage/resource-manager/readme.typescript.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ typescript:
generate-metadata: true
payload-flattening-threshold: 2
override-client-name: StorageManagementClient

directive:
# Constraint doesn't validate in JS since Unicode letters aren't part of \w
from: storage.json
where: $.parameters.ResourceGroupName
transform: delete $.pattern
```
``` yaml $(typescript) && !$(profile-content)
Expand Down

0 comments on commit 5f4585f

Please sign in to comment.