Skip to content
Merged
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
Expand Up @@ -1691,16 +1691,16 @@
"Invoices"
],
"x-ms-examples": {
"InvoiceDownload": {
"EAInvoiceDownload": {
"$ref": "./examples/MultipleInvoiceDownload.json"
}
},
"operationId": "Invoices_DownloadMultipleEAInvoice",
"operationId": "Invoices_DownloadMultipleEAInvoices",
"x-ms-long-running-operation": true,
"x-ms-long-running-operation-options": {
"final-state-via": "location"
},
"description": "Gets a URL to download an multiple invoices documents (invoice pdf, tax receipts, credit notes) as a zip file.",
"description": "Gets a URL to download multiple invoice documents (invoice pdf, tax receipts, credit notes) as a zip file.",
"externalDocs": {
"url": "https://docs.microsoft.com/en-us/rest/api/billing/"
},
Expand Down Expand Up @@ -1802,12 +1802,12 @@
"$ref": "./examples/MultipleBillingSubscriptionInvoiceDownload.json"
}
},
"operationId": "Invoices_DownloadMultipleBillingSubscriptionInvoice",
"operationId": "Invoices_DownloadMultipleBillingSubscriptionInvoices",
"x-ms-long-running-operation": true,
"x-ms-long-running-operation-options": {
"final-state-via": "location"
},
"description": "Gets a URL to download multiple invoices documents (invoice pdf, tax receipts, credit notes) as a zip file.",
"description": "Gets a URL to download multiple invoice documents (invoice pdf, tax receipts, credit notes) as a zip file.",
"externalDocs": {
"url": "https://docs.microsoft.com/en-us/rest/api/billing/"
},
Expand Down Expand Up @@ -2042,16 +2042,16 @@
"Invoices"
],
"x-ms-examples": {
"ModernInvoiceDownload": {
"BillingProfileInvoiceDownload": {
"$ref": "./examples/MultipleModernInvoiceDownload.json"
}
},
"operationId": "Invoices_DownloadMultipleModernInvoice",
"operationId": "Invoices_DownloadMultipleBillingProfileInvoices",
"x-ms-long-running-operation": true,
"x-ms-long-running-operation-options": {
"final-state-via": "location"
},
"description": "Gets a URL to download multiple invoices documents (invoice pdf, tax receipts, credit notes) as a zip file.",
"description": "Gets a URL to download multiple invoice documents (invoice pdf, tax receipts, credit notes) as a zip file.",
"externalDocs": {
"url": "https://docs.microsoft.com/en-us/rest/api/billing/"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1339,16 +1339,16 @@
"Invoices"
],
"x-ms-examples": {
"InvoiceDownload": {
"BillingProfileInvoiceDownload": {
"$ref": "./examples/MultipleModernInvoiceDownload.json"
}
},
"operationId": "Invoices_DownloadMultipleModernInvoice",
"operationId": "Invoices_DownloadMultipleBillingProfileInvoices",
"x-ms-long-running-operation": true,
"x-ms-long-running-operation-options": {
"final-state-via": "location"
},
"description": "Gets a URL to download an multiple invoices documents (invoice pdf, tax receipts, credit notes) as a zip file. The operation is supported for billing accounts with agreement type Microsoft Partner Agreement or Microsoft Customer Agreement.",
"description": "Gets a URL to download multiple invoice documents (invoice pdf, tax receipts, credit notes) as a zip file. The operation is supported for billing accounts with agreement type Microsoft Partner Agreement or Microsoft Customer Agreement.",
"externalDocs": {
"url": "https://docs.microsoft.com/en-us/rest/api/billing/"
},
Expand Down Expand Up @@ -1617,12 +1617,12 @@
"$ref": "./examples/MultipleBillingSubscriptionInvoiceDownload.json"
}
},
"operationId": "Invoices_DownloadMultipleBillingSubscriptionInvoice",
"operationId": "Invoices_DownloadMultipleBillingSubscriptionInvoices",
"x-ms-long-running-operation": true,
"x-ms-long-running-operation-options": {
"final-state-via": "location"
},
"description": "Gets a URL to download multiple invoices documents (invoice pdf, tax receipts, credit notes) as a zip file.",
"description": "Gets a URL to download multiple invoice documents (invoice pdf, tax receipts, credit notes) as a zip file.",
"externalDocs": {
"url": "https://docs.microsoft.com/en-us/rest/api/billing/"
},
Expand Down