Skip to content

Commit 1e45378

Browse files
alexgoldschmidtAlex Goldschmidt
authored andcommitted
replace resource with proxyresource (Azure#16325)
Co-authored-by: Alex Goldschmidt <[email protected]>
1 parent 6240f0f commit 1e45378

File tree

1 file changed

+3
-18
lines changed
  • specification/consumption/resource-manager/Microsoft.Consumption/stable/2021-05-01

1 file changed

+3
-18
lines changed

specification/consumption/resource-manager/Microsoft.Consumption/stable/2021-05-01/consumption.json

Lines changed: 3 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -4911,7 +4911,7 @@
49114911
"type": "object",
49124912
"allOf": [
49134913
{
4914-
"$ref": "#/definitions/Resource"
4914+
"$ref": "#/definitions/ProxyResource"
49154915
}
49164916
],
49174917
"properties": {
@@ -5047,11 +5047,6 @@
50475047
"description": "The balance in billing currency after the event.",
50485048
"readOnly": true,
50495049
"$ref": "#/definitions/AmountWithExchangeRate"
5050-
},
5051-
"eTag": {
5052-
"readOnly": true,
5053-
"type": "string",
5054-
"description": "The eTag for the resource."
50555050
}
50565051
}
50575052
},
@@ -5078,7 +5073,7 @@
50785073
"type": "object",
50795074
"allOf": [
50805075
{
5081-
"$ref": "#/definitions/Resource"
5076+
"$ref": "#/definitions/ProxyResource"
50825077
}
50835078
],
50845079
"properties": {
@@ -5180,11 +5175,6 @@
51805175
"description": "The reseller of the lot.",
51815176
"readOnly": true,
51825177
"$ref": "#/definitions/Reseller"
5183-
},
5184-
"eTag": {
5185-
"readOnly": true,
5186-
"type": "string",
5187-
"description": "The eTag for the resource."
51885178
}
51895179
}
51905180
},
@@ -5193,7 +5183,7 @@
51935183
"type": "object",
51945184
"allOf": [
51955185
{
5196-
"$ref": "#/definitions/Resource"
5186+
"$ref": "#/definitions/ProxyResource"
51975187
}
51985188
],
51995189
"properties": {
@@ -5242,11 +5232,6 @@
52425232
"description": "Credit's reseller.",
52435233
"readOnly": true,
52445234
"$ref": "#/definitions/Reseller"
5245-
},
5246-
"eTag": {
5247-
"readOnly": true,
5248-
"type": "string",
5249-
"description": "The eTag for the resource."
52505235
}
52515236
}
52525237
},

0 commit comments

Comments
 (0)