Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions schemas/2020-05-01/Microsoft.Billing.json
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,10 @@
"type": "string",
"description": "Last name."
},
"middleName": {
"type": "string",
"description": "Middle name."
},
"phoneNumber": {
"type": "string",
"description": "Phone number."
Expand Down Expand Up @@ -480,6 +484,21 @@
"poNumber": {
"type": "string",
"description": "The purchase order name that will appear on the invoices generated for the billing profile."
},
"tags": {
"oneOf": [
{
"type": "object",
"additionalProperties": {
"type": "string"
},
"properties": {}
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Tags of billing profiles."
}
},
"description": "The properties of the billing profile."
Expand Down