* Airlock fails due to DNS timeout - returns "Request failed due to an unknown reason."
Fixes#3767
* Update changelog description
* Word smithing
* Add HACK comment to more easily id items pending delete
---------
Co-authored-by: Sven Aelterman <17446043+SvenAelterman@users.noreply.github.com>
* remove usage of azure.cli.core from airlock processor
* use urllib for parsing url
* update the way we get webapp_suffix - to match the most recent version of the module
* remove usage of azure.cli.core from resource processor
* remove usage of azure.cli.core from the api
* fix usage of terraform module terraform_azurerm_environment_configuration
* remove ARM_ENVIRONMENT where it's not used
* update versions
* remove unused os import from tests
* add credential_scopes to the config
* fix usage of RESOURCE_MANAGER_ENDPOINT in CREDENTIAL_SCOPES
* change the github source for terraform_azurerm_environment_configuration
* temporarily remove the version for terraform_azurerm_environment_configuration
* temporarily use the hash of the latest commit
* temporarily use the hash of the latest commit instead of version 1.0.1 of terraform_azurerm_environment_configuration
* update core
* Add private links
* Support for vm
* Upgrade versions and services
* Fix terraform formatting
* Source module from modules repository
* Fix terraform format
* Temorary Disable versioning for module
* Remove arm env
* CR changes
* Remove from vm unused var
* Fix lint issues
* Install git in devcontainer
* add env var AZ_CLOUD_ENVIRONMENT to control the az cli environment with default value of AzureCloud
* set Azure CLI cloud environment in the resource processor/vmss
* set azure cloud environment in templates
* set azure cloud in 'az login' of resource processor
* remove az_cloud_environment from config.yaml - instead infer it from arm_environment
* update template versions
* update version
* remove 'az cloud set' call and export AZ_CLOUD_ENVIRONMENT
* bump patch version instead of minor version
* add AZ_CLOUD_ENVIRONMENT to parameters.json
* update version
* update core version
* Upgrade all docker base images to bullseye
* Up RP version
* remove jq version
* Remvoe buster comments
* Revert cli version and update changelog
* add pinned packages back.
* Update _version.py
* Update _version.py
Co-authored-by: Tamir Kamara <26870601+tamirkamara@users.noreply.github.com>