Skip to content

VM encryptionAtHost set to null if not true#1242

Merged
AlexanderSehr merged 1 commit intoAzure:mainfrom
SeSeicht:users/seseicht/vmEncryptionFix
Apr 12, 2022
Merged

VM encryptionAtHost set to null if not true#1242
AlexanderSehr merged 1 commit intoAzure:mainfrom
SeSeicht:users/seseicht/vmEncryptionFix

Conversation

@SeSeicht
Copy link
Copy Markdown
Contributor

@SeSeicht SeSeicht commented Apr 11, 2022

Error Message:

Status Message: The property
| 'securityProfile.encryptionAtHost' is not valid because the
| 'Microsoft.Compute/EncryptionAtHost' feature is not enabled
| for this subscription. (Code:InvalidParameter)

If this feature is not enabled in the subscription, the parameter needs to be empty.
Then the parameter.json can be look like this:
"encryptionAtHost": { "value": false }

related:
#1048

Type of Change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update (Wiki)

Checklist

  • I'm sure there are no other open Pull Requests for the same update/change
  • My corresponding pipelines / checks run clean and green without any errors or warnings
  • My code follows the style guidelines of this project
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation (readme)
  • I did format my code

@rahalan
Copy link
Copy Markdown
Contributor

rahalan commented Apr 12, 2022

Please add a successful pipeline run into the PR so we can be sure, the new change is deployable. Thanks.

@AlexanderSehr AlexanderSehr merged commit a2dcf1e into Azure:main Apr 12, 2022
@SeSeicht SeSeicht deleted the users/seseicht/vmEncryptionFix branch April 12, 2022 11:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants