Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Microsoft.DocumentDB] Bug fix for preview API Version 2024-05-15-preview #29344

Merged
merged 4 commits into from
Jun 7, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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