Skip to content

Commit 358dc59

Browse files
fixing eTag issues (#22121)
1 parent 6134321 commit 358dc59

File tree

1 file changed

+6
-1
lines changed
  • specification/consumption/resource-manager/Microsoft.Consumption/stable/2021-10-01

1 file changed

+6
-1
lines changed

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

+6-1
Original file line numberDiff line numberDiff line change
@@ -4711,7 +4711,7 @@
47114711
"discriminator": "kind",
47124712
"allOf": [
47134713
{
4714-
"$ref": "#/definitions/Resource"
4714+
"$ref": "#/definitions/ProxyResource"
47154715
}
47164716
],
47174717
"properties": {
@@ -4874,6 +4874,11 @@
48744874
"description": "Is charge Invoiced",
48754875
"type": "boolean",
48764876
"readOnly": true
4877+
},
4878+
"subscriptionId": {
4879+
"description": "Subscription guid.",
4880+
"type": "string",
4881+
"readOnly": true
48774882
}
48784883
}
48794884
},

0 commit comments

Comments
 (0)