Skip to content

Commit 3a7a0b7

Browse files
AOSM CLI - Bugfix: Fixes the installation error that occurs with Azure CLI Corea 2.84.0 (#9721)
* initial checking for 2025-07-15 stable CLI * Moving managed network fabric cli to stable version. * updating history file * Network Cloud CLI - updating History.rst with missing entry 4.0.0b2 * NetworkCloud CLI updates for 2026-01-01-preview * NetworkCloud CLI updates for 2026-01-01-preview * NetworkCloud CLI updates for 2026-01-01-preview * NetworkCloud CLI updates for 2026-01-01-preview * NetworkCloud CLI updates for 2026-01-01-preview * retrigger checks * Bugfix: Fixes the installation error that occurs with Azure CLI Corea 2.84.0 * Bugfix: Fixes the installation error that occurs with Azure CLI Corea 2.84.0
1 parent 40354a4 commit 3a7a0b7

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

src/aosm/HISTORY.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
33
Release History
44
===============
5+
2.0.0b6
6+
++++++++
7+
* Updating genson dependency to 1.3.0 to fix update/install issues with azure cli version 2.84.0.
8+
* This version requires a minimum of 2.78.0 Azure core CLI. See install instructions: https://github.com/MicrosoftDocs/azure-docs-cli/blob/main/docs-ref-conceptual/Latest-version/install-azure-cli.md
9+
510
2.0.0b5
611
++++++++
712
* Remove `__import__('pkg_resources').declare_namespace(__name__)` from `vendored_sdks/azure_storagev2/__init__.py` to fix the namespace package issue.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"azext.isPreview": true,
3-
"azext.minCliCoreVersion": "2.70.0"
3+
"azext.minCliCoreVersion": "2.78.0"
44
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# --------------------------------------------------------------------------------------------
22
# Copyright (c) Microsoft Corporation. All rights reserved.
33
# Licensed under the MIT License. See License.txt in the project root for license information.
4-
# --------------------------------------------------------------------------------------------
4+
# --------------------------------------------------------------------------------------------

src/aosm/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
# Confirm this is the right version number you want and it matches your
1919
# HISTORY.rst entry.
20-
VERSION = "2.0.0b5"
20+
VERSION = "2.0.0b6"
2121

2222

2323
# The full list of classifiers is available at
@@ -36,7 +36,7 @@
3636
DEPENDENCIES = [
3737
"oras==0.1.30",
3838
"jinja2==3.1.6",
39-
"genson==1.2.2",
39+
"genson==1.3.0",
4040
"ruamel.yaml==0.18.6",
4141
]
4242

0 commit comments

Comments
 (0)