You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* added commands for workload-network dhcp
* set limit of 3 on server_addresses and updated moved specific arguments in params
* removed comments
* updated error type for server_messages validation
* removed comments and styling
* added dns-server commands
* added dns-zone commands
* allow dhcp server and relay calls with None parameters
* added workload_network dns-zone commands
* Update src/vmware/CHANGELOG.md
* renamed dhcp test files to workload-network
* added port-mirroring and renamed dhcp test file to workloadnetwork
* updated changelog
* updated help and param text based on comments
* fixed parameter typo
* workload-network segment public-ip and vm-group commands
* fixed merge issue
* updated merge
* added workload-network vm and gateway commands'
* updated changelog
* styling updates
* updated help texts
* updated parameter name
* removed '-id' from parameters
* fixed unit tests
* updated sdk to 12-01 api and updated private cloud create and update commands
* fixed unit tests that were broken from upgrade to 12-01-21
* uncommented test file
* merged with main
* added unit tests for placement-policy and vm
* added prefixes for flattened properties
* changed encryption_status to enc_status to match abbreviation convention
* added managed identity parameters, warning prompt for placement policy vm/vm host delete, updated private cloud methods
* deprecated listadmincredentials, addidentitysource,deleteidentitysource
Co-authored-by: Xing Zhou <[email protected]>
It was run from a git clone of [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs).
11
+
It was run from a git clone of [azure-rest-api-specs](https://github.com/Azure/azure-rest-api-specs) within the python virtual environment (env\scripts\Activate.ps1). Ensure that no proxy has been set.
c.argument('circuit_primary_subnet', help='A /30 subnet for the primary circuit in the Express Route to configure routing between your network and Microsoft\'s Enterprise edge (MSEEs) routers.')
25
-
c.argument('circuit_secondary_subnet', help='A /30 subnet for the secondary circuit in the Express Route to configure routing between your network and Microsoft\'s Enterprise edge (MSEEs) routers.')
26
24
c.argument('cluster_size', help='Number of hosts for the default management cluster. Minimum of 3 and maximum of 16.')
27
-
c.argument('network_block', help='A subnet at least of size /22. Make sure the CIDR format is conformed to (A.B.C.D/X) where A,B,C,D are between 0 and 255, and X is between 0 and 22.')
25
+
c.argument('internet', help='Connectivity to internet. Specify "Enabled" or "Disabled".')
28
26
29
27
withself.argument_context('vmware cluster') asc:
30
28
c.argument('name', options_list=['--name', '-n'], help='Name of the cluster.')
31
29
c.argument('sku', help='The product SKU.')
32
30
c.argument('size', help='Number of hosts for the cluster. Minimum of 3 and a maximum of 16.')
31
+
c.argument('hosts', nargs='+', help='A cluster\'s hosts in the private cloud.')
c.argument('accept_eula', help='Accept the end-user license agreement without prompting.')
39
+
c.argument('network_block', help='A subnet at least of size /22. Make sure the CIDR format is conformed to (A.B.C.D/X) where A,B,C,D are between 0 and 255, and X is between 0 and 22.')
40
+
c.argument('mi_system_assigned', help='Enable a system assigned identity.')
0 commit comments