Skip to content
Merged
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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions src/networkcloud/HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
Release History
===============

2.0.0b6
++++++++
* This is a maintenace update to the internal auto-generation tools (3.0.0) to ensure compatibility with the Python 3.12.

2.0.0b5
++++++++
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ def _build_schema_error_detail_read(cls, _schema):
additional_info.Element = AAZObjectType()

_element = _schema_error_detail_read.additional_info.Element
_element.info = AAZObjectType(
_element.info = AAZFreeFormDictType(
flags={"read_only": True},
)
_element.type = AAZStrType(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ def _build_schema_error_detail_read(cls, _schema):
additional_info.Element = AAZObjectType()

_element = _schema_error_detail_read.additional_info.Element
_element.info = AAZObjectType(
_element.info = AAZFreeFormDictType(
flags={"read_only": True},
)
_element.type = AAZStrType(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ def _build_schema_error_detail_read(cls, _schema):
additional_info.Element = AAZObjectType()

_element = _schema_error_detail_read.additional_info.Element
_element.info = AAZObjectType(
_element.info = AAZFreeFormDictType(
flags={"read_only": True},
)
_element.type = AAZStrType(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ def _build_schema_error_detail_read(cls, _schema):
additional_info.Element = AAZObjectType()

_element = _schema_error_detail_read.additional_info.Element
_element.info = AAZObjectType(
_element.info = AAZFreeFormDictType(
flags={"read_only": True},
)
_element.type = AAZStrType(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ def _build_schema_error_detail_read(cls, _schema):
additional_info.Element = AAZObjectType()

_element = _schema_error_detail_read.additional_info.Element
_element.info = AAZObjectType(
_element.info = AAZFreeFormDictType(
flags={"read_only": True},
)
_element.type = AAZStrType(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ def _build_schema_error_detail_read(cls, _schema):
additional_info.Element = AAZObjectType()

_element = _schema_error_detail_read.additional_info.Element
_element.info = AAZObjectType(
_element.info = AAZFreeFormDictType(
flags={"read_only": True},
)
_element.type = AAZStrType(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@ def _build_arguments_schema(cls, *args, **kwargs):
arg_group="BareMetalMachineRunDataExtractsParameters",
help="The list of curated data extraction commands to be executed directly against the target machine.",
required=True,
fmt=AAZListArgFormat(
min_length=1,
),
)
_args_schema.limit_time_seconds = AAZIntArg(
options=["--limit-time-seconds"],
Expand Down Expand Up @@ -283,7 +286,7 @@ def _build_schema_error_detail_read(cls, _schema):
additional_info.Element = AAZObjectType()

_element = _schema_error_detail_read.additional_info.Element
_element.info = AAZObjectType(
_element.info = AAZFreeFormDictType(
flags={"read_only": True},
)
_element.type = AAZStrType(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@ def _build_arguments_schema(cls, *args, **kwargs):
arg_group="BareMetalMachineRunReadCommandsParameters",
help="The list of read-only commands to be executed directly against the target machine.",
required=True,
fmt=AAZListArgFormat(
min_length=1,
),
)
_args_schema.limit_time_seconds = AAZIntArg(
options=["--limit-time-seconds"],
Expand Down Expand Up @@ -283,7 +286,7 @@ def _build_schema_error_detail_read(cls, _schema):
additional_info.Element = AAZObjectType()

_element = _schema_error_detail_read.additional_info.Element
_element.info = AAZObjectType(
_element.info = AAZFreeFormDictType(
flags={"read_only": True},
)
_element.type = AAZStrType(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ def _build_schema_error_detail_read(cls, _schema):
additional_info.Element = AAZObjectType()

_element = _schema_error_detail_read.additional_info.Element
_element.info = AAZObjectType(
_element.info = AAZFreeFormDictType(
flags={"read_only": True},
)
_element.type = AAZStrType(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ def _build_schema_error_detail_read(cls, _schema):
additional_info.Element = AAZObjectType()

_element = _schema_error_detail_read.additional_info.Element
_element.info = AAZObjectType(
_element.info = AAZFreeFormDictType(
flags={"read_only": True},
)
_element.type = AAZStrType(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,9 @@ def _build_arguments_schema(cls, *args, **kwargs):
options=["endpoints"],
help="The list of endpoint dependencies.",
required=True,
fmt=AAZListArgFormat(
min_length=1,
),
)

endpoints = cls._args_schema.additional_egress_endpoints.Element.endpoints
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ def _build_schema_error_detail_read(cls, _schema):
additional_info.Element = AAZObjectType()

_element = _schema_error_detail_read.additional_info.Element
_element.info = AAZObjectType(
_element.info = AAZFreeFormDictType(
flags={"read_only": True},
)
_element.type = AAZStrType(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,9 @@ def _build_arguments_schema(cls, *args, **kwargs):
options=["endpoints"],
help="The list of endpoint dependencies.",
required=True,
fmt=AAZListArgFormat(
min_length=1,
),
)

endpoints = cls._args_schema.additional_egress_endpoints.Element.endpoints
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ def _build_schema_error_detail_read(cls, _schema):
additional_info.Element = AAZObjectType()

_element = _schema_error_detail_read.additional_info.Element
_element.info = AAZObjectType(
_element.info = AAZFreeFormDictType(
flags={"read_only": True},
)
_element.type = AAZStrType(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ def _build_schema_error_detail_read(cls, _schema):
additional_info.Element = AAZObjectType()

_element = _schema_error_detail_read.additional_info.Element
_element.info = AAZObjectType(
_element.info = AAZFreeFormDictType(
flags={"read_only": True},
)
_element.type = AAZStrType(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ def _build_schema_error_detail_read(cls, _schema):
additional_info.Element = AAZObjectType()

_element = _schema_error_detail_read.additional_info.Element
_element.info = AAZObjectType(
_element.info = AAZFreeFormDictType(
flags={"read_only": True},
)
_element.type = AAZStrType(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ def _build_schema_error_detail_read(cls, _schema):
additional_info.Element = AAZObjectType()

_element = _schema_error_detail_read.additional_info.Element
_element.info = AAZObjectType(
_element.info = AAZFreeFormDictType(
flags={"read_only": True},
)
_element.type = AAZStrType(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ def _build_schema_error_detail_read(cls, _schema):
additional_info.Element = AAZObjectType()

_element = _schema_error_detail_read.additional_info.Element
_element.info = AAZObjectType(
_element.info = AAZFreeFormDictType(
flags={"read_only": True},
)
_element.type = AAZStrType(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ def _build_schema_error_detail_read(cls, _schema):
additional_info.Element = AAZObjectType()

_element = _schema_error_detail_read.additional_info.Element
_element.info = AAZObjectType(
_element.info = AAZFreeFormDictType(
flags={"read_only": True},
)
_element.type = AAZStrType(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ def _build_schema_error_detail_read(cls, _schema):
additional_info.Element = AAZObjectType()

_element = _schema_error_detail_read.additional_info.Element
_element.info = AAZObjectType(
_element.info = AAZFreeFormDictType(
flags={"read_only": True},
)
_element.type = AAZStrType(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ def _build_schema_error_detail_read(cls, _schema):
additional_info.Element = AAZObjectType()

_element = _schema_error_detail_read.additional_info.Element
_element.info = AAZObjectType(
_element.info = AAZFreeFormDictType(
flags={"read_only": True},
)
_element.type = AAZStrType(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ def _build_schema_error_detail_read(cls, _schema):
additional_info.Element = AAZObjectType()

_element = _schema_error_detail_read.additional_info.Element
_element.info = AAZObjectType(
_element.info = AAZFreeFormDictType(
flags={"read_only": True},
)
_element.type = AAZStrType(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,9 @@ def _build_arguments_schema(cls, *args, **kwargs):
arg_group="Properties",
help="The agent pools that are created with this Kubernetes cluster for running critical system services and workloads. This data in this field is only used during creation, and the field will be empty following the creation of the Kubernetes Cluster. After creation, the management of agent pools is done using the agentPools sub-resource.",
required=True,
fmt=AAZListArgFormat(
min_length=1,
),
)
_args_schema.kubernetes_version = AAZStrArg(
options=["--kubernetes-version"],
Expand All @@ -157,6 +160,9 @@ def _build_arguments_schema(cls, *args, **kwargs):
options=["admin-group-object-ids"],
help="The list of Azure Active Directory group object IDs that will have an administrative role on the Kubernetes cluster.",
required=True,
fmt=AAZListArgFormat(
min_length=1,
),
)

admin_group_object_ids = cls._args_schema.aad_configuration.admin_group_object_ids
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ def _build_schema_error_detail_read(cls, _schema):
additional_info.Element = AAZObjectType()

_element = _schema_error_detail_read.additional_info.Element
_element.info = AAZObjectType(
_element.info = AAZFreeFormDictType(
flags={"read_only": True},
)
_element.type = AAZStrType(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ def _build_schema_error_detail_read(cls, _schema):
additional_info.Element = AAZObjectType()

_element = _schema_error_detail_read.additional_info.Element
_element.info = AAZObjectType(
_element.info = AAZFreeFormDictType(
flags={"read_only": True},
)
_element.type = AAZStrType(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ def _build_schema_error_detail_read(cls, _schema):
additional_info.Element = AAZObjectType()

_element = _schema_error_detail_read.additional_info.Element
_element.info = AAZObjectType(
_element.info = AAZFreeFormDictType(
flags={"read_only": True},
)
_element.type = AAZStrType(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ def _build_schema_error_detail_read(cls, _schema):
additional_info.Element = AAZObjectType()

_element = _schema_error_detail_read.additional_info.Element
_element.info = AAZObjectType(
_element.info = AAZFreeFormDictType(
flags={"read_only": True},
)
_element.type = AAZStrType(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ def _build_schema_error_detail_read(cls, _schema):
additional_info.Element = AAZObjectType()

_element = _schema_error_detail_read.additional_info.Element
_element.info = AAZObjectType(
_element.info = AAZFreeFormDictType(
flags={"read_only": True},
)
_element.type = AAZStrType(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ def _build_schema_error_detail_read(cls, _schema):
additional_info.Element = AAZObjectType()

_element = _schema_error_detail_read.additional_info.Element
_element.info = AAZObjectType(
_element.info = AAZFreeFormDictType(
flags={"read_only": True},
)
_element.type = AAZStrType(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ def _build_schema_error_detail_read(cls, _schema):
additional_info.Element = AAZObjectType()

_element = _schema_error_detail_read.additional_info.Element
_element.info = AAZObjectType(
_element.info = AAZFreeFormDictType(
flags={"read_only": True},
)
_element.type = AAZStrType(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ def _build_schema_error_detail_read(cls, _schema):
additional_info.Element = AAZObjectType()

_element = _schema_error_detail_read.additional_info.Element
_element.info = AAZObjectType(
_element.info = AAZFreeFormDictType(
flags={"read_only": True},
)
_element.type = AAZStrType(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,12 +75,18 @@ def _build_arguments_schema(cls, *args, **kwargs):
arg_group="Properties",
help="The list of resource IDs representing the Network Fabric isolation domains. It can be any combination of l2IsolationDomain and l3IsolationDomain resources.",
required=True,
fmt=AAZListArgFormat(
min_length=1,
),
)
_args_schema.vlans = AAZListArg(
options=["--vlans"],
arg_group="Properties",
help="The list of vlans that are selected from the isolation domains for trunking.",
required=True,
fmt=AAZListArgFormat(
min_length=1,
),
)

isolation_domain_ids = cls._args_schema.isolation_domain_ids
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ def _build_schema_error_detail_read(cls, _schema):
additional_info.Element = AAZObjectType()

_element = _schema_error_detail_read.additional_info.Element
_element.info = AAZObjectType(
_element.info = AAZFreeFormDictType(
flags={"read_only": True},
)
_element.type = AAZStrType(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ def _build_schema_error_detail_read(cls, _schema):
additional_info.Element = AAZObjectType()

_element = _schema_error_detail_read.additional_info.Element
_element.info = AAZObjectType(
_element.info = AAZFreeFormDictType(
flags={"read_only": True},
)
_element.type = AAZStrType(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ def _build_schema_error_detail_read(cls, _schema):
additional_info.Element = AAZObjectType()

_element = _schema_error_detail_read.additional_info.Element
_element.info = AAZObjectType(
_element.info = AAZFreeFormDictType(
flags={"read_only": True},
)
_element.type = AAZStrType(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ def _build_schema_error_detail_read(cls, _schema):
additional_info.Element = AAZObjectType()

_element = _schema_error_detail_read.additional_info.Element
_element.info = AAZObjectType(
_element.info = AAZFreeFormDictType(
flags={"read_only": True},
)
_element.type = AAZStrType(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ def _build_schema_error_detail_read(cls, _schema):
additional_info.Element = AAZObjectType()

_element = _schema_error_detail_read.additional_info.Element
_element.info = AAZObjectType(
_element.info = AAZFreeFormDictType(
flags={"read_only": True},
)
_element.type = AAZStrType(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ def _build_schema_error_detail_read(cls, _schema):
additional_info.Element = AAZObjectType()

_element = _schema_error_detail_read.additional_info.Element
_element.info = AAZObjectType(
_element.info = AAZFreeFormDictType(
flags={"read_only": True},
)
_element.type = AAZStrType(
Expand Down
Loading