Skip to content

Commit

Permalink
replace resource with proxyresource (#16325)
Browse files Browse the repository at this point in the history
Co-authored-by: Alex Goldschmidt <algoldsc@microsoft.com>
  • Loading branch information
alexgoldschmidt and Alex Goldschmidt authored Oct 22, 2021
1 parent 73a0fa4 commit 832424c
Showing 1 changed file with 3 additions and 18 deletions.
Original file line number Diff line number Diff line change
@@ -4911,7 +4911,7 @@
"type": "object",
"allOf": [
{
"$ref": "#/definitions/Resource"
"$ref": "#/definitions/ProxyResource"
}
],
"properties": {
@@ -5047,11 +5047,6 @@
"description": "The balance in billing currency after the event.",
"readOnly": true,
"$ref": "#/definitions/AmountWithExchangeRate"
},
"eTag": {
"readOnly": true,
"type": "string",
"description": "The eTag for the resource."
}
}
},
@@ -5078,7 +5073,7 @@
"type": "object",
"allOf": [
{
"$ref": "#/definitions/Resource"
"$ref": "#/definitions/ProxyResource"
}
],
"properties": {
@@ -5180,11 +5175,6 @@
"description": "The reseller of the lot.",
"readOnly": true,
"$ref": "#/definitions/Reseller"
},
"eTag": {
"readOnly": true,
"type": "string",
"description": "The eTag for the resource."
}
}
},
@@ -5193,7 +5183,7 @@
"type": "object",
"allOf": [
{
"$ref": "#/definitions/Resource"
"$ref": "#/definitions/ProxyResource"
}
],
"properties": {
@@ -5242,11 +5232,6 @@
"description": "Credit's reseller.",
"readOnly": true,
"$ref": "#/definitions/Reseller"
},
"eTag": {
"readOnly": true,
"type": "string",
"description": "The eTag for the resource."
}
}
},

0 comments on commit 832424c

Please sign in to comment.