You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 13, 2024. It is now read-only.
Describe the bug
When deploying a RHEL BYOS image from a private marketplace offering, the actual OS deployed is not the one specified in the parameters file.
To Reproduce
Steps to reproduce the behavior:
Define the following OS settings in the parameters file:
"osImageType": {
"value": "marketplace"
},
"value": {
"publisher": "redhat",
"offer": "rhel-byos",
"sku": "rhel-lvm76",
"version": "latest"
}
Check OS version in virtual machine after VM deployment has completed, in our case the deployed OS is RHEL 7.7 raw.
Expected behavior
The deployed OS should be as specified in the parameters file.
Template Information (please complete the following information):
OS: rhel-lvm76
Branch: [master]
Additional context
When looking at the Inputs for the VM deployments in the target resource group, the following Input parameters is relevant for this issue: