Skip to content

Commit 194677d

Browse files
author
SDKAuto
committed
CodeGen from PR 23190 in Azure/azure-rest-api-specs
Merge dd490c9269291318313050f72dcb54ac7392bb47 into 168c1726a6cd747d63d643947215fb9f7119706b
1 parent 2339f74 commit 194677d

File tree

5 files changed

+5
-25
lines changed

5 files changed

+5
-25
lines changed

schemas/2022-08-15-preview/Microsoft.DocumentDB.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7121,11 +7121,7 @@
71217121
"type": {
71227122
"oneOf": [
71237123
{
7124-
"type": "string",
7125-
"enum": [
7126-
"BuiltInRole",
7127-
"CustomRole"
7128-
]
7124+
"type": "integer"
71297125
},
71307126
{
71317127
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"

schemas/2022-08-15/Microsoft.DocumentDB.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5455,11 +5455,7 @@
54555455
"type": {
54565456
"oneOf": [
54575457
{
5458-
"type": "string",
5459-
"enum": [
5460-
"BuiltInRole",
5461-
"CustomRole"
5462-
]
5458+
"type": "integer"
54635459
},
54645460
{
54655461
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"

schemas/2022-11-15-preview/Microsoft.DocumentDB.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7176,11 +7176,7 @@
71767176
"type": {
71777177
"oneOf": [
71787178
{
7179-
"type": "string",
7180-
"enum": [
7181-
"BuiltInRole",
7182-
"CustomRole"
7183-
]
7179+
"type": "integer"
71847180
},
71857181
{
71867182
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"

schemas/2022-11-15/Microsoft.DocumentDB.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5720,11 +5720,7 @@
57205720
"type": {
57215721
"oneOf": [
57225722
{
5723-
"type": "string",
5724-
"enum": [
5725-
"BuiltInRole",
5726-
"CustomRole"
5727-
]
5723+
"type": "integer"
57285724
},
57295725
{
57305726
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"

schemas/2023-03-01-preview/Microsoft.DocumentDB.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7513,11 +7513,7 @@
75137513
"type": {
75147514
"oneOf": [
75157515
{
7516-
"type": "string",
7517-
"enum": [
7518-
"BuiltInRole",
7519-
"CustomRole"
7520-
]
7516+
"type": "integer"
75217517
},
75227518
{
75237519
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"

0 commit comments

Comments
 (0)