Option to Bypass Pre-Flight Check in Azure CLI for ARO
- Dominant language
- Python
- Stars
- 4.6k
- Forks
- 3.5k
- Avg merge
- 3d 2h
- Merged PRs (30d)
- 60
Description
### Describe the bug
The recent Azure CLI version 2.52.0 release introduced a pre-flight check for Azure Red Hat OpenShift (ARO). It seems that there's no option available to skip this check at the moment. This issue is currently blocking the provisioning of clusters that leverage specific preview features, notably the Bring Your Own Network Security Group (BYO NSG). The inability to bypass this pre-flight check is particularly problematic since it affects otherwise valid configurations that are not officially supported yet. Adding a feature to skip this check would be extremely useful. Given that this situation is hindering installations that previously succeeded, I am reporting this as a bug rather than a feature request. I believe this constitutes a regression from earlier functionality.
### Related command
az aro create
### Errors
E.g. the command fails when there are pre-existing NSGs in a subnet, even if the BYO NSG preview feature is activated
### Issue script & Debug output
N/A
### Expected behavior
Provide a parameter to skip the pre-flight check
### Environment Summary
azure-cli >= 2.52.0
### Additional context
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.