azure-sdk

Using the right api_version of the azure SDK

Using the right api_version of the azure SDK Question: I am trying to verify the existence of some resources in my tenant. I use the ResourceManagementClient to do so, either the check_existence_by_id method or get_by_id as described in this issue. My script uses a constant api_version for now, "2022-09-01", which apparently isn’t supported for every …

Total answers: 1