diff --git a/specification/billing/resource-manager/Microsoft.Billing/stable/2020-05-01/billing.json b/specification/billing/resource-manager/Microsoft.Billing/stable/2020-05-01/billing.json index f21b8f6c8c51..d26a16a24c4a 100644 --- a/specification/billing/resource-manager/Microsoft.Billing/stable/2020-05-01/billing.json +++ b/specification/billing/resource-manager/Microsoft.Billing/stable/2020-05-01/billing.json @@ -4762,7 +4762,7 @@ "additionalProperties": { "type": "string" }, - "maxItems": 1000 + "maxItems": 50 }, "state": { "description": "Identifies the state of an invoice section.", @@ -4782,6 +4782,14 @@ "type": "string", "readOnly": true }, + "tags": { + "type": "object", + "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 < > % & \\ ? /", + "additionalProperties": { + "type": "string" + }, + "maxItems": 50 + }, "targetCloud": { "description": "Identifies the cloud environments that are associated with an invoice section. This is a system managed optional field and gets updated as the invoice section gets associated with accounts in various clouds.", "$ref": "#/definitions/TargetCloud", @@ -5332,6 +5340,12 @@ "$ref": "#/definitions/Product" } }, + "totalCount": { + "description": "Total number of records.", + "type": "number", + "format": "int32", + "readOnly": true + }, "nextLink": { "description": "The link (url) to the next page of results.", "type": "string", @@ -5679,6 +5693,14 @@ "description": "The sku description of the Azure plan for the subscription.", "type": "string", "readOnly": true + }, + "suspensionReasons": { + "description": "The suspension reason for a subscription. Applies only to subscriptions in Microsoft Online Services Program billing accounts.", + "type": "array", + "readOnly": true, + "items": { + "type": "string" + } } } }, diff --git a/specification/billing/resource-manager/Microsoft.Billing/stable/2020-05-01/examples/InvoiceSection.json b/specification/billing/resource-manager/Microsoft.Billing/stable/2020-05-01/examples/InvoiceSection.json index 0329f3a9ee64..fa869b1aa7d9 100644 --- a/specification/billing/resource-manager/Microsoft.Billing/stable/2020-05-01/examples/InvoiceSection.json +++ b/specification/billing/resource-manager/Microsoft.Billing/stable/2020-05-01/examples/InvoiceSection.json @@ -18,7 +18,11 @@ "costCategory": "Support" }, "state": "Active", - "systemId": "XX1X-XXAA-XXX-ZZZ" + "systemId": "XX1X-XXAA-XXX-ZZZ", + "tags": { + "pcCode": "A123456", + "costCategory": "Support" + } } } } diff --git a/specification/billing/resource-manager/Microsoft.Billing/stable/2020-05-01/examples/InvoiceSectionsListByBillingProfile.json b/specification/billing/resource-manager/Microsoft.Billing/stable/2020-05-01/examples/InvoiceSectionsListByBillingProfile.json index 14dd48605423..06d0cff7c93c 100644 --- a/specification/billing/resource-manager/Microsoft.Billing/stable/2020-05-01/examples/InvoiceSectionsListByBillingProfile.json +++ b/specification/billing/resource-manager/Microsoft.Billing/stable/2020-05-01/examples/InvoiceSectionsListByBillingProfile.json @@ -19,7 +19,11 @@ "costCategory": "Support" }, "state": "Active", - "systemId": "XX1X-XXAA-XXX-ZZZ" + "systemId": "XX1X-XXAA-XXX-ZZZ", + "tags": { + "pcCode": "A123456", + "costCategory": "Support" + } } }, { @@ -34,6 +38,10 @@ }, "state": "Restricted", "systemId": "YY1X-BBAA-XXX-ZZZ", + "tags": { + "pcCode": "Z223456", + "costCategory": "Marketing" + }, "targetCloud": "USSec" } } diff --git a/specification/billing/resource-manager/Microsoft.Billing/stable/2020-05-01/examples/ProductsListByBillingAccount.json b/specification/billing/resource-manager/Microsoft.Billing/stable/2020-05-01/examples/ProductsListByBillingAccount.json index 764393d75c29..26b95b564a27 100644 --- a/specification/billing/resource-manager/Microsoft.Billing/stable/2020-05-01/examples/ProductsListByBillingAccount.json +++ b/specification/billing/resource-manager/Microsoft.Billing/stable/2020-05-01/examples/ProductsListByBillingAccount.json @@ -63,7 +63,8 @@ "billingProfileDisplayName": "Contoso operations billing" } } - ] + ], + "totalCount": 2 } } } diff --git a/specification/billing/resource-manager/Microsoft.Billing/stable/2020-05-01/examples/ProductsListByBillingProfile.json b/specification/billing/resource-manager/Microsoft.Billing/stable/2020-05-01/examples/ProductsListByBillingProfile.json index 67a72146df6b..3c9a073308a3 100644 --- a/specification/billing/resource-manager/Microsoft.Billing/stable/2020-05-01/examples/ProductsListByBillingProfile.json +++ b/specification/billing/resource-manager/Microsoft.Billing/stable/2020-05-01/examples/ProductsListByBillingProfile.json @@ -64,7 +64,8 @@ "billingProfileDisplayName": "Contoso operations billing" } } - ] + ], + "totalCount": 2 } } } diff --git a/specification/billing/resource-manager/Microsoft.Billing/stable/2020-05-01/examples/ProductsListByCustomer.json b/specification/billing/resource-manager/Microsoft.Billing/stable/2020-05-01/examples/ProductsListByCustomer.json index ff18e2fdfe07..58eff538fc7b 100644 --- a/specification/billing/resource-manager/Microsoft.Billing/stable/2020-05-01/examples/ProductsListByCustomer.json +++ b/specification/billing/resource-manager/Microsoft.Billing/stable/2020-05-01/examples/ProductsListByCustomer.json @@ -68,7 +68,8 @@ "billingProfileDisplayName": "Contoso operations billing" } } - ] + ], + "totalCount": 2 } } } diff --git a/specification/billing/resource-manager/Microsoft.Billing/stable/2020-05-01/examples/ProductsListByInvoiceSection.json b/specification/billing/resource-manager/Microsoft.Billing/stable/2020-05-01/examples/ProductsListByInvoiceSection.json index d2a538072eea..eaa006a7f14a 100644 --- a/specification/billing/resource-manager/Microsoft.Billing/stable/2020-05-01/examples/ProductsListByInvoiceSection.json +++ b/specification/billing/resource-manager/Microsoft.Billing/stable/2020-05-01/examples/ProductsListByInvoiceSection.json @@ -64,7 +64,8 @@ "billingProfileDisplayName": "Contoso operations billing" } } - ] + ], + "totalCount": 2 } } }