Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[AutoPR webpubsub] [Go] add directive to rename #5427

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 7 additions & 12 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."
"description": "Upstream auth settings. If not set, no auth is used for upstream messages."
},
"systemEvents": {
"oneOf": [
Expand Down Expand Up @@ -316,8 +316,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 @@ -509,8 +508,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 @@ -581,8 +579,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 @@ -638,11 +635,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."
},
"UserAssignedIdentityProperty": {
"type": "object",
Expand Down Expand Up @@ -689,8 +685,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