2- Set environment variables for all resource API versions (from the API reference)
Create variables to get the API version of COM resources using the API reference.
Generate a variable for each API resource such as
{{servers_API_version}}
,{{jobs_API_version}}
, etc.Set each variable value with the resource API version:
{{servers_API_version}} = v1beta2
{{filters_API_version}} = v1beta1
Etc.