Skip to content

Commit 4790cd2

Browse files
[Network] Feature network NSP 2024 10 01 (#9101)
* Add changes related 2024-10-01 * Update changelog * Update tests * Updated tests * updated tests recordings * Update test recordings
1 parent 0545f64 commit 4790cd2

Some content is hidden

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

66 files changed

+12511
-12595
lines changed

src/nsp/HISTORY.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ Release History
44
===============
55
===============
66

7+
##### 1.1.0
8+
++++++
9+
* Pointed to ARM API version 2024-10-01
10+
11+
New commands added:
12+
* perimeter service-tag: list
13+
714
##### 1.0.0
815
++++++
916
New commands added:
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-
"network",
16-
)
17-
class __CMDGroup(AAZCommandGroup):
18-
"""Manage Azure Network 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+
"network",
16+
)
17+
class __CMDGroup(AAZCommandGroup):
18+
"""Manage Azure Network 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 *
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-
"network perimeter",
16-
)
17-
class __CMDGroup(AAZCommandGroup):
18-
"""Manage Network Security Perimeters.
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+
"network perimeter",
16+
)
17+
class __CMDGroup(AAZCommandGroup):
18+
"""Manage Network Security Perimeters.
19+
"""
20+
pass
21+
22+
23+
__all__ = ["__CMDGroup"]
Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
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 ._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 ._wait import *

0 commit comments

Comments
 (0)