From 48631ac4a21258b77c68b4a76ba68be5e6229d85 Mon Sep 17 00:00:00 2001 From: Wenming Liu Date: Mon, 25 Aug 2025 16:12:53 +0800 Subject: [PATCH] Update models.tsp --- .../storagemover/StorageMover.Management/models.tsp | 8 -------- 1 file changed, 8 deletions(-) diff --git a/specification/storagemover/StorageMover.Management/models.tsp b/specification/storagemover/StorageMover.Management/models.tsp index 2ebd45b43842..a8491f1b550f 100644 --- a/specification/storagemover/StorageMover.Management/models.tsp +++ b/specification/storagemover/StorageMover.Management/models.tsp @@ -280,8 +280,6 @@ model StorageMoverUpdateParameters { /** * The resource specific properties for the Storage Mover resource. */ - #suppress "@azure-tools/typespec-azure-core/no-private-usage" "FIXME: Update justification, follow aka.ms/tsp/conversion-fix for details" - @Azure.ResourceManager.Private.conditionalClientFlatten properties?: StorageMoverUpdateProperties; /** @@ -484,9 +482,7 @@ model AgentPropertiesErrorDetails { * The Agent resource. */ model AgentUpdateParameters { - #suppress "@azure-tools/typespec-azure-core/no-private-usage" "FIXME: Update justification, follow aka.ms/tsp/conversion-fix for details" #suppress "@azure-tools/typespec-azure-core/documentation-required" "FIXME: Update justification, follow aka.ms/tsp/conversion-fix for details" - @Azure.ResourceManager.Private.conditionalClientFlatten properties?: AgentUpdateProperties; } @@ -596,8 +592,6 @@ model ProjectUpdateParameters { /** * Project properties. */ - #suppress "@azure-tools/typespec-azure-core/no-private-usage" "FIXME: Update justification, follow aka.ms/tsp/conversion-fix for details" - @Azure.ResourceManager.Private.conditionalClientFlatten properties?: ProjectUpdateProperties; } @@ -832,8 +826,6 @@ model JobDefinitionUpdateParameters { /** * Job definition properties. */ - #suppress "@azure-tools/typespec-azure-core/no-private-usage" "FIXME: Update justification, follow aka.ms/tsp/conversion-fix for details" - @Azure.ResourceManager.Private.conditionalClientFlatten properties?: JobDefinitionUpdateProperties; }