Skip to content

Commit

Permalink
[CosmosDB] Remove additional resources from Graph Resources (#16841)
Browse files Browse the repository at this point in the history
* test

* try1

* fixing services discriminator

* prettier and readme

* revert additional changes

* fixing model validation errors

* model validation fix

* nit

* remove additional properties from Graph resources

Co-authored-by: Meha Kaushik <mekaushi@microsoft.com>
  • Loading branch information
MehaKaushik and Meha Kaushik committed Nov 30, 2021
1 parent 2340b44 commit b22180c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6105,9 +6105,6 @@
"allOf": [
{
"$ref": "#/definitions/GraphResource"
},
{
"$ref": "#/definitions/ExtendedResourceProperties"
}
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6306,9 +6306,6 @@
"allOf": [
{
"$ref": "#/definitions/GraphResource"
},
{
"$ref": "#/definitions/ExtendedResourceProperties"
}
]
},
Expand Down

0 comments on commit b22180c

Please sign in to comment.