Skip to content

Commit 1454109

Browse files
Update arm changelog for Nov release (Azure#15348)
* Update arm changelog for nov release * update version * Update versions.py for all packages
1 parent fde5e1f commit 1454109

File tree

4 files changed

+6
-3
lines changed
  • sdk/communication

4 files changed

+6
-3
lines changed

sdk/communication/azure-communication-administration/azure/communication/administration/_version.py

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

7-
VERSION = "1.0.0b2"
7+
VERSION = "1.0.0b3"
88

99
SDK_MONIKER = "communication-administration/{}".format(VERSION) # type: str

sdk/communication/azure-communication-chat/azure/communication/chat/_version.py

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

7-
VERSION = "1.0.0b2"
7+
VERSION = "1.0.0b3"
88

99
SDK_MONIKER = "communication-chat/{}".format(VERSION) # type: str

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

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

3+
## 1.0.0b4 (2020-11-16)
4+
- Updated `azure-mgmt-communication` version.
5+
36
## 1.0.0b3 (2020-10-06)
47
- Updated `azure-mgmt-communication` version.
58

sdk/communication/azure-mgmt-communication/azure/mgmt/communication/_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 = "1.0.0b3"
9+
VERSION = "1.0.0b4"

0 commit comments

Comments
 (0)