Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[AutoPR billing] Revert "Task 9639284: Swagger changes for new UK agreement templates" #2477

Closed
wants to merge 1 commit into from
Closed
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