Skip to content

Commit

Permalink
CodeGen from PR 15421 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge d72e6715290e6b3b2cd8701979ceac2919f36168 into 7cc0a47e7808f3247c71cda25b7c1da8503272ba
  • Loading branch information
SDKAuto committed Jul 28, 2021
1 parent f8af4de commit 00b8248
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions schemas/2020-05-01/Microsoft.Billing.json
Original file line number Diff line number Diff line change
Expand Up @@ -599,6 +599,21 @@
}
],
"description": "Dictionary of metadata associated with the invoice section."
},
"tags": {
"oneOf": [
{
"type": "object",
"additionalProperties": {
"type": "string"
},
"properties": {}
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Dictionary of metadata associated with the invoice section. Maximum key/value length supported of 256 characters. Keys/value should not empty value nor null. Keys can not contain < > % & \\ ? /"
}
},
"description": "The properties of an invoice section."
Expand Down

0 comments on commit 00b8248

Please sign in to comment.