File tree 2 files changed +40
-2
lines changed
2 files changed +40
-2
lines changed Original file line number Diff line number Diff line change 3430
3430
"PrivateEndpointConnection" : {
3431
3431
"type" : " object" ,
3432
3432
"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
+ },
3433
3452
"privateEndpoint" : {
3434
3453
"oneOf" : [
3435
3454
{
3475
3494
"PrivateLinkServiceConnectionState" : {
3476
3495
"type" : " object" ,
3477
3496
"properties" : {
3478
- "actionRequired " : {
3497
+ "actionsRequired " : {
3479
3498
"type" : " string" ,
3480
3499
"description" : " Gets or sets actions required"
3481
3500
},
Original file line number Diff line number Diff line change 3430
3430
"PrivateEndpointConnection" : {
3431
3431
"type" : " object" ,
3432
3432
"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
+ },
3433
3452
"privateEndpoint" : {
3434
3453
"oneOf" : [
3435
3454
{
3475
3494
"PrivateLinkServiceConnectionState" : {
3476
3495
"type" : " object" ,
3477
3496
"properties" : {
3478
- "actionRequired " : {
3497
+ "actionsRequired " : {
3479
3498
"type" : " string" ,
3480
3499
"description" : " Gets or sets actions required"
3481
3500
},
You can’t perform that action at this time.
0 commit comments