Azurerm

Latest version: v0.10.0

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

Scan your dependencies

Page 3 of 12

0.9.3

- BREAKING CHANGE:
create_vmss() lb pool parameters are now optional.
New usage:

create_vmss(access_token, subscription_id, resource_group, vmss_name, vm_size, capacity,
publisher, offer, sku, version, subnet_id, location, be_pool_id=None,
lb_pool_id=None, storage_type='Standard_LRS', username='azure', password=None,
public_key=None, overprovision=True, upgrade_policy='Manual',
public_ip_per_vm=False)

location arg is now before LB args, which can be omitted if you're not using a load balancer.

0.9.2

- Media services fixes. Thanks msleal.
- create_asset_delivery_policy() and get_key_delivery_url()

0.9.1

- Add put_vmss() and put_vmss_vm() functions for easy updating of scale set properties.
- Note: put_vmss_vm() is currently preview and won't work outside of Canary environments.

0.9.0

- Integration with msleal's Azure Media Services API wrapper library.
- Part 1: integration of core APIs. Example library integration planned.

0.8.28

- BREAKING CHANGE:
Improved scale_vmss() to no longer require VM size or sku - now it only requires resource group,
VMSS name and capacity. New definiton:
def scale_vmss(access_token, subscription_id, resource_group, vmss_name, capacity)

0.8.27

- Fixed list_vmss_nics() (incorrect API version)

Page 3 of 12

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.