Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Update models.tsp
  • Loading branch information
welovej committed Aug 25, 2025
commit 48631ac4a21258b77c68b4a76ba68be5e6229d85
8 changes: 0 additions & 8 deletions specification/storagemover/StorageMover.Management/models.tsp
Original file line number Diff line number Diff line change
Expand Up @@ -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;

/**
Expand Down Expand Up @@ -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;
}

Expand Down Expand Up @@ -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;
}

Expand Down Expand Up @@ -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;
}

Expand Down
Loading