Skip to content

Commit

Permalink
[ReleasePR webpubsub] [Go] track2 modify readme.go.md 10 (#2144)
Browse files Browse the repository at this point in the history
  • Loading branch information
msftbot[bot] authored Jan 5, 2022
2 parents 1f8609b + bcb8ca1 commit afa6031
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions schemas/2021-10-01/Microsoft.SignalRService.WebPubSub.json
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,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."
},
"systemEvents": {
"oneOf": [
Expand Down Expand Up @@ -316,7 +316,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 @@ -508,7 +509,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 @@ -579,7 +581,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 @@ -635,10 +638,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."
},
"UserAssignedIdentityProperty": {
"type": "object",
Expand Down Expand Up @@ -685,7 +689,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

0 comments on commit afa6031

Please sign in to comment.