-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Update installation-azure-preparing-diskencryptionsets.adoc #61645
New issue
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
Conversation
Removed --enable-soft-delete true from az keyvault create command
🤖 Build preview is available at: Build log: https://circleci.com/gh/ocpdocs-previewbot/openshift-docs/18605 |
@jinyunma, will you please confirm this change and that it should be applied to all maintained docs versions? |
the update looks good to me. It can be applied to all maintained docs versions. |
Disk encryption was added to the OCP docs in 4.11, so I will merge this change to 4.11+. |
/cherrypick enterprise-4.11 |
@bscott-rh: new pull request created: #62971 In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/cherrypick enterprise-4.12 |
@bscott-rh: new pull request created: #62972 In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/cherrypick enterprise-4.13 |
@bscott-rh: new pull request created: #62973 In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/cherrypick enterprise-4.14 |
@bscott-rh: new pull request could not be created: failed to create pull request against openshift/openshift-docs#enterprise-4.14 from head openshift-cherrypick-robot:cherry-pick-61645-to-enterprise-4.14: status code 422 not one of [201], body: {"message":"Validation Failed","errors":[{"resource":"PullRequest","field":"head","code":"invalid"}],"documentation_url":"https://docs.github.com/rest/pulls/pulls#create-a-pull-request"} In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/cherrypick enterprise-4.14 |
@bscott-rh: new pull request created: #62976 In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Removed --enable-soft-delete true from az keyvault create command
Version(s):
All versions
Issue:
Starting with the az cli release 2.41.0 released on October 11, 2022, the --enable-soft-delete flag has been removed. Trying to run this will give you "unrecognized arguments". This is also enabled by default according to Microsoft's documentation
Link to docs preview:
https://61645--docspreview.netlify.app/openshift-enterprise/latest/installing/installing_azure/enabling-user-managed-encryption-azure.html#preparing-disk-encryption-sets
QE review:
Additional information: