Package Release Info

python-azure-sdk-2.0.0.1-bp150.2.4

Update Info: Base Release
Available in Package Hub : 15

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

python-azure-sdk
python3-azure-sdk

Change Logs

* Fri Oct 06 2017 adrian.glaubitz@suse.com
- Bump python-azure-servicefabric to >= 6.0.1 in Requires
* Thu Oct 05 2017 adrian.glaubitz@suse.com
- Bump python-azure-batch to >= 4.0.0 in Requires
* Mon Oct 02 2017 adrian.glaubitz@suse.com
- Remove python-azure-sdk <= 2.0.0 from Conflicts
* Tue Aug 22 2017 adrian.glaubitz@suse.com
- Separate Python Azure SDK into components (bsc#1054413)
  + Bump version to 2.0.0.1 to obsolete the monolitic package
  + Add individual components of Python Azure SDK to Requires
  + Drop azure-sdk-for-python-2.0.0.tar.gz
  + Drop azure-sdk-for-python-2-6-setup.patch
  + Drop azure-sdk-for-python-readme-suse.patch
  + Drop support for SLE 11 and earlier
* Wed Mar 01 2017 ms@suse.com
- Fixup changelog into descending chronological order
* Wed Mar 01 2017 ms@suse.com
- Include in SLE 12 (fate#322171, bsc#1014478)
  + Require python-msrest and python-msrestazure
* Fri Sep 16 2016 ms@suse.com
- Tracker entry for package update (bnc#999200)
* Tue Aug 23 2016 ms@suse.com
- 2016-08-08 Version 2.0.0 / 0.30.0
  * KeyVault Management
  * Batch and Batch Management
  * Enhanced libraries compared to 1.0.0 preview
  * Storage: create storage accounts, list keys, and more. Latest API version.
  * Resource:
  * resources : create resource groups, register providers and more
  * features : manage features of provider and more
  * authorization : manage resource group lock and more
  * subscriptions : manage subscriptions and more
  * policy : manage resources policy among users and more
  * Network: create virtual networks, network interfaces, public ips and more
  * Compute: create virtual machines, containers and more
  * *BREAKING CHANGES**
  We made efforts to document the breaking from ARM 1.0.x version to
  2.0.0 here<https://github.com/Azure/azure-sdk-for-python/wiki/
  Migrate-from-1.0.x-0.20.0-to-2.0.0-0.30.0>
  If you were already using the 2.0.0RC5 version, there are no breaking changes.
  * *RC6 PACKAGES**
  All RC6 packages use the latest APIVersion available for these services
  azure-storage 0.32.0
  * Major version. Check the ChangeLog on storage github account
    for details<https://github.com/Azure/azure-storage-python/releases>
  2016-08-01 azure-servicemanagement-legacy 0.20.4
  * *Bugfix**
  * Incomplete parsing if XML contains namespace #257 #707
  * *New**
  * Associate/Dissociate Reserved IP #695 #716
* Wed Jun 15 2016 jgleissner@suse.com
- Update to Version 2.0.0 (bsc#982804)
  * Azure Active Directory Graph API
  * Authorization: permissions, subscriptions, roles and more
  * CDN: profiles, endpoints creation and more
  * Apps:
  * Logic Apps: Workflow and job management
  * Web Apps: App Service Plan, web sites, certificate, domains and more
  * Notification Hubs: Namespaces, hub creation/deletion and more
  * Redis: create cache and more
  * Scheduler: create job collections, create job and more
  * Storage: create storage accounts, list keys, and more
  * Resource:
  * resources : create resource groups, register providers and more
  * features : manage features of provider and more
  * authorization : manage resource group lock and more
  * subscriptions : manage subscriptions and more
  * Network: create virtual networks, network interfaces, public ips and more
  * Compute: create virtual machines and more
- azure-sdk-for-python-2-6-setup.patch: make setup.py work with
  python < 2.7
- azure-sdk-for-python-readme-suse.patch: add README.suse
- dropped obsolete patches python-azure-publishing.patch and
  python-azure-replication.patch
* Fri Feb 26 2016 tbechtold@suse.com
- Require python-python-dateutil. package was renamed
* Fri Feb 12 2016 ms@suse.com
- Change back to use the master branch of the github repository
  as upstream source. In addition delete the storage part which
  will be moved in an extra package
* Thu Feb 04 2016 ms@suse.com
- Use pypi as upstream source for the package
* Tue Feb 02 2016 ms@suse.com
- Stay consistent in the version of storage and servicemanagement
* Fri Jan 22 2016 bear454@opensuse.org
- version 1.0.3
  + Synchronize with upstream version scheme
  Upstream release notes:
  "
  2015-01-20 Version 1.0.3
    [#491] #502 #422 Update documentation
    Update azure-storage dependency to 0.20.3
    Update azure-mgmt dependency to 0.20.2
  azure-mgmt-compute 0.20.1
    [#510] Missing "statuses" property in VirtualMachineInstanceView
  azure-servicemanagement-legacy 0.20.2
    [#487] #488 Add StaticVirtualNetworkIPAddress to network configuration
    [#497] Add replicate_vm_image, unreplicate_vm_image, share_vm_image
    [#501] #511 #514 Add update_os_image_from_image_reference
  Thank you to bear454, ekesken, kingliantop, mamoo, schaefi for their contributions.
  "
* Wed Jan 20 2016 ms@suse.com
- Specify the order of attributes when updating an OS Image
  The first element that is out of the order defined in
  https://msdn.microsoft.com/en-us/library/azure/jj157198.aspx
  will be dropped.
  For example, if the Eula element does not appear before Description,
  Eula attribute will not be updated, although a 200 OK status is
  returned.
* Wed Jan 20 2016 ms@suse.com
- Extended update_os_image method
  update_os_image now takes an instance of OSImage and allows to update
  all elements of an OSImage in the same way as it can be done with
  update_vm_image
* Fri Dec 11 2015 ms@suse.com
- bump release version
  + indicate suse patch level
* Thu Dec 10 2015 ms@suse.com
- Added update_os_image_from_image_reference method
  Pending upstream request and history can be found here:
  https://github.com/Azure/azure-sdk-for-python/pull/501
* Wed Nov 11 2015 ms@suse.com
- Update azure-sdk-for-python to version 0.20.1
  + This includes our publishing and replication patches upstream
* Mon Sep 14 2015 bear454@opensuse.org
- Debugging replication and publishing support.