github Azure/azure-sdk-for-python v1.0.0

latest releases: azure-communication-rooms_1.1.0, azure-communication-jobrouter_1.1.0b1, azure-template_0.1.0b3703562...
8 years ago

2015-08-31 Version 1.0.0

UPGRADE:

If you are upgrading from v0.11.x or earlier, make sure to uninstall that
version before installing the latest release.

WHAT'S NEW:

  • Preliminary Azure Resource Manager (ARM) support.
    Manage your Azure compute, network and storage resources.
    This is a preview and is subject to changes in future releases.
  • Azure Storage File support.
  • Azure library is now more modular. You can choose to install bundles
    or install only the packages you need. Packages now available on PyPI:
    azure (bundle)
      azure-mgmt (bundle)
        azure-mgmt-compute
        azure-mgmt-network
        azure-mgmt-resource
        azure-mgmt-storage
      azure-servicebus
      azure-servicemanagement-legacy
      azure-storage

FIXES:

  • #437 Make delete_storage_account return async request id
  • #435 Add complete flag to delete_role
  • #448 Cast authorization code from unicode to string
  • #395 Azure.Storage Python 2.6 compatibility

BREAKING CHANGES:

The following were renamed and moved from azure to azure.common:

    WindowsAzureError                -> AzureException and AzureHttpError
    WindowsAzureConflictError        -> AzureConflictHttpError
    WindowsAzureMissingResourceError -> AzureMissingResourceHttpError

The following were renamed and moved from azure to azure.servicemanagement:

    WindowsAzureAsyncOperationError  -> AzureAsyncOperationHttpError

The following were renamed and moved from azure to azure.storage:

    WindowsAzureBatchOperationError  -> AzureBatchOperationError

The following have moved from azure to azure.servicemanagement:

    DEFAULT_HTTP_TIMEOUT
    MANAGEMENT_HOST

The following have moved from azure to azure.servicebus:

    DEFAULT_HTTP_TIMEOUT
    SERVICE_BUS_HOST_BASE

The following have moved from azure to azure.storage:

    DEFAULT_HTTP_TIMEOUT
    DEV_ACCOUNT_NAME
    DEV_ACCOUNT_KEY

The following have moved from azure.storage to azure.storage.blob:

    BLOB_SERVICE_HOST_BASE
    DEV_BLOB_HOST
    BlobService
    ContainerEnumResults
    Container
    Properties
    BlobEnumResults
    BlobResult
    Blob
    BlobProperties
    BlobPrefix
    BlobBlock
    BlobBlockList
    PageRange
    PageList
    ContainerSharedAccessPermissions
    BlobSharedAccessPermissions

The following have moved from azure.storage to azure.storage.queue:

    QUEUE_SERVICE_HOST_BASE
    DEV_QUEUE_HOST
    QueueService
    QueueEnumResults
    Queue
    QueueMessagesList
    QueueMessage
    QueueSharedAccessPermissions

The following have moved from azure.storage to azure.storage.table:

    TABLE_SERVICE_HOST_BASE
    DEV_TABLE_HOST
    TableService
    Entity
    EntityProperty
    Table
    TableSharedAccessPermissions

Thank you to Sabbasth, schaefi, feoff3, JamieCressey for their contributions.

Don't miss a new azure-sdk-for-python release

NewReleases is sending notifications on new releases.