Skip to content

Commit afa6031

Browse files
author
msftbot[bot]
authored
2 parents 1f8609b + bcb8ca1 commit afa6031

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

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

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@
231231
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
232232
}
233233
],
234-
"description": "Upstream auth settings. If not set, no auth is used for upstream messages."
234+
"description": "Upstream auth settings."
235235
},
236236
"systemEvents": {
237237
"oneOf": [
@@ -316,7 +316,8 @@
316316
{
317317
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
318318
}
319-
]
319+
],
320+
"description": "Represent the identity type: systemAssigned, userAssigned, None."
320321
},
321322
"userAssignedIdentities": {
322323
"oneOf": [
@@ -508,7 +509,8 @@
508509
{
509510
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
510511
}
511-
]
512+
],
513+
"description": "Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service."
512514
}
513515
},
514516
"description": "Connection state of the private endpoint connection"
@@ -579,7 +581,8 @@
579581
{
580582
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
581583
}
582-
]
584+
],
585+
"description": "Optional tier of this particular SKU. 'Standard' or 'Free'. \r\n\r\n`Basic` is deprecated, use `Standard` instead."
583586
}
584587
},
585588
"required": [
@@ -635,10 +638,11 @@
635638
{
636639
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
637640
}
638-
]
641+
],
642+
"description": "Gets or sets the type of auth. None or ManagedIdentity is supported now."
639643
}
640644
},
641-
"description": "Upstream auth settings. If not set, no auth is used for upstream messages."
645+
"description": "Upstream auth settings."
642646
},
643647
"UserAssignedIdentityProperty": {
644648
"type": "object",
@@ -685,7 +689,8 @@
685689
{
686690
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
687691
}
688-
]
692+
],
693+
"description": "Default action when no other rule matches."
689694
},
690695
"privateEndpoints": {
691696
"oneOf": [

0 commit comments

Comments
 (0)