diff --git a/src/alertsmanagement/HISTORY.rst b/src/alertsmanagement/HISTORY.rst index ee9f63bf5c9..87bb545dc69 100644 --- a/src/alertsmanagement/HISTORY.rst +++ b/src/alertsmanagement/HISTORY.rst @@ -3,6 +3,10 @@ Release History =============== +1.0.0b2 +++++++ +* Update module documentation. + 1.0.0b1 +++++++ * Remove ADAL dependencies diff --git a/src/alertsmanagement/setup.py b/src/alertsmanagement/setup.py index 678044ec5e5..52290140fe9 100644 --- a/src/alertsmanagement/setup.py +++ b/src/alertsmanagement/setup.py @@ -15,7 +15,7 @@ logger.warn("Wheel is not available, disabling bdist_wheel hook") # HISTORY.rst entry. -VERSION = '1.0.0b1' +VERSION = '1.0.0b2' # The full list of classifiers is available at # https://pypi.python.org/pypi?%3Aaction=list_classifiers diff --git a/src/authV2/HISTORY.rst b/src/authV2/HISTORY.rst index 1e6a03ca829..511ab0facba 100644 --- a/src/authV2/HISTORY.rst +++ b/src/authV2/HISTORY.rst @@ -3,6 +3,10 @@ Release History =============== +1.0.0 +++++++ +* Update module documentation. + 0.1.3 ++++++ * BREAKING CHANGE: remove output for `az webapp auth-classic update`. diff --git a/src/authV2/setup.py b/src/authV2/setup.py index 07f24db0f2a..63f25d29513 100644 --- a/src/authV2/setup.py +++ b/src/authV2/setup.py @@ -14,7 +14,7 @@ from distutils import log as logger logger.warn("Wheel is not available, disabling bdist_wheel hook") -VERSION = '0.1.3' +VERSION = '1.0.0' # The full list of classifiers is available at # https://pypi.python.org/pypi?%3Aaction=list_classifiers diff --git a/src/elastic-san/HISTORY.rst b/src/elastic-san/HISTORY.rst index d43528b6cf1..2d0667d3ade 100644 --- a/src/elastic-san/HISTORY.rst +++ b/src/elastic-san/HISTORY.rst @@ -2,6 +2,10 @@ Release History =============== +1.2.0b2 +++++++ +* Update module documentation. + 1.2.0b1 ++++++ * `az elastic-san create/update`: Support AutoScale, Add `--auto-scale-policy-enforcement`, `--capacity-unit-scale-up-limit-tib`, `--increase-capacity-unit-by-tib`, `--unused-size-tib` diff --git a/src/elastic-san/setup.py b/src/elastic-san/setup.py index e753ca6f55b..802436e1b6a 100644 --- a/src/elastic-san/setup.py +++ b/src/elastic-san/setup.py @@ -10,7 +10,7 @@ # HISTORY.rst entry. -VERSION = '1.2.0b1' +VERSION = '1.2.0b2' # The full list of classifiers is available at # https://pypi.python.org/pypi?%3Aaction=list_classifiers diff --git a/src/front-door/HISTORY.rst b/src/front-door/HISTORY.rst index 1c276410bc7..ba293fa351c 100644 --- a/src/front-door/HISTORY.rst +++ b/src/front-door/HISTORY.rst @@ -2,6 +2,10 @@ Release History =============== +1.2.1 +++++++ +* Update module documentation. + 1.2.0 ++++++ * change default value of sku in creating waf diff --git a/src/front-door/setup.py b/src/front-door/setup.py index ad18dc3291d..c183a7eb149 100644 --- a/src/front-door/setup.py +++ b/src/front-door/setup.py @@ -8,7 +8,7 @@ from codecs import open from setuptools import setup, find_packages -VERSION = "1.2.0" +VERSION = "1.2.1" CLASSIFIERS = [ 'Development Status :: 4 - Beta', diff --git a/src/image-gallery/HISTORY.rst b/src/image-gallery/HISTORY.rst index 9e19952b9b9..36329233be0 100644 --- a/src/image-gallery/HISTORY.rst +++ b/src/image-gallery/HISTORY.rst @@ -3,6 +3,10 @@ Release History =============== +1.0.0b1 ++++++++++++++++ +* Update module documentation. + 0.1.3 +++++++++++++++ * Update SDK diff --git a/src/image-gallery/azext_image_gallery/azext_metadata.json b/src/image-gallery/azext_image_gallery/azext_metadata.json index 707b3ad69f7..1c0e70d1a64 100644 --- a/src/image-gallery/azext_image_gallery/azext_metadata.json +++ b/src/image-gallery/azext_image_gallery/azext_metadata.json @@ -1,4 +1,4 @@ { - "azext.isExperimental": true, + "azext.isPreview": true, "azext.minCliCoreVersion": "2.3.0" } \ No newline at end of file diff --git a/src/image-gallery/setup.py b/src/image-gallery/setup.py index 63cd96511df..6d10c8e7260 100644 --- a/src/image-gallery/setup.py +++ b/src/image-gallery/setup.py @@ -16,7 +16,7 @@ # TODO: Confirm this is the right version number you want and it matches your # HISTORY.rst entry. -VERSION = '0.1.3' +VERSION = '1.0.0b1' # The full list of classifiers is available at # https://pypi.python.org/pypi?%3Aaction=list_classifiers diff --git a/src/internet-analyzer/HISTORY.rst b/src/internet-analyzer/HISTORY.rst index 5ec3a0da90b..875e86187eb 100644 --- a/src/internet-analyzer/HISTORY.rst +++ b/src/internet-analyzer/HISTORY.rst @@ -3,6 +3,10 @@ Release History =============== +1.0.0b2 +++++++ +* Update module documentation. + 1.0.0b1 +++++ * Replace msrestazure with azure.core diff --git a/src/internet-analyzer/setup.py b/src/internet-analyzer/setup.py index 9bc289c8017..8b01aabc96d 100644 --- a/src/internet-analyzer/setup.py +++ b/src/internet-analyzer/setup.py @@ -16,7 +16,7 @@ # TODO: Confirm this is the right version number you want and it matches your # HISTORY.rst entry. -VERSION = '1.0.0b1' +VERSION = '1.0.0b2' # The full list of classifiers is available at # https://pypi.python.org/pypi?%3Aaction=list_classifiers diff --git a/src/new-relic/HISTORY.rst b/src/new-relic/HISTORY.rst index c367ae00c82..8c1ca9ef372 100644 --- a/src/new-relic/HISTORY.rst +++ b/src/new-relic/HISTORY.rst @@ -3,6 +3,10 @@ Release History =============== +1.0.1 +++++++ +* Update module documentation. + 1.0.0b1 ++++++ * Initial release. diff --git a/src/new-relic/setup.py b/src/new-relic/setup.py index f87a07bd292..b06d0ef239e 100644 --- a/src/new-relic/setup.py +++ b/src/new-relic/setup.py @@ -10,7 +10,7 @@ # HISTORY.rst entry. -VERSION = '1.0.0' +VERSION = '1.0.1' # The full list of classifiers is available at # https://pypi.python.org/pypi?%3Aaction=list_classifiers diff --git a/src/redisenterprise/HISTORY.rst b/src/redisenterprise/HISTORY.rst index 13b37d24274..285546cb469 100644 --- a/src/redisenterprise/HISTORY.rst +++ b/src/redisenterprise/HISTORY.rst @@ -2,6 +2,11 @@ Release History =============== + +1.2.1b2 ++++++++++ +- Update module documentation. + 1.2.1b1 +++++++++ - Fix: Make latest version as peview as last 2 versions(1.2.0 abd 1.1.0) are mistakenly not marked as preview. diff --git a/src/redisenterprise/setup.py b/src/redisenterprise/setup.py index 46829bdf5f4..b543d1c984f 100644 --- a/src/redisenterprise/setup.py +++ b/src/redisenterprise/setup.py @@ -10,7 +10,7 @@ # HISTORY.rst entry. -VERSION = '1.2.1b1' +VERSION = '1.2.1b2' # The full list of classifiers is available at # https://pypi.python.org/pypi?%3Aaction=list_classifiers diff --git a/src/resource-mover/HISTORY.rst b/src/resource-mover/HISTORY.rst index 95716406825..3ba67d8d60f 100644 --- a/src/resource-mover/HISTORY.rst +++ b/src/resource-mover/HISTORY.rst @@ -3,6 +3,10 @@ Release History =============== +1.0.0b2 +++++++ +* Update module documentation. + 1.0.0b1 ++++++ * Support moving regional azure virtual machine into zones within the same region. diff --git a/src/resource-mover/setup.py b/src/resource-mover/setup.py index d7be40cfca6..e32af5a8935 100644 --- a/src/resource-mover/setup.py +++ b/src/resource-mover/setup.py @@ -10,7 +10,7 @@ from setuptools import setup, find_packages # HISTORY.rst entry. -VERSION = '1.0.0b1' +VERSION = '1.0.0b2' # The full list of classifiers is available at # https://pypi.python.org/pypi?%3Aaction=list_classifiers diff --git a/src/spring-cloud/HISTORY.md b/src/spring-cloud/HISTORY.md index 8bbd450d3bd..8acec00a5cd 100644 --- a/src/spring-cloud/HISTORY.md +++ b/src/spring-cloud/HISTORY.md @@ -1,5 +1,10 @@ Release History =============== + +3.1.9 +--- +* Update module documentation. + 3.1.8 --- * Fix `subscription_id` AAZSimpleValue type error diff --git a/src/spring-cloud/setup.py b/src/spring-cloud/setup.py index 071f09d0460..0a738bc4a20 100644 --- a/src/spring-cloud/setup.py +++ b/src/spring-cloud/setup.py @@ -16,7 +16,7 @@ # TODO: Confirm this is the right version number you want and it matches your # HISTORY.rst entry. -VERSION = '3.1.8' +VERSION = '3.1.9' # The full list of classifiers is available at # https://pypi.python.org/pypi?%3Aaction=list_classifiers