Skip to content

Commit ee1e05c

Browse files
author
msftbot[bot]
authored
2 parents 94c6d5e + 2fb872b commit ee1e05c

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

schemas/2020-05-01/Microsoft.Billing.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -599,6 +599,21 @@
599599
}
600600
],
601601
"description": "Dictionary of metadata associated with the invoice section."
602+
},
603+
"tags": {
604+
"oneOf": [
605+
{
606+
"type": "object",
607+
"additionalProperties": {
608+
"type": "string"
609+
},
610+
"properties": {}
611+
},
612+
{
613+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
614+
}
615+
],
616+
"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 < > % & \\ ? /"
602617
}
603618
},
604619
"description": "The properties of an invoice section."

0 commit comments

Comments
 (0)