Skip to content

Commit

Permalink
CodeGen from PR 16906 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
[Azure SignalR Service]changes introduced by new version of Swashbuckle (#16906)

* [Azure SignalR Service]changes introduced by new version of Swashbuckle

* add back default value

* revert parameter orders

* Update settings.json
  • Loading branch information
SDKAuto committed Dec 14, 2021
1 parent ca2ee3d commit 68767e7
Showing 1 changed file with 9 additions and 16 deletions.
25 changes: 9 additions & 16 deletions schemas/2021-10-01/Microsoft.SignalRService.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "The kind of the service - e.g. \"SignalR\" for \"Microsoft.SignalRService/SignalR\"."
]
},
"location": {
"type": "string",
Expand Down Expand Up @@ -208,8 +207,7 @@
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Represent the identity type: systemAssigned, userAssigned, None."
]
},
"userAssignedIdentities": {
"oneOf": [
Expand Down Expand Up @@ -401,8 +399,7 @@
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service."
]
}
},
"description": "Connection state of the private endpoint connection"
Expand Down Expand Up @@ -473,8 +470,7 @@
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Optional tier of this particular SKU. 'Standard' or 'Free'. \r\n\r\n`Basic` is deprecated, use `Standard` instead."
]
}
},
"required": [
Expand Down Expand Up @@ -561,8 +557,7 @@
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "FeatureFlags is the supported features of Azure SignalR service.\r\n- ServiceMode: Flag for backend server for SignalR service. Values allowed: \"Default\": have your own backend server; \"Serverless\": your application doesn't have a backend server; \"Classic\": for backward compatibility. Support both Default and Serverless mode but not recommended; \"PredefinedOnly\": for future use.\r\n- EnableConnectivityLogs: \"true\"/\"false\", to enable/disable the connectivity log category respectively.\r\n- EnableMessagingLogs: \"true\"/\"false\", to enable/disable the connectivity log category respectively.\r\n- EnableLiveTrace: Live Trace allows you to know what's happening inside Azure SignalR service, it will give you live traces in real time, it will be helpful when you developing your own Azure SignalR based web application or self-troubleshooting some issues. Please note that live traces are counted as outbound messages that will be charged. Values allowed: \"true\"/\"false\", to enable/disable live trace feature."
]
},
"properties": {
"oneOf": [
Expand Down Expand Up @@ -607,8 +602,7 @@
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Default action when no other rule matches."
]
},
"privateEndpoints": {
"oneOf": [
Expand Down Expand Up @@ -864,11 +858,10 @@
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Gets or sets the type of auth. None or ManagedIdentity is supported now."
]
}
},
"description": "Upstream auth settings."
"description": "Upstream auth settings. If not set, no auth is used for upstream messages."
},
"UpstreamTemplate": {
"type": "object",
Expand All @@ -882,7 +875,7 @@
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Upstream auth settings."
"description": "Upstream auth settings. If not set, no auth is used for upstream messages."
},
"categoryPattern": {
"type": "string",
Expand Down

0 comments on commit 68767e7

Please sign in to comment.