Skip to content

Commit

Permalink
CodeGen from PR 17000 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
[Go] Track2 modify readme.go.md 9 (#17000)

* [Go] Track2 modify readme.go.md 9

* fix
  • Loading branch information
SDKAuto committed Jan 5, 2022
1 parent ffe3eb0 commit fc0328b
Showing 1 changed file with 16 additions and 9 deletions.
25 changes: 16 additions & 9 deletions schemas/2021-10-01/Microsoft.SignalRService.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@
{
"$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 @@ -207,7 +208,8 @@
{
"$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 @@ -399,7 +401,8 @@
{
"$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 @@ -470,7 +473,8 @@
{
"$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 @@ -557,7 +561,8 @@
{
"$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 @@ -602,7 +607,8 @@
{
"$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 @@ -858,10 +864,11 @@
{
"$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. If not set, no auth is used for upstream messages."
"description": "Upstream auth settings."
},
"UpstreamTemplate": {
"type": "object",
Expand All @@ -875,7 +882,7 @@
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Upstream auth settings. If not set, no auth is used for upstream messages."
"description": "Upstream auth settings."
},
"categoryPattern": {
"type": "string",
Expand Down

0 comments on commit fc0328b

Please sign in to comment.