Skip to content

Commit

Permalink
CodeGen from PR 23190 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge dd490c9269291318313050f72dcb54ac7392bb47 into 168c1726a6cd747d63d643947215fb9f7119706b
  • Loading branch information
SDKAuto committed Mar 27, 2023
1 parent 2339f74 commit 194677d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 25 deletions.
6 changes: 1 addition & 5 deletions schemas/2022-08-15-preview/Microsoft.DocumentDB.json
Original file line number Diff line number Diff line change
Expand Up @@ -7121,11 +7121,7 @@
"type": {
"oneOf": [
{
"type": "string",
"enum": [
"BuiltInRole",
"CustomRole"
]
"type": "integer"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
Expand Down
6 changes: 1 addition & 5 deletions schemas/2022-08-15/Microsoft.DocumentDB.json
Original file line number Diff line number Diff line change
Expand Up @@ -5455,11 +5455,7 @@
"type": {
"oneOf": [
{
"type": "string",
"enum": [
"BuiltInRole",
"CustomRole"
]
"type": "integer"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
Expand Down
6 changes: 1 addition & 5 deletions schemas/2022-11-15-preview/Microsoft.DocumentDB.json
Original file line number Diff line number Diff line change
Expand Up @@ -7176,11 +7176,7 @@
"type": {
"oneOf": [
{
"type": "string",
"enum": [
"BuiltInRole",
"CustomRole"
]
"type": "integer"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
Expand Down
6 changes: 1 addition & 5 deletions schemas/2022-11-15/Microsoft.DocumentDB.json
Original file line number Diff line number Diff line change
Expand Up @@ -5720,11 +5720,7 @@
"type": {
"oneOf": [
{
"type": "string",
"enum": [
"BuiltInRole",
"CustomRole"
]
"type": "integer"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
Expand Down
6 changes: 1 addition & 5 deletions schemas/2023-03-01-preview/Microsoft.DocumentDB.json
Original file line number Diff line number Diff line change
Expand Up @@ -7513,11 +7513,7 @@
"type": {
"oneOf": [
{
"type": "string",
"enum": [
"BuiltInRole",
"CustomRole"
]
"type": "integer"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
Expand Down

0 comments on commit 194677d

Please sign in to comment.