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
Add boolean allow_preview parameter to azure_rm_aksversion_info to allow users get only versions which are not in preview.
When set to true all orchestrator versions, in preview or not, are returned. When set to false only orchestrator versions with a missing or False value for is_preview are returned.
The default for allow_preview should be set to true to maintain current behavior.
ISSUE TYPE
Feature Idea
COMPONENT NAME
azure_rm_aksversion_info
ADDITIONAL INFORMATION
We currently use azure_rm_aksversion_info to use the newest currently supported versions when creating kubernetes services, but when preview versions are released we don't yet want to use those.
- name: Get versions of Kubernetes supported by Azure in the specified regionazure.azcollection.azure_rm_aksversion_info:
location: "SOME LOCATION"allow_preview: falseregister: kubernetes_versions
The text was updated successfully, but these errors were encountered:
SUMMARY
Add boolean
allow_preview
parameter toazure_rm_aksversion_info
to allow users get only versions which are not in preview.When set to
true
all orchestrator versions, in preview or not, are returned. When set tofalse
only orchestrator versions with a missing orFalse
value foris_preview
are returned.The default for
allow_preview
should be set totrue
to maintain current behavior.ISSUE TYPE
COMPONENT NAME
azure_rm_aksversion_info
ADDITIONAL INFORMATION
We currently use
azure_rm_aksversion_info
to use the newest currently supported versions when creating kubernetes services, but when preview versions are released we don't yet want to use those.The text was updated successfully, but these errors were encountered: