Skip to content

Commit c37a24a

Browse files
authored
Az KubernetesRuntime CLI 1.1.0: upgrade API to 2024-08-01 (#8534)
1 parent 68bb7f2 commit c37a24a

42 files changed

Lines changed: 5128 additions & 6355 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

src/k8s-runtime/HISTORY.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
Release History
44
===============
55

6+
2.0.0
7+
++++++
8+
* Use stable ARM API version `2024-08-01`
9+
* [BREAKING CHANGE] Remove the deprecated `storage class` command set. It is only used internally, and thus should not affect customers.
10+
* Add `update` command to the `load balancer` command set.
11+
612
1.0.4
713
++++++
814
* Replace `azure-graphrbac` sdk with MS Graph sdk
Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# --------------------------------------------------------------------------------------------
2-
# Copyright (c) Microsoft Corporation. All rights reserved.
3-
# Licensed under the MIT License. See License.txt in the project root for license information.
4-
#
5-
# Code generated by aaz-dev-tools
6-
# --------------------------------------------------------------------------------------------
7-
8-
# pylint: skip-file
9-
# flake8: noqa
10-
1+
# --------------------------------------------------------------------------------------------
2+
# Copyright (c) Microsoft Corporation. All rights reserved.
3+
# Licensed under the MIT License. See License.txt in the project root for license information.
4+
#
5+
# Code generated by aaz-dev-tools
6+
# --------------------------------------------------------------------------------------------
7+
8+
# pylint: skip-file
9+
# flake8: noqa
10+
Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
1-
# --------------------------------------------------------------------------------------------
2-
# Copyright (c) Microsoft Corporation. All rights reserved.
3-
# Licensed under the MIT License. See License.txt in the project root for license information.
4-
#
5-
# Code generated by aaz-dev-tools
6-
# --------------------------------------------------------------------------------------------
7-
8-
# pylint: skip-file
9-
# flake8: noqa
10-
11-
from azure.cli.core.aaz import *
12-
13-
14-
@register_command_group(
15-
"k8s-runtime",
16-
)
17-
class __CMDGroup(AAZCommandGroup):
18-
"""Manage Arc Kubernetes Runtime resources
19-
"""
20-
pass
21-
22-
23-
__all__ = ["__CMDGroup"]
1+
# --------------------------------------------------------------------------------------------
2+
# Copyright (c) Microsoft Corporation. All rights reserved.
3+
# Licensed under the MIT License. See License.txt in the project root for license information.
4+
#
5+
# Code generated by aaz-dev-tools
6+
# --------------------------------------------------------------------------------------------
7+
8+
# pylint: skip-file
9+
# flake8: noqa
10+
11+
from azure.cli.core.aaz import *
12+
13+
14+
@register_command_group(
15+
"k8s-runtime",
16+
)
17+
class __CMDGroup(AAZCommandGroup):
18+
"""Manage Arc Kubernetes Runtime resources
19+
"""
20+
pass
21+
22+
23+
__all__ = ["__CMDGroup"]
Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# --------------------------------------------------------------------------------------------
2-
# Copyright (c) Microsoft Corporation. All rights reserved.
3-
# Licensed under the MIT License. See License.txt in the project root for license information.
4-
#
5-
# Code generated by aaz-dev-tools
6-
# --------------------------------------------------------------------------------------------
7-
8-
# pylint: skip-file
9-
# flake8: noqa
10-
11-
from .__cmd_group import *
1+
# --------------------------------------------------------------------------------------------
2+
# Copyright (c) Microsoft Corporation. All rights reserved.
3+
# Licensed under the MIT License. See License.txt in the project root for license information.
4+
#
5+
# Code generated by aaz-dev-tools
6+
# --------------------------------------------------------------------------------------------
7+
8+
# pylint: skip-file
9+
# flake8: noqa
10+
11+
from .__cmd_group import *

src/k8s-runtime/azext_k8s_runtime/aaz/latest/k8s_runtime/storage_class/__cmd_group.py renamed to src/k8s-runtime/azext_k8s_runtime/aaz/latest/k8s_runtime/bfd_profile/__cmd_group.py

Lines changed: 23 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,23 @@
1-
# --------------------------------------------------------------------------------------------
2-
# Copyright (c) Microsoft Corporation. All rights reserved.
3-
# Licensed under the MIT License. See License.txt in the project root for license information.
4-
#
5-
# Code generated by aaz-dev-tools
6-
# --------------------------------------------------------------------------------------------
7-
8-
# pylint: skip-file
9-
# flake8: noqa
10-
11-
from azure.cli.core.aaz import *
12-
13-
14-
@register_command_group(
15-
"k8s-runtime storage-class",
16-
is_preview=True,
17-
)
18-
class __CMDGroup(AAZCommandGroup):
19-
"""Manage storage classes of Arc Kubernetes clusters
20-
"""
21-
pass
22-
23-
24-
__all__ = ["__CMDGroup"]
1+
# --------------------------------------------------------------------------------------------
2+
# Copyright (c) Microsoft Corporation. All rights reserved.
3+
# Licensed under the MIT License. See License.txt in the project root for license information.
4+
#
5+
# Code generated by aaz-dev-tools
6+
# --------------------------------------------------------------------------------------------
7+
8+
# pylint: skip-file
9+
# flake8: noqa
10+
11+
from azure.cli.core.aaz import *
12+
13+
14+
@register_command_group(
15+
"k8s-runtime bfd-profile",
16+
)
17+
class __CMDGroup(AAZCommandGroup):
18+
"""Manage Bfd Profile
19+
"""
20+
pass
21+
22+
23+
__all__ = ["__CMDGroup"]

src/k8s-runtime/azext_k8s_runtime/aaz/latest/k8s_runtime/storage_class/__init__.py renamed to src/k8s-runtime/azext_k8s_runtime/aaz/latest/k8s_runtime/bfd_profile/__init__.py

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
# --------------------------------------------------------------------------------------------
2-
# Copyright (c) Microsoft Corporation. All rights reserved.
3-
# Licensed under the MIT License. See License.txt in the project root for license information.
4-
#
5-
# Code generated by aaz-dev-tools
6-
# --------------------------------------------------------------------------------------------
7-
8-
# pylint: skip-file
9-
# flake8: noqa
10-
11-
from .__cmd_group import *
12-
from ._create import *
13-
from ._delete import *
14-
from ._list import *
15-
from ._show import *
16-
from ._update import *
17-
from ._wait import *
1+
# --------------------------------------------------------------------------------------------
2+
# Copyright (c) Microsoft Corporation. All rights reserved.
3+
# Licensed under the MIT License. See License.txt in the project root for license information.
4+
#
5+
# Code generated by aaz-dev-tools
6+
# --------------------------------------------------------------------------------------------
7+
8+
# pylint: skip-file
9+
# flake8: noqa
10+
11+
from .__cmd_group import *
12+
from ._create import *
13+
from ._delete import *
14+
from ._list import *
15+
from ._show import *
16+
from ._update import *
17+
from ._wait import *

0 commit comments

Comments
 (0)