Skip to content

Commit

Permalink
Created common type v4 where changed string to uuid (Azure#19934)
Browse files Browse the repository at this point in the history
* Add files via upload

* Update types.json

* Update types.json

* Update types.json

* Update types.json

* Update types.json

* Update types.json

* Update privatelinks.json

* Bumped version to 4.0
  • Loading branch information
abatishchev authored and kayousef committed Dec 21, 2022
1 parent 37b09da commit 235f0a5
Show file tree
Hide file tree
Showing 2 changed files with 672 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"allOf": [
{
"$ref": "../v3/types.json#/definitions/Resource"
"$ref": "../v4/types.json#/definitions/Resource"
}
],
"description": "The private endpoint connection resource."
Expand Down Expand Up @@ -119,7 +119,7 @@
},
"allOf": [
{
"$ref": "../v3/types.json#/definitions/Resource"
"$ref": "../v4/types.json#/definitions/Resource"
}
],
"description": "A private link resource."
Expand Down
Loading

0 comments on commit 235f0a5

Please sign in to comment.