Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ model ClusterUpdate {

#suppress "@azure-tools/typespec-azure-core/no-legacy-usage" "Legacy flatten"
@doc("The properties of a cluster resource that may be updated")
@Azure.ClientGenerator.Core.Legacy.flattenProperty
@Azure.ClientGenerator.Core.Legacy.flattenProperty("!javascript")
properties?: ClusterUpdateProperties;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ model PlacementPolicyProperties {
model PlacementPolicyUpdate {
#suppress "@azure-tools/typespec-azure-core/no-legacy-usage" "Legacy flatten"
@doc("The properties of a placement policy resource that may be updated")
@Azure.ClientGenerator.Core.Legacy.flattenProperty
@Azure.ClientGenerator.Core.Legacy.flattenProperty("!javascript")
properties?: PlacementPolicyUpdateProperties;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ model PrivateCloudUpdate {

#suppress "@azure-tools/typespec-azure-core/no-legacy-usage" "Legacy flatten"
@doc("The updatable properties of a private cloud resource")
@Azure.ClientGenerator.Core.Legacy.flattenProperty
@Azure.ClientGenerator.Core.Legacy.flattenProperty("!javascript")
properties?: PrivateCloudUpdateProperties;
}

Expand Down