Code Monkey home page Code Monkey logo

terraform-azure-cli's People

Contributors

bgauduch avatar daniel-simpson avatar dependabot[bot] avatar ericis avatar jan200101 avatar loic5 avatar pyaillet avatar renovate-bot avatar renovate[bot] avatar rouxantoine avatar sootysec avatar ybelmekk avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

terraform-azure-cli's Issues

Updated Azure CLI = 2.0.80

Is it possible to update cli version to 2.0.80
Im looking to use: az apim backup
It haves some issues in earlier versions.
Now they added som arguments, but when i apply them i get this:

**ERROR: az: error: unrecognized arguments: --backup-name a-name --storage-account-name a-storage --storage-account-container backup --storage-account-key *****

I tried it local with 2.0.80 and it is supported in the latest version.

python3-distutils missing

Hello,

trying to get az version thrown me an error:

root@447eecc32209:/workspace# az version
Traceback (most recent call last):
  File "/usr/lib/python3.7/runpy.py", line 193, in _run_module_as_main
    "__main__", mod_spec)
  File "/usr/lib/python3.7/runpy.py", line 85, in _run_code
    exec(code, run_globals)
  File "/usr/local/lib/python3.7/dist-packages/azure/cli/__main__.py", line 33, in <module>
    az_cli = get_default_cli()
  File "/usr/local/lib/python3.7/dist-packages/azure/cli/core/__init__.py", line 628, in get_default_cli
    from azure.cli.core.azlogging import AzCliLogging
  File "/usr/local/lib/python3.7/dist-packages/azure/cli/core/azlogging.py", line 30, in <module>
    from azure.cli.core.commands.events import EVENT_INVOKER_PRE_CMD_TBL_TRUNCATE
  File "/usr/local/lib/python3.7/dist-packages/azure/cli/core/commands/__init__.py", line 28, in <module>
    from azure.cli.core.extension import get_extension
  File "/usr/local/lib/python3.7/dist-packages/azure/cli/core/extension/__init__.py", line 14, in <module>
    from distutils.sysconfig import get_python_lib
ModuleNotFoundError: No module named 'distutils.sysconfig'

so to fix it, I did an:

apt-get update -y
apt-get install -y python3-distutils

inside the container.

then I correctly get an az version

root@447eecc32209:/workspace# az version
{
  "azure-cli": "2.5.1",
  "azure-cli-command-modules-nspkg": "2.0.3",
  "azure-cli-core": "2.5.1",
  "azure-cli-nspkg": "3.0.4",
  "azure-cli-telemetry": "1.0.4",
  "extensions": {}
}

Could you please fix the Dockerfile ?

Best regards,

MacFlurry

Only support the debian base image ?

The dependency management in Alpine with version pinning is hell: older package versions often disappears from the repository.
Maybe we should drop the alpine image, and focus only on the Debian one ?
Image size are quite similar, so there is no big advantage for Alpine here.

Generate container-structure-test config from template

It would allow to test all tools supported versions when releasing, and not only the default one (Dockerfile Args)
The best approach would be to add this feature to container-structure-test itself (PR).

linked to #87

required for #85 and #67

EDIT: after an issue on container-structure-test, it seems that the best option is to use some templating tool to do placeholder replacement.

Support multiple Azure CLI version on each release

In order to provide a fallback option if breaking changes or bugs occurs between 2 Azure CLI version, an option could be to support both the latest and n-1 versions in each release.

Using the Github Actions matrix strategy in the release job:

strategy:
      matrix:
        tf_version:
          - "0.11.14"
          - "0.12.28"
          - "0.13.0-beta3"
        azcli_version:
          - "2.7.0"
          - "2.8.0"

Azure CLI Not Found (az: command not found)

I have a concourse build that runs every 4 hours and uses Azure CLI commands. On Friday April 17th at 10am the build ran successfully. However starting at 2pm the image no longer contains Azure CLI.

In my concourse build I display versions of products for informational purposes. When attempting to get the version number and when attempting to use the cli tool I received command not found.

Here are examples from the build:

Command to be run... 'az --version'
/bin/bash: az: command not found

Run az login for service-account...
/bin/bash: az: command not found

I am not sure what has happened, but the website says a change went in 3 days ago. I would like to use the image before this change but all the metadata states nothing has changed in 7 months.

Mismatching terraform cli verison

The image zenika/terraform-azure-cli:release-5.1_terraform-0.14.0-rc1_azcli-2.15.1 has terraform 0.14.2 installed, instead of 0.14.0.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.