Skip to content

dell/ansible-acp-azure-utility

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible Utility for Dell APEX Cloud Platform Azure

Dell APEX Cloud Platform for Microsoft Azure REST API provides a programmatic interface for performing APEX Cloud Platform for Microsoft Azure administrative tasks. Data is available in JSON format.

This Python package is automatically generated by the Swagger Codegen project:

  • API version: 01.03.00.00
  • Package version: 1.1.0
  • Build package: io.swagger.codegen.v3.generators.python.PythonClientCodegen

Requirements.

Python 3.8+

Installation

Please ensure you follow the instructions carefully and only install the utility hosted on https://github.com/dell/ansible-acp-azure-utility. Installation from other sources is done at the users own risk.

pip install

APEX Cloud Platform for Microsoft Azure Ansible Utility can be installed from source, via pip. To clone APEX Cloud Platform for Microsoft Azure Ansible Utility from source use git:

git clone https://github.com/dell/ansible-acp-azure-utility.git

To install from source navigate into the new ansible-acp-azure-utility directory and use pip:

cd ansible-acp-azure-utility/
pip3 install .

Setuptools

Install via Setuptools.

python3 setup.py install --user

(or sudo python3 setup.py install to install the package for all users)

OSS usage

Release Note

  • 1.0.0 update:

    • Support API definition for ACP Azure 01.01.00.00 release
  • 1.1.0 updates:

    • Support API definition for ACP Azure 01.03.00.00 release