Skip to content

Commit

Permalink
Update 2023-08-01-preview swagger for workspaceRP (#25532)
Browse files Browse the repository at this point in the history
* Update swagger

* Bug fix

* update

* Update testconnection and example

* Fix format

* update custom words and example

* Update missing custom words

* reflect comment remove LRO opetions

* make metadata a string dictionary

* reflect comment

* Revert "reflect comment"

This reverts commit 9b85252.

* Update with managedNetwork change included

* Update managed network schema

* revert metadata change

* remove the RBAC properties related with shared connection

* Update readme

* Update suppression  reason
  • Loading branch information
ZhidaLiu authored Sep 26, 2023
1 parent d094f2b commit 8f31487
Show file tree
Hide file tree
Showing 3 changed files with 231 additions and 131 deletions.
2 changes: 2 additions & 0 deletions custom-words.txt
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ antimeridian
antispam
anybuild
anyofany
aoai
aoairesource
aods
aosm
Expand Down Expand Up @@ -2673,6 +2674,7 @@ termtemplatedef
testall
testallroutes
testbase
testconnection
testfailover
testnew
testnewroute
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"parameters": {
"subscriptionId": "00000000-1111-2222-3333-444444444444",
"resourceGroupName": "resourceGroup-1",
"workspaceName": "workspace-1",
"connectionName": "connection-1",
"api-version": "2023-08-01-preview",
"body": {
"properties": {
"category": "ContainerRegistry",
"expiryTime": "2024-03-15T14:30:00Z",
"target": "target_url",
"authType": "None"
}
}
},
"responses": {
"202": {
"headers": {
"Location": "example_location"
}
}
}
}
Loading

0 comments on commit 8f31487

Please sign in to comment.