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 @@ -13,7 +13,6 @@ namespace Microsoft.HardwareSecurityModules;
/**
* Resource information with extended details.
*/
#suppress "@azure-tools/typespec-azure-resource-manager/arm-resource-invalid-envelope-property" "FIXME: Update justification, follow aka.ms/tsp/conversion-fix for details"
model CloudHsmCluster
is Azure.ResourceManager.TrackedResource<CloudHsmClusterProperties> {
...ResourceNameParameter<
Expand All @@ -26,11 +25,13 @@ model CloudHsmCluster
/**
* Managed service identity (system assigned and/or user assigned identities)
*/
#suppress "@azure-tools/typespec-azure-resource-manager/arm-resource-invalid-envelope-property" "FIXME: Update justification, follow aka.ms/tsp/conversion-fix for details"
identity?: Azure.ResourceManager.CommonTypes.ManagedServiceIdentity;

/**
* SKU details
*/
#suppress "@azure-tools/typespec-azure-resource-manager/arm-resource-invalid-envelope-property" "FIXME: Update justification, follow aka.ms/tsp/conversion-fix for details"
@visibility(Lifecycle.Read, Lifecycle.Create)
sku?: CloudHsmClusterSku;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ using Azure.ResourceManager.Foundations;

namespace Microsoft.HardwareSecurityModules;

@@nextLink(CommonTypes.PrivateLinkResourceListResult.nextLink);
@@pageItems(CommonTypes.PrivateLinkResourceListResult.value);

/**
* State of security domain activation
*/
Expand Down