Skip to content

Commit

Permalink
[Microsoft.DocumentDB] Bug fix for preview API Version 2024-05-15-pre…
Browse files Browse the repository at this point in the history
…view (Azure#29344)

* Bug fix for version 05-15-preview

* Renamed models for better naming
  • Loading branch information
pjohari-ms committed Jun 7, 2024
1 parent 0d5a422 commit 86b70ce
Showing 1 changed file with 8 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,6 @@
"type": "object",
"properties": {
"properties": {
"x-ms-client-flatten": true,
"$ref": "#/definitions/ServiceResourceCreateUpdateProperties"
}
}
Expand Down Expand Up @@ -396,8 +395,8 @@
}
}
},
"DataTransferServiceResourceCreateUpdateParameters": {
"description": "Parameters for Create or Update request for DataTransferServiceResource",
"DataTransferServiceResourceCreateUpdateProperties": {
"description": "Properties for Create or Update request for DataTransferServiceResource",
"type": "object",
"x-ms-discriminator-value": "DataTransfer",
"allOf": [
Expand All @@ -406,8 +405,8 @@
}
]
},
"SqlDedicatedGatewayServiceResourceCreateUpdateParameters": {
"description": "Parameters for Create or Update request for SqlDedicatedGatewayServiceResource",
"SqlDedicatedGatewayServiceResourceCreateUpdateProperties": {
"description": "Properties for Create or Update request for SqlDedicatedGatewayServiceResource",
"type": "object",
"x-ms-discriminator-value": "SqlDedicatedGateway",
"allOf": [
Expand Down Expand Up @@ -504,8 +503,8 @@
}
}
},
"GraphAPIComputeServiceResourceCreateUpdateParameters": {
"description": "Parameters for Create or Update request for GraphAPIComputeServiceResource",
"GraphAPIComputeServiceResourceCreateUpdateProperties": {
"description": "Properties for Create or Update request for GraphAPIComputeServiceResource",
"type": "object",
"x-ms-discriminator-value": "GraphAPICompute",
"allOf": [
Expand Down Expand Up @@ -544,8 +543,8 @@
}
}
},
"MaterializedViewsBuilderServiceResourceCreateUpdateParameters": {
"description": "Parameters for Create or Update request for MaterializedViewsBuilderServiceResource",
"MaterializedViewsBuilderServiceResourceCreateUpdateProperties": {
"description": "Properties for Create or Update request for MaterializedViewsBuilderServiceResource",
"type": "object",
"x-ms-discriminator-value": "MaterializedViewsBuilder",
"allOf": [
Expand Down

0 comments on commit 86b70ce

Please sign in to comment.