Skip to content
Open
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
1 change: 1 addition & 0 deletions specification/devcenter/DevCenter.Management/client.tsp
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,7 @@ using Microsoft.DevCenter;
);
@@clientName(CatalogSyncError, "DevCenterCatalogSyncError", "csharp");
@@clientName(ConfigurationPolicies, "DevCenterConfigurationPolicies", "csharp");
#suppress "deprecated" "Continuing to use v4 CustomerManagedKeyEncryption for backward compatibility"
@@clientName(
Azure.ResourceManager.CommonTypes.CustomerManagedKeyEncryption,
"DevCenterCustomerManagedKeyEncryption",
Expand Down
1 change: 1 addition & 0 deletions specification/devcenter/DevCenter.Management/models.tsp
Original file line number Diff line number Diff line change
Expand Up @@ -685,6 +685,7 @@ model DevCenterUpdateProperties {
@doc("Encryption properties.")
model Encryption {
@doc("All Customer-managed key encryption properties for the resource.")
#suppress "deprecated" "Continuing to use v4 CustomerManagedKeyEncryption for backward compatibility"
customerManagedKeyEncryption?: CustomerManagedKeyEncryption;
}

Expand Down
Loading