Skip to content

Commit eb54412

Browse files
author
Nelson Wu
committed
update swagger
1 parent b12da68 commit eb54412

File tree

7 files changed

+20
-19
lines changed

7 files changed

+20
-19
lines changed

specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/preview/2022-02-01-preview/containerregistry.json

+20-10
Original file line numberDiff line numberDiff line change
@@ -2974,7 +2974,8 @@
29742974
"items": {
29752975
"$ref": "#/definitions/StatusDetailProperties"
29762976
},
2977-
"readOnly": true
2977+
"readOnly": true,
2978+
"x-ms-identifiers": []
29782979
},
29792980
"notificationsList": {
29802981
"description": "The list of notifications subscription information for the connected registry.",
@@ -3717,7 +3718,8 @@
37173718
"type": "array",
37183719
"items": {
37193720
"$ref": "#/definitions/OperationDefinition"
3720-
}
3721+
},
3722+
"x-ms-identifiers": []
37213723
},
37223724
"nextLink": {
37233725
"description": "The URI that can be used to request the next list of container registry operations.",
@@ -3793,14 +3795,16 @@
37933795
"type": "array",
37943796
"items": {
37953797
"$ref": "#/definitions/OperationMetricSpecificationDefinition"
3796-
}
3798+
},
3799+
"x-ms-identifiers": []
37973800
},
37983801
"logSpecifications": {
37993802
"description": "A list of Azure Monitoring log definitions.",
38003803
"type": "array",
38013804
"items": {
38023805
"$ref": "#/definitions/OperationLogSpecificationDefinition"
3803-
}
3806+
},
3807+
"x-ms-identifiers": []
38043808
}
38053809
}
38063810
},
@@ -4489,7 +4493,8 @@
44894493
"type": "array",
44904494
"items": {
44914495
"$ref": "#/definitions/IPRule"
4492-
}
4496+
},
4497+
"x-ms-identifiers": []
44934498
}
44944499
}
44954500
},
@@ -4831,7 +4836,8 @@
48314836
"type": "array",
48324837
"items": {
48334838
"$ref": "#/definitions/RegistryUsage"
4834-
}
4839+
},
4840+
"x-ms-identifiers": []
48354841
}
48364842
}
48374843
},
@@ -4945,7 +4951,8 @@
49454951
"type": "array",
49464952
"items": {
49474953
"$ref": "#/definitions/RegistryPassword"
4948-
}
4954+
},
4955+
"x-ms-identifiers": []
49494956
}
49504957
}
49514958
},
@@ -5297,13 +5304,15 @@
52975304
"type": "array",
52985305
"items": {
52995306
"$ref": "#/definitions/TokenCertificate"
5300-
}
5307+
},
5308+
"x-ms-identifiers": []
53015309
},
53025310
"passwords": {
53035311
"type": "array",
53045312
"items": {
53055313
"$ref": "#/definitions/TokenPassword"
5306-
}
5314+
},
5315+
"x-ms-identifiers": []
53075316
}
53085317
}
53095318
},
@@ -5461,7 +5470,8 @@
54615470
"type": "array",
54625471
"items": {
54635472
"$ref": "#/definitions/TokenPassword"
5464-
}
5473+
},
5474+
"x-ms-identifiers": []
54655475
}
54665476
}
54675477
},

specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/preview/2022-02-01-preview/examples/RegistryCreate.json

-2
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838
"adminUserEnabled": true,
3939
"networkRuleSet": {
4040
"defaultAction": "Allow",
41-
"virtualNetworkRules": [],
4241
"ipRules": []
4342
},
4443
"policies": {
@@ -92,7 +91,6 @@
9291
"adminUserEnabled": true,
9392
"networkRuleSet": {
9493
"defaultAction": "Allow",
95-
"virtualNetworkRules": [],
9694
"ipRules": []
9795
},
9896
"policies": {

specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/preview/2022-02-01-preview/examples/RegistryCreateZoneRedundant.json

-2
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838
"adminUserEnabled": false,
3939
"networkRuleSet": {
4040
"defaultAction": "Allow",
41-
"virtualNetworkRules": [],
4241
"ipRules": []
4342
},
4443
"policies": {
@@ -92,7 +91,6 @@
9291
"adminUserEnabled": false,
9392
"networkRuleSet": {
9493
"defaultAction": "Allow",
95-
"virtualNetworkRules": [],
9694
"ipRules": []
9795
},
9896
"policies": {

specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/preview/2022-02-01-preview/examples/RegistryGet.json

-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
"adminUserEnabled": false,
2727
"networkRuleSet": {
2828
"defaultAction": "Allow",
29-
"virtualNetworkRules": [],
3029
"ipRules": []
3130
},
3231
"policies": {

specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/preview/2022-02-01-preview/examples/RegistryList.json

-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
"adminUserEnabled": false,
2727
"networkRuleSet": {
2828
"defaultAction": "Allow",
29-
"virtualNetworkRules": [],
3029
"ipRules": []
3130
},
3231
"policies": {

specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/preview/2022-02-01-preview/examples/RegistryListByResourceGroup.json

-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
"adminUserEnabled": false,
2828
"networkRuleSet": {
2929
"defaultAction": "Allow",
30-
"virtualNetworkRules": [],
3130
"ipRules": []
3231
},
3332
"policies": {

specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/preview/2022-02-01-preview/examples/RegistryUpdate.json

-2
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@
3737
"adminUserEnabled": true,
3838
"networkRuleSet": {
3939
"defaultAction": "Allow",
40-
"virtualNetworkRules": [],
4140
"ipRules": []
4241
},
4342
"policies": {
@@ -91,7 +90,6 @@
9190
"adminUserEnabled": true,
9291
"networkRuleSet": {
9392
"defaultAction": "Allow",
94-
"virtualNetworkRules": [],
9593
"ipRules": []
9694
},
9795
"policies": {

0 commit comments

Comments
 (0)