@@ -3890,7 +3890,8 @@ class BillingSubscription(ProxyResourceWithTags): # pylint: disable=too-many-in
38903890 :ivar next_billing_cycle_details: Next billing cycle details of the subscription.
38913891 :vartype next_billing_cycle_details: ~azure.mgmt.billing.models.NextBillingCycleDetails
38923892 :ivar offer_id: The offer ID for the subscription. This field is only available for the
3893- Microsoft Online Services Program billing accounts.
3893+ Microsoft Online Services Program billing accounts or billing accounts with agreement type
3894+ Enterprise Agreement.
38943895 :vartype offer_id: str
38953896 :ivar product_category: The category of the product for which the subscription is purchased.
38963897 Possible values include: AzureSupport, Hardware, ReservationOrder, SaaS, SavingsPlanOrder,
@@ -4244,7 +4245,8 @@ class BillingSubscriptionAlias(ProxyResourceWithTags): # pylint: disable=too-ma
42444245 :ivar next_billing_cycle_details: Next billing cycle details of the subscription.
42454246 :vartype next_billing_cycle_details: ~azure.mgmt.billing.models.NextBillingCycleDetails
42464247 :ivar offer_id: The offer ID for the subscription. This field is only available for the
4247- Microsoft Online Services Program billing accounts.
4248+ Microsoft Online Services Program billing accounts or billing accounts with agreement type
4249+ Enterprise Agreement.
42484250 :vartype offer_id: str
42494251 :ivar product_category: The category of the product for which the subscription is purchased.
42504252 Possible values include: AzureSupport, Hardware, ReservationOrder, SaaS, SavingsPlanOrder,
@@ -4616,7 +4618,8 @@ class BillingSubscriptionProperties(_serialization.Model): # pylint: disable=to
46164618 :ivar next_billing_cycle_details: Next billing cycle details of the subscription.
46174619 :vartype next_billing_cycle_details: ~azure.mgmt.billing.models.NextBillingCycleDetails
46184620 :ivar offer_id: The offer ID for the subscription. This field is only available for the
4619- Microsoft Online Services Program billing accounts.
4621+ Microsoft Online Services Program billing accounts or billing accounts with agreement type
4622+ Enterprise Agreement.
46204623 :vartype offer_id: str
46214624 :ivar product_category: The category of the product for which the subscription is purchased.
46224625 Possible values include: AzureSupport, Hardware, ReservationOrder, SaaS, SavingsPlanOrder,
@@ -4938,7 +4941,8 @@ class BillingSubscriptionAliasProperties(BillingSubscriptionProperties): # pyli
49384941 :ivar next_billing_cycle_details: Next billing cycle details of the subscription.
49394942 :vartype next_billing_cycle_details: ~azure.mgmt.billing.models.NextBillingCycleDetails
49404943 :ivar offer_id: The offer ID for the subscription. This field is only available for the
4941- Microsoft Online Services Program billing accounts.
4944+ Microsoft Online Services Program billing accounts or billing accounts with agreement type
4945+ Enterprise Agreement.
49424946 :vartype offer_id: str
49434947 :ivar product_category: The category of the product for which the subscription is purchased.
49444948 Possible values include: AzureSupport, Hardware, ReservationOrder, SaaS, SavingsPlanOrder,
@@ -5317,7 +5321,8 @@ class BillingSubscriptionPatch(ProxyResourceWithTags): # pylint: disable=too-ma
53175321 :ivar next_billing_cycle_details: Next billing cycle details of the subscription.
53185322 :vartype next_billing_cycle_details: ~azure.mgmt.billing.models.NextBillingCycleDetails
53195323 :ivar offer_id: The offer ID for the subscription. This field is only available for the
5320- Microsoft Online Services Program billing accounts.
5324+ Microsoft Online Services Program billing accounts or billing accounts with agreement type
5325+ Enterprise Agreement.
53215326 :vartype offer_id: str
53225327 :ivar product_category: The category of the product for which the subscription is purchased.
53235328 Possible values include: AzureSupport, Hardware, ReservationOrder, SaaS, SavingsPlanOrder,
0 commit comments