Skip to content

Commit 0c652a9

Browse files
committed
Packaging update for web 0.35.0
1 parent dc1ba93 commit 0c652a9

File tree

3 files changed

+28
-5
lines changed

3 files changed

+28
-5
lines changed

azure-mgmt-web/HISTORY.rst

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,30 @@
33
Release History
44
===============
55

6+
0.35.0 (2018-02-20)
7+
+++++++++++++++++++
8+
9+
**Breaking changes**
10+
11+
- Many models signature changed to expose correctly required parameters. Example (non exhaustive) list:
12+
13+
- AppServiceCertificateOrderPatchResource now requires product_type
14+
- AppServicePlanPatchResource now requires app_service_plan_patch_resource_name
15+
- CertificatePatchResource now requires password
16+
- DomainPatchResource now requires contact_admin, contact_billing, contact_registrant, contact_tech, consent
17+
- MigrateMySqlRequest now requires connection_string, migration_type
18+
- PushSettings now requires is_push_enabled
19+
20+
- get_available_stacks now returns a pageable object
21+
22+
**Features**
23+
24+
- Add certificate_registration_provider operations group
25+
- Add Diagnostics operations group
26+
- Add domain registration provider operations groups
27+
- All operations group have now a "models" attribute
28+
29+
630
0.34.1 (2017-10-24)
731
+++++++++++++++++++
832

azure-mgmt-web/README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This is the Microsoft Azure Web Apps Management Client Library.
66
Azure Resource Manager (ARM) is the next generation of management APIs that
77
replace the old Azure Service Management (ASM).
88

9-
This package has been tested with Python 2.7, 3.3, 3.4, 3.5 and 3.6.
9+
This package has been tested with Python 2.7, 3.4, 3.5 and 3.6.
1010

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

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

4343

4444
Provide Feedback

azure-mgmt-web/setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@
6969
'Programming Language :: Python :: 2',
7070
'Programming Language :: Python :: 2.7',
7171
'Programming Language :: Python :: 3',
72-
'Programming Language :: Python :: 3.3',
7372
'Programming Language :: Python :: 3.4',
7473
'Programming Language :: Python :: 3.5',
7574
'Programming Language :: Python :: 3.6',
@@ -78,7 +77,7 @@
7877
zip_safe=False,
7978
packages=find_packages(exclude=["tests"]),
8079
install_requires=[
81-
'msrestazure~=0.4.11',
80+
'msrestazure>=0.4.20,<2.0.0',
8281
'azure-common~=1.1',
8382
],
8483
cmdclass=cmdclass

0 commit comments

Comments
 (0)