We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Encryption is now supported by latest documented API version 2022-05-01 Add functionality consistently with other implementations (Ref to issue #2838)
The text was updated successfully, but these errors were encountered:
Enabling CMK for Net App is not GA yet and requires enabling a feature before it can be allowed:
https://learn.microsoft.com/en-us/azure/azure-netapp-files/configure-customer-managed-keys
Get-AzProviderFeature -ProviderNamespace Microsoft.NetApp -FeatureName ANFAzureKeyVaultEncryption FeatureName ProviderName RegistrationState ----------- ------------ ----------------- ANFAzureKeyVaultEncryption Microsoft.NetApp Registered
When attempting to enable it, we get 'Encryption with Azure Key Vault is not Allowed'
Sorry, something went wrong.
Moved to blocked. Will revisit once the feature is GA.
avm/res/net-app/net-app-account
Successfully merging a pull request may close this issue.
Description
Encryption is now supported by latest documented API version 2022-05-01
Add functionality consistently with other implementations (Ref to issue #2838)
The text was updated successfully, but these errors were encountered: