Skip to content

Commit 0b4a699

Browse files
authored
change back to preview (Azure#18987)
1 parent f559b78 commit 0b4a699

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

sdk/metricsadvisor/azure-ai-metricsadvisor/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Release History
22

3-
## 1.0.0 (2021-06-07)
3+
## 1.0.0b4 (2021-06-07)
44

55
**New Features**
66
- Added AzureLogAnalyticsDataFeedSource and AzureEventHubsDataFeedSource

sdk/metricsadvisor/azure-ai-metricsadvisor/azure/ai/metricsadvisor/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
# Licensed under the MIT License.
55
# ------------------------------------
66

7-
VERSION = "1.0.0"
7+
VERSION = "1.0.0b4"
88

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

sdk/metricsadvisor/azure-ai-metricsadvisor/setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,11 @@
6060
author_email='azpysdkhelp@microsoft.com',
6161
url='https://github.com/Azure/azure-sdk-for-python',
6262
classifiers=[
63-
'Development Status :: 5 - Production/Stable',
63+
'Development Status :: 4 - Beta',
6464
'Programming Language :: Python',
6565
'Programming Language :: Python :: 2',
6666
'Programming Language :: Python :: 2.7',
6767
'Programming Language :: Python :: 3',
68-
'Programming Language :: Python :: 3.5',
6968
'Programming Language :: Python :: 3.6',
7069
'Programming Language :: Python :: 3.7',
7170
'Programming Language :: Python :: 3.8',

0 commit comments

Comments
 (0)