Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions src/managednetworkfabric/HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

Release History
===============
8.0.0
++++++
* Updating version 8-beta to stable cli version 8.x for 2024-06-15-preview.
* Adds missing `--resource-name` to many commands to keep better consistency.
* Removes the `fabric identity` command as GET-PATCH isn't supported for this feature.

8.0.0b7
++++++
* Added missing examples and updated verbiage on existing examples
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def _build_arguments_schema(cls, *args, **kwargs):

_args_schema = cls._args_schema
_args_schema.external_network_name = AAZStrArg(
options=["--external-network-name"],
options=["--resource-name", "--external-network-name"],
help="Name of the External Network.",
required=True,
id_part="child_name_1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def _build_arguments_schema(cls, *args, **kwargs):

_args_schema = cls._args_schema
_args_schema.network_fabric_name = AAZStrArg(
options=["--network-fabric-name"],
options=["--resource-name", "--network-fabric-name"],
help="Name of the Network Fabric.",
required=True,
id_part="name",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def _build_arguments_schema(cls, *args, **kwargs):

_args_schema = cls._args_schema
_args_schema.network_fabric_name = AAZStrArg(
options=["--network-fabric-name"],
options=["--resource-name", "--network-fabric-name"],
help="Name of the Network Fabric.",
required=True,
id_part="name",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def _build_arguments_schema(cls, *args, **kwargs):

_args_schema = cls._args_schema
_args_schema.network_fabric_name = AAZStrArg(
options=["--network-fabric-name"],
options=["--resource-name", "--network-fabric-name"],
help="Name of the Network Fabric.",
required=True,
id_part="name",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def _build_arguments_schema(cls, *args, **kwargs):

_args_schema = cls._args_schema
_args_schema.network_fabric_name = AAZStrArg(
options=["--network-fabric-name"],
options=["--resource-name", "--network-fabric-name"],
help="Name of the Network Fabric.",
required=True,
id_part="name",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def _build_arguments_schema(cls, *args, **kwargs):

_args_schema = cls._args_schema
_args_schema.network_fabric_name = AAZStrArg(
options=["--network-fabric-name"],
options=["--resource-name", "--network-fabric-name"],
help="Name of the Network Fabric.",
required=True,
id_part="name",
Expand Down

This file was deleted.

This file was deleted.

Loading
Loading