Skip to content

Commit

Permalink
ManagedNetwork Support and paramter parttern update for WorkspaceRP (#…
Browse files Browse the repository at this point in the history
…22588)

* add swagger support for managed network

* update parameter pattern

* Add rules

* remove unused file

* fix

* fix format and add pattern

* update format and example

* revert manage network changes

* small change

* revert
  • Loading branch information
ZhidaLiu authored Feb 23, 2023
1 parent 6ba0a18 commit 3a5925e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1979,6 +1979,7 @@
"in": "path",
"type": "string",
"required": true,
"pattern": "^[a-zA-Z0-9][a-zA-Z0-9_-]{2,32}$",
"x-ms-parameter-location": "method"
},
"ComputeNameParameter": {
Expand Down

0 comments on commit 3a5925e

Please sign in to comment.