You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/preview/2022-02-01-preview/containerregistry.json
+67-63
Original file line number
Diff line number
Diff line change
@@ -2974,9 +2974,6 @@
2974
2974
"items": {
2975
2975
"$ref": "#/definitions/StatusDetailProperties"
2976
2976
},
2977
-
"x-ms-identifiers": [
2978
-
"correlationId"
2979
-
],
2980
2977
"readOnly": true
2981
2978
},
2982
2979
"notificationsList": {
@@ -3720,10 +3717,7 @@
3720
3717
"type": "array",
3721
3718
"items": {
3722
3719
"$ref": "#/definitions/OperationDefinition"
3723
-
},
3724
-
"x-ms-identifiers": [
3725
-
"name"
3726
-
]
3720
+
}
3727
3721
},
3728
3722
"nextLink": {
3729
3723
"description": "The URI that can be used to request the next list of container registry operations.",
"description": "The properties of a storage account for a container registry. Only applicable to Classic SKU.",
4456
+
"required": [
4457
+
"id"
4458
+
],
4459
+
"type": "object",
4460
+
"properties": {
4461
+
"id": {
4462
+
"description": "The resource ID of the storage account.",
4463
+
"type": "string"
4464
+
}
4465
+
}
4466
+
},
4466
4467
"NetworkRuleSet": {
4467
4468
"description": "The network rule set for a container registry.",
4468
4469
"required": [
@@ -4483,20 +4484,12 @@
4483
4484
"modelAsString": true
4484
4485
}
4485
4486
},
4486
-
"virtualNetworkRules": {
4487
-
"description": "The virtual network rules.",
4488
-
"type": "array",
4489
-
"items": {
4490
-
"$ref": "#/definitions/VirtualNetworkRule"
4491
-
}
4492
-
},
4493
4487
"ipRules": {
4494
4488
"description": "The IP ACL rules.",
4495
4489
"type": "array",
4496
4490
"items": {
4497
4491
"$ref": "#/definitions/IPRule"
4498
-
},
4499
-
"x-ms-identifiers": []
4492
+
}
4500
4493
}
4501
4494
}
4502
4495
},
@@ -4519,6 +4512,10 @@
4519
4512
"exportPolicy": {
4520
4513
"$ref": "#/definitions/ExportPolicy",
4521
4514
"description": "The export policy for a container registry."
4515
+
},
4516
+
"softDeletePolicy": {
4517
+
"$ref": "#/definitions/SoftDeletePolicy",
4518
+
"description": "The soft delete policy for a container registry."
4522
4519
}
4523
4520
}
4524
4521
},
@@ -4543,29 +4540,18 @@
4543
4540
}
4544
4541
}
4545
4542
},
4546
-
"VirtualNetworkRule": {
4547
-
"description": "Virtual network rule.",
4548
-
"required": [
4549
-
"id"
4550
-
],
4543
+
"PackageType": {
4544
+
"description": "The properties of a package type.",
4551
4545
"type": "object",
4552
4546
"properties": {
4553
-
"action": {
4554
-
"description": "The action of virtual network rule.",
4555
-
"default": "Allow",
4556
-
"enum": [
4557
-
"Allow"
4558
-
],
4559
-
"type": "string",
4560
-
"x-ms-enum": {
4561
-
"name": "Action",
4562
-
"modelAsString": true
4563
-
}
4547
+
"name": {
4548
+
"description": "The name of the package type.",
4549
+
"type": "string"
4564
4550
},
4565
-
"id": {
4566
-
"description": "Resource ID of a subnet, for example: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/{vnetName}/subnets/{subnetName}.",
4551
+
"endpoint": {
4552
+
"description": "The endpoint of the package type.",
4567
4553
"type": "string",
4568
-
"x-ms-client-name": "VirtualNetworkResourceId"
4554
+
"readOnly": true
4569
4555
}
4570
4556
}
4571
4557
},
@@ -4695,6 +4681,37 @@
4695
4681
}
4696
4682
}
4697
4683
},
4684
+
"SoftDeletePolicy": {
4685
+
"description": "The soft delete policy for a container registry",
4686
+
"type": "object",
4687
+
"properties": {
4688
+
"retentionDays": {
4689
+
"format": "int32",
4690
+
"description": "The number of days after which a soft-deleted item is permanently deleted.",
4691
+
"default": 7,
4692
+
"type": "integer"
4693
+
},
4694
+
"lastUpdatedTime": {
4695
+
"format": "date-time",
4696
+
"description": "The timestamp when the policy was last updated.",
4697
+
"type": "string",
4698
+
"readOnly": true
4699
+
},
4700
+
"status": {
4701
+
"description": "The value that indicates whether the policy is enabled or not.",
0 commit comments