Skip to content

Commit 2e050f9

Browse files
author
SDKAuto
committed
CodeGen from PR 16906 in Azure/azure-rest-api-specs
Merge da655edb55978fde7dfcb59ebafd97e111a1361f into cea6492a1e41b3f3b4f8b4f69bdcc10431e79c0e
1 parent d6a8a89 commit 2e050f9

File tree

1 file changed

+9
-16
lines changed

1 file changed

+9
-16
lines changed

schemas/2021-10-01/Microsoft.SignalRService.json

Lines changed: 9 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@
3636
{
3737
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
3838
}
39-
],
40-
"description": "The kind of the service - e.g. \"SignalR\" for \"Microsoft.SignalRService/SignalR\"."
39+
]
4140
},
4241
"location": {
4342
"type": "string",
@@ -208,8 +207,7 @@
208207
{
209208
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
210209
}
211-
],
212-
"description": "Represent the identity type: systemAssigned, userAssigned, None."
210+
]
213211
},
214212
"userAssignedIdentities": {
215213
"oneOf": [
@@ -401,8 +399,7 @@
401399
{
402400
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
403401
}
404-
],
405-
"description": "Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service."
402+
]
406403
}
407404
},
408405
"description": "Connection state of the private endpoint connection"
@@ -473,8 +470,7 @@
473470
{
474471
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
475472
}
476-
],
477-
"description": "Optional tier of this particular SKU. 'Standard' or 'Free'. \r\n\r\n`Basic` is deprecated, use `Standard` instead."
473+
]
478474
}
479475
},
480476
"required": [
@@ -561,8 +557,7 @@
561557
{
562558
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
563559
}
564-
],
565-
"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."
560+
]
566561
},
567562
"properties": {
568563
"oneOf": [
@@ -607,8 +602,7 @@
607602
{
608603
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
609604
}
610-
],
611-
"description": "Default action when no other rule matches."
605+
]
612606
},
613607
"privateEndpoints": {
614608
"oneOf": [
@@ -864,11 +858,10 @@
864858
{
865859
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
866860
}
867-
],
868-
"description": "Gets or sets the type of auth. None or ManagedIdentity is supported now."
861+
]
869862
}
870863
},
871-
"description": "Upstream auth settings."
864+
"description": "Upstream auth settings. If not set, no auth is used for upstream messages."
872865
},
873866
"UpstreamTemplate": {
874867
"type": "object",
@@ -882,7 +875,7 @@
882875
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
883876
}
884877
],
885-
"description": "Upstream auth settings."
878+
"description": "Upstream auth settings. If not set, no auth is used for upstream messages."
886879
},
887880
"categoryPattern": {
888881
"type": "string",

0 commit comments

Comments
 (0)