Azurectl

Latest version: v3.0.1

Safety actively analyzes 620778 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

2.0.7

2.0.1

Bugfix release for azurectl-2.0.


-------------------------------------------------------------------
Wed May 4 17:49:48 PDT 2016 - mssuse.de

- Added missing setup account test

processing the account setup if no default configuration exists
was not tested

-------------------------------------------------------------------
Wed May 4 16:31:08 PDT 2016 - jmasonsuse.de

- Bump version: 2.0.0 → 2.0.1

-------------------------------------------------------------------
Wed May 4 10:27:41 PDT 2016 - jmasonsuse.de

- Deployment slot is global to the cloud service

... therefore added roles are in the same deployment slot, so add_role
doesn't accept this argument.

Since we don't offer an option to choose a role (yet), I moved it out of
the command code.

-------------------------------------------------------------------
Wed May 4 08:31:55 PDT 2016 - mssuse.de

- Fixup role name on instance creation

role_name = instance_name

-------------------------------------------------------------------
Tue May 3 23:09:53 PDT 2016 - jmasonsuse.de

- Properly reference deployments and roles in data-disk functions.

-------------------------------------------------------------------
Tue May 3 21:49:51 PDT 2016 - mssuse.de

- Added check for reserved_ip on instance creation

Reserved IP name can only be assigned on initial deployment

-------------------------------------------------------------------
Tue May 3 21:35:47 PDT 2016 - mssuse.de

- Delete create_reserved_ip_address handling

azurectl has an explicit reserved_ip command for this purpose

-------------------------------------------------------------------
Tue May 3 21:26:44 PDT 2016 - mssuse.de

- Check error code from get_deployment_by_name

In case of an exception, check if the exception type is a
ResourceNotFound error. In any other case raise

-------------------------------------------------------------------
Tue May 3 17:29:09 PDT 2016 - jmasonsuse.de

- Add missing argument to 'compute endpoint delete'

-------------------------------------------------------------------
Tue May 3 16:37:34 PDT 2016 - jmasonsuse.de

- Properly reference deployments and roles in endpoint functions.

-------------------------------------------------------------------
Tue May 3 10:20:15 PDT 2016 - jmasonsuse.de

- Remove deprecated 'compute storage' section from manpage

Commands have moved to 'storage disk' and 'storage container'
commands, which are already documented.

Resolves https://github.com/SUSE/azurectl/issues/149

-------------------------------------------------------------------
Tue May 3 09:03:02 PDT 2016 - mssuse.de

- Wait for request to complete on reserved_ip setup

-------------------------------------------------------------------
Mon May 2 15:45:29 PDT 2016 - mssuse.de

- Refactor check for deployment

-------------------------------------------------------------------
Sun May 1 21:50:39 PDT 2016 - mssuse.de

- Make name argument mandatory for container create

If the container name is optional on create, it is taken from
the region section of the config file. However if the config
file does not contain a region section it is not possible to
create a container. This commit solves the chicken & egg
problem. Related to 124

-------------------------------------------------------------------
Sun May 1 21:26:27 PDT 2016 - mssuse.de

- Update README

More detailed information about the account setup
Fixes 124

-------------------------------------------------------------------
Sun May 1 15:31:02 PDT 2016 - mssuse.de

- Fixed deployment label setup on instance creation

A deployment label can be specified on initial deployment only

-------------------------------------------------------------------
Sun May 1 15:08:49 PDT 2016 - mssuse.de

- Fixed reserved ip setup on instance creation

A reserved IP address name can be specified on initial deployment
and requires a create_reserved_ip_address call before. Additional
instances in the same deployment cannot be instanciated with a
reserved IP address name according to the current add_role
implementation. Related to 144

-------------------------------------------------------------------
Sun May 1 14:27:08 PDT 2016 - mssuse.de

- Fixed instance creation if deployment exists

check if the virtual machine deployment already exists. If so
any new instance must be created as additional role to the
deployment. Only the initial virtual machine instance must
be created as a new deployment for the selected cloud service
Fixes 144

-------------------------------------------------------------------
Sat Apr 30 23:32:25 PDT 2016 - mssuse.de

- Update README

Information how to build rpm package

-------------------------------------------------------------------
Sat Apr 30 23:19:17 PDT 2016 - mssuse.de

- Configuration file compatibility

prior to this release azurectl allowed multiple account
sections in one config file. In order to prevent the
configuration of duplicate and potentially inconsistent
account configurations this patch checks the account
sections of an existing default config file for conflicts
Fixes 138

-------------------------------------------------------------------
Fri Apr 29 18:59:38 PDT 2016 - mssuse.de

- Not all operations requires a region setup

Follow up fix for 'azurectl --region <name> compute image list'
This operation doesn't require storage information from the
region. If the region name is given this is enough. Fixes 140

-------------------------------------------------------------------
Fri Apr 29 18:23:26 PDT 2016 - mssuse.de

- Provide subcommand help as usage information

Fixes 139

-------------------------------------------------------------------
Fri Apr 29 17:01:31 PDT 2016 - mssuse.de

- Update usage information for global options

Depending on the selected service different global options
are available. This patch categorizes the global option
information to be specific for the selected service.
Fixes 137

-------------------------------------------------------------------
Fri Apr 29 11:17:16 PDT 2016 - mssuse.de

- Not all operations requires a region setup

azurectl operations like 'storage account list' or 'compute vm types'
as well as 'compute vm regions' do not require a region setup in the
configuration file. In addition we allow to setup the account with
the region setup to be optional but the code always reads in a default
region setup. Therefore this commit changes the behaviour to read
the region setup only when required and allows for operations without
a region setup. This is related to Issue 124

-------------------------------------------------------------------
Fri Apr 29 10:55:49 PDT 2016 - mssuse.de

- Fixed typo loction -> location

2.0

After seven subsequent bugfix releases, `azurectl` 2.0 is now stable, and has been released as a supported application on [SUSE Linux Enterprise](https://www.suse.com/products/server) and [openSUSE](https://software.opensuse.org/package/python-azurectl).
- Full lifecycle support for creating virtual machines in the Azure ASM framework, including additional data disks, socket endpoints, and Azure Files.
- Complete support for publishers: publishers can upload from a compressed disk with a resilient uploader, add publishing metadata, perform replication, and control final public/private status.
- Robust configuration: config files have been revamped making management of multiple accounts and use patterns easier, including use of management certificates _or_ publishsettings
- Reorganized commands: better segregation of setup, storage, and compute commands.
- Under the hood improvements: better segregation of functionality in code, now tested with py.test.
- [And much more!](https://github.com/suse/azurectl/issues?q=is%3Aissue+is%3Aclosed+milestone%3A2.0)

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.