From 3f82e1ff538f34cc0a61e5ebf65490e30533592f Mon Sep 17 00:00:00 2001 From: Michael Nash Date: Fri, 10 Apr 2026 10:44:32 -0700 Subject: [PATCH 01/10] test: 20 package change (DO NOT MERGE) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- .../src/Customized/ApiManagementProductResource.cs | 2 ++ .../Azure.ResourceManager.Billing/src/GlobalSuppressions.cs | 2 ++ .../src/Customization/ArmCdnModelFactory.cs | 2 ++ sdk/communication/Azure.Communication.Email/src/EmailClient.cs | 2 ++ .../src/Customize/ArmComputeModelFactory.cs | 2 ++ .../src/Generated/ConnectedRegistry.cs | 2 ++ .../src/Custom/RestorableCosmosDBAccountResource.cs | 2 ++ sdk/eventhub/Azure.Messaging.EventHubs/src/EventData.cs | 2 ++ .../Azure.Security.KeyVault.Keys/src/CreateEcKeyOptions.cs | 2 ++ .../src/Generated/KustoAttachedDatabaseConfiguration.cs | 2 ++ .../src/Customized/ArmMonitorModelFactory.cs | 3 ++- .../src/Customization/ArmNetworkModelFactory.cs | 2 ++ .../Azure.Provisioning.Deployment/src/AzCliBicepTool.cs | 2 ++ .../Azure.Provisioning.Redis/src/Generated/RedisBuiltInRole.cs | 2 ++ .../src/AzureSearchDocumentsEventSource.cs | 2 ++ .../src/Custom/SecurityAssessmentData.cs | 2 ++ sdk/servicebus/Azure.Messaging.ServiceBus/src/Constants.cs | 2 ++ .../src/Generated/SignalRBuiltInRole.cs | 2 ++ .../Azure.ResourceManager.Sql/src/Custom/ArmSqlModelFactory.cs | 2 ++ sdk/storage/Azure.Storage.Blobs/src/AppendBlobClient.cs | 2 ++ 20 files changed, 40 insertions(+), 1 deletion(-) diff --git a/sdk/apimanagement/Azure.ResourceManager.ApiManagement/src/Customized/ApiManagementProductResource.cs b/sdk/apimanagement/Azure.ResourceManager.ApiManagement/src/Customized/ApiManagementProductResource.cs index 9b269e3af888..906283648b33 100644 --- a/sdk/apimanagement/Azure.ResourceManager.ApiManagement/src/Customized/ApiManagementProductResource.cs +++ b/sdk/apimanagement/Azure.ResourceManager.ApiManagement/src/Customized/ApiManagementProductResource.cs @@ -124,3 +124,5 @@ Page NextPageFunc(string nextLink, int? pageSizeHint) } } } + +// Test comment for batching validation - DO NOT MERGE diff --git a/sdk/billing/Azure.ResourceManager.Billing/src/GlobalSuppressions.cs b/sdk/billing/Azure.ResourceManager.Billing/src/GlobalSuppressions.cs index d7eed88296c0..0a177a6fc160 100644 --- a/sdk/billing/Azure.ResourceManager.Billing/src/GlobalSuppressions.cs +++ b/sdk/billing/Azure.ResourceManager.Billing/src/GlobalSuppressions.cs @@ -9,3 +9,5 @@ using System.Diagnostics.CodeAnalysis; [assembly: SuppressMessage("Usage", "AZC0030:Avoid model name ending with 'Request'", Justification = "Class names are generated based on the Billing API.")] + +// Test comment for batching validation - DO NOT MERGE diff --git a/sdk/cdn/Azure.ResourceManager.Cdn/src/Customization/ArmCdnModelFactory.cs b/sdk/cdn/Azure.ResourceManager.Cdn/src/Customization/ArmCdnModelFactory.cs index 91af020b9e6f..1b14f75be0d5 100644 --- a/sdk/cdn/Azure.ResourceManager.Cdn/src/Customization/ArmCdnModelFactory.cs +++ b/sdk/cdn/Azure.ResourceManager.Cdn/src/Customization/ArmCdnModelFactory.cs @@ -69,3 +69,5 @@ public static CdnWebApplicationFirewallPolicyData CdnWebApplicationFirewallPolic } } } + +// Test comment for batching validation - DO NOT MERGE diff --git a/sdk/communication/Azure.Communication.Email/src/EmailClient.cs b/sdk/communication/Azure.Communication.Email/src/EmailClient.cs index a48a36d37dae..0f0d21376628 100644 --- a/sdk/communication/Azure.Communication.Email/src/EmailClient.cs +++ b/sdk/communication/Azure.Communication.Email/src/EmailClient.cs @@ -477,3 +477,5 @@ private static void ValidateAttachmentContent(EmailMessage emailMessage) } } } + +// Test comment for batching validation - DO NOT MERGE diff --git a/sdk/compute/Azure.ResourceManager.Compute/src/Customize/ArmComputeModelFactory.cs b/sdk/compute/Azure.ResourceManager.Compute/src/Customize/ArmComputeModelFactory.cs index daf547d831f1..399405e6c8af 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/src/Customize/ArmComputeModelFactory.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/src/Customize/ArmComputeModelFactory.cs @@ -351,3 +351,5 @@ public static VirtualMachineDataDisk VirtualMachineDataDisk(int lun, string name } } } + +// Test comment for batching validation - DO NOT MERGE diff --git a/sdk/containerregistry/Azure.Provisioning.ContainerRegistry/src/Generated/ConnectedRegistry.cs b/sdk/containerregistry/Azure.Provisioning.ContainerRegistry/src/Generated/ConnectedRegistry.cs index 087eaed0fe1f..3b8df6a79754 100644 --- a/sdk/containerregistry/Azure.Provisioning.ContainerRegistry/src/Generated/ConnectedRegistry.cs +++ b/sdk/containerregistry/Azure.Provisioning.ContainerRegistry/src/Generated/ConnectedRegistry.cs @@ -247,3 +247,5 @@ public static class ResourceVersions public static ConnectedRegistry FromExisting(string bicepIdentifier, string? resourceVersion = default) => new(bicepIdentifier, resourceVersion) { IsExistingResource = true }; } + +// Test comment for batching validation - DO NOT MERGE diff --git a/sdk/cosmosdb/Azure.ResourceManager.CosmosDB/src/Custom/RestorableCosmosDBAccountResource.cs b/sdk/cosmosdb/Azure.ResourceManager.CosmosDB/src/Custom/RestorableCosmosDBAccountResource.cs index 3e6c2337275f..cce77b0fa05d 100644 --- a/sdk/cosmosdb/Azure.ResourceManager.CosmosDB/src/Custom/RestorableCosmosDBAccountResource.cs +++ b/sdk/cosmosdb/Azure.ResourceManager.CosmosDB/src/Custom/RestorableCosmosDBAccountResource.cs @@ -150,3 +150,5 @@ private static DatabaseRestoreResourceInfo ConvertFromRestorableSqlResourceData( } } } + +// Test comment for batching validation - DO NOT MERGE diff --git a/sdk/eventhub/Azure.Messaging.EventHubs/src/EventData.cs b/sdk/eventhub/Azure.Messaging.EventHubs/src/EventData.cs index e33c83951c32..1a2e3ce25e20 100644 --- a/sdk/eventhub/Azure.Messaging.EventHubs/src/EventData.cs +++ b/sdk/eventhub/Azure.Messaging.EventHubs/src/EventData.cs @@ -824,3 +824,5 @@ internal EventData Clone() } } } + +// Test comment for batching validation - DO NOT MERGE diff --git a/sdk/keyvault/Azure.Security.KeyVault.Keys/src/CreateEcKeyOptions.cs b/sdk/keyvault/Azure.Security.KeyVault.Keys/src/CreateEcKeyOptions.cs index 3775df86b9e3..275cbddf0174 100644 --- a/sdk/keyvault/Azure.Security.KeyVault.Keys/src/CreateEcKeyOptions.cs +++ b/sdk/keyvault/Azure.Security.KeyVault.Keys/src/CreateEcKeyOptions.cs @@ -56,3 +56,5 @@ public CreateEcKeyOptions(string name, bool hardwareProtected = false) } } } + +// Test comment for batching validation - DO NOT MERGE diff --git a/sdk/kusto/Azure.Provisioning.Kusto/src/Generated/KustoAttachedDatabaseConfiguration.cs b/sdk/kusto/Azure.Provisioning.Kusto/src/Generated/KustoAttachedDatabaseConfiguration.cs index a79343d878e1..51baa85c37ac 100644 --- a/sdk/kusto/Azure.Provisioning.Kusto/src/Generated/KustoAttachedDatabaseConfiguration.cs +++ b/sdk/kusto/Azure.Provisioning.Kusto/src/Generated/KustoAttachedDatabaseConfiguration.cs @@ -277,3 +277,5 @@ public static class ResourceVersions public static KustoAttachedDatabaseConfiguration FromExisting(string bicepIdentifier, string? resourceVersion = default) => new(bicepIdentifier, resourceVersion) { IsExistingResource = true }; } + +// Test comment for batching validation - DO NOT MERGE diff --git a/sdk/monitor/Azure.ResourceManager.Monitor/src/Customized/ArmMonitorModelFactory.cs b/sdk/monitor/Azure.ResourceManager.Monitor/src/Customized/ArmMonitorModelFactory.cs index cc0340d26ee3..1325d85440c2 100644 --- a/sdk/monitor/Azure.ResourceManager.Monitor/src/Customized/ArmMonitorModelFactory.cs +++ b/sdk/monitor/Azure.ResourceManager.Monitor/src/Customized/ArmMonitorModelFactory.cs @@ -43,4 +43,5 @@ public static partial class ArmMonitorModelFactory public static MetricAlertData MetricAlertData(ResourceIdentifier id, string name, ResourceType resourceType, SystemData systemData, IDictionary tags, AzureLocation location, string description, int severity, bool isEnabled, IEnumerable scopes, TimeSpan evaluationFrequency, TimeSpan windowSize, ResourceType? targetResourceType, AzureLocation? targetResourceRegion, MetricAlertCriteria criteria, bool? isAutoMitigateEnabled, IEnumerable actions, DateTimeOffset? lastUpdatedOn, bool? isMigrated) => MetricAlertData(id, name, resourceType, systemData, tags, location, description, severity, isEnabled, scopes, evaluationFrequency, windowSize, targetResourceType, targetResourceRegion, criteria, isAutoMitigateEnabled, null, actions, lastUpdatedOn, isMigrated, null, null, null); } -} \ No newline at end of file +} +// Test comment for batching validation - DO NOT MERGE diff --git a/sdk/network/Azure.ResourceManager.Network/src/Customization/ArmNetworkModelFactory.cs b/sdk/network/Azure.ResourceManager.Network/src/Customization/ArmNetworkModelFactory.cs index 7dab5a9a25df..0256a7c16338 100644 --- a/sdk/network/Azure.ResourceManager.Network/src/Customization/ArmNetworkModelFactory.cs +++ b/sdk/network/Azure.ResourceManager.Network/src/Customization/ArmNetworkModelFactory.cs @@ -475,3 +475,5 @@ public static LoadBalancerHealthPerRulePerBackendAddress LoadBalancerHealthPerRu } } } + +// Test comment for batching validation - DO NOT MERGE diff --git a/sdk/provisioning/Azure.Provisioning.Deployment/src/AzCliBicepTool.cs b/sdk/provisioning/Azure.Provisioning.Deployment/src/AzCliBicepTool.cs index 5c506f6d8f70..a1dc371ed2f6 100644 --- a/sdk/provisioning/Azure.Provisioning.Deployment/src/AzCliBicepTool.cs +++ b/sdk/provisioning/Azure.Provisioning.Deployment/src/AzCliBicepTool.cs @@ -110,3 +110,5 @@ private static ToolResult RunAndBlock(string path, string arguments) return null; } } + +// Test comment for batching validation - DO NOT MERGE diff --git a/sdk/redis/Azure.Provisioning.Redis/src/Generated/RedisBuiltInRole.cs b/sdk/redis/Azure.Provisioning.Redis/src/Generated/RedisBuiltInRole.cs index d59d2af13c92..83abb253dbc7 100644 --- a/sdk/redis/Azure.Provisioning.Redis/src/Generated/RedisBuiltInRole.cs +++ b/sdk/redis/Azure.Provisioning.Redis/src/Generated/RedisBuiltInRole.cs @@ -76,3 +76,5 @@ public static string GetBuiltInRoleName(RedisBuiltInRole value) => /// public override string ToString() => _value; } + +// Test comment for batching validation - DO NOT MERGE diff --git a/sdk/search/Azure.Search.Documents/src/AzureSearchDocumentsEventSource.cs b/sdk/search/Azure.Search.Documents/src/AzureSearchDocumentsEventSource.cs index b3bcf38fd090..f7662def593b 100644 --- a/sdk/search/Azure.Search.Documents/src/AzureSearchDocumentsEventSource.cs +++ b/sdk/search/Azure.Search.Documents/src/AzureSearchDocumentsEventSource.cs @@ -82,3 +82,5 @@ public void ActionNotificationEventHandlerExceptionThrown(string senderType, str } } } + +// Test comment for batching validation - DO NOT MERGE diff --git a/sdk/securitycenter/Azure.ResourceManager.SecurityCenter/src/Custom/SecurityAssessmentData.cs b/sdk/securitycenter/Azure.ResourceManager.SecurityCenter/src/Custom/SecurityAssessmentData.cs index 856e3ab80be2..f5f68aed267b 100644 --- a/sdk/securitycenter/Azure.ResourceManager.SecurityCenter/src/Custom/SecurityAssessmentData.cs +++ b/sdk/securitycenter/Azure.ResourceManager.SecurityCenter/src/Custom/SecurityAssessmentData.cs @@ -20,3 +20,5 @@ public Uri AzurePortalUri } } } + +// Test comment for batching validation - DO NOT MERGE diff --git a/sdk/servicebus/Azure.Messaging.ServiceBus/src/Constants.cs b/sdk/servicebus/Azure.Messaging.ServiceBus/src/Constants.cs index ea6e6ad537e5..f114b0fd06be 100644 --- a/sdk/servicebus/Azure.Messaging.ServiceBus/src/Constants.cs +++ b/sdk/servicebus/Azure.Messaging.ServiceBus/src/Constants.cs @@ -58,3 +58,5 @@ internal static class Constants "For troubleshooting information, see https://aka.ms/azsdk/net/servicebus/exceptions/troubleshoot."; } } + +// Test comment for batching validation - DO NOT MERGE diff --git a/sdk/signalr/Azure.Provisioning.SignalR/src/Generated/SignalRBuiltInRole.cs b/sdk/signalr/Azure.Provisioning.SignalR/src/Generated/SignalRBuiltInRole.cs index 0475d33c8a95..4164407c5731 100644 --- a/sdk/signalr/Azure.Provisioning.SignalR/src/Generated/SignalRBuiltInRole.cs +++ b/sdk/signalr/Azure.Provisioning.SignalR/src/Generated/SignalRBuiltInRole.cs @@ -111,3 +111,5 @@ public static string GetBuiltInRoleName(SignalRBuiltInRole value) => /// public override string ToString() => _value; } + +// Test comment for batching validation - DO NOT MERGE diff --git a/sdk/sqlmanagement/Azure.ResourceManager.Sql/src/Custom/ArmSqlModelFactory.cs b/sdk/sqlmanagement/Azure.ResourceManager.Sql/src/Custom/ArmSqlModelFactory.cs index ad4a2a2ae98f..6254e0d8624e 100644 --- a/sdk/sqlmanagement/Azure.ResourceManager.Sql/src/Custom/ArmSqlModelFactory.cs +++ b/sdk/sqlmanagement/Azure.ResourceManager.Sql/src/Custom/ArmSqlModelFactory.cs @@ -112,3 +112,5 @@ public static ManagedInstanceVcoresCapability ManagedInstanceVcoresCapability(st => ManagedInstanceVcoresCapability(name, value, null, supportedMemorySizesInGB, includedMaxSize, supportedStorageSizes, includedStorageIOps, supportedStorageIOps, iopsMinValueOverrideFactorPerSelectedStorageGB, iopsIncludedValueOverrideFactorPerSelectedStorageGB, includedStorageThroughputMBps, supportedStorageThroughputMBps, throughputMBpsMinValueOverrideFactorPerSelectedStorageGB, throughputMBpsIncludedValueOverrideFactorPerSelectedStorageGB, isInstancePoolSupported , isStandaloneSupported, supportedMaintenanceConfigurations, status, reason); } } + +// Test comment for batching validation - DO NOT MERGE diff --git a/sdk/storage/Azure.Storage.Blobs/src/AppendBlobClient.cs b/sdk/storage/Azure.Storage.Blobs/src/AppendBlobClient.cs index 02f5e3464b29..91fb61e5783a 100644 --- a/sdk/storage/Azure.Storage.Blobs/src/AppendBlobClient.cs +++ b/sdk/storage/Azure.Storage.Blobs/src/AppendBlobClient.cs @@ -2209,3 +2209,5 @@ public static AppendBlobClient GetAppendBlobClient( } } } + +// Test comment for batching validation - DO NOT MERGE From d48285225e117354e3d273009c73825c1ccea1d4 Mon Sep 17 00:00:00 2001 From: Michael Nash Date: Thu, 14 May 2026 11:16:12 -0700 Subject: [PATCH 02/10] Move test comments out of Generated files (CodeChecks fails on regen) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- .../src/Azure.Provisioning.ContainerRegistry.csproj | 1 + .../src/Generated/ConnectedRegistry.cs | 2 -- .../src/Azure.Provisioning.Kusto.csproj | 1 + .../src/Generated/KustoAttachedDatabaseConfiguration.cs | 2 -- .../src/Azure.Provisioning.Redis.csproj | 1 + .../Azure.Provisioning.Redis/src/Generated/RedisBuiltInRole.cs | 2 -- .../src/Azure.Provisioning.SignalR.csproj | 1 + .../src/Generated/SignalRBuiltInRole.cs | 2 -- 8 files changed, 4 insertions(+), 8 deletions(-) diff --git a/sdk/containerregistry/Azure.Provisioning.ContainerRegistry/src/Azure.Provisioning.ContainerRegistry.csproj b/sdk/containerregistry/Azure.Provisioning.ContainerRegistry/src/Azure.Provisioning.ContainerRegistry.csproj index 894179e3b3d3..df6c004d6a90 100644 --- a/sdk/containerregistry/Azure.Provisioning.ContainerRegistry/src/Azure.Provisioning.ContainerRegistry.csproj +++ b/sdk/containerregistry/Azure.Provisioning.ContainerRegistry/src/Azure.Provisioning.ContainerRegistry.csproj @@ -22,3 +22,4 @@ --> + diff --git a/sdk/containerregistry/Azure.Provisioning.ContainerRegistry/src/Generated/ConnectedRegistry.cs b/sdk/containerregistry/Azure.Provisioning.ContainerRegistry/src/Generated/ConnectedRegistry.cs index 3b8df6a79754..087eaed0fe1f 100644 --- a/sdk/containerregistry/Azure.Provisioning.ContainerRegistry/src/Generated/ConnectedRegistry.cs +++ b/sdk/containerregistry/Azure.Provisioning.ContainerRegistry/src/Generated/ConnectedRegistry.cs @@ -247,5 +247,3 @@ public static class ResourceVersions public static ConnectedRegistry FromExisting(string bicepIdentifier, string? resourceVersion = default) => new(bicepIdentifier, resourceVersion) { IsExistingResource = true }; } - -// Test comment for batching validation - DO NOT MERGE diff --git a/sdk/kusto/Azure.Provisioning.Kusto/src/Azure.Provisioning.Kusto.csproj b/sdk/kusto/Azure.Provisioning.Kusto/src/Azure.Provisioning.Kusto.csproj index 5d2939c1d9e2..2d945db4487c 100644 --- a/sdk/kusto/Azure.Provisioning.Kusto/src/Azure.Provisioning.Kusto.csproj +++ b/sdk/kusto/Azure.Provisioning.Kusto/src/Azure.Provisioning.Kusto.csproj @@ -14,3 +14,4 @@ + diff --git a/sdk/kusto/Azure.Provisioning.Kusto/src/Generated/KustoAttachedDatabaseConfiguration.cs b/sdk/kusto/Azure.Provisioning.Kusto/src/Generated/KustoAttachedDatabaseConfiguration.cs index 51baa85c37ac..a79343d878e1 100644 --- a/sdk/kusto/Azure.Provisioning.Kusto/src/Generated/KustoAttachedDatabaseConfiguration.cs +++ b/sdk/kusto/Azure.Provisioning.Kusto/src/Generated/KustoAttachedDatabaseConfiguration.cs @@ -277,5 +277,3 @@ public static class ResourceVersions public static KustoAttachedDatabaseConfiguration FromExisting(string bicepIdentifier, string? resourceVersion = default) => new(bicepIdentifier, resourceVersion) { IsExistingResource = true }; } - -// Test comment for batching validation - DO NOT MERGE diff --git a/sdk/redis/Azure.Provisioning.Redis/src/Azure.Provisioning.Redis.csproj b/sdk/redis/Azure.Provisioning.Redis/src/Azure.Provisioning.Redis.csproj index 5fa4acd74457..342177645bb9 100644 --- a/sdk/redis/Azure.Provisioning.Redis/src/Azure.Provisioning.Redis.csproj +++ b/sdk/redis/Azure.Provisioning.Redis/src/Azure.Provisioning.Redis.csproj @@ -17,3 +17,4 @@ + diff --git a/sdk/redis/Azure.Provisioning.Redis/src/Generated/RedisBuiltInRole.cs b/sdk/redis/Azure.Provisioning.Redis/src/Generated/RedisBuiltInRole.cs index 83abb253dbc7..d59d2af13c92 100644 --- a/sdk/redis/Azure.Provisioning.Redis/src/Generated/RedisBuiltInRole.cs +++ b/sdk/redis/Azure.Provisioning.Redis/src/Generated/RedisBuiltInRole.cs @@ -76,5 +76,3 @@ public static string GetBuiltInRoleName(RedisBuiltInRole value) => /// public override string ToString() => _value; } - -// Test comment for batching validation - DO NOT MERGE diff --git a/sdk/signalr/Azure.Provisioning.SignalR/src/Azure.Provisioning.SignalR.csproj b/sdk/signalr/Azure.Provisioning.SignalR/src/Azure.Provisioning.SignalR.csproj index 45f7506f0805..37cae55c3cf8 100644 --- a/sdk/signalr/Azure.Provisioning.SignalR/src/Azure.Provisioning.SignalR.csproj +++ b/sdk/signalr/Azure.Provisioning.SignalR/src/Azure.Provisioning.SignalR.csproj @@ -17,3 +17,4 @@ + diff --git a/sdk/signalr/Azure.Provisioning.SignalR/src/Generated/SignalRBuiltInRole.cs b/sdk/signalr/Azure.Provisioning.SignalR/src/Generated/SignalRBuiltInRole.cs index 4164407c5731..0475d33c8a95 100644 --- a/sdk/signalr/Azure.Provisioning.SignalR/src/Generated/SignalRBuiltInRole.cs +++ b/sdk/signalr/Azure.Provisioning.SignalR/src/Generated/SignalRBuiltInRole.cs @@ -111,5 +111,3 @@ public static string GetBuiltInRoleName(SignalRBuiltInRole value) => /// public override string ToString() => _value; } - -// Test comment for batching validation - DO NOT MERGE From 769c7a127fadf74a10c4efeda994287271046881 Mon Sep 17 00:00:00 2001 From: Michael Nash Date: Thu, 28 May 2026 10:20:53 -0700 Subject: [PATCH 03/10] Rerun CI for apples-to-apples comparison Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> From 716bdeab9046958003cc7b7fbc3adc30c02b21ad Mon Sep 17 00:00:00 2001 From: Wei Lim Date: Thu, 30 Jul 2026 12:23:04 -0700 Subject: [PATCH 04/10] Replace packages failing current PR validation Amp-Thread-ID: https://ampcode.com/threads/T-019fb458-7e27-73e2-90e8-6b15436827d2 Co-authored-by: Amp --- .../src/Customized/ApiManagementProductResource.cs | 2 -- .../Azure.ResourceManager.Billing/src/GlobalSuppressions.cs | 2 -- sdk/communication/Azure.Communication.Email/src/EmailClient.cs | 2 -- .../src/Primitives/BlobCheckpointStore.cs | 2 ++ .../Azure.Identity.Broker/src/DevelopmentBrokerOptions.cs | 2 ++ sdk/identity/Azure.Identity/src/TypeForwarders.cs | 2 ++ .../src/KeyVaultRoleAssignment.cs | 2 ++ .../src/Properties/AssemblyInfo.cs | 2 -- .../src/AzureSearchDocumentsEventSource.cs | 2 -- .../src/Custom/SecurityAssessmentData.cs | 2 -- .../Azure.Storage.DataMovement/src/StorageResourceContainer.cs | 2 ++ sdk/storage/Azure.Storage.Files.Shares/src/ShareRestClient.cs | 2 ++ 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/sdk/apimanagement/Azure.ResourceManager.ApiManagement/src/Customized/ApiManagementProductResource.cs b/sdk/apimanagement/Azure.ResourceManager.ApiManagement/src/Customized/ApiManagementProductResource.cs index c5840b180404..32604145bc05 100644 --- a/sdk/apimanagement/Azure.ResourceManager.ApiManagement/src/Customized/ApiManagementProductResource.cs +++ b/sdk/apimanagement/Azure.ResourceManager.ApiManagement/src/Customized/ApiManagementProductResource.cs @@ -69,5 +69,3 @@ public virtual Response CreateOrUpdateProductGroup(string grou } } } - -// Test comment for batching validation - DO NOT MERGE diff --git a/sdk/billing/Azure.ResourceManager.Billing/src/GlobalSuppressions.cs b/sdk/billing/Azure.ResourceManager.Billing/src/GlobalSuppressions.cs index 0a177a6fc160..d7eed88296c0 100644 --- a/sdk/billing/Azure.ResourceManager.Billing/src/GlobalSuppressions.cs +++ b/sdk/billing/Azure.ResourceManager.Billing/src/GlobalSuppressions.cs @@ -9,5 +9,3 @@ using System.Diagnostics.CodeAnalysis; [assembly: SuppressMessage("Usage", "AZC0030:Avoid model name ending with 'Request'", Justification = "Class names are generated based on the Billing API.")] - -// Test comment for batching validation - DO NOT MERGE diff --git a/sdk/communication/Azure.Communication.Email/src/EmailClient.cs b/sdk/communication/Azure.Communication.Email/src/EmailClient.cs index 0f0d21376628..a48a36d37dae 100644 --- a/sdk/communication/Azure.Communication.Email/src/EmailClient.cs +++ b/sdk/communication/Azure.Communication.Email/src/EmailClient.cs @@ -477,5 +477,3 @@ private static void ValidateAttachmentContent(EmailMessage emailMessage) } } } - -// Test comment for batching validation - DO NOT MERGE diff --git a/sdk/eventhub/Azure.Messaging.EventHubs.Processor/src/Primitives/BlobCheckpointStore.cs b/sdk/eventhub/Azure.Messaging.EventHubs.Processor/src/Primitives/BlobCheckpointStore.cs index dcaf741db69e..46322e8c5b5c 100644 --- a/sdk/eventhub/Azure.Messaging.EventHubs.Processor/src/Primitives/BlobCheckpointStore.cs +++ b/sdk/eventhub/Azure.Messaging.EventHubs.Processor/src/Primitives/BlobCheckpointStore.cs @@ -147,3 +147,5 @@ public override Task UpdateCheckpointAsync(string fullyQualifiedNamespace, CancellationToken cancellationToken) => _checkpointStoreImplementation.UpdateCheckpointAsync(fullyQualifiedNamespace, eventHubName, consumerGroup, partitionId, clientIdentifier, startingPosition, cancellationToken); } } + +// Test comment for batching validation - DO NOT MERGE diff --git a/sdk/identity/Azure.Identity.Broker/src/DevelopmentBrokerOptions.cs b/sdk/identity/Azure.Identity.Broker/src/DevelopmentBrokerOptions.cs index 8c009e2927ed..f9a109aaae9b 100644 --- a/sdk/identity/Azure.Identity.Broker/src/DevelopmentBrokerOptions.cs +++ b/sdk/identity/Azure.Identity.Broker/src/DevelopmentBrokerOptions.cs @@ -77,3 +77,5 @@ private void AddBroker(PublicClientApplicationBuilder builder) } } } + +// Test comment for batching validation - DO NOT MERGE diff --git a/sdk/identity/Azure.Identity/src/TypeForwarders.cs b/sdk/identity/Azure.Identity/src/TypeForwarders.cs index b51446ec1695..4560766b0293 100644 --- a/sdk/identity/Azure.Identity/src/TypeForwarders.cs +++ b/sdk/identity/Azure.Identity/src/TypeForwarders.cs @@ -60,3 +60,5 @@ [assembly: TypeForwardedTo(typeof(VisualStudioCredentialOptions))] [assembly: TypeForwardedTo(typeof(WorkloadIdentityCredential))] [assembly: TypeForwardedTo(typeof(WorkloadIdentityCredentialOptions))] + +// Test comment for batching validation - DO NOT MERGE diff --git a/sdk/keyvault/Azure.Security.KeyVault.Administration/src/KeyVaultRoleAssignment.cs b/sdk/keyvault/Azure.Security.KeyVault.Administration/src/KeyVaultRoleAssignment.cs index f3ff7468cc63..f2419d08fb77 100644 --- a/sdk/keyvault/Azure.Security.KeyVault.Administration/src/KeyVaultRoleAssignment.cs +++ b/sdk/keyvault/Azure.Security.KeyVault.Administration/src/KeyVaultRoleAssignment.cs @@ -12,3 +12,5 @@ public partial class KeyVaultRoleAssignment { } } + +// Test comment for batching validation - DO NOT MERGE diff --git a/sdk/monitor/Azure.ResourceManager.Monitor/src/Properties/AssemblyInfo.cs b/sdk/monitor/Azure.ResourceManager.Monitor/src/Properties/AssemblyInfo.cs index 02dd36b5102b..ecec68e89ea3 100644 --- a/sdk/monitor/Azure.ResourceManager.Monitor/src/Properties/AssemblyInfo.cs +++ b/sdk/monitor/Azure.ResourceManager.Monitor/src/Properties/AssemblyInfo.cs @@ -6,5 +6,3 @@ [assembly: Azure.Core.AzureResourceProviderNamespace("Microsoft.Insights")] [assembly: InternalsVisibleTo("DynamicProxyGenAssembly2, PublicKey=0024000004800000940000000602000000240000525341310004000001000100c547cac37abd99c8db225ef2f6c8a3602f3b3606cc9891605d02baa56104f4cfc0734aa39b93bf7852f7d9266654753cc297e7d2edfe0bac1cdcf9f717241550e0a7b191195b7667bb4f64bcb8e2121380fd1d9d46ad2d92d2d15605093924cceaf74c4861eff62abf69b9291ed0a340e113be11e6a7d3113e92484cf7045cc7")] [assembly: InternalsVisibleTo("Azure.ResourceManager.Monitor.Tests, PublicKey=0024000004800000940000000602000000240000525341310004000001000100d15ddcb29688295338af4b7686603fe614abd555e09efba8fb88ee09e1f7b1ccaeed2e8f823fa9eef3fdd60217fc012ea67d2479751a0b8c087a4185541b851bd8b16f8d91b840e51b1cb0ba6fe647997e57429265e85ef62d565db50a69ae1647d54d7bd855e4db3d8a91510e5bcbd0edfbbecaa20a7bd9ae74593daa7b11b4")] - -// Test comment for batching validation - DO NOT MERGE diff --git a/sdk/search/Azure.Search.Documents/src/AzureSearchDocumentsEventSource.cs b/sdk/search/Azure.Search.Documents/src/AzureSearchDocumentsEventSource.cs index f7662def593b..b3bcf38fd090 100644 --- a/sdk/search/Azure.Search.Documents/src/AzureSearchDocumentsEventSource.cs +++ b/sdk/search/Azure.Search.Documents/src/AzureSearchDocumentsEventSource.cs @@ -82,5 +82,3 @@ public void ActionNotificationEventHandlerExceptionThrown(string senderType, str } } } - -// Test comment for batching validation - DO NOT MERGE diff --git a/sdk/securitycenter/Azure.ResourceManager.SecurityCenter/src/Custom/SecurityAssessmentData.cs b/sdk/securitycenter/Azure.ResourceManager.SecurityCenter/src/Custom/SecurityAssessmentData.cs index 52b9d95c077f..44363d71bd1b 100644 --- a/sdk/securitycenter/Azure.ResourceManager.SecurityCenter/src/Custom/SecurityAssessmentData.cs +++ b/sdk/securitycenter/Azure.ResourceManager.SecurityCenter/src/Custom/SecurityAssessmentData.cs @@ -89,5 +89,3 @@ public SecurityAssessmentStatusResult Status } } } - -// Test comment for batching validation - DO NOT MERGE diff --git a/sdk/storage/Azure.Storage.DataMovement/src/StorageResourceContainer.cs b/sdk/storage/Azure.Storage.DataMovement/src/StorageResourceContainer.cs index ced0f370cefd..938c6ecd8bae 100644 --- a/sdk/storage/Azure.Storage.DataMovement/src/StorageResourceContainer.cs +++ b/sdk/storage/Azure.Storage.DataMovement/src/StorageResourceContainer.cs @@ -98,3 +98,5 @@ protected internal virtual Task CreateAsync( protected internal override bool IsContainer => true; } } + +// Test comment for batching validation - DO NOT MERGE diff --git a/sdk/storage/Azure.Storage.Files.Shares/src/ShareRestClient.cs b/sdk/storage/Azure.Storage.Files.Shares/src/ShareRestClient.cs index dffb4887eef3..68866daab300 100644 --- a/sdk/storage/Azure.Storage.Files.Shares/src/ShareRestClient.cs +++ b/sdk/storage/Azure.Storage.Files.Shares/src/ShareRestClient.cs @@ -7,3 +7,5 @@ internal partial class ShareRestClient { } } + +// Test comment for batching validation - DO NOT MERGE From 9c74a350d665f3e464c0ad11e0b5d74739ae41df Mon Sep 17 00:00:00 2001 From: Wei Lim Date: Thu, 30 Jul 2026 13:58:45 -0700 Subject: [PATCH 05/10] Replace packages failing current validation Amp-Thread-ID: https://ampcode.com/threads/T-019fb458-7e27-73e2-90e8-6b15436827d2 Co-authored-by: Amp --- .../src/Customization/ArmCdnModelFactory.cs | 2 -- .../src/Customized/GalleryResource.cs | 2 ++ .../src/Artifact/RegistryArtifact.cs | 2 ++ .../ContainerRegistry.Tasks/ArmContainerRegistryModelFactory.cs | 2 ++ sdk/cosmosdb/Azure.Provisioning.CosmosDB/src/CosmosDBService.cs | 2 ++ .../Azure.Provisioning.EventHubs/src/Custom/EventHub.cs | 2 ++ .../Azure.ResourceManager.EventHubs/src/Custom/EventHubData.cs | 2 ++ .../src/KeyVaultRoleAssignment.cs | 2 -- .../Azure.Security.KeyVault.Keys/src/CreateEcKeyOptions.cs | 2 -- .../Azure.Provisioning.ServiceBus/src/MigrationConfiguration.cs | 2 ++ .../Azure.ResourceManager.Sql/src/Properties/AssemblyInfo.cs | 2 -- sdk/storage/Azure.Storage.Blobs/src/AppendBlobClient.cs | 2 -- .../Azure.Storage.DataMovement/src/StorageResourceContainer.cs | 2 -- sdk/storage/Azure.Storage.Files.Shares/src/ShareRestClient.cs | 2 -- 14 files changed, 14 insertions(+), 14 deletions(-) diff --git a/sdk/cdn/Azure.ResourceManager.Cdn/src/Customization/ArmCdnModelFactory.cs b/sdk/cdn/Azure.ResourceManager.Cdn/src/Customization/ArmCdnModelFactory.cs index ee78a3fa7718..9145440e5d00 100644 --- a/sdk/cdn/Azure.ResourceManager.Cdn/src/Customization/ArmCdnModelFactory.cs +++ b/sdk/cdn/Azure.ResourceManager.Cdn/src/Customization/ArmCdnModelFactory.cs @@ -74,5 +74,3 @@ public static CdnWebApplicationFirewallPolicyData CdnWebApplicationFirewallPolic } } } - -// Test comment for batching validation - DO NOT MERGE diff --git a/sdk/compute/Azure.Provisioning.Compute/src/Customized/GalleryResource.cs b/sdk/compute/Azure.Provisioning.Compute/src/Customized/GalleryResource.cs index 7086bba631e9..8ac1e18020d6 100644 --- a/sdk/compute/Azure.Provisioning.Compute/src/Customized/GalleryResource.cs +++ b/sdk/compute/Azure.Provisioning.Compute/src/Customized/GalleryResource.cs @@ -10,3 +10,5 @@ public partial class GalleryResource { } } + +// Test comment for batching validation - DO NOT MERGE diff --git a/sdk/containerregistry/Azure.Containers.ContainerRegistry/src/Artifact/RegistryArtifact.cs b/sdk/containerregistry/Azure.Containers.ContainerRegistry/src/Artifact/RegistryArtifact.cs index e64a67169593..e37284b486cb 100644 --- a/sdk/containerregistry/Azure.Containers.ContainerRegistry/src/Artifact/RegistryArtifact.cs +++ b/sdk/containerregistry/Azure.Containers.ContainerRegistry/src/Artifact/RegistryArtifact.cs @@ -565,3 +565,5 @@ public virtual Response DeleteTag(string tag, CancellationToken cancellationToke #endregion } } + +// Test comment for batching validation - DO NOT MERGE diff --git a/sdk/containerregistry/Azure.ResourceManager.ContainerRegistry/src/Custom/ContainerRegistry.Tasks/ArmContainerRegistryModelFactory.cs b/sdk/containerregistry/Azure.ResourceManager.ContainerRegistry/src/Custom/ContainerRegistry.Tasks/ArmContainerRegistryModelFactory.cs index e9457cf89307..748e94808561 100644 --- a/sdk/containerregistry/Azure.ResourceManager.ContainerRegistry/src/Custom/ContainerRegistry.Tasks/ArmContainerRegistryModelFactory.cs +++ b/sdk/containerregistry/Azure.ResourceManager.ContainerRegistry/src/Custom/ContainerRegistry.Tasks/ArmContainerRegistryModelFactory.cs @@ -298,3 +298,5 @@ public static SourceUploadDefinition SourceUploadDefinition(Uri uploadUri = null => throw new NotSupportedException("Use the corresponding method in Azure.ResourceManager.ContainerRegistry instead."); } } + +// Test comment for batching validation - DO NOT MERGE diff --git a/sdk/cosmosdb/Azure.Provisioning.CosmosDB/src/CosmosDBService.cs b/sdk/cosmosdb/Azure.Provisioning.CosmosDB/src/CosmosDBService.cs index eac63b50b293..c5996c40471e 100644 --- a/sdk/cosmosdb/Azure.Provisioning.CosmosDB/src/CosmosDBService.cs +++ b/sdk/cosmosdb/Azure.Provisioning.CosmosDB/src/CosmosDBService.cs @@ -22,3 +22,5 @@ public CosmosDBServiceProperties Properties get => throw new NotSupportedException("TODO: Needs to be implemented using extensibility API."); } } + +// Test comment for batching validation - DO NOT MERGE diff --git a/sdk/eventhub/Azure.Provisioning.EventHubs/src/Custom/EventHub.cs b/sdk/eventhub/Azure.Provisioning.EventHubs/src/Custom/EventHub.cs index daf3e3a1c370..8421a5a3ff9f 100644 --- a/sdk/eventhub/Azure.Provisioning.EventHubs/src/Custom/EventHub.cs +++ b/sdk/eventhub/Azure.Provisioning.EventHubs/src/Custom/EventHub.cs @@ -23,3 +23,5 @@ public static partial class ResourceVersions } } } + +// Test comment for batching validation - DO NOT MERGE diff --git a/sdk/eventhub/Azure.ResourceManager.EventHubs/src/Custom/EventHubData.cs b/sdk/eventhub/Azure.ResourceManager.EventHubs/src/Custom/EventHubData.cs index d0a94173bdaa..567d13ce67a0 100644 --- a/sdk/eventhub/Azure.ResourceManager.EventHubs/src/Custom/EventHubData.cs +++ b/sdk/eventhub/Azure.ResourceManager.EventHubs/src/Custom/EventHubData.cs @@ -35,3 +35,5 @@ public long? MessageRetentionInDays } } } + +// Test comment for batching validation - DO NOT MERGE diff --git a/sdk/keyvault/Azure.Security.KeyVault.Administration/src/KeyVaultRoleAssignment.cs b/sdk/keyvault/Azure.Security.KeyVault.Administration/src/KeyVaultRoleAssignment.cs index f2419d08fb77..f3ff7468cc63 100644 --- a/sdk/keyvault/Azure.Security.KeyVault.Administration/src/KeyVaultRoleAssignment.cs +++ b/sdk/keyvault/Azure.Security.KeyVault.Administration/src/KeyVaultRoleAssignment.cs @@ -12,5 +12,3 @@ public partial class KeyVaultRoleAssignment { } } - -// Test comment for batching validation - DO NOT MERGE diff --git a/sdk/keyvault/Azure.Security.KeyVault.Keys/src/CreateEcKeyOptions.cs b/sdk/keyvault/Azure.Security.KeyVault.Keys/src/CreateEcKeyOptions.cs index 275cbddf0174..3775df86b9e3 100644 --- a/sdk/keyvault/Azure.Security.KeyVault.Keys/src/CreateEcKeyOptions.cs +++ b/sdk/keyvault/Azure.Security.KeyVault.Keys/src/CreateEcKeyOptions.cs @@ -56,5 +56,3 @@ public CreateEcKeyOptions(string name, bool hardwareProtected = false) } } } - -// Test comment for batching validation - DO NOT MERGE diff --git a/sdk/servicebus/Azure.Provisioning.ServiceBus/src/MigrationConfiguration.cs b/sdk/servicebus/Azure.Provisioning.ServiceBus/src/MigrationConfiguration.cs index 75ab94fd5eb9..c2d7e67f033b 100644 --- a/sdk/servicebus/Azure.Provisioning.ServiceBus/src/MigrationConfiguration.cs +++ b/sdk/servicebus/Azure.Provisioning.ServiceBus/src/MigrationConfiguration.cs @@ -11,3 +11,5 @@ public partial class MigrationConfiguration private partial BicepValue GetNameDefaultValue() => new StringLiteralExpression("$default"); } + +// Test comment for batching validation - DO NOT MERGE diff --git a/sdk/sqlmanagement/Azure.ResourceManager.Sql/src/Properties/AssemblyInfo.cs b/sdk/sqlmanagement/Azure.ResourceManager.Sql/src/Properties/AssemblyInfo.cs index 6022698bdd86..8721bb7edcf4 100644 --- a/sdk/sqlmanagement/Azure.ResourceManager.Sql/src/Properties/AssemblyInfo.cs +++ b/sdk/sqlmanagement/Azure.ResourceManager.Sql/src/Properties/AssemblyInfo.cs @@ -7,5 +7,3 @@ [assembly: InternalsVisibleTo("DynamicProxyGenAssembly2, PublicKey=0024000004800000940000000602000000240000525341310004000001000100c547cac37abd99c8db225ef2f6c8a3602f3b3606cc9891605d02baa56104f4cfc0734aa39b93bf7852f7d9266654753cc297e7d2edfe0bac1cdcf9f717241550e0a7b191195b7667bb4f64bcb8e2121380fd1d9d46ad2d92d2d15605093924cceaf74c4861eff62abf69b9291ed0a340e113be11e6a7d3113e92484cf7045cc7")] [assembly: InternalsVisibleTo("Azure.ResourceManager.Sql.Tests, PublicKey=0024000004800000940000000602000000240000525341310004000001000100d15ddcb29688295338af4b7686603fe614abd555e09efba8fb88ee09e1f7b1ccaeed2e8f823fa9eef3fdd60217fc012ea67d2479751a0b8c087a4185541b851bd8b16f8d91b840e51b1cb0ba6fe647997e57429265e85ef62d565db50a69ae1647d54d7bd855e4db3d8a91510e5bcbd0edfbbecaa20a7bd9ae74593daa7b11b4")] - -// Test comment for batching validation - DO NOT MERGE diff --git a/sdk/storage/Azure.Storage.Blobs/src/AppendBlobClient.cs b/sdk/storage/Azure.Storage.Blobs/src/AppendBlobClient.cs index abb96f65a313..33a2a5499f4c 100644 --- a/sdk/storage/Azure.Storage.Blobs/src/AppendBlobClient.cs +++ b/sdk/storage/Azure.Storage.Blobs/src/AppendBlobClient.cs @@ -2162,5 +2162,3 @@ public static AppendBlobClient GetAppendBlobClient( } } } - -// Test comment for batching validation - DO NOT MERGE diff --git a/sdk/storage/Azure.Storage.DataMovement/src/StorageResourceContainer.cs b/sdk/storage/Azure.Storage.DataMovement/src/StorageResourceContainer.cs index 938c6ecd8bae..ced0f370cefd 100644 --- a/sdk/storage/Azure.Storage.DataMovement/src/StorageResourceContainer.cs +++ b/sdk/storage/Azure.Storage.DataMovement/src/StorageResourceContainer.cs @@ -98,5 +98,3 @@ protected internal virtual Task CreateAsync( protected internal override bool IsContainer => true; } } - -// Test comment for batching validation - DO NOT MERGE diff --git a/sdk/storage/Azure.Storage.Files.Shares/src/ShareRestClient.cs b/sdk/storage/Azure.Storage.Files.Shares/src/ShareRestClient.cs index 68866daab300..dffb4887eef3 100644 --- a/sdk/storage/Azure.Storage.Files.Shares/src/ShareRestClient.cs +++ b/sdk/storage/Azure.Storage.Files.Shares/src/ShareRestClient.cs @@ -7,5 +7,3 @@ internal partial class ShareRestClient { } } - -// Test comment for batching validation - DO NOT MERGE From ce8c8e4f0517f665e1764754491580074c7bb91a Mon Sep 17 00:00:00 2001 From: Wei Lim Date: Thu, 30 Jul 2026 14:22:51 -0700 Subject: [PATCH 06/10] Avoid flaky Container Registry test package Amp-Thread-ID: https://ampcode.com/threads/T-019fb458-7e27-73e2-90e8-6b15436827d2 Co-authored-by: Amp --- .../src/Artifact/RegistryArtifact.cs | 2 -- .../src/LruCache.cs | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sdk/containerregistry/Azure.Containers.ContainerRegistry/src/Artifact/RegistryArtifact.cs b/sdk/containerregistry/Azure.Containers.ContainerRegistry/src/Artifact/RegistryArtifact.cs index e37284b486cb..e64a67169593 100644 --- a/sdk/containerregistry/Azure.Containers.ContainerRegistry/src/Artifact/RegistryArtifact.cs +++ b/sdk/containerregistry/Azure.Containers.ContainerRegistry/src/Artifact/RegistryArtifact.cs @@ -565,5 +565,3 @@ public virtual Response DeleteTag(string tag, CancellationToken cancellationToke #endregion } } - -// Test comment for batching validation - DO NOT MERGE diff --git a/sdk/schemaregistry/Microsoft.Azure.Data.SchemaRegistry.ApacheAvro/src/LruCache.cs b/sdk/schemaregistry/Microsoft.Azure.Data.SchemaRegistry.ApacheAvro/src/LruCache.cs index 5814bbe16301..d6ccdd23cb95 100644 --- a/sdk/schemaregistry/Microsoft.Azure.Data.SchemaRegistry.ApacheAvro/src/LruCache.cs +++ b/sdk/schemaregistry/Microsoft.Azure.Data.SchemaRegistry.ApacheAvro/src/LruCache.cs @@ -115,3 +115,5 @@ public void AddOrUpdate(TKey key, TValue? val, int length) IEnumerator IEnumerable.GetEnumerator() => GetEnumerator(); } } + +// Test comment for batching validation - DO NOT MERGE From e3baf22194b710a196dfd5dd92730ab84321f5a2 Mon Sep 17 00:00:00 2001 From: Wei Lim Date: Thu, 30 Jul 2026 15:03:57 -0700 Subject: [PATCH 07/10] Trigger validation on latest main Amp-Thread-ID: https://ampcode.com/threads/T-019fb458-7e27-73e2-90e8-6b15436827d2 Co-authored-by: Amp From f70d4100b9446bdbef92103caedbba4e989a8c8a Mon Sep 17 00:00:00 2001 From: Wei Lim Date: Thu, 30 Jul 2026 17:17:15 -0700 Subject: [PATCH 08/10] Update 20-package batching validation set Amp-Thread-ID: https://ampcode.com/threads/T-019fb458-7e27-73e2-90e8-6b15436827d2 Co-authored-by: Amp --- .../src/Properties/AssemblyInfo.cs | 1 + .../src/Custom/FarmingParties.cs | 3 ++- .../src/Customized/GalleryResource.cs | 2 -- .../src/Properties/AssemblyInfo.cs | 2 -- .../src/Properties/AssemblyInfo.cs | 1 + .../src/Properties/AssemblyInfo.cs | 1 + .../src/Properties/AssemblyInfo.cs | 1 + .../src/Azure.Provisioning.ContainerRegistry.csproj | 1 - .../ArmContainerRegistryModelFactory.cs | 2 -- .../src/Properties/AssemblyInfo.cs | 1 + .../src/Primitives/BlobCheckpointStore.cs | 2 -- sdk/eventhub/Azure.Messaging.EventHubs/src/EventData.cs | 2 -- .../Azure.Provisioning.EventHubs/src/Custom/EventHub.cs | 2 -- .../Azure.ResourceManager.EventHubs/src/Custom/EventHubData.cs | 2 -- .../src/Customization/FhirServiceData.cs | 1 + .../Azure.Identity.Broker/src/DevelopmentBrokerOptions.cs | 2 -- sdk/identity/Azure.Identity/src/TypeForwarders.cs | 2 -- .../src/Properties/AssemblyInfo.cs | 1 + .../Azure.ResourceManager.Maps/src/Properties/AssemblyInfo.cs | 1 + .../src/Azure.Provisioning.Redis.csproj | 1 - .../src/Customization/Models/RedisEnterpriseClusterPatch.cs | 1 + .../src/Properties/AssemblyInfo.cs | 1 + .../src/LruCache.cs | 2 -- .../src/Customization/ArmStorageMoverModelFactory.cs | 1 + 24 files changed, 13 insertions(+), 23 deletions(-) diff --git a/sdk/advisor/Azure.ResourceManager.Advisor/src/Properties/AssemblyInfo.cs b/sdk/advisor/Azure.ResourceManager.Advisor/src/Properties/AssemblyInfo.cs index fb970fca0a9e..fe78ce6115a8 100644 --- a/sdk/advisor/Azure.ResourceManager.Advisor/src/Properties/AssemblyInfo.cs +++ b/sdk/advisor/Azure.ResourceManager.Advisor/src/Properties/AssemblyInfo.cs @@ -7,3 +7,4 @@ [assembly: InternalsVisibleTo("DynamicProxyGenAssembly2, PublicKey=0024000004800000940000000602000000240000525341310004000001000100c547cac37abd99c8db225ef2f6c8a3602f3b3606cc9891605d02baa56104f4cfc0734aa39b93bf7852f7d9266654753cc297e7d2edfe0bac1cdcf9f717241550e0a7b191195b7667bb4f64bcb8e2121380fd1d9d46ad2d92d2d15605093924cceaf74c4861eff62abf69b9291ed0a340e113be11e6a7d3113e92484cf7045cc7")] [assembly: InternalsVisibleTo("Azure.ResourceManager.Advisor.Tests, PublicKey=0024000004800000940000000602000000240000525341310004000001000100d15ddcb29688295338af4b7686603fe614abd555e09efba8fb88ee09e1f7b1ccaeed2e8f823fa9eef3fdd60217fc012ea67d2479751a0b8c087a4185541b851bd8b16f8d91b840e51b1cb0ba6fe647997e57429265e85ef62d565db50a69ae1647d54d7bd855e4db3d8a91510e5bcbd0edfbbecaa20a7bd9ae74593daa7b11b4")] +// Test comment for batching validation - DO NOT MERGE diff --git a/sdk/agrifood/Azure.Verticals.AgriFood.Farming/src/Custom/FarmingParties.cs b/sdk/agrifood/Azure.Verticals.AgriFood.Farming/src/Custom/FarmingParties.cs index bcd3b2fc60d6..a1c889caaeb3 100644 --- a/sdk/agrifood/Azure.Verticals.AgriFood.Farming/src/Custom/FarmingParties.cs +++ b/sdk/agrifood/Azure.Verticals.AgriFood.Farming/src/Custom/FarmingParties.cs @@ -10,4 +10,5 @@ namespace Azure.Verticals.AgriFood.Farming public partial class FarmingParties { } -} \ No newline at end of file +} +// Test comment for batching validation - DO NOT MERGE diff --git a/sdk/compute/Azure.Provisioning.Compute/src/Customized/GalleryResource.cs b/sdk/compute/Azure.Provisioning.Compute/src/Customized/GalleryResource.cs index 8ac1e18020d6..7086bba631e9 100644 --- a/sdk/compute/Azure.Provisioning.Compute/src/Customized/GalleryResource.cs +++ b/sdk/compute/Azure.Provisioning.Compute/src/Customized/GalleryResource.cs @@ -10,5 +10,3 @@ public partial class GalleryResource { } } - -// Test comment for batching validation - DO NOT MERGE diff --git a/sdk/compute/Azure.ResourceManager.Compute/src/Properties/AssemblyInfo.cs b/sdk/compute/Azure.ResourceManager.Compute/src/Properties/AssemblyInfo.cs index d452ddd0e25a..b68e36c60354 100644 --- a/sdk/compute/Azure.ResourceManager.Compute/src/Properties/AssemblyInfo.cs +++ b/sdk/compute/Azure.ResourceManager.Compute/src/Properties/AssemblyInfo.cs @@ -7,5 +7,3 @@ [assembly: InternalsVisibleTo("DynamicProxyGenAssembly2, PublicKey=0024000004800000940000000602000000240000525341310004000001000100c547cac37abd99c8db225ef2f6c8a3602f3b3606cc9891605d02baa56104f4cfc0734aa39b93bf7852f7d9266654753cc297e7d2edfe0bac1cdcf9f717241550e0a7b191195b7667bb4f64bcb8e2121380fd1d9d46ad2d92d2d15605093924cceaf74c4861eff62abf69b9291ed0a340e113be11e6a7d3113e92484cf7045cc7")] [assembly: InternalsVisibleTo("Azure.ResourceManager.Compute.Tests, PublicKey=0024000004800000940000000602000000240000525341310004000001000100d15ddcb29688295338af4b7686603fe614abd555e09efba8fb88ee09e1f7b1ccaeed2e8f823fa9eef3fdd60217fc012ea67d2479751a0b8c087a4185541b851bd8b16f8d91b840e51b1cb0ba6fe647997e57429265e85ef62d565db50a69ae1647d54d7bd855e4db3d8a91510e5bcbd0edfbbecaa20a7bd9ae74593daa7b11b4")] - -// Test comment for batching validation - DO NOT MERGE diff --git a/sdk/confluent/Azure.ResourceManager.Confluent/src/Properties/AssemblyInfo.cs b/sdk/confluent/Azure.ResourceManager.Confluent/src/Properties/AssemblyInfo.cs index d972cab96da3..1ab0e75aa245 100644 --- a/sdk/confluent/Azure.ResourceManager.Confluent/src/Properties/AssemblyInfo.cs +++ b/sdk/confluent/Azure.ResourceManager.Confluent/src/Properties/AssemblyInfo.cs @@ -7,3 +7,4 @@ [assembly: InternalsVisibleTo("DynamicProxyGenAssembly2, PublicKey=0024000004800000940000000602000000240000525341310004000001000100c547cac37abd99c8db225ef2f6c8a3602f3b3606cc9891605d02baa56104f4cfc0734aa39b93bf7852f7d9266654753cc297e7d2edfe0bac1cdcf9f717241550e0a7b191195b7667bb4f64bcb8e2121380fd1d9d46ad2d92d2d15605093924cceaf74c4861eff62abf69b9291ed0a340e113be11e6a7d3113e92484cf7045cc7")] [assembly: InternalsVisibleTo("Azure.ResourceManager.Confluent.Tests, PublicKey=0024000004800000940000000602000000240000525341310004000001000100d15ddcb29688295338af4b7686603fe614abd555e09efba8fb88ee09e1f7b1ccaeed2e8f823fa9eef3fdd60217fc012ea67d2479751a0b8c087a4185541b851bd8b16f8d91b840e51b1cb0ba6fe647997e57429265e85ef62d565db50a69ae1647d54d7bd855e4db3d8a91510e5bcbd0edfbbecaa20a7bd9ae74593daa7b11b4")] +// Test comment for batching validation - DO NOT MERGE diff --git a/sdk/connectedvmwarevsphere/Azure.ResourceManager.ConnectedVMwarevSphere/src/Properties/AssemblyInfo.cs b/sdk/connectedvmwarevsphere/Azure.ResourceManager.ConnectedVMwarevSphere/src/Properties/AssemblyInfo.cs index 36b9e993ed74..92dcf2d180cc 100644 --- a/sdk/connectedvmwarevsphere/Azure.ResourceManager.ConnectedVMwarevSphere/src/Properties/AssemblyInfo.cs +++ b/sdk/connectedvmwarevsphere/Azure.ResourceManager.ConnectedVMwarevSphere/src/Properties/AssemblyInfo.cs @@ -7,3 +7,4 @@ [assembly: InternalsVisibleTo("DynamicProxyGenAssembly2, PublicKey=0024000004800000940000000602000000240000525341310004000001000100c547cac37abd99c8db225ef2f6c8a3602f3b3606cc9891605d02baa56104f4cfc0734aa39b93bf7852f7d9266654753cc297e7d2edfe0bac1cdcf9f717241550e0a7b191195b7667bb4f64bcb8e2121380fd1d9d46ad2d92d2d15605093924cceaf74c4861eff62abf69b9291ed0a340e113be11e6a7d3113e92484cf7045cc7")] [assembly: InternalsVisibleTo("Azure.ResourceManager.ConnectedVMwarevSphere.Tests, PublicKey=0024000004800000940000000602000000240000525341310004000001000100d15ddcb29688295338af4b7686603fe614abd555e09efba8fb88ee09e1f7b1ccaeed2e8f823fa9eef3fdd60217fc012ea67d2479751a0b8c087a4185541b851bd8b16f8d91b840e51b1cb0ba6fe647997e57429265e85ef62d565db50a69ae1647d54d7bd855e4db3d8a91510e5bcbd0edfbbecaa20a7bd9ae74593daa7b11b4")] +// Test comment for batching validation - DO NOT MERGE diff --git a/sdk/containerinstance/Azure.ResourceManager.ContainerInstance/src/Properties/AssemblyInfo.cs b/sdk/containerinstance/Azure.ResourceManager.ContainerInstance/src/Properties/AssemblyInfo.cs index 2fd893acce23..fd643b899be4 100644 --- a/sdk/containerinstance/Azure.ResourceManager.ContainerInstance/src/Properties/AssemblyInfo.cs +++ b/sdk/containerinstance/Azure.ResourceManager.ContainerInstance/src/Properties/AssemblyInfo.cs @@ -7,3 +7,4 @@ [assembly: InternalsVisibleTo("DynamicProxyGenAssembly2, PublicKey=0024000004800000940000000602000000240000525341310004000001000100c547cac37abd99c8db225ef2f6c8a3602f3b3606cc9891605d02baa56104f4cfc0734aa39b93bf7852f7d9266654753cc297e7d2edfe0bac1cdcf9f717241550e0a7b191195b7667bb4f64bcb8e2121380fd1d9d46ad2d92d2d15605093924cceaf74c4861eff62abf69b9291ed0a340e113be11e6a7d3113e92484cf7045cc7")] [assembly: InternalsVisibleTo("Azure.ResourceManager.ContainerInstance.Tests, PublicKey=0024000004800000940000000602000000240000525341310004000001000100d15ddcb29688295338af4b7686603fe614abd555e09efba8fb88ee09e1f7b1ccaeed2e8f823fa9eef3fdd60217fc012ea67d2479751a0b8c087a4185541b851bd8b16f8d91b840e51b1cb0ba6fe647997e57429265e85ef62d565db50a69ae1647d54d7bd855e4db3d8a91510e5bcbd0edfbbecaa20a7bd9ae74593daa7b11b4")] +// Test comment for batching validation - DO NOT MERGE diff --git a/sdk/containerregistry/Azure.Provisioning.ContainerRegistry/src/Azure.Provisioning.ContainerRegistry.csproj b/sdk/containerregistry/Azure.Provisioning.ContainerRegistry/src/Azure.Provisioning.ContainerRegistry.csproj index f284141d2eef..e9135c613642 100644 --- a/sdk/containerregistry/Azure.Provisioning.ContainerRegistry/src/Azure.Provisioning.ContainerRegistry.csproj +++ b/sdk/containerregistry/Azure.Provisioning.ContainerRegistry/src/Azure.Provisioning.ContainerRegistry.csproj @@ -19,4 +19,3 @@ --> - diff --git a/sdk/containerregistry/Azure.ResourceManager.ContainerRegistry/src/Custom/ContainerRegistry.Tasks/ArmContainerRegistryModelFactory.cs b/sdk/containerregistry/Azure.ResourceManager.ContainerRegistry/src/Custom/ContainerRegistry.Tasks/ArmContainerRegistryModelFactory.cs index 748e94808561..e9457cf89307 100644 --- a/sdk/containerregistry/Azure.ResourceManager.ContainerRegistry/src/Custom/ContainerRegistry.Tasks/ArmContainerRegistryModelFactory.cs +++ b/sdk/containerregistry/Azure.ResourceManager.ContainerRegistry/src/Custom/ContainerRegistry.Tasks/ArmContainerRegistryModelFactory.cs @@ -298,5 +298,3 @@ public static SourceUploadDefinition SourceUploadDefinition(Uri uploadUri = null => throw new NotSupportedException("Use the corresponding method in Azure.ResourceManager.ContainerRegistry instead."); } } - -// Test comment for batching validation - DO NOT MERGE diff --git a/sdk/domainservices/Azure.ResourceManager.DomainServices/src/Properties/AssemblyInfo.cs b/sdk/domainservices/Azure.ResourceManager.DomainServices/src/Properties/AssemblyInfo.cs index 0735558561cb..23edf42848ae 100644 --- a/sdk/domainservices/Azure.ResourceManager.DomainServices/src/Properties/AssemblyInfo.cs +++ b/sdk/domainservices/Azure.ResourceManager.DomainServices/src/Properties/AssemblyInfo.cs @@ -7,3 +7,4 @@ [assembly: InternalsVisibleTo("DynamicProxyGenAssembly2, PublicKey=0024000004800000940000000602000000240000525341310004000001000100c547cac37abd99c8db225ef2f6c8a3602f3b3606cc9891605d02baa56104f4cfc0734aa39b93bf7852f7d9266654753cc297e7d2edfe0bac1cdcf9f717241550e0a7b191195b7667bb4f64bcb8e2121380fd1d9d46ad2d92d2d15605093924cceaf74c4861eff62abf69b9291ed0a340e113be11e6a7d3113e92484cf7045cc7")] [assembly: InternalsVisibleTo("Azure.ResourceManager.DomainServices.Tests, PublicKey=0024000004800000940000000602000000240000525341310004000001000100d15ddcb29688295338af4b7686603fe614abd555e09efba8fb88ee09e1f7b1ccaeed2e8f823fa9eef3fdd60217fc012ea67d2479751a0b8c087a4185541b851bd8b16f8d91b840e51b1cb0ba6fe647997e57429265e85ef62d565db50a69ae1647d54d7bd855e4db3d8a91510e5bcbd0edfbbecaa20a7bd9ae74593daa7b11b4")] +// Test comment for batching validation - DO NOT MERGE diff --git a/sdk/eventhub/Azure.Messaging.EventHubs.Processor/src/Primitives/BlobCheckpointStore.cs b/sdk/eventhub/Azure.Messaging.EventHubs.Processor/src/Primitives/BlobCheckpointStore.cs index 46322e8c5b5c..dcaf741db69e 100644 --- a/sdk/eventhub/Azure.Messaging.EventHubs.Processor/src/Primitives/BlobCheckpointStore.cs +++ b/sdk/eventhub/Azure.Messaging.EventHubs.Processor/src/Primitives/BlobCheckpointStore.cs @@ -147,5 +147,3 @@ public override Task UpdateCheckpointAsync(string fullyQualifiedNamespace, CancellationToken cancellationToken) => _checkpointStoreImplementation.UpdateCheckpointAsync(fullyQualifiedNamespace, eventHubName, consumerGroup, partitionId, clientIdentifier, startingPosition, cancellationToken); } } - -// Test comment for batching validation - DO NOT MERGE diff --git a/sdk/eventhub/Azure.Messaging.EventHubs/src/EventData.cs b/sdk/eventhub/Azure.Messaging.EventHubs/src/EventData.cs index 1a2e3ce25e20..e33c83951c32 100644 --- a/sdk/eventhub/Azure.Messaging.EventHubs/src/EventData.cs +++ b/sdk/eventhub/Azure.Messaging.EventHubs/src/EventData.cs @@ -824,5 +824,3 @@ internal EventData Clone() } } } - -// Test comment for batching validation - DO NOT MERGE diff --git a/sdk/eventhub/Azure.Provisioning.EventHubs/src/Custom/EventHub.cs b/sdk/eventhub/Azure.Provisioning.EventHubs/src/Custom/EventHub.cs index 8421a5a3ff9f..daf3e3a1c370 100644 --- a/sdk/eventhub/Azure.Provisioning.EventHubs/src/Custom/EventHub.cs +++ b/sdk/eventhub/Azure.Provisioning.EventHubs/src/Custom/EventHub.cs @@ -23,5 +23,3 @@ public static partial class ResourceVersions } } } - -// Test comment for batching validation - DO NOT MERGE diff --git a/sdk/eventhub/Azure.ResourceManager.EventHubs/src/Custom/EventHubData.cs b/sdk/eventhub/Azure.ResourceManager.EventHubs/src/Custom/EventHubData.cs index 567d13ce67a0..d0a94173bdaa 100644 --- a/sdk/eventhub/Azure.ResourceManager.EventHubs/src/Custom/EventHubData.cs +++ b/sdk/eventhub/Azure.ResourceManager.EventHubs/src/Custom/EventHubData.cs @@ -35,5 +35,3 @@ public long? MessageRetentionInDays } } } - -// Test comment for batching validation - DO NOT MERGE diff --git a/sdk/healthcareapis/Azure.ResourceManager.HealthcareApis/src/Customization/FhirServiceData.cs b/sdk/healthcareapis/Azure.ResourceManager.HealthcareApis/src/Customization/FhirServiceData.cs index ebdc8759a4be..119a14672497 100644 --- a/sdk/healthcareapis/Azure.ResourceManager.HealthcareApis/src/Customization/FhirServiceData.cs +++ b/sdk/healthcareapis/Azure.ResourceManager.HealthcareApis/src/Customization/FhirServiceData.cs @@ -17,3 +17,4 @@ public partial class FhirServiceData public IList AccessPolicies { get; } } } +// Test comment for batching validation - DO NOT MERGE diff --git a/sdk/identity/Azure.Identity.Broker/src/DevelopmentBrokerOptions.cs b/sdk/identity/Azure.Identity.Broker/src/DevelopmentBrokerOptions.cs index f9a109aaae9b..8c009e2927ed 100644 --- a/sdk/identity/Azure.Identity.Broker/src/DevelopmentBrokerOptions.cs +++ b/sdk/identity/Azure.Identity.Broker/src/DevelopmentBrokerOptions.cs @@ -77,5 +77,3 @@ private void AddBroker(PublicClientApplicationBuilder builder) } } } - -// Test comment for batching validation - DO NOT MERGE diff --git a/sdk/identity/Azure.Identity/src/TypeForwarders.cs b/sdk/identity/Azure.Identity/src/TypeForwarders.cs index 4560766b0293..b51446ec1695 100644 --- a/sdk/identity/Azure.Identity/src/TypeForwarders.cs +++ b/sdk/identity/Azure.Identity/src/TypeForwarders.cs @@ -60,5 +60,3 @@ [assembly: TypeForwardedTo(typeof(VisualStudioCredentialOptions))] [assembly: TypeForwardedTo(typeof(WorkloadIdentityCredential))] [assembly: TypeForwardedTo(typeof(WorkloadIdentityCredentialOptions))] - -// Test comment for batching validation - DO NOT MERGE diff --git a/sdk/labservices/Azure.ResourceManager.LabServices/src/Properties/AssemblyInfo.cs b/sdk/labservices/Azure.ResourceManager.LabServices/src/Properties/AssemblyInfo.cs index 0fe43b74f48b..7e7576bbd2d3 100644 --- a/sdk/labservices/Azure.ResourceManager.LabServices/src/Properties/AssemblyInfo.cs +++ b/sdk/labservices/Azure.ResourceManager.LabServices/src/Properties/AssemblyInfo.cs @@ -7,3 +7,4 @@ [assembly: InternalsVisibleTo("DynamicProxyGenAssembly2, PublicKey=0024000004800000940000000602000000240000525341310004000001000100c547cac37abd99c8db225ef2f6c8a3602f3b3606cc9891605d02baa56104f4cfc0734aa39b93bf7852f7d9266654753cc297e7d2edfe0bac1cdcf9f717241550e0a7b191195b7667bb4f64bcb8e2121380fd1d9d46ad2d92d2d15605093924cceaf74c4861eff62abf69b9291ed0a340e113be11e6a7d3113e92484cf7045cc7")] [assembly: InternalsVisibleTo("Azure.ResourceManager.LabServices.Tests, PublicKey=0024000004800000940000000602000000240000525341310004000001000100d15ddcb29688295338af4b7686603fe614abd555e09efba8fb88ee09e1f7b1ccaeed2e8f823fa9eef3fdd60217fc012ea67d2479751a0b8c087a4185541b851bd8b16f8d91b840e51b1cb0ba6fe647997e57429265e85ef62d565db50a69ae1647d54d7bd855e4db3d8a91510e5bcbd0edfbbecaa20a7bd9ae74593daa7b11b4")] +// Test comment for batching validation - DO NOT MERGE diff --git a/sdk/maps/Azure.ResourceManager.Maps/src/Properties/AssemblyInfo.cs b/sdk/maps/Azure.ResourceManager.Maps/src/Properties/AssemblyInfo.cs index d79941fc5238..be68abfbb5c9 100644 --- a/sdk/maps/Azure.ResourceManager.Maps/src/Properties/AssemblyInfo.cs +++ b/sdk/maps/Azure.ResourceManager.Maps/src/Properties/AssemblyInfo.cs @@ -7,3 +7,4 @@ [assembly: InternalsVisibleTo("DynamicProxyGenAssembly2, PublicKey=0024000004800000940000000602000000240000525341310004000001000100c547cac37abd99c8db225ef2f6c8a3602f3b3606cc9891605d02baa56104f4cfc0734aa39b93bf7852f7d9266654753cc297e7d2edfe0bac1cdcf9f717241550e0a7b191195b7667bb4f64bcb8e2121380fd1d9d46ad2d92d2d15605093924cceaf74c4861eff62abf69b9291ed0a340e113be11e6a7d3113e92484cf7045cc7")] [assembly: InternalsVisibleTo("Azure.ResourceManager.Maps.Tests, PublicKey=0024000004800000940000000602000000240000525341310004000001000100d15ddcb29688295338af4b7686603fe614abd555e09efba8fb88ee09e1f7b1ccaeed2e8f823fa9eef3fdd60217fc012ea67d2479751a0b8c087a4185541b851bd8b16f8d91b840e51b1cb0ba6fe647997e57429265e85ef62d565db50a69ae1647d54d7bd855e4db3d8a91510e5bcbd0edfbbecaa20a7bd9ae74593daa7b11b4")] +// Test comment for batching validation - DO NOT MERGE diff --git a/sdk/redis/Azure.Provisioning.Redis/src/Azure.Provisioning.Redis.csproj b/sdk/redis/Azure.Provisioning.Redis/src/Azure.Provisioning.Redis.csproj index 06097e8d9cbf..ce1ac344d3f7 100644 --- a/sdk/redis/Azure.Provisioning.Redis/src/Azure.Provisioning.Redis.csproj +++ b/sdk/redis/Azure.Provisioning.Redis/src/Azure.Provisioning.Redis.csproj @@ -14,4 +14,3 @@ - diff --git a/sdk/redisenterprise/Azure.ResourceManager.RedisEnterprise/src/Customization/Models/RedisEnterpriseClusterPatch.cs b/sdk/redisenterprise/Azure.ResourceManager.RedisEnterprise/src/Customization/Models/RedisEnterpriseClusterPatch.cs index c1c0d5fb1295..b9035d9338ae 100644 --- a/sdk/redisenterprise/Azure.ResourceManager.RedisEnterprise/src/Customization/Models/RedisEnterpriseClusterPatch.cs +++ b/sdk/redisenterprise/Azure.ResourceManager.RedisEnterprise/src/Customization/Models/RedisEnterpriseClusterPatch.cs @@ -15,3 +15,4 @@ namespace Azure.ResourceManager.RedisEnterprise.Models public partial class RedisEnterpriseClusterPatch { } } +// Test comment for batching validation - DO NOT MERGE diff --git a/sdk/resourcegraph/Azure.ResourceManager.ResourceGraph/src/Properties/AssemblyInfo.cs b/sdk/resourcegraph/Azure.ResourceManager.ResourceGraph/src/Properties/AssemblyInfo.cs index 952d64d9a33e..763c0ff4614d 100644 --- a/sdk/resourcegraph/Azure.ResourceManager.ResourceGraph/src/Properties/AssemblyInfo.cs +++ b/sdk/resourcegraph/Azure.ResourceManager.ResourceGraph/src/Properties/AssemblyInfo.cs @@ -7,3 +7,4 @@ [assembly: InternalsVisibleTo("DynamicProxyGenAssembly2, PublicKey=0024000004800000940000000602000000240000525341310004000001000100c547cac37abd99c8db225ef2f6c8a3602f3b3606cc9891605d02baa56104f4cfc0734aa39b93bf7852f7d9266654753cc297e7d2edfe0bac1cdcf9f717241550e0a7b191195b7667bb4f64bcb8e2121380fd1d9d46ad2d92d2d15605093924cceaf74c4861eff62abf69b9291ed0a340e113be11e6a7d3113e92484cf7045cc7")] [assembly: InternalsVisibleTo("Azure.ResourceManager.ResourceGraph.Tests, PublicKey=0024000004800000940000000602000000240000525341310004000001000100d15ddcb29688295338af4b7686603fe614abd555e09efba8fb88ee09e1f7b1ccaeed2e8f823fa9eef3fdd60217fc012ea67d2479751a0b8c087a4185541b851bd8b16f8d91b840e51b1cb0ba6fe647997e57429265e85ef62d565db50a69ae1647d54d7bd855e4db3d8a91510e5bcbd0edfbbecaa20a7bd9ae74593daa7b11b4")] +// Test comment for batching validation - DO NOT MERGE diff --git a/sdk/schemaregistry/Microsoft.Azure.Data.SchemaRegistry.ApacheAvro/src/LruCache.cs b/sdk/schemaregistry/Microsoft.Azure.Data.SchemaRegistry.ApacheAvro/src/LruCache.cs index d6ccdd23cb95..5814bbe16301 100644 --- a/sdk/schemaregistry/Microsoft.Azure.Data.SchemaRegistry.ApacheAvro/src/LruCache.cs +++ b/sdk/schemaregistry/Microsoft.Azure.Data.SchemaRegistry.ApacheAvro/src/LruCache.cs @@ -115,5 +115,3 @@ public void AddOrUpdate(TKey key, TValue? val, int length) IEnumerator IEnumerable.GetEnumerator() => GetEnumerator(); } } - -// Test comment for batching validation - DO NOT MERGE diff --git a/sdk/storagemover/Azure.ResourceManager.StorageMover/src/Customization/ArmStorageMoverModelFactory.cs b/sdk/storagemover/Azure.ResourceManager.StorageMover/src/Customization/ArmStorageMoverModelFactory.cs index c3a9290ec6c0..516dffc651d8 100644 --- a/sdk/storagemover/Azure.ResourceManager.StorageMover/src/Customization/ArmStorageMoverModelFactory.cs +++ b/sdk/storagemover/Azure.ResourceManager.StorageMover/src/Customization/ArmStorageMoverModelFactory.cs @@ -183,3 +183,4 @@ public static StorageMoverEndpointData StorageMoverEndpointData(ResourceIdentifi => StorageMoverEndpointData(id, name, resourceType, systemData, properties, null); } } +// Test comment for batching validation - DO NOT MERGE From ff49cf56edd4190852049786b44fc44d5ed114ec Mon Sep 17 00:00:00 2001 From: Wei Lim Date: Fri, 31 Jul 2026 14:42:42 -0700 Subject: [PATCH 09/10] Repair 20-package batching validation set Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: e5e0d1d6-f002-4bd1-9156-55ec649d89cf --- .../src/Custom/FarmingParties.cs | 3 +-- .../src/Customized/ApiManagementProductResource.cs | 2 ++ .../Azure.ResourceManager.Billing/src/GlobalSuppressions.cs | 2 ++ .../src/Customization/FhirServiceData.cs | 1 - 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/sdk/agrifood/Azure.Verticals.AgriFood.Farming/src/Custom/FarmingParties.cs b/sdk/agrifood/Azure.Verticals.AgriFood.Farming/src/Custom/FarmingParties.cs index a1c889caaeb3..bcd3b2fc60d6 100644 --- a/sdk/agrifood/Azure.Verticals.AgriFood.Farming/src/Custom/FarmingParties.cs +++ b/sdk/agrifood/Azure.Verticals.AgriFood.Farming/src/Custom/FarmingParties.cs @@ -10,5 +10,4 @@ namespace Azure.Verticals.AgriFood.Farming public partial class FarmingParties { } -} -// Test comment for batching validation - DO NOT MERGE +} \ No newline at end of file diff --git a/sdk/apimanagement/Azure.ResourceManager.ApiManagement/src/Customized/ApiManagementProductResource.cs b/sdk/apimanagement/Azure.ResourceManager.ApiManagement/src/Customized/ApiManagementProductResource.cs index 32604145bc05..3e692a8aca57 100644 --- a/sdk/apimanagement/Azure.ResourceManager.ApiManagement/src/Customized/ApiManagementProductResource.cs +++ b/sdk/apimanagement/Azure.ResourceManager.ApiManagement/src/Customized/ApiManagementProductResource.cs @@ -68,4 +68,6 @@ public virtual Response CreateOrUpdateProductGroup(string grou return Response.FromValue(response.Value is null ? null : new ProductGroupData(response.Value), response.GetRawResponse()); } } + + // Test comment for batching validation - DO NOT MERGE } diff --git a/sdk/billing/Azure.ResourceManager.Billing/src/GlobalSuppressions.cs b/sdk/billing/Azure.ResourceManager.Billing/src/GlobalSuppressions.cs index d7eed88296c0..0a177a6fc160 100644 --- a/sdk/billing/Azure.ResourceManager.Billing/src/GlobalSuppressions.cs +++ b/sdk/billing/Azure.ResourceManager.Billing/src/GlobalSuppressions.cs @@ -9,3 +9,5 @@ using System.Diagnostics.CodeAnalysis; [assembly: SuppressMessage("Usage", "AZC0030:Avoid model name ending with 'Request'", Justification = "Class names are generated based on the Billing API.")] + +// Test comment for batching validation - DO NOT MERGE diff --git a/sdk/healthcareapis/Azure.ResourceManager.HealthcareApis/src/Customization/FhirServiceData.cs b/sdk/healthcareapis/Azure.ResourceManager.HealthcareApis/src/Customization/FhirServiceData.cs index 119a14672497..ebdc8759a4be 100644 --- a/sdk/healthcareapis/Azure.ResourceManager.HealthcareApis/src/Customization/FhirServiceData.cs +++ b/sdk/healthcareapis/Azure.ResourceManager.HealthcareApis/src/Customization/FhirServiceData.cs @@ -17,4 +17,3 @@ public partial class FhirServiceData public IList AccessPolicies { get; } } } -// Test comment for batching validation - DO NOT MERGE From ca3cb1d946c6386e1ae1b07d3c967e6b0c1fc8fe Mon Sep 17 00:00:00 2001 From: Wei Lim Date: Mon, 3 Aug 2026 15:39:43 -0700 Subject: [PATCH 10/10] Requeue experiment CI after feature update Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 19db450c-9af7-474e-b3f1-640d1f968126