Skip to content

[AutoPR recoveryservicesbackup] Fixing live validation correctness error for BackupProtectableItems_List #2440

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

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
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
21 changes: 20 additions & 1 deletion schemas/2023-01-01/Microsoft.RecoveryServices.Backup.json
Original file line number Diff line number Diff line change
Expand Up @@ -3430,6 +3430,25 @@
"PrivateEndpointConnection": {
"type": "object",
"properties": {
"groupIds": {
"oneOf": [
{
"type": "array",
"items": {
"type": "string",
"enum": [
"AzureBackup",
"AzureBackup_secondary",
"AzureSiteRecovery"
]
}
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Group Ids for the Private Endpoint"
},
"privateEndpoint": {
"oneOf": [
{
Expand Down Expand Up @@ -3475,7 +3494,7 @@
"PrivateLinkServiceConnectionState": {
"type": "object",
"properties": {
"actionRequired": {
"actionsRequired": {
"type": "string",
"description": "Gets or sets actions required"
},
Expand Down
21 changes: 20 additions & 1 deletion schemas/2023-02-01/Microsoft.RecoveryServices.Backup.json
Original file line number Diff line number Diff line change
Expand Up @@ -3430,6 +3430,25 @@
"PrivateEndpointConnection": {
"type": "object",
"properties": {
"groupIds": {
"oneOf": [
{
"type": "array",
"items": {
"type": "string",
"enum": [
"AzureBackup",
"AzureBackup_secondary",
"AzureSiteRecovery"
]
}
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Group Ids for the Private Endpoint"
},
"privateEndpoint": {
"oneOf": [
{
Expand Down Expand Up @@ -3475,7 +3494,7 @@
"PrivateLinkServiceConnectionState": {
"type": "object",
"properties": {
"actionRequired": {
"actionsRequired": {
"type": "string",
"description": "Gets or sets actions required"
},
Expand Down