Skip to content

Commit fe15310

Browse files
BigCat20196msyyc
andauthored
[Network] T2 network 21.0.1 (Azure#25736)
* update * Update CHANGELOG.md * Update sdk/network/azure-mgmt-network/CHANGELOG.md Co-authored-by: Yuchao Yan <[email protected]> Co-authored-by: Yuchao Yan <[email protected]>
1 parent b8850c3 commit fe15310

File tree

36 files changed

+43
-34
lines changed

36 files changed

+43
-34
lines changed

sdk/network/azure-mgmt-network/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Release History
22

3+
## 21.0.1 (2022-08-17)
4+
5+
### Bugs Fixed
6+
7+
- Add `__version__` to `__init__.py` for package
8+
39
## 21.0.0 (2022-08-05)
410

511
**Features**

sdk/network/azure-mgmt-network/azure/mgmt/network/__init__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@
77
# --------------------------------------------------------------------------
88

99
from ._network_management_client import NetworkManagementClient
10+
from ._version import VERSION
11+
1012
__all__ = ['NetworkManagementClient']
13+
__version__ = VERSION
1114

1215
try:
1316
from ._patch import patch_sdk # type: ignore

sdk/network/azure-mgmt-network/azure/mgmt/network/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
# license information.
66
# --------------------------------------------------------------------------
77

8-
VERSION = "21.0.0"
8+
VERSION = "21.0.1"

sdk/network/azure-mgmt-network/azure/mgmt/network/v2015_06_15/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
77
# --------------------------------------------------------------------------
88

9-
VERSION = "21.0.0"
9+
VERSION = "21.0.1"

sdk/network/azure-mgmt-network/azure/mgmt/network/v2016_09_01/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
77
# --------------------------------------------------------------------------
88

9-
VERSION = "21.0.0"
9+
VERSION = "21.0.1"

sdk/network/azure-mgmt-network/azure/mgmt/network/v2016_12_01/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
77
# --------------------------------------------------------------------------
88

9-
VERSION = "21.0.0"
9+
VERSION = "21.0.1"

sdk/network/azure-mgmt-network/azure/mgmt/network/v2017_03_01/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
77
# --------------------------------------------------------------------------
88

9-
VERSION = "21.0.0"
9+
VERSION = "21.0.1"

sdk/network/azure-mgmt-network/azure/mgmt/network/v2017_06_01/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
77
# --------------------------------------------------------------------------
88

9-
VERSION = "21.0.0"
9+
VERSION = "21.0.1"

sdk/network/azure-mgmt-network/azure/mgmt/network/v2017_10_01/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
77
# --------------------------------------------------------------------------
88

9-
VERSION = "21.0.0"
9+
VERSION = "21.0.1"

sdk/network/azure-mgmt-network/azure/mgmt/network/v2018_01_01/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
77
# --------------------------------------------------------------------------
88

9-
VERSION = "21.0.0"
9+
VERSION = "21.0.1"

0 commit comments

Comments
 (0)