Skip to content

Commit

Permalink
CodeGen from PR 12101 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
swagger correctness fix (#12101)

* swagger correctness fix

* update preview version too
  • Loading branch information
SDKAuto committed Jan 5, 2021
1 parent a4968cd commit 1daa8f8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 24 deletions.
2 changes: 1 addition & 1 deletion schemas/2018-03-01-preview/Microsoft.SignalRService.json
Original file line number Diff line number Diff line change
Expand Up @@ -136,4 +136,4 @@
"description": "Settings used to provision or configure the resource."
}
}
}
}
2 changes: 1 addition & 1 deletion schemas/2018-10-01/Microsoft.SignalRService.json
Original file line number Diff line number Diff line change
Expand Up @@ -227,4 +227,4 @@
"description": "Feature of a SignalR resource, which controls the SignalR runtime behavior."
}
}
}
}
14 changes: 1 addition & 13 deletions schemas/2020-05-01/Microsoft.SignalRService.json
Original file line number Diff line number Diff line change
Expand Up @@ -317,18 +317,10 @@
],
"description": "Optional, integer. The unit count of SignalR resource. 1 by default.\r\n\r\nIf present, following values are allowed:\r\n Free: 1\r\n Standard: 1,2,5,10,20,50,100"
},
"family": {
"type": "string",
"description": "Optional string. For future use."
},
"name": {
"type": "string",
"description": "The name of the SKU. Required.\r\n\r\nAllowed values: Standard_S1, Free_F1"
},
"size": {
"type": "string",
"description": "Optional string. For future use."
},
"tier": {
"oneOf": [
{
Expand Down Expand Up @@ -513,10 +505,6 @@
],
"description": "List of SignalR featureFlags. e.g. ServiceMode.\r\n\r\nFeatureFlags that are not included in the parameters for the update operation will not be modified.\r\nAnd the response will only include featureFlags that are explicitly set. \r\nWhen a featureFlag is not explicitly set, SignalR service will use its globally default value. \r\nBut keep in mind, the default value doesn't mean \"false\". It varies in terms of different FeatureFlags."
},
"hostNamePrefix": {
"type": "string",
"description": "Prefix for the hostName of the SignalR service. Retained for future use.\r\nThe hostname will be of format: <hostNamePrefix>.service.signalr.net."
},
"networkACLs": {
"oneOf": [
{
Expand Down Expand Up @@ -607,4 +595,4 @@
"description": "Upstream template item settings. It defines the Upstream URL of the incoming requests.\r\nThe template defines the pattern of the event, the hub or the category of the incoming request that matches current URL template."
}
}
}
}
10 changes: 1 addition & 9 deletions schemas/2020-07-01-preview/Microsoft.SignalRService.json
Original file line number Diff line number Diff line change
Expand Up @@ -375,18 +375,10 @@
],
"description": "Optional, integer. The unit count of SignalR resource. 1 by default.\r\n\r\nIf present, following values are allowed:\r\n Free: 1\r\n Standard: 1,2,5,10,20,50,100"
},
"family": {
"type": "string",
"description": "Optional string. For future use."
},
"name": {
"type": "string",
"description": "The name of the SKU. Required.\r\n\r\nAllowed values: Standard_S1, Free_F1"
},
"size": {
"type": "string",
"description": "Optional string. For future use."
},
"tier": {
"oneOf": [
{
Expand Down Expand Up @@ -737,4 +729,4 @@
"description": "Properties of user assigned identity."
}
}
}
}

0 comments on commit 1daa8f8

Please sign in to comment.