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; }