diff --git a/sdk/billing/Azure.ResourceManager.Billing/src/Generated/ArmBillingModelFactory.cs b/sdk/billing/Azure.ResourceManager.Billing/src/Generated/ArmBillingModelFactory.cs
index d8a0517c122f..13208756e096 100644
--- a/sdk/billing/Azure.ResourceManager.Billing/src/Generated/ArmBillingModelFactory.cs
+++ b/sdk/billing/Azure.ResourceManager.Billing/src/Generated/ArmBillingModelFactory.cs
@@ -1152,7 +1152,7 @@ public static SavingsPlanValidResponseProperty SavingsPlanValidResponseProperty(
/// The last month's charges. This field is only available for usage based subscriptions of Microsoft Customer Agreement billing accounts.
/// The current month to date charges. This field is only available for usage based subscriptions of Microsoft Customer Agreement billing accounts.
/// Next billing cycle details of the subscription.
- /// The offer ID for the subscription. This field is only available for the Microsoft Online Services Program billing accounts.
+ /// The offer ID for the subscription. This field is only available for the Microsoft Online Services Program billing accounts or billing accounts with agreement type Enterprise Agreement.
/// The category of the product for which the subscription is purchased. Possible values include: AzureSupport, Hardware, ReservationOrder, SaaS, SavingsPlanOrder, Software, UsageBased, Other.
/// Type of the product for which the subscription is purchased.
/// Id of the product for which the subscription is purchased.
@@ -1296,7 +1296,7 @@ public static BillingSystemOverrides BillingSystemOverrides(PolicyOverrideCancel
/// The last month's charges. This field is only available for usage based subscriptions of Microsoft Customer Agreement billing accounts.
/// The current month to date charges. This field is only available for usage based subscriptions of Microsoft Customer Agreement billing accounts.
/// Next billing cycle details of the subscription.
- /// The offer ID for the subscription. This field is only available for the Microsoft Online Services Program billing accounts.
+ /// The offer ID for the subscription. This field is only available for the Microsoft Online Services Program billing accounts or billing accounts with agreement type Enterprise Agreement.
/// The category of the product for which the subscription is purchased. Possible values include: AzureSupport, Hardware, ReservationOrder, SaaS, SavingsPlanOrder, Software, UsageBased, Other.
/// Type of the product for which the subscription is purchased.
/// Id of the product for which the subscription is purchased.
@@ -1439,7 +1439,7 @@ public static BillingSubscriptionValidateMoveEligibilityError BillingSubscriptio
/// The last month's charges. This field is only available for usage based subscriptions of Microsoft Customer Agreement billing accounts.
/// The current month to date charges. This field is only available for usage based subscriptions of Microsoft Customer Agreement billing accounts.
/// Next billing cycle details of the subscription.
- /// The offer ID for the subscription. This field is only available for the Microsoft Online Services Program billing accounts.
+ /// The offer ID for the subscription. This field is only available for the Microsoft Online Services Program billing accounts or billing accounts with agreement type Enterprise Agreement.
/// The category of the product for which the subscription is purchased. Possible values include: AzureSupport, Hardware, ReservationOrder, SaaS, SavingsPlanOrder, Software, UsageBased, Other.
/// Type of the product for which the subscription is purchased.
/// Id of the product for which the subscription is purchased.
diff --git a/sdk/billing/Azure.ResourceManager.Billing/src/Generated/BillingSubscriptionAliasData.cs b/sdk/billing/Azure.ResourceManager.Billing/src/Generated/BillingSubscriptionAliasData.cs
index f2ca2a3bf83b..cc3300e759a5 100644
--- a/sdk/billing/Azure.ResourceManager.Billing/src/Generated/BillingSubscriptionAliasData.cs
+++ b/sdk/billing/Azure.ResourceManager.Billing/src/Generated/BillingSubscriptionAliasData.cs
@@ -86,7 +86,7 @@ public BillingSubscriptionAliasData()
/// The last month's charges. This field is only available for usage based subscriptions of Microsoft Customer Agreement billing accounts.
/// The current month to date charges. This field is only available for usage based subscriptions of Microsoft Customer Agreement billing accounts.
/// Next billing cycle details of the subscription.
- /// The offer ID for the subscription. This field is only available for the Microsoft Online Services Program billing accounts.
+ /// The offer ID for the subscription. This field is only available for the Microsoft Online Services Program billing accounts or billing accounts with agreement type Enterprise Agreement.
/// The category of the product for which the subscription is purchased. Possible values include: AzureSupport, Hardware, ReservationOrder, SaaS, SavingsPlanOrder, Software, UsageBased, Other.
/// Type of the product for which the subscription is purchased.
/// Id of the product for which the subscription is purchased.
@@ -234,7 +234,7 @@ public string NextBillingCycleBillingFrequency
get => NextBillingCycleDetails?.NextBillingCycleBillingFrequency;
}
- /// The offer ID for the subscription. This field is only available for the Microsoft Online Services Program billing accounts.
+ /// The offer ID for the subscription. This field is only available for the Microsoft Online Services Program billing accounts or billing accounts with agreement type Enterprise Agreement.
[WirePath("properties.offerId")]
public string OfferId { get; }
/// The category of the product for which the subscription is purchased. Possible values include: AzureSupport, Hardware, ReservationOrder, SaaS, SavingsPlanOrder, Software, UsageBased, Other.
diff --git a/sdk/billing/Azure.ResourceManager.Billing/src/Generated/BillingSubscriptionData.cs b/sdk/billing/Azure.ResourceManager.Billing/src/Generated/BillingSubscriptionData.cs
index 426009b6bc7c..6a0262fcf6d6 100644
--- a/sdk/billing/Azure.ResourceManager.Billing/src/Generated/BillingSubscriptionData.cs
+++ b/sdk/billing/Azure.ResourceManager.Billing/src/Generated/BillingSubscriptionData.cs
@@ -86,7 +86,7 @@ public BillingSubscriptionData()
/// The last month's charges. This field is only available for usage based subscriptions of Microsoft Customer Agreement billing accounts.
/// The current month to date charges. This field is only available for usage based subscriptions of Microsoft Customer Agreement billing accounts.
/// Next billing cycle details of the subscription.
- /// The offer ID for the subscription. This field is only available for the Microsoft Online Services Program billing accounts.
+ /// The offer ID for the subscription. This field is only available for the Microsoft Online Services Program billing accounts or billing accounts with agreement type Enterprise Agreement.
/// The category of the product for which the subscription is purchased. Possible values include: AzureSupport, Hardware, ReservationOrder, SaaS, SavingsPlanOrder, Software, UsageBased, Other.
/// Type of the product for which the subscription is purchased.
/// Id of the product for which the subscription is purchased.
@@ -232,7 +232,7 @@ public string NextBillingCycleBillingFrequency
get => NextBillingCycleDetails?.NextBillingCycleBillingFrequency;
}
- /// The offer ID for the subscription. This field is only available for the Microsoft Online Services Program billing accounts.
+ /// The offer ID for the subscription. This field is only available for the Microsoft Online Services Program billing accounts or billing accounts with agreement type Enterprise Agreement.
[WirePath("properties.offerId")]
public string OfferId { get; }
/// The category of the product for which the subscription is purchased. Possible values include: AzureSupport, Hardware, ReservationOrder, SaaS, SavingsPlanOrder, Software, UsageBased, Other.
diff --git a/sdk/billing/Azure.ResourceManager.Billing/src/Generated/Models/BillingSubscriptionPatch.cs b/sdk/billing/Azure.ResourceManager.Billing/src/Generated/Models/BillingSubscriptionPatch.cs
index 892a129eaa03..2250d5215a2a 100644
--- a/sdk/billing/Azure.ResourceManager.Billing/src/Generated/Models/BillingSubscriptionPatch.cs
+++ b/sdk/billing/Azure.ResourceManager.Billing/src/Generated/Models/BillingSubscriptionPatch.cs
@@ -82,7 +82,7 @@ public BillingSubscriptionPatch()
/// The last month's charges. This field is only available for usage based subscriptions of Microsoft Customer Agreement billing accounts.
/// The current month to date charges. This field is only available for usage based subscriptions of Microsoft Customer Agreement billing accounts.
/// Next billing cycle details of the subscription.
- /// The offer ID for the subscription. This field is only available for the Microsoft Online Services Program billing accounts.
+ /// The offer ID for the subscription. This field is only available for the Microsoft Online Services Program billing accounts or billing accounts with agreement type Enterprise Agreement.
/// The category of the product for which the subscription is purchased. Possible values include: AzureSupport, Hardware, ReservationOrder, SaaS, SavingsPlanOrder, Software, UsageBased, Other.
/// Type of the product for which the subscription is purchased.
/// Id of the product for which the subscription is purchased.
@@ -228,7 +228,7 @@ public string NextBillingCycleBillingFrequency
get => NextBillingCycleDetails?.NextBillingCycleBillingFrequency;
}
- /// The offer ID for the subscription. This field is only available for the Microsoft Online Services Program billing accounts.
+ /// The offer ID for the subscription. This field is only available for the Microsoft Online Services Program billing accounts or billing accounts with agreement type Enterprise Agreement.
[WirePath("properties.offerId")]
public string OfferId { get; }
/// The category of the product for which the subscription is purchased. Possible values include: AzureSupport, Hardware, ReservationOrder, SaaS, SavingsPlanOrder, Software, UsageBased, Other.
diff --git a/sdk/billing/Azure.ResourceManager.Billing/src/autorest.md b/sdk/billing/Azure.ResourceManager.Billing/src/autorest.md
index 4c91f3c875c0..7b482af69978 100644
--- a/sdk/billing/Azure.ResourceManager.Billing/src/autorest.md
+++ b/sdk/billing/Azure.ResourceManager.Billing/src/autorest.md
@@ -8,7 +8,7 @@ azure-arm: true
csharp: true
library-name: Billing
namespace: Azure.ResourceManager.Billing
-require: https://github.com/Azure/azure-rest-api-specs/blob/7dc76b4edb665c8f9e0c7b7c0aaf2f34f8b25833/specification/billing/resource-manager/readme.md
+require: /mnt/vss/_work/1/s/azure-rest-api-specs/specification/billing/resource-manager/readme.md
#tag: package-2024-04
output-folder: $(this-folder)/Generated
clear-output-folder: true
diff --git a/sdk/storage/ci.yml b/sdk/storage/ci.yml
index 2ca0501b60bd..4e749e6b85b1 100644
--- a/sdk/storage/ci.yml
+++ b/sdk/storage/ci.yml
@@ -12,6 +12,8 @@ trigger:
- sdk/storage/Azure.Storage.DataMovement/
- sdk/storage/Azure.Storage.DataMovement.Blobs/
- sdk/storage/Azure.Storage.DataMovement.Files/
+ exclude:
+ - sdk/storage/Azure.ResourceManager.Storage/
- sdk/storage/Azure.Storage.DataMovement.Blobs.Files.Shares/
exclude:
- sdk/storage/Azure.ResourceManager.Storage/