Skip to content

Commit 4a08ea4

Browse files
author
SDKAuto
committed
CodeGen from PR 23600 in Azure/azure-rest-api-specs
Merge 1dfa2a6c4be1fb61693cf01242b582137766bfed into 7e295a19c5382a4df2f8101e545fed34186d83bf
1 parent fded91e commit 4a08ea4

File tree

2 files changed

+40
-2
lines changed

2 files changed

+40
-2
lines changed

schemas/2023-01-01/Microsoft.RecoveryServices.Backup.json

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3430,6 +3430,25 @@
34303430
"PrivateEndpointConnection": {
34313431
"type": "object",
34323432
"properties": {
3433+
"groupIds": {
3434+
"oneOf": [
3435+
{
3436+
"type": "array",
3437+
"items": {
3438+
"type": "string",
3439+
"enum": [
3440+
"AzureBackup",
3441+
"AzureBackup_secondary",
3442+
"AzureSiteRecovery"
3443+
]
3444+
}
3445+
},
3446+
{
3447+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
3448+
}
3449+
],
3450+
"description": "Group Ids for the Private Endpoint"
3451+
},
34333452
"privateEndpoint": {
34343453
"oneOf": [
34353454
{
@@ -3475,7 +3494,7 @@
34753494
"PrivateLinkServiceConnectionState": {
34763495
"type": "object",
34773496
"properties": {
3478-
"actionRequired": {
3497+
"actionsRequired": {
34793498
"type": "string",
34803499
"description": "Gets or sets actions required"
34813500
},

schemas/2023-02-01/Microsoft.RecoveryServices.Backup.json

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3430,6 +3430,25 @@
34303430
"PrivateEndpointConnection": {
34313431
"type": "object",
34323432
"properties": {
3433+
"groupIds": {
3434+
"oneOf": [
3435+
{
3436+
"type": "array",
3437+
"items": {
3438+
"type": "string",
3439+
"enum": [
3440+
"AzureBackup",
3441+
"AzureBackup_secondary",
3442+
"AzureSiteRecovery"
3443+
]
3444+
}
3445+
},
3446+
{
3447+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
3448+
}
3449+
],
3450+
"description": "Group Ids for the Private Endpoint"
3451+
},
34333452
"privateEndpoint": {
34343453
"oneOf": [
34353454
{
@@ -3475,7 +3494,7 @@
34753494
"PrivateLinkServiceConnectionState": {
34763495
"type": "object",
34773496
"properties": {
3478-
"actionRequired": {
3497+
"actionsRequired": {
34793498
"type": "string",
34803499
"description": "Gets or sets actions required"
34813500
},

0 commit comments

Comments
 (0)