Skip to content

Commit

Permalink
Packaging update for web 0.35.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lmazuel committed Feb 21, 2018
1 parent dc1ba93 commit 0c652a9
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 5 deletions.
24 changes: 24 additions & 0 deletions azure-mgmt-web/HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,30 @@
Release History
===============

0.35.0 (2018-02-20)
+++++++++++++++++++

**Breaking changes**

- Many models signature changed to expose correctly required parameters. Example (non exhaustive) list:

- AppServiceCertificateOrderPatchResource now requires product_type
- AppServicePlanPatchResource now requires app_service_plan_patch_resource_name
- CertificatePatchResource now requires password
- DomainPatchResource now requires contact_admin, contact_billing, contact_registrant, contact_tech, consent
- MigrateMySqlRequest now requires connection_string, migration_type
- PushSettings now requires is_push_enabled

- get_available_stacks now returns a pageable object

**Features**

- Add certificate_registration_provider operations group
- Add Diagnostics operations group
- Add domain registration provider operations groups
- All operations group have now a "models" attribute


0.34.1 (2017-10-24)
+++++++++++++++++++

Expand Down
6 changes: 3 additions & 3 deletions azure-mgmt-web/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This is the Microsoft Azure Web Apps Management Client Library.
Azure Resource Manager (ARM) is the next generation of management APIs that
replace the old Azure Service Management (ASM).

This package has been tested with Python 2.7, 3.3, 3.4, 3.5 and 3.6.
This package has been tested with Python 2.7, 3.4, 3.5 and 3.6.

For the older Azure Service Management (ASM) libraries, see
`azure-servicemanagement-legacy <https://pypi.python.org/pypi/azure-servicemanagement-legacy>`__ library.
Expand Down Expand Up @@ -37,8 +37,8 @@ Usage
=====

For code examples, see `Web Apps Management
<https://azure-sdk-for-python.readthedocs.org/en/latest/resourcemanagementapps.html>`__
on readthedocs.org.
<https://docs.microsoft.com/python/azure/>`__
on docs.microsoft.com.


Provide Feedback
Expand Down
3 changes: 1 addition & 2 deletions azure-mgmt-web/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
Expand All @@ -78,7 +77,7 @@
zip_safe=False,
packages=find_packages(exclude=["tests"]),
install_requires=[
'msrestazure~=0.4.11',
'msrestazure>=0.4.20,<2.0.0',
'azure-common~=1.1',
],
cmdclass=cmdclass
Expand Down

0 comments on commit 0c652a9

Please sign in to comment.