Skip to content

Commit 017671a

Browse files
authored
ACR API version 2021-09-01 (Azure#16481)
1 parent fd48d49 commit 017671a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+4999
-11
lines changed

specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/preview/2019-06-01-preview/containerregistry_build.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3084,9 +3084,11 @@
30843084
"type": "string"
30853085
},
30863086
"details": {
3087-
"$ref": "#/definitions/InnerErrorDescription",
30883087
"description": "an array of additional nested error response info objects, as described by this contract.",
3089-
"type": "array"
3088+
"type": "array",
3089+
"items": {
3090+
"$ref": "#/definitions/InnerErrorDescription"
3091+
}
30903092
}
30913093
}
30923094
},

specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/preview/2020-11-01-preview/containerregistry.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5737,9 +5737,11 @@
57375737
"type": "string"
57385738
},
57395739
"details": {
5740-
"$ref": "#/definitions/InnerErrorDescription",
57415740
"description": "an array of additional nested error response info objects, as described by this contract.",
5742-
"type": "array"
5741+
"type": "array",
5742+
"items": {
5743+
"$ref": "#/definitions/InnerErrorDescription"
5744+
}
57435745
}
57445746
}
57455747
},

specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/preview/2021-06-01-preview/containerregistry.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5764,9 +5764,11 @@
57645764
"type": "string"
57655765
},
57665766
"details": {
5767-
"$ref": "#/definitions/InnerErrorDescription",
57685767
"description": "an array of additional nested error response info objects, as described by this contract.",
5769-
"type": "array"
5768+
"type": "array",
5769+
"items": {
5770+
"$ref": "#/definitions/InnerErrorDescription"
5771+
}
57705772
}
57715773
}
57725774
},

specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/preview/2021-08-01-preview/containerregistry.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5780,9 +5780,11 @@
57805780
"type": "string"
57815781
},
57825782
"details": {
5783-
"$ref": "#/definitions/InnerErrorDescription",
57845783
"description": "an array of additional nested error response info objects, as described by this contract.",
5785-
"type": "array"
5784+
"type": "array",
5785+
"items": {
5786+
"$ref": "#/definitions/InnerErrorDescription"
5787+
}
57865788
}
57875789
}
57885790
},

0 commit comments

Comments
 (0)