Skip to content

Commit

Permalink
Nits - Services.json (#29020)
Browse files Browse the repository at this point in the history
  • Loading branch information
pjohari-ms authored May 8, 2024
1 parent cc536cb commit 90ee870
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@
]
},
"ServiceResourceCreateUpdateParameters": {
"description": "Parameters for Create or Update Request for ServiceResource",
"description": "Parameters for Create or Update request for ServiceResource",
"type": "object",
"properties": {
"properties": {
Expand Down Expand Up @@ -407,7 +407,7 @@
}
},
"DataTransferServiceResourceCreateUpdateParameters": {
"description": "Parameters for Create or Update Request for SqlDedicatedGatewayServiceResource",
"description": "Parameters for Create or Update request for DataTransferServiceResource",
"type": "object",
"x-ms-discriminator-value": "DataTransfer",
"allOf": [
Expand All @@ -417,7 +417,7 @@
]
},
"SqlDedicatedGatewayServiceResourceCreateUpdateParameters": {
"description": "Parameters for Create or Update Request for SqlDedicatedGatewayServiceResource",
"description": "Parameters for Create or Update request for SqlDedicatedGatewayServiceResource",
"type": "object",
"x-ms-discriminator-value": "SqlDedicatedGateway",
"allOf": [
Expand Down Expand Up @@ -515,7 +515,7 @@
}
},
"GraphAPIComputeServiceResourceCreateUpdateParameters": {
"description": "Parameters for Create or Update Request for SqlDedicatedGatewayServiceResource",
"description": "Parameters for Create or Update request for GraphAPIComputeServiceResource",
"type": "object",
"x-ms-discriminator-value": "GraphAPICompute",
"allOf": [
Expand Down Expand Up @@ -555,7 +555,7 @@
}
},
"MaterializedViewsBuilderServiceResourceCreateUpdateParameters": {
"description": "Parameters for Create or Update Request for SqlDedicatedGatewayServiceResource",
"description": "Parameters for Create or Update request for MaterializedViewsBuilderServiceResource",
"type": "object",
"x-ms-discriminator-value": "MaterializedViewsBuilder",
"allOf": [
Expand Down

0 comments on commit 90ee870

Please sign in to comment.