AzureTRE/cli/tre
Yuval Yaron 7b81ebe952 Remove the usage of azure-cli-core library (#3381)
* 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
2023-04-03 09:52:14 +00:00
..
commands Add support for setting the cloud environment in TRE CLI (#3300) 2023-04-03 09:45:36 +00:00
__init__.py Initial CLI code (#2537) 2022-10-07 09:35:19 +01:00
api_client.py Handle exceptions on getting token from cache (#3334) 2023-04-03 09:47:59 +00:00
authentication.py Remove the usage of azure-cli-core library (#3381) 2023-04-03 09:52:14 +00:00
main.py CLI Updates (#2747) 2022-10-21 08:27:24 +00:00
output.py CLI: Add missing commands and bug fixes (#2784) 2022-10-28 11:44:15 +01:00