Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions sdk/eventgrid/azure-mgmt-eventgrid/HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
Release History
===============

3.0.0rc3 (2020-01-12)
+++++++++++++++++++++

**Features**

- Model Domain has a new parameter allow_traffic_from_all_ips
- Model Domain has a new parameter inbound_ip_rules
- Model Topic has a new parameter allow_traffic_from_all_ips
- Model Topic has a new parameter inbound_ip_rules
- Model TopicTypeInfo has a new parameter source_resource_format

3.0.0rc2 (2019-11-11)
+++++++++++++++++++++

Expand Down
2 changes: 1 addition & 1 deletion sdk/eventgrid/azure-mgmt-eventgrid/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This is the Microsoft Azure EventGrid 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.5, 3.6 and 3.7.
This package has been tested with Python 2.7, 3.5, 3.6, 3.7 and 3.8.

For the older Azure Service Management (ASM) libraries, see
`azure-servicemanagement-legacy <https://pypi.python.org/pypi/azure-servicemanagement-legacy>`__ library.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
# regenerated.
# --------------------------------------------------------------------------

VERSION = "3.0.0rc2"
VERSION = "3.0.0rc3"
1 change: 1 addition & 0 deletions sdk/eventgrid/azure-mgmt-eventgrid/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'License :: OSI Approved :: MIT License',
],
zip_safe=False,
Expand Down