Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Azure: Parse all SKUs to find the security type
The PR #68 removed the loop iteration over all SKUs which were not required for detecting the default/alternate generations for `x64`, however such iteration is required to detect the `security_type`. This commit fixes it by creating a dedicated helper function `_get_security_type` for this purpose only.
- Loading branch information