Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
18 changes: 18 additions & 0 deletions src/managednetworkfabric/HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@
Release History
===============

10.0.0b2
++++++++
* New preview CLI version for latest api 2026-07-15-preview wihch includes 'Bring your own fabric (BYOF)' updates.
* New `bootstrapdevice` commands introduced: `bootstrapdevice run-ro-rommand` and `bootstrapdevice run-rw-rommand`.
* New `device` commands introduced: `device run-diagnostic` and `device run-validation`.
* New `fabric` commands introduced: `fabric run-diagnostic` and `fabric run-validation`.
* Adds the following new command/command groups:
* - `edgeconnector` with `create`, `update`, `show`, `list`, and `delete` commands.
* - `fabric-v2` with `create`, `update`, `show`, `list`, and `delete` commands.
* - `fabric-v2 delegation` with `create`, `update`, `show`, `list`, and `delete` commands.
* - `fabric-v2 vlan` with `create`, `update`, `show`, `list`, and `delete` commands.
* - `fabric-v2 vrf` with `create`, `update`, `show`, `list`, and `delete` commands.
* - `fabric-v2 vrf delegation` with `create`, `update`, `show`, `list`, and `delete` commands.
* - `fabric-v2 vrf network` with `create`, `update`, `show`, `list`, and `delete` commands.
* - `fabric-v2 vrf peering` with `create`, `update`, `show`, `list`, and `delete` commands.
* - `fabric-v2 vrf servicepeer` with `create`, `update`, `show`, `list`, `delete`, `confirm-attachment`, `prepare-attachment`, and `revoke` commands.


10.0.0b1
++++++++
* New preview CLI version for latest api 2026-01-15-preview.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ class Create(AAZCommand):
"""

_aaz_info = {
"version": "2026-01-15-preview",
"version": "2026-07-15-preview",
"resources": [
["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/accesscontrollists/{}", "2026-01-15-preview"],
["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/accesscontrollists/{}", "2026-07-15-preview"],
]
}

Expand Down Expand Up @@ -783,7 +783,7 @@ def url_parameters(self):
def query_parameters(self):
parameters = {
**self.serialize_query_param(
"api-version", "2026-01-15-preview",
"api-version", "2026-07-15-preview",
required=True,
),
}
Expand Down Expand Up @@ -1312,9 +1312,32 @@ def _build_schema_on_200_201(cls):
)

last_operation = cls._schema_on_200_201.properties.last_operation
last_operation.completed_at = AAZStrType(
serialized_name="completedAt",
flags={"read_only": True},
)
last_operation.correlation_id = AAZStrType(
serialized_name="correlationId",
flags={"read_only": True},
)
last_operation.details = AAZStrType(
flags={"read_only": True},
)
last_operation.operation_type = AAZStrType(
serialized_name="operationType",
flags={"read_only": True},
)
last_operation.result_blob_url = AAZStrType(
serialized_name="resultBlobUrl",
flags={"read_only": True},
)
last_operation.started_at = AAZStrType(
serialized_name="startedAt",
flags={"read_only": True},
)
last_operation.status = AAZStrType(
flags={"read_only": True},
)

match_configurations = cls._schema_on_200_201.properties.match_configurations
match_configurations.Element = AAZObjectType()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ class Delete(AAZCommand):
"""

_aaz_info = {
"version": "2026-01-15-preview",
"version": "2026-07-15-preview",
"resources": [
["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/accesscontrollists/{}", "2026-01-15-preview"],
["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/accesscontrollists/{}", "2026-07-15-preview"],
]
}

Expand Down Expand Up @@ -145,7 +145,7 @@ def url_parameters(self):
def query_parameters(self):
parameters = {
**self.serialize_query_param(
"api-version", "2026-01-15-preview",
"api-version", "2026-07-15-preview",
required=True,
),
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ class List(AAZCommand):
"""

_aaz_info = {
"version": "2026-01-15-preview",
"version": "2026-07-15-preview",
"resources": [
["mgmt-plane", "/subscriptions/{}/providers/microsoft.managednetworkfabric/accesscontrollists", "2026-01-15-preview"],
["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/accesscontrollists", "2026-01-15-preview"],
["mgmt-plane", "/subscriptions/{}/providers/microsoft.managednetworkfabric/accesscontrollists", "2026-07-15-preview"],
["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/accesscontrollists", "2026-07-15-preview"],
]
}

Expand Down Expand Up @@ -115,7 +115,7 @@ def url_parameters(self):
def query_parameters(self):
parameters = {
**self.serialize_query_param(
"api-version", "2026-01-15-preview",
"api-version", "2026-07-15-preview",
required=True,
),
}
Expand Down Expand Up @@ -370,9 +370,32 @@ def _build_schema_on_200(cls):
)

last_operation = cls._schema_on_200.value.Element.properties.last_operation
last_operation.completed_at = AAZStrType(
serialized_name="completedAt",
flags={"read_only": True},
)
last_operation.correlation_id = AAZStrType(
serialized_name="correlationId",
flags={"read_only": True},
)
last_operation.details = AAZStrType(
flags={"read_only": True},
)
last_operation.operation_type = AAZStrType(
serialized_name="operationType",
flags={"read_only": True},
)
last_operation.result_blob_url = AAZStrType(
serialized_name="resultBlobUrl",
flags={"read_only": True},
)
last_operation.started_at = AAZStrType(
serialized_name="startedAt",
flags={"read_only": True},
)
last_operation.status = AAZStrType(
flags={"read_only": True},
)

match_configurations = cls._schema_on_200.value.Element.properties.match_configurations
match_configurations.Element = AAZObjectType()
Expand Down Expand Up @@ -614,7 +637,7 @@ def url_parameters(self):
def query_parameters(self):
parameters = {
**self.serialize_query_param(
"api-version", "2026-01-15-preview",
"api-version", "2026-07-15-preview",
required=True,
),
}
Expand Down Expand Up @@ -869,9 +892,32 @@ def _build_schema_on_200(cls):
)

last_operation = cls._schema_on_200.value.Element.properties.last_operation
last_operation.completed_at = AAZStrType(
serialized_name="completedAt",
flags={"read_only": True},
)
last_operation.correlation_id = AAZStrType(
serialized_name="correlationId",
flags={"read_only": True},
)
last_operation.details = AAZStrType(
flags={"read_only": True},
)
last_operation.operation_type = AAZStrType(
serialized_name="operationType",
flags={"read_only": True},
)
last_operation.result_blob_url = AAZStrType(
serialized_name="resultBlobUrl",
flags={"read_only": True},
)
last_operation.started_at = AAZStrType(
serialized_name="startedAt",
flags={"read_only": True},
)
last_operation.status = AAZStrType(
flags={"read_only": True},
)

match_configurations = cls._schema_on_200.value.Element.properties.match_configurations
match_configurations.Element = AAZObjectType()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ class Show(AAZCommand):
"""

_aaz_info = {
"version": "2026-01-15-preview",
"version": "2026-07-15-preview",
"resources": [
["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/accesscontrollists/{}", "2026-01-15-preview"],
["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/accesscontrollists/{}", "2026-07-15-preview"],
]
}

Expand Down Expand Up @@ -123,7 +123,7 @@ def url_parameters(self):
def query_parameters(self):
parameters = {
**self.serialize_query_param(
"api-version", "2026-01-15-preview",
"api-version", "2026-07-15-preview",
required=True,
),
}
Expand Down Expand Up @@ -367,9 +367,32 @@ def _build_schema_on_200(cls):
)

last_operation = cls._schema_on_200.properties.last_operation
last_operation.completed_at = AAZStrType(
serialized_name="completedAt",
flags={"read_only": True},
)
last_operation.correlation_id = AAZStrType(
serialized_name="correlationId",
flags={"read_only": True},
)
last_operation.details = AAZStrType(
flags={"read_only": True},
)
last_operation.operation_type = AAZStrType(
serialized_name="operationType",
flags={"read_only": True},
)
last_operation.result_blob_url = AAZStrType(
serialized_name="resultBlobUrl",
flags={"read_only": True},
)
last_operation.started_at = AAZStrType(
serialized_name="startedAt",
flags={"read_only": True},
)
last_operation.status = AAZStrType(
flags={"read_only": True},
)

match_configurations = cls._schema_on_200.properties.match_configurations
match_configurations.Element = AAZObjectType()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ class Update(AAZCommand):
"""

_aaz_info = {
"version": "2026-01-15-preview",
"version": "2026-07-15-preview",
"resources": [
["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/accesscontrollists/{}", "2026-01-15-preview"],
["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/accesscontrollists/{}", "2026-07-15-preview"],
]
}

Expand Down Expand Up @@ -746,7 +746,7 @@ def url_parameters(self):
def query_parameters(self):
parameters = {
**self.serialize_query_param(
"api-version", "2026-01-15-preview",
"api-version", "2026-07-15-preview",
required=True,
),
}
Expand Down Expand Up @@ -1274,9 +1274,32 @@ def _build_schema_on_200(cls):
)

last_operation = cls._schema_on_200.properties.last_operation
last_operation.completed_at = AAZStrType(
serialized_name="completedAt",
flags={"read_only": True},
)
last_operation.correlation_id = AAZStrType(
serialized_name="correlationId",
flags={"read_only": True},
)
last_operation.details = AAZStrType(
flags={"read_only": True},
)
last_operation.operation_type = AAZStrType(
serialized_name="operationType",
flags={"read_only": True},
)
last_operation.result_blob_url = AAZStrType(
serialized_name="resultBlobUrl",
flags={"read_only": True},
)
last_operation.started_at = AAZStrType(
serialized_name="startedAt",
flags={"read_only": True},
)
last_operation.status = AAZStrType(
flags={"read_only": True},
)

match_configurations = cls._schema_on_200.properties.match_configurations
match_configurations.Element = AAZObjectType()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class Wait(AAZWaitCommand):

_aaz_info = {
"resources": [
["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/accesscontrollists/{}", "2026-01-15-preview"],
["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/accesscontrollists/{}", "2026-07-15-preview"],
]
}

Expand Down Expand Up @@ -119,7 +119,7 @@ def url_parameters(self):
def query_parameters(self):
parameters = {
**self.serialize_query_param(
"api-version", "2026-01-15-preview",
"api-version", "2026-07-15-preview",
required=True,
),
}
Expand Down Expand Up @@ -363,9 +363,32 @@ def _build_schema_on_200(cls):
)

last_operation = cls._schema_on_200.properties.last_operation
last_operation.completed_at = AAZStrType(
serialized_name="completedAt",
flags={"read_only": True},
)
last_operation.correlation_id = AAZStrType(
serialized_name="correlationId",
flags={"read_only": True},
)
last_operation.details = AAZStrType(
flags={"read_only": True},
)
last_operation.operation_type = AAZStrType(
serialized_name="operationType",
flags={"read_only": True},
)
last_operation.result_blob_url = AAZStrType(
serialized_name="resultBlobUrl",
flags={"read_only": True},
)
last_operation.started_at = AAZStrType(
serialized_name="startedAt",
flags={"read_only": True},
)
last_operation.status = AAZStrType(
flags={"read_only": True},
)

match_configurations = cls._schema_on_200.properties.match_configurations
match_configurations.Element = AAZObjectType()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,7 @@

from .__cmd_group import *
from ._list import *
from ._run_ro_command import *
from ._run_rw_command import *
from ._show import *
from ._wait import *
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ class List(AAZCommand):
"""

_aaz_info = {
"version": "2026-01-15-preview",
"version": "2026-07-15-preview",
"resources": [
["mgmt-plane", "/subscriptions/{}/providers/microsoft.managednetworkfabric/networkbootstrapdevices", "2026-01-15-preview"],
["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkbootstrapdevices", "2026-01-15-preview"],
["mgmt-plane", "/subscriptions/{}/providers/microsoft.managednetworkfabric/networkbootstrapdevices", "2026-07-15-preview"],
["mgmt-plane", "/subscriptions/{}/resourcegroups/{}/providers/microsoft.managednetworkfabric/networkbootstrapdevices", "2026-07-15-preview"],
]
}

Expand Down Expand Up @@ -115,7 +115,7 @@ def url_parameters(self):
def query_parameters(self):
parameters = {
**self.serialize_query_param(
"api-version", "2026-01-15-preview",
"api-version", "2026-07-15-preview",
required=True,
),
}
Expand Down Expand Up @@ -389,7 +389,7 @@ def url_parameters(self):
def query_parameters(self):
parameters = {
**self.serialize_query_param(
"api-version", "2026-01-15-preview",
"api-version", "2026-07-15-preview",
required=True,
),
}
Expand Down
Loading
Loading