diff --git a/AzurePowershell.Test.targets b/AzurePowershell.Test.targets
index a4adcf2014e1..1a0ecf86db9f 100644
--- a/AzurePowershell.Test.targets
+++ b/AzurePowershell.Test.targets
@@ -66,6 +66,7 @@
+
diff --git a/build.proj b/build.proj
index 1de7a0a2ce61..0dff01d87f12 100644
--- a/build.proj
+++ b/build.proj
@@ -137,6 +137,9 @@
+
+
diff --git a/src/ResourceManager/Compute/Commands.Compute/Generated/cli.js b/src/ResourceManager/Compute/Commands.Compute/Generated/cli.js
index bdb825056917..6f5803acbd13 100644
--- a/src/ResourceManager/Compute/Commands.Compute/Generated/cli.js
+++ b/src/ResourceManager/Compute/Commands.Compute/Generated/cli.js
@@ -283,9 +283,9 @@ exports.init = function (cli) {
var catparametersCreateOrUpdateVirtualMachineScaleSetsVirtualMachineScaleSet0 = cli.category('vmss');
var parametersCreateOrUpdateVirtualMachineScaleSetsVirtualMachineScaleSet0 = catparametersCreateOrUpdateVirtualMachineScaleSetsVirtualMachineScaleSet0.category('config')
.description($('Commands to manage configuration of virtual-machine-scale-sets in the parameter file.'));
- var setparametersCreateOrUpdateVirtualMachineScaleSetsVirtualMachineScaleSet0 = parametersCreateOrUpdateVirtualMachineScaleSetsVirtualMachineScaleSet0.category('set')
+ var setparametersCreateOrUpdateVirtualMachineScaleSetsVirtualMachineScaleSet0 = parametersCreateOrUpdateVirtualMachineScaleSetsVirtualMachineScaleSet0.category('virtual-machine-scale-set')
.description($('Commands to set components of virtual-machine-scale-sets in config file.'));
- setparametersCreateOrUpdateVirtualMachineScaleSetsVirtualMachineScaleSet0.command('virtual-machine-scale-set')
+ setparametersCreateOrUpdateVirtualMachineScaleSetsVirtualMachineScaleSet0.command('set')
.description($('Set virtual-machine-scale-set in config string or files, e.g. \r\n{\r\n "sku":{\r\n "name":"",\r\n "tier":"",\r\n "capacity":null\r\n },\r\n "upgradePolicy":{\r\n "mode":""\r\n },\r\n "virtualMachineProfile":{\r\n "osProfile":{\r\n "computerNamePrefix":"",\r\n "adminUsername":"",\r\n "adminPassword":"",\r\n "customData":"",\r\n "windowsConfiguration":{\r\n "provisionVMAgent":null,\r\n "enableAutomaticUpdates":null,\r\n "timeZone":"",\r\n "additionalUnattendContent":[\r\n {\r\n "passName":"",\r\n "componentName":"",\r\n "settingName":"",\r\n "content":""\r\n }\r\n ],\r\n "winRM":{\r\n "listeners":[\r\n {\r\n "protocol":"",\r\n "certificateUrl":""\r\n }\r\n ]\r\n }\r\n },\r\n "linuxConfiguration":{\r\n "disablePasswordAuthentication":null,\r\n "ssh":{\r\n "publicKeys":[\r\n {\r\n "path":"",\r\n "keyData":""\r\n }\r\n ]\r\n }\r\n },\r\n "secrets":[\r\n {\r\n "sourceVault":{\r\n "id":""\r\n },\r\n "vaultCertificates":[\r\n {\r\n "certificateUrl":"",\r\n "certificateStore":""\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n "storageProfile":{\r\n "imageReference":{\r\n "publisher":"",\r\n "offer":"",\r\n "sku":"",\r\n "version":""\r\n },\r\n "osDisk":{\r\n "name":"",\r\n "caching":"",\r\n "createOption":"",\r\n "osType":"",\r\n "image":{\r\n "uri":""\r\n },\r\n "vhdContainers":[\r\n ""\r\n ]\r\n }\r\n },\r\n "networkProfile":{\r\n "networkInterfaceConfigurations":[\r\n {\r\n "name":"",\r\n "primary":null,\r\n "ipConfigurations":[\r\n {\r\n "name":"",\r\n "subnet":{\r\n "id":""\r\n },\r\n "loadBalancerBackendAddressPools":[\r\n {\r\n "id":""\r\n }\r\n ],\r\n "loadBalancerInboundNatPools":[\r\n {\r\n "id":""\r\n }\r\n ],\r\n "id":""\r\n }\r\n ],\r\n "id":""\r\n }\r\n ]\r\n },\r\n "extensionProfile":{\r\n "extensions":[\r\n {\r\n "name":"",\r\n "publisher":"",\r\n "virtualMachineScaleSetExtensionType":"",\r\n "typeHandlerVersion":"",\r\n "autoUpgradeMinorVersion":null,\r\n "settings":{\r\n },\r\n "protectedSettings":{\r\n },\r\n "provisioningState":"",\r\n "id":""\r\n }\r\n ]\r\n }\r\n },\r\n "provisioningState":"",\r\n "id":null,\r\n "name":null,\r\n "type":null,\r\n "location":"",\r\n "tags":{\r\n }\r\n}\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -419,9 +419,9 @@ exports.init = function (cli) {
var catparametersCreateOrUpdateVirtualMachineScaleSetsVirtualMachineScaleSet1 = cli.category('vmss');
var parametersCreateOrUpdateVirtualMachineScaleSetsVirtualMachineScaleSet1 = catparametersCreateOrUpdateVirtualMachineScaleSetsVirtualMachineScaleSet1.category('config')
.description($('Commands to manage configuration of virtual-machine-scale-sets in the parameter file.'));
- var removeparametersCreateOrUpdateVirtualMachineScaleSetsVirtualMachineScaleSet1 = parametersCreateOrUpdateVirtualMachineScaleSetsVirtualMachineScaleSet1.category('remove')
+ var removeparametersCreateOrUpdateVirtualMachineScaleSetsVirtualMachineScaleSet1 = parametersCreateOrUpdateVirtualMachineScaleSetsVirtualMachineScaleSet1.category('virtual-machine-scale-set')
.description($('Commands to remove components of virtual-machine-scale-sets in config file.'));
- removeparametersCreateOrUpdateVirtualMachineScaleSetsVirtualMachineScaleSet1.command('virtual-machine-scale-set')
+ removeparametersCreateOrUpdateVirtualMachineScaleSetsVirtualMachineScaleSet1.command('remove')
.description($('Remove virtual-machine-scale-set in config string or files, e.g. \r\n{\r\n "sku":{\r\n "name":"",\r\n "tier":"",\r\n "capacity":null\r\n },\r\n "upgradePolicy":{\r\n "mode":""\r\n },\r\n "virtualMachineProfile":{\r\n "osProfile":{\r\n "computerNamePrefix":"",\r\n "adminUsername":"",\r\n "adminPassword":"",\r\n "customData":"",\r\n "windowsConfiguration":{\r\n "provisionVMAgent":null,\r\n "enableAutomaticUpdates":null,\r\n "timeZone":"",\r\n "additionalUnattendContent":[\r\n {\r\n "passName":"",\r\n "componentName":"",\r\n "settingName":"",\r\n "content":""\r\n }\r\n ],\r\n "winRM":{\r\n "listeners":[\r\n {\r\n "protocol":"",\r\n "certificateUrl":""\r\n }\r\n ]\r\n }\r\n },\r\n "linuxConfiguration":{\r\n "disablePasswordAuthentication":null,\r\n "ssh":{\r\n "publicKeys":[\r\n {\r\n "path":"",\r\n "keyData":""\r\n }\r\n ]\r\n }\r\n },\r\n "secrets":[\r\n {\r\n "sourceVault":{\r\n "id":""\r\n },\r\n "vaultCertificates":[\r\n {\r\n "certificateUrl":"",\r\n "certificateStore":""\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n "storageProfile":{\r\n "imageReference":{\r\n "publisher":"",\r\n "offer":"",\r\n "sku":"",\r\n "version":""\r\n },\r\n "osDisk":{\r\n "name":"",\r\n "caching":"",\r\n "createOption":"",\r\n "osType":"",\r\n "image":{\r\n "uri":""\r\n },\r\n "vhdContainers":[\r\n ""\r\n ]\r\n }\r\n },\r\n "networkProfile":{\r\n "networkInterfaceConfigurations":[\r\n {\r\n "name":"",\r\n "primary":null,\r\n "ipConfigurations":[\r\n {\r\n "name":"",\r\n "subnet":{\r\n "id":""\r\n },\r\n "loadBalancerBackendAddressPools":[\r\n {\r\n "id":""\r\n }\r\n ],\r\n "loadBalancerInboundNatPools":[\r\n {\r\n "id":""\r\n }\r\n ],\r\n "id":""\r\n }\r\n ],\r\n "id":""\r\n }\r\n ]\r\n },\r\n "extensionProfile":{\r\n "extensions":[\r\n {\r\n "name":"",\r\n "publisher":"",\r\n "virtualMachineScaleSetExtensionType":"",\r\n "typeHandlerVersion":"",\r\n "autoUpgradeMinorVersion":null,\r\n "settings":{\r\n },\r\n "protectedSettings":{\r\n },\r\n "provisioningState":"",\r\n "id":""\r\n }\r\n ]\r\n }\r\n },\r\n "provisioningState":"",\r\n "id":null,\r\n "name":null,\r\n "type":null,\r\n "location":"",\r\n "tags":{\r\n }\r\n}\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -503,9 +503,9 @@ exports.init = function (cli) {
var catparametersCreateOrUpdateVirtualMachineScaleSetsVirtualMachineScaleSet2 = cli.category('vmss');
var parametersCreateOrUpdateVirtualMachineScaleSetsVirtualMachineScaleSet2 = catparametersCreateOrUpdateVirtualMachineScaleSetsVirtualMachineScaleSet2.category('config')
.description($('Commands to manage configuration of virtual-machine-scale-sets in the parameter file.'));
- var addparametersCreateOrUpdateVirtualMachineScaleSetsVirtualMachineScaleSet2 = parametersCreateOrUpdateVirtualMachineScaleSetsVirtualMachineScaleSet2.category('add')
+ var addparametersCreateOrUpdateVirtualMachineScaleSetsVirtualMachineScaleSet2 = parametersCreateOrUpdateVirtualMachineScaleSetsVirtualMachineScaleSet2.category('virtual-machine-scale-set')
.description($('Commands to add components of virtual-machine-scale-sets in config file.'));
- addparametersCreateOrUpdateVirtualMachineScaleSetsVirtualMachineScaleSet2.command('virtual-machine-scale-set')
+ addparametersCreateOrUpdateVirtualMachineScaleSetsVirtualMachineScaleSet2.command('add')
.description($('Add virtual-machine-scale-set in config string or files, e.g. \r\n{\r\n "sku":{\r\n "name":"",\r\n "tier":"",\r\n "capacity":null\r\n },\r\n "upgradePolicy":{\r\n "mode":""\r\n },\r\n "virtualMachineProfile":{\r\n "osProfile":{\r\n "computerNamePrefix":"",\r\n "adminUsername":"",\r\n "adminPassword":"",\r\n "customData":"",\r\n "windowsConfiguration":{\r\n "provisionVMAgent":null,\r\n "enableAutomaticUpdates":null,\r\n "timeZone":"",\r\n "additionalUnattendContent":[\r\n {\r\n "passName":"",\r\n "componentName":"",\r\n "settingName":"",\r\n "content":""\r\n }\r\n ],\r\n "winRM":{\r\n "listeners":[\r\n {\r\n "protocol":"",\r\n "certificateUrl":""\r\n }\r\n ]\r\n }\r\n },\r\n "linuxConfiguration":{\r\n "disablePasswordAuthentication":null,\r\n "ssh":{\r\n "publicKeys":[\r\n {\r\n "path":"",\r\n "keyData":""\r\n }\r\n ]\r\n }\r\n },\r\n "secrets":[\r\n {\r\n "sourceVault":{\r\n "id":""\r\n },\r\n "vaultCertificates":[\r\n {\r\n "certificateUrl":"",\r\n "certificateStore":""\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n "storageProfile":{\r\n "imageReference":{\r\n "publisher":"",\r\n "offer":"",\r\n "sku":"",\r\n "version":""\r\n },\r\n "osDisk":{\r\n "name":"",\r\n "caching":"",\r\n "createOption":"",\r\n "osType":"",\r\n "image":{\r\n "uri":""\r\n },\r\n "vhdContainers":[\r\n ""\r\n ]\r\n }\r\n },\r\n "networkProfile":{\r\n "networkInterfaceConfigurations":[\r\n {\r\n "name":"",\r\n "primary":null,\r\n "ipConfigurations":[\r\n {\r\n "name":"",\r\n "subnet":{\r\n "id":""\r\n },\r\n "loadBalancerBackendAddressPools":[\r\n {\r\n "id":""\r\n }\r\n ],\r\n "loadBalancerInboundNatPools":[\r\n {\r\n "id":""\r\n }\r\n ],\r\n "id":""\r\n }\r\n ],\r\n "id":""\r\n }\r\n ]\r\n },\r\n "extensionProfile":{\r\n "extensions":[\r\n {\r\n "name":"",\r\n "publisher":"",\r\n "virtualMachineScaleSetExtensionType":"",\r\n "typeHandlerVersion":"",\r\n "autoUpgradeMinorVersion":null,\r\n "settings":{\r\n },\r\n "protectedSettings":{\r\n },\r\n "provisioningState":"",\r\n "id":""\r\n }\r\n ]\r\n }\r\n },\r\n "provisioningState":"",\r\n "id":null,\r\n "name":null,\r\n "type":null,\r\n "location":"",\r\n "tags":{\r\n }\r\n}\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -643,9 +643,9 @@ exports.init = function (cli) {
var catparametersCreateOrUpdateVirtualMachineScaleSetsSku0 = cli.category('vmss');
var parametersCreateOrUpdateVirtualMachineScaleSetsSku0 = catparametersCreateOrUpdateVirtualMachineScaleSetsSku0.category('config')
.description($('Commands to manage configuration of virtual-machine-scale-sets in the parameter file.'));
- var setparametersCreateOrUpdateVirtualMachineScaleSetsSku0 = parametersCreateOrUpdateVirtualMachineScaleSetsSku0.category('set')
+ var setparametersCreateOrUpdateVirtualMachineScaleSetsSku0 = parametersCreateOrUpdateVirtualMachineScaleSetsSku0.category('sku')
.description($('Commands to set components of virtual-machine-scale-sets in config file.'));
- setparametersCreateOrUpdateVirtualMachineScaleSetsSku0.command('sku')
+ setparametersCreateOrUpdateVirtualMachineScaleSetsSku0.command('set')
.description($('Set sku in config string or files, e.g. \r\n {\r\n ...\r\n "sku" : {\r\n "name":"",\r\n "tier":"",\r\n "capacity":null\r\n }\r\n ...\r\n }\r\n\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -714,9 +714,9 @@ exports.init = function (cli) {
var catparametersCreateOrUpdateVirtualMachineScaleSetsSku1 = cli.category('vmss');
var parametersCreateOrUpdateVirtualMachineScaleSetsSku1 = catparametersCreateOrUpdateVirtualMachineScaleSetsSku1.category('config')
.description($('Commands to manage configuration of virtual-machine-scale-sets in the parameter file.'));
- var removeparametersCreateOrUpdateVirtualMachineScaleSetsSku1 = parametersCreateOrUpdateVirtualMachineScaleSetsSku1.category('remove')
+ var removeparametersCreateOrUpdateVirtualMachineScaleSetsSku1 = parametersCreateOrUpdateVirtualMachineScaleSetsSku1.category('sku')
.description($('Commands to remove components of virtual-machine-scale-sets in config file.'));
- removeparametersCreateOrUpdateVirtualMachineScaleSetsSku1.command('sku')
+ removeparametersCreateOrUpdateVirtualMachineScaleSetsSku1.command('remove')
.description($('Remove sku in config string or files, e.g. \r\n {\r\n ...\r\n "sku" : {\r\n "name":"",\r\n "tier":"",\r\n "capacity":null\r\n }\r\n ...\r\n }\r\n\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -768,9 +768,9 @@ exports.init = function (cli) {
var catparametersCreateOrUpdateVirtualMachineScaleSetsSku2 = cli.category('vmss');
var parametersCreateOrUpdateVirtualMachineScaleSetsSku2 = catparametersCreateOrUpdateVirtualMachineScaleSetsSku2.category('config')
.description($('Commands to manage configuration of virtual-machine-scale-sets in the parameter file.'));
- var addparametersCreateOrUpdateVirtualMachineScaleSetsSku2 = parametersCreateOrUpdateVirtualMachineScaleSetsSku2.category('add')
+ var addparametersCreateOrUpdateVirtualMachineScaleSetsSku2 = parametersCreateOrUpdateVirtualMachineScaleSetsSku2.category('sku')
.description($('Commands to add components of virtual-machine-scale-sets in config file.'));
- addparametersCreateOrUpdateVirtualMachineScaleSetsSku2.command('sku')
+ addparametersCreateOrUpdateVirtualMachineScaleSetsSku2.command('add')
.description($('Add sku in config string or files, e.g. \r\n {\r\n ...\r\n "sku" : {\r\n "name":"",\r\n "tier":"",\r\n "capacity":null\r\n }\r\n ...\r\n }\r\n\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -843,9 +843,9 @@ exports.init = function (cli) {
var catparametersCreateOrUpdateVirtualMachineScaleSetsUpgradePolicy0 = cli.category('vmss');
var parametersCreateOrUpdateVirtualMachineScaleSetsUpgradePolicy0 = catparametersCreateOrUpdateVirtualMachineScaleSetsUpgradePolicy0.category('config')
.description($('Commands to manage configuration of virtual-machine-scale-sets in the parameter file.'));
- var setparametersCreateOrUpdateVirtualMachineScaleSetsUpgradePolicy0 = parametersCreateOrUpdateVirtualMachineScaleSetsUpgradePolicy0.category('set')
+ var setparametersCreateOrUpdateVirtualMachineScaleSetsUpgradePolicy0 = parametersCreateOrUpdateVirtualMachineScaleSetsUpgradePolicy0.category('upgrade-policy')
.description($('Commands to set components of virtual-machine-scale-sets in config file.'));
- setparametersCreateOrUpdateVirtualMachineScaleSetsUpgradePolicy0.command('upgrade-policy')
+ setparametersCreateOrUpdateVirtualMachineScaleSetsUpgradePolicy0.command('set')
.description($('Set upgrade-policy in config string or files, e.g. \r\n {\r\n ...\r\n "upgradePolicy" : {\r\n "mode":""\r\n }\r\n ...\r\n }\r\n\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -891,9 +891,9 @@ exports.init = function (cli) {
var catparametersCreateOrUpdateVirtualMachineScaleSetsUpgradePolicy1 = cli.category('vmss');
var parametersCreateOrUpdateVirtualMachineScaleSetsUpgradePolicy1 = catparametersCreateOrUpdateVirtualMachineScaleSetsUpgradePolicy1.category('config')
.description($('Commands to manage configuration of virtual-machine-scale-sets in the parameter file.'));
- var removeparametersCreateOrUpdateVirtualMachineScaleSetsUpgradePolicy1 = parametersCreateOrUpdateVirtualMachineScaleSetsUpgradePolicy1.category('remove')
+ var removeparametersCreateOrUpdateVirtualMachineScaleSetsUpgradePolicy1 = parametersCreateOrUpdateVirtualMachineScaleSetsUpgradePolicy1.category('upgrade-policy')
.description($('Commands to remove components of virtual-machine-scale-sets in config file.'));
- removeparametersCreateOrUpdateVirtualMachineScaleSetsUpgradePolicy1.command('upgrade-policy')
+ removeparametersCreateOrUpdateVirtualMachineScaleSetsUpgradePolicy1.command('remove')
.description($('Remove upgrade-policy in config string or files, e.g. \r\n {\r\n ...\r\n "upgradePolicy" : {\r\n "mode":""\r\n }\r\n ...\r\n }\r\n\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -935,9 +935,9 @@ exports.init = function (cli) {
var catparametersCreateOrUpdateVirtualMachineScaleSetsUpgradePolicy2 = cli.category('vmss');
var parametersCreateOrUpdateVirtualMachineScaleSetsUpgradePolicy2 = catparametersCreateOrUpdateVirtualMachineScaleSetsUpgradePolicy2.category('config')
.description($('Commands to manage configuration of virtual-machine-scale-sets in the parameter file.'));
- var addparametersCreateOrUpdateVirtualMachineScaleSetsUpgradePolicy2 = parametersCreateOrUpdateVirtualMachineScaleSetsUpgradePolicy2.category('add')
+ var addparametersCreateOrUpdateVirtualMachineScaleSetsUpgradePolicy2 = parametersCreateOrUpdateVirtualMachineScaleSetsUpgradePolicy2.category('upgrade-policy')
.description($('Commands to add components of virtual-machine-scale-sets in config file.'));
- addparametersCreateOrUpdateVirtualMachineScaleSetsUpgradePolicy2.command('upgrade-policy')
+ addparametersCreateOrUpdateVirtualMachineScaleSetsUpgradePolicy2.command('add')
.description($('Add upgrade-policy in config string or files, e.g. \r\n {\r\n ...\r\n "upgradePolicy" : {\r\n "mode":""\r\n }\r\n ...\r\n }\r\n\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -987,9 +987,9 @@ exports.init = function (cli) {
var catparametersCreateOrUpdateVirtualMachineScaleSetsVirtualMachineProfile1 = cli.category('vmss');
var parametersCreateOrUpdateVirtualMachineScaleSetsVirtualMachineProfile1 = catparametersCreateOrUpdateVirtualMachineScaleSetsVirtualMachineProfile1.category('config')
.description($('Commands to manage configuration of virtual-machine-scale-sets in the parameter file.'));
- var removeparametersCreateOrUpdateVirtualMachineScaleSetsVirtualMachineProfile1 = parametersCreateOrUpdateVirtualMachineScaleSetsVirtualMachineProfile1.category('remove')
+ var removeparametersCreateOrUpdateVirtualMachineScaleSetsVirtualMachineProfile1 = parametersCreateOrUpdateVirtualMachineScaleSetsVirtualMachineProfile1.category('virtual-machine-profile')
.description($('Commands to remove components of virtual-machine-scale-sets in config file.'));
- removeparametersCreateOrUpdateVirtualMachineScaleSetsVirtualMachineProfile1.command('virtual-machine-profile')
+ removeparametersCreateOrUpdateVirtualMachineScaleSetsVirtualMachineProfile1.command('remove')
.description($('Remove virtual-machine-profile in config string or files, e.g. \r\n {\r\n ...\r\n "virtualMachineProfile" : {\r\n "osProfile":{\r\n "computerNamePrefix":"",\r\n "adminUsername":"",\r\n "adminPassword":"",\r\n "customData":"",\r\n "windowsConfiguration":{\r\n "provisionVMAgent":null,\r\n "enableAutomaticUpdates":null,\r\n "timeZone":"",\r\n "additionalUnattendContent":[\r\n {\r\n "passName":"",\r\n "componentName":"",\r\n "settingName":"",\r\n "content":""\r\n }\r\n ],\r\n "winRM":{\r\n "listeners":[\r\n {\r\n "protocol":"",\r\n "certificateUrl":""\r\n }\r\n ]\r\n }\r\n },\r\n "linuxConfiguration":{\r\n "disablePasswordAuthentication":null,\r\n "ssh":{\r\n "publicKeys":[\r\n {\r\n "path":"",\r\n "keyData":""\r\n }\r\n ]\r\n }\r\n },\r\n "secrets":[\r\n {\r\n "sourceVault":{\r\n "id":""\r\n },\r\n "vaultCertificates":[\r\n {\r\n "certificateUrl":"",\r\n "certificateStore":""\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n "storageProfile":{\r\n "imageReference":{\r\n "publisher":"",\r\n "offer":"",\r\n "sku":"",\r\n "version":""\r\n },\r\n "osDisk":{\r\n "name":"",\r\n "caching":"",\r\n "createOption":"",\r\n "osType":"",\r\n "image":{\r\n "uri":""\r\n },\r\n "vhdContainers":[\r\n ""\r\n ]\r\n }\r\n },\r\n "networkProfile":{\r\n "networkInterfaceConfigurations":[\r\n {\r\n "name":"",\r\n "primary":null,\r\n "ipConfigurations":[\r\n {\r\n "name":"",\r\n "subnet":{\r\n "id":""\r\n },\r\n "loadBalancerBackendAddressPools":[\r\n {\r\n "id":""\r\n }\r\n ],\r\n "loadBalancerInboundNatPools":[\r\n {\r\n "id":""\r\n }\r\n ],\r\n "id":""\r\n }\r\n ],\r\n "id":""\r\n }\r\n ]\r\n },\r\n "extensionProfile":{\r\n "extensions":[\r\n {\r\n "name":"",\r\n "publisher":"",\r\n "virtualMachineScaleSetExtensionType":"",\r\n "typeHandlerVersion":"",\r\n "autoUpgradeMinorVersion":null,\r\n "settings":{\r\n },\r\n "protectedSettings":{\r\n },\r\n "provisioningState":"",\r\n "id":""\r\n }\r\n ]\r\n }\r\n }\r\n ...\r\n }\r\n\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -1046,9 +1046,9 @@ exports.init = function (cli) {
var catparametersCreateOrUpdateVirtualMachineScaleSetsVirtualMachineProfile2 = cli.category('vmss');
var parametersCreateOrUpdateVirtualMachineScaleSetsVirtualMachineProfile2 = catparametersCreateOrUpdateVirtualMachineScaleSetsVirtualMachineProfile2.category('config')
.description($('Commands to manage configuration of virtual-machine-scale-sets in the parameter file.'));
- var addparametersCreateOrUpdateVirtualMachineScaleSetsVirtualMachineProfile2 = parametersCreateOrUpdateVirtualMachineScaleSetsVirtualMachineProfile2.category('add')
+ var addparametersCreateOrUpdateVirtualMachineScaleSetsVirtualMachineProfile2 = parametersCreateOrUpdateVirtualMachineScaleSetsVirtualMachineProfile2.category('virtual-machine-profile')
.description($('Commands to add components of virtual-machine-scale-sets in config file.'));
- addparametersCreateOrUpdateVirtualMachineScaleSetsVirtualMachineProfile2.command('virtual-machine-profile')
+ addparametersCreateOrUpdateVirtualMachineScaleSetsVirtualMachineProfile2.command('add')
.description($('Add virtual-machine-profile in config string or files, e.g. \r\n {\r\n ...\r\n "virtualMachineProfile" : {\r\n "osProfile":{\r\n "computerNamePrefix":"",\r\n "adminUsername":"",\r\n "adminPassword":"",\r\n "customData":"",\r\n "windowsConfiguration":{\r\n "provisionVMAgent":null,\r\n "enableAutomaticUpdates":null,\r\n "timeZone":"",\r\n "additionalUnattendContent":[\r\n {\r\n "passName":"",\r\n "componentName":"",\r\n "settingName":"",\r\n "content":""\r\n }\r\n ],\r\n "winRM":{\r\n "listeners":[\r\n {\r\n "protocol":"",\r\n "certificateUrl":""\r\n }\r\n ]\r\n }\r\n },\r\n "linuxConfiguration":{\r\n "disablePasswordAuthentication":null,\r\n "ssh":{\r\n "publicKeys":[\r\n {\r\n "path":"",\r\n "keyData":""\r\n }\r\n ]\r\n }\r\n },\r\n "secrets":[\r\n {\r\n "sourceVault":{\r\n "id":""\r\n },\r\n "vaultCertificates":[\r\n {\r\n "certificateUrl":"",\r\n "certificateStore":""\r\n }\r\n ]\r\n }\r\n ]\r\n },\r\n "storageProfile":{\r\n "imageReference":{\r\n "publisher":"",\r\n "offer":"",\r\n "sku":"",\r\n "version":""\r\n },\r\n "osDisk":{\r\n "name":"",\r\n "caching":"",\r\n "createOption":"",\r\n "osType":"",\r\n "image":{\r\n "uri":""\r\n },\r\n "vhdContainers":[\r\n ""\r\n ]\r\n }\r\n },\r\n "networkProfile":{\r\n "networkInterfaceConfigurations":[\r\n {\r\n "name":"",\r\n "primary":null,\r\n "ipConfigurations":[\r\n {\r\n "name":"",\r\n "subnet":{\r\n "id":""\r\n },\r\n "loadBalancerBackendAddressPools":[\r\n {\r\n "id":""\r\n }\r\n ],\r\n "loadBalancerInboundNatPools":[\r\n {\r\n "id":""\r\n }\r\n ],\r\n "id":""\r\n }\r\n ],\r\n "id":""\r\n }\r\n ]\r\n },\r\n "extensionProfile":{\r\n "extensions":[\r\n {\r\n "name":"",\r\n "publisher":"",\r\n "virtualMachineScaleSetExtensionType":"",\r\n "typeHandlerVersion":"",\r\n "autoUpgradeMinorVersion":null,\r\n "settings":{\r\n },\r\n "protectedSettings":{\r\n },\r\n "provisioningState":"",\r\n "id":""\r\n }\r\n ]\r\n }\r\n }\r\n ...\r\n }\r\n\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -1131,9 +1131,9 @@ exports.init = function (cli) {
var catparametersCreateOrUpdateVirtualMachineScaleSetsOsProfile0 = cli.category('vmss');
var parametersCreateOrUpdateVirtualMachineScaleSetsOsProfile0 = catparametersCreateOrUpdateVirtualMachineScaleSetsOsProfile0.category('config')
.description($('Commands to manage configuration of virtual-machine-scale-sets in the parameter file.'));
- var setparametersCreateOrUpdateVirtualMachineScaleSetsOsProfile0 = parametersCreateOrUpdateVirtualMachineScaleSetsOsProfile0.category('set')
+ var setparametersCreateOrUpdateVirtualMachineScaleSetsOsProfile0 = parametersCreateOrUpdateVirtualMachineScaleSetsOsProfile0.category('os-profile')
.description($('Commands to set components of virtual-machine-scale-sets in config file.'));
- setparametersCreateOrUpdateVirtualMachineScaleSetsOsProfile0.command('os-profile')
+ setparametersCreateOrUpdateVirtualMachineScaleSetsOsProfile0.command('set')
.description($('Set os-profile in config string or files, e.g. \r\n {\r\n ...\r\n "osProfile" : {\r\n "computerNamePrefix":"",\r\n "adminUsername":"",\r\n "adminPassword":"",\r\n "customData":"",\r\n "windowsConfiguration":{\r\n "provisionVMAgent":null,\r\n "enableAutomaticUpdates":null,\r\n "timeZone":"",\r\n "additionalUnattendContent":[\r\n {\r\n "passName":"",\r\n "componentName":"",\r\n "settingName":"",\r\n "content":""\r\n }\r\n ],\r\n "winRM":{\r\n "listeners":[\r\n {\r\n "protocol":"",\r\n "certificateUrl":""\r\n }\r\n ]\r\n }\r\n },\r\n "linuxConfiguration":{\r\n "disablePasswordAuthentication":null,\r\n "ssh":{\r\n "publicKeys":[\r\n {\r\n "path":"",\r\n "keyData":""\r\n }\r\n ]\r\n }\r\n },\r\n "secrets":[\r\n {\r\n "sourceVault":{\r\n "id":""\r\n },\r\n "vaultCertificates":[\r\n {\r\n "certificateUrl":"",\r\n "certificateStore":""\r\n }\r\n ]\r\n }\r\n ]\r\n }\r\n ...\r\n }\r\n\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -1245,9 +1245,9 @@ exports.init = function (cli) {
var catparametersCreateOrUpdateVirtualMachineScaleSetsOsProfile1 = cli.category('vmss');
var parametersCreateOrUpdateVirtualMachineScaleSetsOsProfile1 = catparametersCreateOrUpdateVirtualMachineScaleSetsOsProfile1.category('config')
.description($('Commands to manage configuration of virtual-machine-scale-sets in the parameter file.'));
- var removeparametersCreateOrUpdateVirtualMachineScaleSetsOsProfile1 = parametersCreateOrUpdateVirtualMachineScaleSetsOsProfile1.category('remove')
+ var removeparametersCreateOrUpdateVirtualMachineScaleSetsOsProfile1 = parametersCreateOrUpdateVirtualMachineScaleSetsOsProfile1.category('os-profile')
.description($('Commands to remove components of virtual-machine-scale-sets in config file.'));
- removeparametersCreateOrUpdateVirtualMachineScaleSetsOsProfile1.command('os-profile')
+ removeparametersCreateOrUpdateVirtualMachineScaleSetsOsProfile1.command('remove')
.description($('Remove os-profile in config string or files, e.g. \r\n {\r\n ...\r\n "osProfile" : {\r\n "computerNamePrefix":"",\r\n "adminUsername":"",\r\n "adminPassword":"",\r\n "customData":"",\r\n "windowsConfiguration":{\r\n "provisionVMAgent":null,\r\n "enableAutomaticUpdates":null,\r\n "timeZone":"",\r\n "additionalUnattendContent":[\r\n {\r\n "passName":"",\r\n "componentName":"",\r\n "settingName":"",\r\n "content":""\r\n }\r\n ],\r\n "winRM":{\r\n "listeners":[\r\n {\r\n "protocol":"",\r\n "certificateUrl":""\r\n }\r\n ]\r\n }\r\n },\r\n "linuxConfiguration":{\r\n "disablePasswordAuthentication":null,\r\n "ssh":{\r\n "publicKeys":[\r\n {\r\n "path":"",\r\n "keyData":""\r\n }\r\n ]\r\n }\r\n },\r\n "secrets":[\r\n {\r\n "sourceVault":{\r\n "id":""\r\n },\r\n "vaultCertificates":[\r\n {\r\n "certificateUrl":"",\r\n "certificateStore":""\r\n }\r\n ]\r\n }\r\n ]\r\n }\r\n ...\r\n }\r\n\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -1319,9 +1319,9 @@ exports.init = function (cli) {
var catparametersCreateOrUpdateVirtualMachineScaleSetsOsProfile2 = cli.category('vmss');
var parametersCreateOrUpdateVirtualMachineScaleSetsOsProfile2 = catparametersCreateOrUpdateVirtualMachineScaleSetsOsProfile2.category('config')
.description($('Commands to manage configuration of virtual-machine-scale-sets in the parameter file.'));
- var addparametersCreateOrUpdateVirtualMachineScaleSetsOsProfile2 = parametersCreateOrUpdateVirtualMachineScaleSetsOsProfile2.category('add')
+ var addparametersCreateOrUpdateVirtualMachineScaleSetsOsProfile2 = parametersCreateOrUpdateVirtualMachineScaleSetsOsProfile2.category('os-profile')
.description($('Commands to add components of virtual-machine-scale-sets in config file.'));
- addparametersCreateOrUpdateVirtualMachineScaleSetsOsProfile2.command('os-profile')
+ addparametersCreateOrUpdateVirtualMachineScaleSetsOsProfile2.command('add')
.description($('Add os-profile in config string or files, e.g. \r\n {\r\n ...\r\n "osProfile" : {\r\n "computerNamePrefix":"",\r\n "adminUsername":"",\r\n "adminPassword":"",\r\n "customData":"",\r\n "windowsConfiguration":{\r\n "provisionVMAgent":null,\r\n "enableAutomaticUpdates":null,\r\n "timeZone":"",\r\n "additionalUnattendContent":[\r\n {\r\n "passName":"",\r\n "componentName":"",\r\n "settingName":"",\r\n "content":""\r\n }\r\n ],\r\n "winRM":{\r\n "listeners":[\r\n {\r\n "protocol":"",\r\n "certificateUrl":""\r\n }\r\n ]\r\n }\r\n },\r\n "linuxConfiguration":{\r\n "disablePasswordAuthentication":null,\r\n "ssh":{\r\n "publicKeys":[\r\n {\r\n "path":"",\r\n "keyData":""\r\n }\r\n ]\r\n }\r\n },\r\n "secrets":[\r\n {\r\n "sourceVault":{\r\n "id":""\r\n },\r\n "vaultCertificates":[\r\n {\r\n "certificateUrl":"",\r\n "certificateStore":""\r\n }\r\n ]\r\n }\r\n ]\r\n }\r\n ...\r\n }\r\n\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -1437,9 +1437,9 @@ exports.init = function (cli) {
var catparametersCreateOrUpdateVirtualMachineScaleSetsWindowsConfiguration0 = cli.category('vmss');
var parametersCreateOrUpdateVirtualMachineScaleSetsWindowsConfiguration0 = catparametersCreateOrUpdateVirtualMachineScaleSetsWindowsConfiguration0.category('config')
.description($('Commands to manage configuration of virtual-machine-scale-sets in the parameter file.'));
- var setparametersCreateOrUpdateVirtualMachineScaleSetsWindowsConfiguration0 = parametersCreateOrUpdateVirtualMachineScaleSetsWindowsConfiguration0.category('set')
+ var setparametersCreateOrUpdateVirtualMachineScaleSetsWindowsConfiguration0 = parametersCreateOrUpdateVirtualMachineScaleSetsWindowsConfiguration0.category('windows-configuration')
.description($('Commands to set components of virtual-machine-scale-sets in config file.'));
- setparametersCreateOrUpdateVirtualMachineScaleSetsWindowsConfiguration0.command('windows-configuration')
+ setparametersCreateOrUpdateVirtualMachineScaleSetsWindowsConfiguration0.command('set')
.description($('Set windows-configuration in config string or files, e.g. \r\n {\r\n ...\r\n "windowsConfiguration" : {\r\n "provisionVMAgent":null,\r\n "enableAutomaticUpdates":null,\r\n "timeZone":"",\r\n "additionalUnattendContent":[\r\n {\r\n "passName":"",\r\n "componentName":"",\r\n "settingName":"",\r\n "content":""\r\n }\r\n ],\r\n "winRM":{\r\n "listeners":[\r\n {\r\n "protocol":"",\r\n "certificateUrl":""\r\n }\r\n ]\r\n }\r\n }\r\n ...\r\n }\r\n\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -1531,9 +1531,9 @@ exports.init = function (cli) {
var catparametersCreateOrUpdateVirtualMachineScaleSetsWindowsConfiguration1 = cli.category('vmss');
var parametersCreateOrUpdateVirtualMachineScaleSetsWindowsConfiguration1 = catparametersCreateOrUpdateVirtualMachineScaleSetsWindowsConfiguration1.category('config')
.description($('Commands to manage configuration of virtual-machine-scale-sets in the parameter file.'));
- var removeparametersCreateOrUpdateVirtualMachineScaleSetsWindowsConfiguration1 = parametersCreateOrUpdateVirtualMachineScaleSetsWindowsConfiguration1.category('remove')
+ var removeparametersCreateOrUpdateVirtualMachineScaleSetsWindowsConfiguration1 = parametersCreateOrUpdateVirtualMachineScaleSetsWindowsConfiguration1.category('windows-configuration')
.description($('Commands to remove components of virtual-machine-scale-sets in config file.'));
- removeparametersCreateOrUpdateVirtualMachineScaleSetsWindowsConfiguration1.command('windows-configuration')
+ removeparametersCreateOrUpdateVirtualMachineScaleSetsWindowsConfiguration1.command('remove')
.description($('Remove windows-configuration in config string or files, e.g. \r\n {\r\n ...\r\n "windowsConfiguration" : {\r\n "provisionVMAgent":null,\r\n "enableAutomaticUpdates":null,\r\n "timeZone":"",\r\n "additionalUnattendContent":[\r\n {\r\n "passName":"",\r\n "componentName":"",\r\n "settingName":"",\r\n "content":""\r\n }\r\n ],\r\n "winRM":{\r\n "listeners":[\r\n {\r\n "protocol":"",\r\n "certificateUrl":""\r\n }\r\n ]\r\n }\r\n }\r\n ...\r\n }\r\n\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -1595,9 +1595,9 @@ exports.init = function (cli) {
var catparametersCreateOrUpdateVirtualMachineScaleSetsWindowsConfiguration2 = cli.category('vmss');
var parametersCreateOrUpdateVirtualMachineScaleSetsWindowsConfiguration2 = catparametersCreateOrUpdateVirtualMachineScaleSetsWindowsConfiguration2.category('config')
.description($('Commands to manage configuration of virtual-machine-scale-sets in the parameter file.'));
- var addparametersCreateOrUpdateVirtualMachineScaleSetsWindowsConfiguration2 = parametersCreateOrUpdateVirtualMachineScaleSetsWindowsConfiguration2.category('add')
+ var addparametersCreateOrUpdateVirtualMachineScaleSetsWindowsConfiguration2 = parametersCreateOrUpdateVirtualMachineScaleSetsWindowsConfiguration2.category('windows-configuration')
.description($('Commands to add components of virtual-machine-scale-sets in config file.'));
- addparametersCreateOrUpdateVirtualMachineScaleSetsWindowsConfiguration2.command('windows-configuration')
+ addparametersCreateOrUpdateVirtualMachineScaleSetsWindowsConfiguration2.command('add')
.description($('Add windows-configuration in config string or files, e.g. \r\n {\r\n ...\r\n "windowsConfiguration" : {\r\n "provisionVMAgent":null,\r\n "enableAutomaticUpdates":null,\r\n "timeZone":"",\r\n "additionalUnattendContent":[\r\n {\r\n "passName":"",\r\n "componentName":"",\r\n "settingName":"",\r\n "content":""\r\n }\r\n ],\r\n "winRM":{\r\n "listeners":[\r\n {\r\n "protocol":"",\r\n "certificateUrl":""\r\n }\r\n ]\r\n }\r\n }\r\n ...\r\n }\r\n\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -1693,9 +1693,9 @@ exports.init = function (cli) {
var catparametersCreateOrUpdateVirtualMachineScaleSetsAdditionalUnattendContent0 = cli.category('vmss');
var parametersCreateOrUpdateVirtualMachineScaleSetsAdditionalUnattendContent0 = catparametersCreateOrUpdateVirtualMachineScaleSetsAdditionalUnattendContent0.category('config')
.description($('Commands to manage configuration of virtual-machine-scale-sets in the parameter file.'));
- var setparametersCreateOrUpdateVirtualMachineScaleSetsAdditionalUnattendContent0 = parametersCreateOrUpdateVirtualMachineScaleSetsAdditionalUnattendContent0.category('set')
+ var setparametersCreateOrUpdateVirtualMachineScaleSetsAdditionalUnattendContent0 = parametersCreateOrUpdateVirtualMachineScaleSetsAdditionalUnattendContent0.category('additional-unattend-content')
.description($('Commands to set components of virtual-machine-scale-sets in config file.'));
- setparametersCreateOrUpdateVirtualMachineScaleSetsAdditionalUnattendContent0.command('additional-unattend-content')
+ setparametersCreateOrUpdateVirtualMachineScaleSetsAdditionalUnattendContent0.command('set')
.description($('Set additional-unattend-content in config string or files, e.g. \r\n {\r\n ...\r\n "additionalUnattendContent" : {\r\n "passName":"",\r\n "componentName":"",\r\n "settingName":"",\r\n "content":""\r\n }\r\n ...\r\n }\r\n\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -1779,9 +1779,9 @@ exports.init = function (cli) {
var catparametersCreateOrUpdateVirtualMachineScaleSetsAdditionalUnattendContent1 = cli.category('vmss');
var parametersCreateOrUpdateVirtualMachineScaleSetsAdditionalUnattendContent1 = catparametersCreateOrUpdateVirtualMachineScaleSetsAdditionalUnattendContent1.category('config')
.description($('Commands to manage configuration of virtual-machine-scale-sets in the parameter file.'));
- var removeparametersCreateOrUpdateVirtualMachineScaleSetsAdditionalUnattendContent1 = parametersCreateOrUpdateVirtualMachineScaleSetsAdditionalUnattendContent1.category('remove')
+ var removeparametersCreateOrUpdateVirtualMachineScaleSetsAdditionalUnattendContent1 = parametersCreateOrUpdateVirtualMachineScaleSetsAdditionalUnattendContent1.category('additional-unattend-content')
.description($('Commands to remove components of virtual-machine-scale-sets in config file.'));
- removeparametersCreateOrUpdateVirtualMachineScaleSetsAdditionalUnattendContent1.command('additional-unattend-content')
+ removeparametersCreateOrUpdateVirtualMachineScaleSetsAdditionalUnattendContent1.command('remove')
.description($('Remove additional-unattend-content in config string or files, e.g. \r\n {\r\n ...\r\n "additionalUnattendContent" : {\r\n "passName":"",\r\n "componentName":"",\r\n "settingName":"",\r\n "content":""\r\n }\r\n ...\r\n }\r\n\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -1839,9 +1839,9 @@ exports.init = function (cli) {
var catparametersCreateOrUpdateVirtualMachineScaleSetsAdditionalUnattendContent2 = cli.category('vmss');
var parametersCreateOrUpdateVirtualMachineScaleSetsAdditionalUnattendContent2 = catparametersCreateOrUpdateVirtualMachineScaleSetsAdditionalUnattendContent2.category('config')
.description($('Commands to manage configuration of virtual-machine-scale-sets in the parameter file.'));
- var addparametersCreateOrUpdateVirtualMachineScaleSetsAdditionalUnattendContent2 = parametersCreateOrUpdateVirtualMachineScaleSetsAdditionalUnattendContent2.category('add')
+ var addparametersCreateOrUpdateVirtualMachineScaleSetsAdditionalUnattendContent2 = parametersCreateOrUpdateVirtualMachineScaleSetsAdditionalUnattendContent2.category('additional-unattend-content')
.description($('Commands to add components of virtual-machine-scale-sets in config file.'));
- addparametersCreateOrUpdateVirtualMachineScaleSetsAdditionalUnattendContent2.command('additional-unattend-content')
+ addparametersCreateOrUpdateVirtualMachineScaleSetsAdditionalUnattendContent2.command('add')
.description($('Add additional-unattend-content in config string or files, e.g. \r\n {\r\n ...\r\n "additionalUnattendContent" : {\r\n "passName":"",\r\n "componentName":"",\r\n "settingName":"",\r\n "content":""\r\n }\r\n ...\r\n }\r\n\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -1924,9 +1924,9 @@ exports.init = function (cli) {
var catparametersCreateOrUpdateVirtualMachineScaleSetsWinRM1 = cli.category('vmss');
var parametersCreateOrUpdateVirtualMachineScaleSetsWinRM1 = catparametersCreateOrUpdateVirtualMachineScaleSetsWinRM1.category('config')
.description($('Commands to manage configuration of virtual-machine-scale-sets in the parameter file.'));
- var removeparametersCreateOrUpdateVirtualMachineScaleSetsWinRM1 = parametersCreateOrUpdateVirtualMachineScaleSetsWinRM1.category('remove')
+ var removeparametersCreateOrUpdateVirtualMachineScaleSetsWinRM1 = parametersCreateOrUpdateVirtualMachineScaleSetsWinRM1.category('win-rm')
.description($('Commands to remove components of virtual-machine-scale-sets in config file.'));
- removeparametersCreateOrUpdateVirtualMachineScaleSetsWinRM1.command('win-rm')
+ removeparametersCreateOrUpdateVirtualMachineScaleSetsWinRM1.command('remove')
.description($('Remove win-rm in config string or files, e.g. \r\n {\r\n ...\r\n "winRM" : {\r\n "listeners":[\r\n {\r\n "protocol":"",\r\n "certificateUrl":""\r\n }\r\n ]\r\n }\r\n ...\r\n }\r\n\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -1968,9 +1968,9 @@ exports.init = function (cli) {
var catparametersCreateOrUpdateVirtualMachineScaleSetsWinRM2 = cli.category('vmss');
var parametersCreateOrUpdateVirtualMachineScaleSetsWinRM2 = catparametersCreateOrUpdateVirtualMachineScaleSetsWinRM2.category('config')
.description($('Commands to manage configuration of virtual-machine-scale-sets in the parameter file.'));
- var addparametersCreateOrUpdateVirtualMachineScaleSetsWinRM2 = parametersCreateOrUpdateVirtualMachineScaleSetsWinRM2.category('add')
+ var addparametersCreateOrUpdateVirtualMachineScaleSetsWinRM2 = parametersCreateOrUpdateVirtualMachineScaleSetsWinRM2.category('win-rm')
.description($('Commands to add components of virtual-machine-scale-sets in config file.'));
- addparametersCreateOrUpdateVirtualMachineScaleSetsWinRM2.command('win-rm')
+ addparametersCreateOrUpdateVirtualMachineScaleSetsWinRM2.command('add')
.description($('Add win-rm in config string or files, e.g. \r\n {\r\n ...\r\n "winRM" : {\r\n "listeners":[\r\n {\r\n "protocol":"",\r\n "certificateUrl":""\r\n }\r\n ]\r\n }\r\n ...\r\n }\r\n\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -2020,9 +2020,9 @@ exports.init = function (cli) {
var catparametersCreateOrUpdateVirtualMachineScaleSetsListeners0 = cli.category('vmss');
var parametersCreateOrUpdateVirtualMachineScaleSetsListeners0 = catparametersCreateOrUpdateVirtualMachineScaleSetsListeners0.category('config')
.description($('Commands to manage configuration of virtual-machine-scale-sets in the parameter file.'));
- var setparametersCreateOrUpdateVirtualMachineScaleSetsListeners0 = parametersCreateOrUpdateVirtualMachineScaleSetsListeners0.category('set')
+ var setparametersCreateOrUpdateVirtualMachineScaleSetsListeners0 = parametersCreateOrUpdateVirtualMachineScaleSetsListeners0.category('listeners')
.description($('Commands to set components of virtual-machine-scale-sets in config file.'));
- setparametersCreateOrUpdateVirtualMachineScaleSetsListeners0.command('listeners')
+ setparametersCreateOrUpdateVirtualMachineScaleSetsListeners0.command('set')
.description($('Set listeners in config string or files, e.g. \r\n {\r\n ...\r\n "listeners" : {\r\n "protocol":"",\r\n "certificateUrl":""\r\n }\r\n ...\r\n }\r\n\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -2084,9 +2084,9 @@ exports.init = function (cli) {
var catparametersCreateOrUpdateVirtualMachineScaleSetsListeners1 = cli.category('vmss');
var parametersCreateOrUpdateVirtualMachineScaleSetsListeners1 = catparametersCreateOrUpdateVirtualMachineScaleSetsListeners1.category('config')
.description($('Commands to manage configuration of virtual-machine-scale-sets in the parameter file.'));
- var removeparametersCreateOrUpdateVirtualMachineScaleSetsListeners1 = parametersCreateOrUpdateVirtualMachineScaleSetsListeners1.category('remove')
+ var removeparametersCreateOrUpdateVirtualMachineScaleSetsListeners1 = parametersCreateOrUpdateVirtualMachineScaleSetsListeners1.category('listeners')
.description($('Commands to remove components of virtual-machine-scale-sets in config file.'));
- removeparametersCreateOrUpdateVirtualMachineScaleSetsListeners1.command('listeners')
+ removeparametersCreateOrUpdateVirtualMachineScaleSetsListeners1.command('remove')
.description($('Remove listeners in config string or files, e.g. \r\n {\r\n ...\r\n "listeners" : {\r\n "protocol":"",\r\n "certificateUrl":""\r\n }\r\n ...\r\n }\r\n\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -2134,9 +2134,9 @@ exports.init = function (cli) {
var catparametersCreateOrUpdateVirtualMachineScaleSetsListeners2 = cli.category('vmss');
var parametersCreateOrUpdateVirtualMachineScaleSetsListeners2 = catparametersCreateOrUpdateVirtualMachineScaleSetsListeners2.category('config')
.description($('Commands to manage configuration of virtual-machine-scale-sets in the parameter file.'));
- var addparametersCreateOrUpdateVirtualMachineScaleSetsListeners2 = parametersCreateOrUpdateVirtualMachineScaleSetsListeners2.category('add')
+ var addparametersCreateOrUpdateVirtualMachineScaleSetsListeners2 = parametersCreateOrUpdateVirtualMachineScaleSetsListeners2.category('listeners')
.description($('Commands to add components of virtual-machine-scale-sets in config file.'));
- addparametersCreateOrUpdateVirtualMachineScaleSetsListeners2.command('listeners')
+ addparametersCreateOrUpdateVirtualMachineScaleSetsListeners2.command('add')
.description($('Add listeners in config string or files, e.g. \r\n {\r\n ...\r\n "listeners" : {\r\n "protocol":"",\r\n "certificateUrl":""\r\n }\r\n ...\r\n }\r\n\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -2197,9 +2197,9 @@ exports.init = function (cli) {
var catparametersCreateOrUpdateVirtualMachineScaleSetsLinuxConfiguration0 = cli.category('vmss');
var parametersCreateOrUpdateVirtualMachineScaleSetsLinuxConfiguration0 = catparametersCreateOrUpdateVirtualMachineScaleSetsLinuxConfiguration0.category('config')
.description($('Commands to manage configuration of virtual-machine-scale-sets in the parameter file.'));
- var setparametersCreateOrUpdateVirtualMachineScaleSetsLinuxConfiguration0 = parametersCreateOrUpdateVirtualMachineScaleSetsLinuxConfiguration0.category('set')
+ var setparametersCreateOrUpdateVirtualMachineScaleSetsLinuxConfiguration0 = parametersCreateOrUpdateVirtualMachineScaleSetsLinuxConfiguration0.category('linux-configuration')
.description($('Commands to set components of virtual-machine-scale-sets in config file.'));
- setparametersCreateOrUpdateVirtualMachineScaleSetsLinuxConfiguration0.command('linux-configuration')
+ setparametersCreateOrUpdateVirtualMachineScaleSetsLinuxConfiguration0.command('set')
.description($('Set linux-configuration in config string or files, e.g. \r\n {\r\n ...\r\n "linuxConfiguration" : {\r\n "disablePasswordAuthentication":null,\r\n "ssh":{\r\n "publicKeys":[\r\n {\r\n "path":"",\r\n "keyData":""\r\n }\r\n ]\r\n }\r\n }\r\n ...\r\n }\r\n\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -2257,9 +2257,9 @@ exports.init = function (cli) {
var catparametersCreateOrUpdateVirtualMachineScaleSetsLinuxConfiguration1 = cli.category('vmss');
var parametersCreateOrUpdateVirtualMachineScaleSetsLinuxConfiguration1 = catparametersCreateOrUpdateVirtualMachineScaleSetsLinuxConfiguration1.category('config')
.description($('Commands to manage configuration of virtual-machine-scale-sets in the parameter file.'));
- var removeparametersCreateOrUpdateVirtualMachineScaleSetsLinuxConfiguration1 = parametersCreateOrUpdateVirtualMachineScaleSetsLinuxConfiguration1.category('remove')
+ var removeparametersCreateOrUpdateVirtualMachineScaleSetsLinuxConfiguration1 = parametersCreateOrUpdateVirtualMachineScaleSetsLinuxConfiguration1.category('linux-configuration')
.description($('Commands to remove components of virtual-machine-scale-sets in config file.'));
- removeparametersCreateOrUpdateVirtualMachineScaleSetsLinuxConfiguration1.command('linux-configuration')
+ removeparametersCreateOrUpdateVirtualMachineScaleSetsLinuxConfiguration1.command('remove')
.description($('Remove linux-configuration in config string or files, e.g. \r\n {\r\n ...\r\n "linuxConfiguration" : {\r\n "disablePasswordAuthentication":null,\r\n "ssh":{\r\n "publicKeys":[\r\n {\r\n "path":"",\r\n "keyData":""\r\n }\r\n ]\r\n }\r\n }\r\n ...\r\n }\r\n\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -2306,9 +2306,9 @@ exports.init = function (cli) {
var catparametersCreateOrUpdateVirtualMachineScaleSetsLinuxConfiguration2 = cli.category('vmss');
var parametersCreateOrUpdateVirtualMachineScaleSetsLinuxConfiguration2 = catparametersCreateOrUpdateVirtualMachineScaleSetsLinuxConfiguration2.category('config')
.description($('Commands to manage configuration of virtual-machine-scale-sets in the parameter file.'));
- var addparametersCreateOrUpdateVirtualMachineScaleSetsLinuxConfiguration2 = parametersCreateOrUpdateVirtualMachineScaleSetsLinuxConfiguration2.category('add')
+ var addparametersCreateOrUpdateVirtualMachineScaleSetsLinuxConfiguration2 = parametersCreateOrUpdateVirtualMachineScaleSetsLinuxConfiguration2.category('linux-configuration')
.description($('Commands to add components of virtual-machine-scale-sets in config file.'));
- addparametersCreateOrUpdateVirtualMachineScaleSetsLinuxConfiguration2.command('linux-configuration')
+ addparametersCreateOrUpdateVirtualMachineScaleSetsLinuxConfiguration2.command('add')
.description($('Add linux-configuration in config string or files, e.g. \r\n {\r\n ...\r\n "linuxConfiguration" : {\r\n "disablePasswordAuthentication":null,\r\n "ssh":{\r\n "publicKeys":[\r\n {\r\n "path":"",\r\n "keyData":""\r\n }\r\n ]\r\n }\r\n }\r\n ...\r\n }\r\n\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -2370,9 +2370,9 @@ exports.init = function (cli) {
var catparametersCreateOrUpdateVirtualMachineScaleSetsSsh1 = cli.category('vmss');
var parametersCreateOrUpdateVirtualMachineScaleSetsSsh1 = catparametersCreateOrUpdateVirtualMachineScaleSetsSsh1.category('config')
.description($('Commands to manage configuration of virtual-machine-scale-sets in the parameter file.'));
- var removeparametersCreateOrUpdateVirtualMachineScaleSetsSsh1 = parametersCreateOrUpdateVirtualMachineScaleSetsSsh1.category('remove')
+ var removeparametersCreateOrUpdateVirtualMachineScaleSetsSsh1 = parametersCreateOrUpdateVirtualMachineScaleSetsSsh1.category('ssh')
.description($('Commands to remove components of virtual-machine-scale-sets in config file.'));
- removeparametersCreateOrUpdateVirtualMachineScaleSetsSsh1.command('ssh')
+ removeparametersCreateOrUpdateVirtualMachineScaleSetsSsh1.command('remove')
.description($('Remove ssh in config string or files, e.g. \r\n {\r\n ...\r\n "ssh" : {\r\n "publicKeys":[\r\n {\r\n "path":"",\r\n "keyData":""\r\n }\r\n ]\r\n }\r\n ...\r\n }\r\n\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -2414,9 +2414,9 @@ exports.init = function (cli) {
var catparametersCreateOrUpdateVirtualMachineScaleSetsSsh2 = cli.category('vmss');
var parametersCreateOrUpdateVirtualMachineScaleSetsSsh2 = catparametersCreateOrUpdateVirtualMachineScaleSetsSsh2.category('config')
.description($('Commands to manage configuration of virtual-machine-scale-sets in the parameter file.'));
- var addparametersCreateOrUpdateVirtualMachineScaleSetsSsh2 = parametersCreateOrUpdateVirtualMachineScaleSetsSsh2.category('add')
+ var addparametersCreateOrUpdateVirtualMachineScaleSetsSsh2 = parametersCreateOrUpdateVirtualMachineScaleSetsSsh2.category('ssh')
.description($('Commands to add components of virtual-machine-scale-sets in config file.'));
- addparametersCreateOrUpdateVirtualMachineScaleSetsSsh2.command('ssh')
+ addparametersCreateOrUpdateVirtualMachineScaleSetsSsh2.command('add')
.description($('Add ssh in config string or files, e.g. \r\n {\r\n ...\r\n "ssh" : {\r\n "publicKeys":[\r\n {\r\n "path":"",\r\n "keyData":""\r\n }\r\n ]\r\n }\r\n ...\r\n }\r\n\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -2466,9 +2466,9 @@ exports.init = function (cli) {
var catparametersCreateOrUpdateVirtualMachineScaleSetsPublicKeys0 = cli.category('vmss');
var parametersCreateOrUpdateVirtualMachineScaleSetsPublicKeys0 = catparametersCreateOrUpdateVirtualMachineScaleSetsPublicKeys0.category('config')
.description($('Commands to manage configuration of virtual-machine-scale-sets in the parameter file.'));
- var setparametersCreateOrUpdateVirtualMachineScaleSetsPublicKeys0 = parametersCreateOrUpdateVirtualMachineScaleSetsPublicKeys0.category('set')
+ var setparametersCreateOrUpdateVirtualMachineScaleSetsPublicKeys0 = parametersCreateOrUpdateVirtualMachineScaleSetsPublicKeys0.category('public-keys')
.description($('Commands to set components of virtual-machine-scale-sets in config file.'));
- setparametersCreateOrUpdateVirtualMachineScaleSetsPublicKeys0.command('public-keys')
+ setparametersCreateOrUpdateVirtualMachineScaleSetsPublicKeys0.command('set')
.description($('Set public-keys in config string or files, e.g. \r\n {\r\n ...\r\n "publicKeys" : {\r\n "path":"",\r\n "keyData":""\r\n }\r\n ...\r\n }\r\n\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -2530,9 +2530,9 @@ exports.init = function (cli) {
var catparametersCreateOrUpdateVirtualMachineScaleSetsPublicKeys1 = cli.category('vmss');
var parametersCreateOrUpdateVirtualMachineScaleSetsPublicKeys1 = catparametersCreateOrUpdateVirtualMachineScaleSetsPublicKeys1.category('config')
.description($('Commands to manage configuration of virtual-machine-scale-sets in the parameter file.'));
- var removeparametersCreateOrUpdateVirtualMachineScaleSetsPublicKeys1 = parametersCreateOrUpdateVirtualMachineScaleSetsPublicKeys1.category('remove')
+ var removeparametersCreateOrUpdateVirtualMachineScaleSetsPublicKeys1 = parametersCreateOrUpdateVirtualMachineScaleSetsPublicKeys1.category('public-keys')
.description($('Commands to remove components of virtual-machine-scale-sets in config file.'));
- removeparametersCreateOrUpdateVirtualMachineScaleSetsPublicKeys1.command('public-keys')
+ removeparametersCreateOrUpdateVirtualMachineScaleSetsPublicKeys1.command('remove')
.description($('Remove public-keys in config string or files, e.g. \r\n {\r\n ...\r\n "publicKeys" : {\r\n "path":"",\r\n "keyData":""\r\n }\r\n ...\r\n }\r\n\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -2580,9 +2580,9 @@ exports.init = function (cli) {
var catparametersCreateOrUpdateVirtualMachineScaleSetsPublicKeys2 = cli.category('vmss');
var parametersCreateOrUpdateVirtualMachineScaleSetsPublicKeys2 = catparametersCreateOrUpdateVirtualMachineScaleSetsPublicKeys2.category('config')
.description($('Commands to manage configuration of virtual-machine-scale-sets in the parameter file.'));
- var addparametersCreateOrUpdateVirtualMachineScaleSetsPublicKeys2 = parametersCreateOrUpdateVirtualMachineScaleSetsPublicKeys2.category('add')
+ var addparametersCreateOrUpdateVirtualMachineScaleSetsPublicKeys2 = parametersCreateOrUpdateVirtualMachineScaleSetsPublicKeys2.category('public-keys')
.description($('Commands to add components of virtual-machine-scale-sets in config file.'));
- addparametersCreateOrUpdateVirtualMachineScaleSetsPublicKeys2.command('public-keys')
+ addparametersCreateOrUpdateVirtualMachineScaleSetsPublicKeys2.command('add')
.description($('Add public-keys in config string or files, e.g. \r\n {\r\n ...\r\n "publicKeys" : {\r\n "path":"",\r\n "keyData":""\r\n }\r\n ...\r\n }\r\n\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -2643,9 +2643,9 @@ exports.init = function (cli) {
var catparametersCreateOrUpdateVirtualMachineScaleSetsSecrets1 = cli.category('vmss');
var parametersCreateOrUpdateVirtualMachineScaleSetsSecrets1 = catparametersCreateOrUpdateVirtualMachineScaleSetsSecrets1.category('config')
.description($('Commands to manage configuration of virtual-machine-scale-sets in the parameter file.'));
- var removeparametersCreateOrUpdateVirtualMachineScaleSetsSecrets1 = parametersCreateOrUpdateVirtualMachineScaleSetsSecrets1.category('remove')
+ var removeparametersCreateOrUpdateVirtualMachineScaleSetsSecrets1 = parametersCreateOrUpdateVirtualMachineScaleSetsSecrets1.category('secrets')
.description($('Commands to remove components of virtual-machine-scale-sets in config file.'));
- removeparametersCreateOrUpdateVirtualMachineScaleSetsSecrets1.command('secrets')
+ removeparametersCreateOrUpdateVirtualMachineScaleSetsSecrets1.command('remove')
.description($('Remove secrets in config string or files, e.g. \r\n {\r\n ...\r\n "secrets" : {\r\n "sourceVault":{\r\n "id":""\r\n },\r\n "vaultCertificates":[\r\n {\r\n "certificateUrl":"",\r\n "certificateStore":""\r\n }\r\n ]\r\n }\r\n ...\r\n }\r\n\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -2693,9 +2693,9 @@ exports.init = function (cli) {
var catparametersCreateOrUpdateVirtualMachineScaleSetsSecrets2 = cli.category('vmss');
var parametersCreateOrUpdateVirtualMachineScaleSetsSecrets2 = catparametersCreateOrUpdateVirtualMachineScaleSetsSecrets2.category('config')
.description($('Commands to manage configuration of virtual-machine-scale-sets in the parameter file.'));
- var addparametersCreateOrUpdateVirtualMachineScaleSetsSecrets2 = parametersCreateOrUpdateVirtualMachineScaleSetsSecrets2.category('add')
+ var addparametersCreateOrUpdateVirtualMachineScaleSetsSecrets2 = parametersCreateOrUpdateVirtualMachineScaleSetsSecrets2.category('secrets')
.description($('Commands to add components of virtual-machine-scale-sets in config file.'));
- addparametersCreateOrUpdateVirtualMachineScaleSetsSecrets2.command('secrets')
+ addparametersCreateOrUpdateVirtualMachineScaleSetsSecrets2.command('add')
.description($('Add secrets in config string or files, e.g. \r\n {\r\n ...\r\n "secrets" : {\r\n "sourceVault":{\r\n "id":""\r\n },\r\n "vaultCertificates":[\r\n {\r\n "certificateUrl":"",\r\n "certificateStore":""\r\n }\r\n ]\r\n }\r\n ...\r\n }\r\n\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -2756,9 +2756,9 @@ exports.init = function (cli) {
var catparametersCreateOrUpdateVirtualMachineScaleSetsSourceVault0 = cli.category('vmss');
var parametersCreateOrUpdateVirtualMachineScaleSetsSourceVault0 = catparametersCreateOrUpdateVirtualMachineScaleSetsSourceVault0.category('config')
.description($('Commands to manage configuration of virtual-machine-scale-sets in the parameter file.'));
- var setparametersCreateOrUpdateVirtualMachineScaleSetsSourceVault0 = parametersCreateOrUpdateVirtualMachineScaleSetsSourceVault0.category('set')
+ var setparametersCreateOrUpdateVirtualMachineScaleSetsSourceVault0 = parametersCreateOrUpdateVirtualMachineScaleSetsSourceVault0.category('source-vault')
.description($('Commands to set components of virtual-machine-scale-sets in config file.'));
- setparametersCreateOrUpdateVirtualMachineScaleSetsSourceVault0.command('source-vault')
+ setparametersCreateOrUpdateVirtualMachineScaleSetsSourceVault0.command('set')
.description($('Set source-vault in config string or files, e.g. \r\n {\r\n ...\r\n "sourceVault" : {\r\n "id":""\r\n }\r\n ...\r\n }\r\n\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -2805,9 +2805,9 @@ exports.init = function (cli) {
var catparametersCreateOrUpdateVirtualMachineScaleSetsSourceVault1 = cli.category('vmss');
var parametersCreateOrUpdateVirtualMachineScaleSetsSourceVault1 = catparametersCreateOrUpdateVirtualMachineScaleSetsSourceVault1.category('config')
.description($('Commands to manage configuration of virtual-machine-scale-sets in the parameter file.'));
- var removeparametersCreateOrUpdateVirtualMachineScaleSetsSourceVault1 = parametersCreateOrUpdateVirtualMachineScaleSetsSourceVault1.category('remove')
+ var removeparametersCreateOrUpdateVirtualMachineScaleSetsSourceVault1 = parametersCreateOrUpdateVirtualMachineScaleSetsSourceVault1.category('source-vault')
.description($('Commands to remove components of virtual-machine-scale-sets in config file.'));
- removeparametersCreateOrUpdateVirtualMachineScaleSetsSourceVault1.command('source-vault')
+ removeparametersCreateOrUpdateVirtualMachineScaleSetsSourceVault1.command('remove')
.description($('Remove source-vault in config string or files, e.g. \r\n {\r\n ...\r\n "sourceVault" : {\r\n "id":""\r\n }\r\n ...\r\n }\r\n\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -2850,9 +2850,9 @@ exports.init = function (cli) {
var catparametersCreateOrUpdateVirtualMachineScaleSetsSourceVault2 = cli.category('vmss');
var parametersCreateOrUpdateVirtualMachineScaleSetsSourceVault2 = catparametersCreateOrUpdateVirtualMachineScaleSetsSourceVault2.category('config')
.description($('Commands to manage configuration of virtual-machine-scale-sets in the parameter file.'));
- var addparametersCreateOrUpdateVirtualMachineScaleSetsSourceVault2 = parametersCreateOrUpdateVirtualMachineScaleSetsSourceVault2.category('add')
+ var addparametersCreateOrUpdateVirtualMachineScaleSetsSourceVault2 = parametersCreateOrUpdateVirtualMachineScaleSetsSourceVault2.category('source-vault')
.description($('Commands to add components of virtual-machine-scale-sets in config file.'));
- addparametersCreateOrUpdateVirtualMachineScaleSetsSourceVault2.command('source-vault')
+ addparametersCreateOrUpdateVirtualMachineScaleSetsSourceVault2.command('add')
.description($('Add source-vault in config string or files, e.g. \r\n {\r\n ...\r\n "sourceVault" : {\r\n "id":""\r\n }\r\n ...\r\n }\r\n\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -2902,9 +2902,9 @@ exports.init = function (cli) {
var catparametersCreateOrUpdateVirtualMachineScaleSetsVaultCertificates0 = cli.category('vmss');
var parametersCreateOrUpdateVirtualMachineScaleSetsVaultCertificates0 = catparametersCreateOrUpdateVirtualMachineScaleSetsVaultCertificates0.category('config')
.description($('Commands to manage configuration of virtual-machine-scale-sets in the parameter file.'));
- var setparametersCreateOrUpdateVirtualMachineScaleSetsVaultCertificates0 = parametersCreateOrUpdateVirtualMachineScaleSetsVaultCertificates0.category('set')
+ var setparametersCreateOrUpdateVirtualMachineScaleSetsVaultCertificates0 = parametersCreateOrUpdateVirtualMachineScaleSetsVaultCertificates0.category('vault-certificates')
.description($('Commands to set components of virtual-machine-scale-sets in config file.'));
- setparametersCreateOrUpdateVirtualMachineScaleSetsVaultCertificates0.command('vault-certificates')
+ setparametersCreateOrUpdateVirtualMachineScaleSetsVaultCertificates0.command('set')
.description($('Set vault-certificates in config string or files, e.g. \r\n {\r\n ...\r\n "vaultCertificates" : {\r\n "certificateUrl":"",\r\n "certificateStore":""\r\n }\r\n ...\r\n }\r\n\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -2967,9 +2967,9 @@ exports.init = function (cli) {
var catparametersCreateOrUpdateVirtualMachineScaleSetsVaultCertificates1 = cli.category('vmss');
var parametersCreateOrUpdateVirtualMachineScaleSetsVaultCertificates1 = catparametersCreateOrUpdateVirtualMachineScaleSetsVaultCertificates1.category('config')
.description($('Commands to manage configuration of virtual-machine-scale-sets in the parameter file.'));
- var removeparametersCreateOrUpdateVirtualMachineScaleSetsVaultCertificates1 = parametersCreateOrUpdateVirtualMachineScaleSetsVaultCertificates1.category('remove')
+ var removeparametersCreateOrUpdateVirtualMachineScaleSetsVaultCertificates1 = parametersCreateOrUpdateVirtualMachineScaleSetsVaultCertificates1.category('vault-certificates')
.description($('Commands to remove components of virtual-machine-scale-sets in config file.'));
- removeparametersCreateOrUpdateVirtualMachineScaleSetsVaultCertificates1.command('vault-certificates')
+ removeparametersCreateOrUpdateVirtualMachineScaleSetsVaultCertificates1.command('remove')
.description($('Remove vault-certificates in config string or files, e.g. \r\n {\r\n ...\r\n "vaultCertificates" : {\r\n "certificateUrl":"",\r\n "certificateStore":""\r\n }\r\n ...\r\n }\r\n\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -3018,9 +3018,9 @@ exports.init = function (cli) {
var catparametersCreateOrUpdateVirtualMachineScaleSetsVaultCertificates2 = cli.category('vmss');
var parametersCreateOrUpdateVirtualMachineScaleSetsVaultCertificates2 = catparametersCreateOrUpdateVirtualMachineScaleSetsVaultCertificates2.category('config')
.description($('Commands to manage configuration of virtual-machine-scale-sets in the parameter file.'));
- var addparametersCreateOrUpdateVirtualMachineScaleSetsVaultCertificates2 = parametersCreateOrUpdateVirtualMachineScaleSetsVaultCertificates2.category('add')
+ var addparametersCreateOrUpdateVirtualMachineScaleSetsVaultCertificates2 = parametersCreateOrUpdateVirtualMachineScaleSetsVaultCertificates2.category('vault-certificates')
.description($('Commands to add components of virtual-machine-scale-sets in config file.'));
- addparametersCreateOrUpdateVirtualMachineScaleSetsVaultCertificates2.command('vault-certificates')
+ addparametersCreateOrUpdateVirtualMachineScaleSetsVaultCertificates2.command('add')
.description($('Add vault-certificates in config string or files, e.g. \r\n {\r\n ...\r\n "vaultCertificates" : {\r\n "certificateUrl":"",\r\n "certificateStore":""\r\n }\r\n ...\r\n }\r\n\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -3081,9 +3081,9 @@ exports.init = function (cli) {
var catparametersCreateOrUpdateVirtualMachineScaleSetsStorageProfile1 = cli.category('vmss');
var parametersCreateOrUpdateVirtualMachineScaleSetsStorageProfile1 = catparametersCreateOrUpdateVirtualMachineScaleSetsStorageProfile1.category('config')
.description($('Commands to manage configuration of virtual-machine-scale-sets in the parameter file.'));
- var removeparametersCreateOrUpdateVirtualMachineScaleSetsStorageProfile1 = parametersCreateOrUpdateVirtualMachineScaleSetsStorageProfile1.category('remove')
+ var removeparametersCreateOrUpdateVirtualMachineScaleSetsStorageProfile1 = parametersCreateOrUpdateVirtualMachineScaleSetsStorageProfile1.category('storage-profile')
.description($('Commands to remove components of virtual-machine-scale-sets in config file.'));
- removeparametersCreateOrUpdateVirtualMachineScaleSetsStorageProfile1.command('storage-profile')
+ removeparametersCreateOrUpdateVirtualMachineScaleSetsStorageProfile1.command('remove')
.description($('Remove storage-profile in config string or files, e.g. \r\n {\r\n ...\r\n "storageProfile" : {\r\n "imageReference":{\r\n "publisher":"",\r\n "offer":"",\r\n "sku":"",\r\n "version":""\r\n },\r\n "osDisk":{\r\n "name":"",\r\n "caching":"",\r\n "createOption":"",\r\n "osType":"",\r\n "image":{\r\n "uri":""\r\n },\r\n "vhdContainers":[\r\n ""\r\n ]\r\n }\r\n }\r\n ...\r\n }\r\n\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -3130,9 +3130,9 @@ exports.init = function (cli) {
var catparametersCreateOrUpdateVirtualMachineScaleSetsStorageProfile2 = cli.category('vmss');
var parametersCreateOrUpdateVirtualMachineScaleSetsStorageProfile2 = catparametersCreateOrUpdateVirtualMachineScaleSetsStorageProfile2.category('config')
.description($('Commands to manage configuration of virtual-machine-scale-sets in the parameter file.'));
- var addparametersCreateOrUpdateVirtualMachineScaleSetsStorageProfile2 = parametersCreateOrUpdateVirtualMachineScaleSetsStorageProfile2.category('add')
+ var addparametersCreateOrUpdateVirtualMachineScaleSetsStorageProfile2 = parametersCreateOrUpdateVirtualMachineScaleSetsStorageProfile2.category('storage-profile')
.description($('Commands to add components of virtual-machine-scale-sets in config file.'));
- addparametersCreateOrUpdateVirtualMachineScaleSetsStorageProfile2.command('storage-profile')
+ addparametersCreateOrUpdateVirtualMachineScaleSetsStorageProfile2.command('add')
.description($('Add storage-profile in config string or files, e.g. \r\n {\r\n ...\r\n "storageProfile" : {\r\n "imageReference":{\r\n "publisher":"",\r\n "offer":"",\r\n "sku":"",\r\n "version":""\r\n },\r\n "osDisk":{\r\n "name":"",\r\n "caching":"",\r\n "createOption":"",\r\n "osType":"",\r\n "image":{\r\n "uri":""\r\n },\r\n "vhdContainers":[\r\n ""\r\n ]\r\n }\r\n }\r\n ...\r\n }\r\n\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -3193,9 +3193,9 @@ exports.init = function (cli) {
var catparametersCreateOrUpdateVirtualMachineScaleSetsImageReference0 = cli.category('vmss');
var parametersCreateOrUpdateVirtualMachineScaleSetsImageReference0 = catparametersCreateOrUpdateVirtualMachineScaleSetsImageReference0.category('config')
.description($('Commands to manage configuration of virtual-machine-scale-sets in the parameter file.'));
- var setparametersCreateOrUpdateVirtualMachineScaleSetsImageReference0 = parametersCreateOrUpdateVirtualMachineScaleSetsImageReference0.category('set')
+ var setparametersCreateOrUpdateVirtualMachineScaleSetsImageReference0 = parametersCreateOrUpdateVirtualMachineScaleSetsImageReference0.category('image-reference')
.description($('Commands to set components of virtual-machine-scale-sets in config file.'));
- setparametersCreateOrUpdateVirtualMachineScaleSetsImageReference0.command('image-reference')
+ setparametersCreateOrUpdateVirtualMachineScaleSetsImageReference0.command('set')
.description($('Set image-reference in config string or files, e.g. \r\n {\r\n ...\r\n "imageReference" : {\r\n "publisher":"",\r\n "offer":"",\r\n "sku":"",\r\n "version":""\r\n }\r\n ...\r\n }\r\n\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -3274,9 +3274,9 @@ exports.init = function (cli) {
var catparametersCreateOrUpdateVirtualMachineScaleSetsImageReference1 = cli.category('vmss');
var parametersCreateOrUpdateVirtualMachineScaleSetsImageReference1 = catparametersCreateOrUpdateVirtualMachineScaleSetsImageReference1.category('config')
.description($('Commands to manage configuration of virtual-machine-scale-sets in the parameter file.'));
- var removeparametersCreateOrUpdateVirtualMachineScaleSetsImageReference1 = parametersCreateOrUpdateVirtualMachineScaleSetsImageReference1.category('remove')
+ var removeparametersCreateOrUpdateVirtualMachineScaleSetsImageReference1 = parametersCreateOrUpdateVirtualMachineScaleSetsImageReference1.category('image-reference')
.description($('Commands to remove components of virtual-machine-scale-sets in config file.'));
- removeparametersCreateOrUpdateVirtualMachineScaleSetsImageReference1.command('image-reference')
+ removeparametersCreateOrUpdateVirtualMachineScaleSetsImageReference1.command('remove')
.description($('Remove image-reference in config string or files, e.g. \r\n {\r\n ...\r\n "imageReference" : {\r\n "publisher":"",\r\n "offer":"",\r\n "sku":"",\r\n "version":""\r\n }\r\n ...\r\n }\r\n\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -3333,9 +3333,9 @@ exports.init = function (cli) {
var catparametersCreateOrUpdateVirtualMachineScaleSetsImageReference2 = cli.category('vmss');
var parametersCreateOrUpdateVirtualMachineScaleSetsImageReference2 = catparametersCreateOrUpdateVirtualMachineScaleSetsImageReference2.category('config')
.description($('Commands to manage configuration of virtual-machine-scale-sets in the parameter file.'));
- var addparametersCreateOrUpdateVirtualMachineScaleSetsImageReference2 = parametersCreateOrUpdateVirtualMachineScaleSetsImageReference2.category('add')
+ var addparametersCreateOrUpdateVirtualMachineScaleSetsImageReference2 = parametersCreateOrUpdateVirtualMachineScaleSetsImageReference2.category('image-reference')
.description($('Commands to add components of virtual-machine-scale-sets in config file.'));
- addparametersCreateOrUpdateVirtualMachineScaleSetsImageReference2.command('image-reference')
+ addparametersCreateOrUpdateVirtualMachineScaleSetsImageReference2.command('add')
.description($('Add image-reference in config string or files, e.g. \r\n {\r\n ...\r\n "imageReference" : {\r\n "publisher":"",\r\n "offer":"",\r\n "sku":"",\r\n "version":""\r\n }\r\n ...\r\n }\r\n\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -3418,9 +3418,9 @@ exports.init = function (cli) {
var catparametersCreateOrUpdateVirtualMachineScaleSetsOsDisk0 = cli.category('vmss');
var parametersCreateOrUpdateVirtualMachineScaleSetsOsDisk0 = catparametersCreateOrUpdateVirtualMachineScaleSetsOsDisk0.category('config')
.description($('Commands to manage configuration of virtual-machine-scale-sets in the parameter file.'));
- var setparametersCreateOrUpdateVirtualMachineScaleSetsOsDisk0 = parametersCreateOrUpdateVirtualMachineScaleSetsOsDisk0.category('set')
+ var setparametersCreateOrUpdateVirtualMachineScaleSetsOsDisk0 = parametersCreateOrUpdateVirtualMachineScaleSetsOsDisk0.category('os-disk')
.description($('Commands to set components of virtual-machine-scale-sets in config file.'));
- setparametersCreateOrUpdateVirtualMachineScaleSetsOsDisk0.command('os-disk')
+ setparametersCreateOrUpdateVirtualMachineScaleSetsOsDisk0.command('set')
.description($('Set os-disk in config string or files, e.g. \r\n {\r\n ...\r\n "osDisk" : {\r\n "name":"",\r\n "caching":"",\r\n "createOption":"",\r\n "osType":"",\r\n "image":{\r\n "uri":""\r\n },\r\n "vhdContainers":[\r\n ""\r\n ]\r\n }\r\n ...\r\n }\r\n\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -3521,9 +3521,9 @@ exports.init = function (cli) {
var catparametersCreateOrUpdateVirtualMachineScaleSetsOsDisk1 = cli.category('vmss');
var parametersCreateOrUpdateVirtualMachineScaleSetsOsDisk1 = catparametersCreateOrUpdateVirtualMachineScaleSetsOsDisk1.category('config')
.description($('Commands to manage configuration of virtual-machine-scale-sets in the parameter file.'));
- var removeparametersCreateOrUpdateVirtualMachineScaleSetsOsDisk1 = parametersCreateOrUpdateVirtualMachineScaleSetsOsDisk1.category('remove')
+ var removeparametersCreateOrUpdateVirtualMachineScaleSetsOsDisk1 = parametersCreateOrUpdateVirtualMachineScaleSetsOsDisk1.category('os-disk')
.description($('Commands to remove components of virtual-machine-scale-sets in config file.'));
- removeparametersCreateOrUpdateVirtualMachineScaleSetsOsDisk1.command('os-disk')
+ removeparametersCreateOrUpdateVirtualMachineScaleSetsOsDisk1.command('remove')
.description($('Remove os-disk in config string or files, e.g. \r\n {\r\n ...\r\n "osDisk" : {\r\n "name":"",\r\n "caching":"",\r\n "createOption":"",\r\n "osType":"",\r\n "image":{\r\n "uri":""\r\n },\r\n "vhdContainers":[\r\n ""\r\n ]\r\n }\r\n ...\r\n }\r\n\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -3590,9 +3590,9 @@ exports.init = function (cli) {
var catparametersCreateOrUpdateVirtualMachineScaleSetsOsDisk2 = cli.category('vmss');
var parametersCreateOrUpdateVirtualMachineScaleSetsOsDisk2 = catparametersCreateOrUpdateVirtualMachineScaleSetsOsDisk2.category('config')
.description($('Commands to manage configuration of virtual-machine-scale-sets in the parameter file.'));
- var addparametersCreateOrUpdateVirtualMachineScaleSetsOsDisk2 = parametersCreateOrUpdateVirtualMachineScaleSetsOsDisk2.category('add')
+ var addparametersCreateOrUpdateVirtualMachineScaleSetsOsDisk2 = parametersCreateOrUpdateVirtualMachineScaleSetsOsDisk2.category('os-disk')
.description($('Commands to add components of virtual-machine-scale-sets in config file.'));
- addparametersCreateOrUpdateVirtualMachineScaleSetsOsDisk2.command('os-disk')
+ addparametersCreateOrUpdateVirtualMachineScaleSetsOsDisk2.command('add')
.description($('Add os-disk in config string or files, e.g. \r\n {\r\n ...\r\n "osDisk" : {\r\n "name":"",\r\n "caching":"",\r\n "createOption":"",\r\n "osType":"",\r\n "image":{\r\n "uri":""\r\n },\r\n "vhdContainers":[\r\n ""\r\n ]\r\n }\r\n ...\r\n }\r\n\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -3697,9 +3697,9 @@ exports.init = function (cli) {
var catparametersCreateOrUpdateVirtualMachineScaleSetsImage0 = cli.category('vmss');
var parametersCreateOrUpdateVirtualMachineScaleSetsImage0 = catparametersCreateOrUpdateVirtualMachineScaleSetsImage0.category('config')
.description($('Commands to manage configuration of virtual-machine-scale-sets in the parameter file.'));
- var setparametersCreateOrUpdateVirtualMachineScaleSetsImage0 = parametersCreateOrUpdateVirtualMachineScaleSetsImage0.category('set')
+ var setparametersCreateOrUpdateVirtualMachineScaleSetsImage0 = parametersCreateOrUpdateVirtualMachineScaleSetsImage0.category('image')
.description($('Commands to set components of virtual-machine-scale-sets in config file.'));
- setparametersCreateOrUpdateVirtualMachineScaleSetsImage0.command('image')
+ setparametersCreateOrUpdateVirtualMachineScaleSetsImage0.command('set')
.description($('Set image in config string or files, e.g. \r\n {\r\n ...\r\n "image" : {\r\n "uri":""\r\n }\r\n ...\r\n }\r\n\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -3745,9 +3745,9 @@ exports.init = function (cli) {
var catparametersCreateOrUpdateVirtualMachineScaleSetsImage1 = cli.category('vmss');
var parametersCreateOrUpdateVirtualMachineScaleSetsImage1 = catparametersCreateOrUpdateVirtualMachineScaleSetsImage1.category('config')
.description($('Commands to manage configuration of virtual-machine-scale-sets in the parameter file.'));
- var removeparametersCreateOrUpdateVirtualMachineScaleSetsImage1 = parametersCreateOrUpdateVirtualMachineScaleSetsImage1.category('remove')
+ var removeparametersCreateOrUpdateVirtualMachineScaleSetsImage1 = parametersCreateOrUpdateVirtualMachineScaleSetsImage1.category('image')
.description($('Commands to remove components of virtual-machine-scale-sets in config file.'));
- removeparametersCreateOrUpdateVirtualMachineScaleSetsImage1.command('image')
+ removeparametersCreateOrUpdateVirtualMachineScaleSetsImage1.command('remove')
.description($('Remove image in config string or files, e.g. \r\n {\r\n ...\r\n "image" : {\r\n "uri":""\r\n }\r\n ...\r\n }\r\n\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -3789,9 +3789,9 @@ exports.init = function (cli) {
var catparametersCreateOrUpdateVirtualMachineScaleSetsImage2 = cli.category('vmss');
var parametersCreateOrUpdateVirtualMachineScaleSetsImage2 = catparametersCreateOrUpdateVirtualMachineScaleSetsImage2.category('config')
.description($('Commands to manage configuration of virtual-machine-scale-sets in the parameter file.'));
- var addparametersCreateOrUpdateVirtualMachineScaleSetsImage2 = parametersCreateOrUpdateVirtualMachineScaleSetsImage2.category('add')
+ var addparametersCreateOrUpdateVirtualMachineScaleSetsImage2 = parametersCreateOrUpdateVirtualMachineScaleSetsImage2.category('image')
.description($('Commands to add components of virtual-machine-scale-sets in config file.'));
- addparametersCreateOrUpdateVirtualMachineScaleSetsImage2.command('image')
+ addparametersCreateOrUpdateVirtualMachineScaleSetsImage2.command('add')
.description($('Add image in config string or files, e.g. \r\n {\r\n ...\r\n "image" : {\r\n "uri":""\r\n }\r\n ...\r\n }\r\n\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -3841,9 +3841,9 @@ exports.init = function (cli) {
var catparametersCreateOrUpdateVirtualMachineScaleSetsVhdContainers0 = cli.category('vmss');
var parametersCreateOrUpdateVirtualMachineScaleSetsVhdContainers0 = catparametersCreateOrUpdateVirtualMachineScaleSetsVhdContainers0.category('config')
.description($('Commands to manage configuration of virtual-machine-scale-sets in the parameter file.'));
- var setparametersCreateOrUpdateVirtualMachineScaleSetsVhdContainers0 = parametersCreateOrUpdateVirtualMachineScaleSetsVhdContainers0.category('set')
+ var setparametersCreateOrUpdateVirtualMachineScaleSetsVhdContainers0 = parametersCreateOrUpdateVirtualMachineScaleSetsVhdContainers0.category('vhd-containers')
.description($('Commands to set components of virtual-machine-scale-sets in config file.'));
- setparametersCreateOrUpdateVirtualMachineScaleSetsVhdContainers0.command('vhd-containers')
+ setparametersCreateOrUpdateVirtualMachineScaleSetsVhdContainers0.command('set')
.description($('Set vhd-containers in config string or files, e.g. \r\n {\r\n ...\r\n "vhdContainers" : ""\r\n ...\r\n }\r\n\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -3883,9 +3883,9 @@ exports.init = function (cli) {
var catparametersCreateOrUpdateVirtualMachineScaleSetsVhdContainers1 = cli.category('vmss');
var parametersCreateOrUpdateVirtualMachineScaleSetsVhdContainers1 = catparametersCreateOrUpdateVirtualMachineScaleSetsVhdContainers1.category('config')
.description($('Commands to manage configuration of virtual-machine-scale-sets in the parameter file.'));
- var removeparametersCreateOrUpdateVirtualMachineScaleSetsVhdContainers1 = parametersCreateOrUpdateVirtualMachineScaleSetsVhdContainers1.category('remove')
+ var removeparametersCreateOrUpdateVirtualMachineScaleSetsVhdContainers1 = parametersCreateOrUpdateVirtualMachineScaleSetsVhdContainers1.category('vhd-containers')
.description($('Commands to remove components of virtual-machine-scale-sets in config file.'));
- removeparametersCreateOrUpdateVirtualMachineScaleSetsVhdContainers1.command('vhd-containers')
+ removeparametersCreateOrUpdateVirtualMachineScaleSetsVhdContainers1.command('remove')
.description($('Remove vhd-containers in config string or files, e.g. \r\n {\r\n ...\r\n "vhdContainers" : ""\r\n ...\r\n }\r\n\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -3917,9 +3917,9 @@ exports.init = function (cli) {
var catparametersCreateOrUpdateVirtualMachineScaleSetsVhdContainers2 = cli.category('vmss');
var parametersCreateOrUpdateVirtualMachineScaleSetsVhdContainers2 = catparametersCreateOrUpdateVirtualMachineScaleSetsVhdContainers2.category('config')
.description($('Commands to manage configuration of virtual-machine-scale-sets in the parameter file.'));
- var addparametersCreateOrUpdateVirtualMachineScaleSetsVhdContainers2 = parametersCreateOrUpdateVirtualMachineScaleSetsVhdContainers2.category('add')
+ var addparametersCreateOrUpdateVirtualMachineScaleSetsVhdContainers2 = parametersCreateOrUpdateVirtualMachineScaleSetsVhdContainers2.category('vhd-containers')
.description($('Commands to add components of virtual-machine-scale-sets in config file.'));
- addparametersCreateOrUpdateVirtualMachineScaleSetsVhdContainers2.command('vhd-containers')
+ addparametersCreateOrUpdateVirtualMachineScaleSetsVhdContainers2.command('add')
.description($('Add vhd-containers in config string or files, e.g. \r\n {\r\n ...\r\n "vhdContainers" : ""\r\n ...\r\n }\r\n\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -3958,9 +3958,9 @@ exports.init = function (cli) {
var catparametersCreateOrUpdateVirtualMachineScaleSetsNetworkProfile1 = cli.category('vmss');
var parametersCreateOrUpdateVirtualMachineScaleSetsNetworkProfile1 = catparametersCreateOrUpdateVirtualMachineScaleSetsNetworkProfile1.category('config')
.description($('Commands to manage configuration of virtual-machine-scale-sets in the parameter file.'));
- var removeparametersCreateOrUpdateVirtualMachineScaleSetsNetworkProfile1 = parametersCreateOrUpdateVirtualMachineScaleSetsNetworkProfile1.category('remove')
+ var removeparametersCreateOrUpdateVirtualMachineScaleSetsNetworkProfile1 = parametersCreateOrUpdateVirtualMachineScaleSetsNetworkProfile1.category('network-profile')
.description($('Commands to remove components of virtual-machine-scale-sets in config file.'));
- removeparametersCreateOrUpdateVirtualMachineScaleSetsNetworkProfile1.command('network-profile')
+ removeparametersCreateOrUpdateVirtualMachineScaleSetsNetworkProfile1.command('remove')
.description($('Remove network-profile in config string or files, e.g. \r\n {\r\n ...\r\n "networkProfile" : {\r\n "networkInterfaceConfigurations":[\r\n {\r\n "name":"",\r\n "primary":null,\r\n "ipConfigurations":[\r\n {\r\n "name":"",\r\n "subnet":{\r\n "id":""\r\n },\r\n "loadBalancerBackendAddressPools":[\r\n {\r\n "id":""\r\n }\r\n ],\r\n "loadBalancerInboundNatPools":[\r\n {\r\n "id":""\r\n }\r\n ],\r\n "id":""\r\n }\r\n ],\r\n "id":""\r\n }\r\n ]\r\n }\r\n ...\r\n }\r\n\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -4002,9 +4002,9 @@ exports.init = function (cli) {
var catparametersCreateOrUpdateVirtualMachineScaleSetsNetworkProfile2 = cli.category('vmss');
var parametersCreateOrUpdateVirtualMachineScaleSetsNetworkProfile2 = catparametersCreateOrUpdateVirtualMachineScaleSetsNetworkProfile2.category('config')
.description($('Commands to manage configuration of virtual-machine-scale-sets in the parameter file.'));
- var addparametersCreateOrUpdateVirtualMachineScaleSetsNetworkProfile2 = parametersCreateOrUpdateVirtualMachineScaleSetsNetworkProfile2.category('add')
+ var addparametersCreateOrUpdateVirtualMachineScaleSetsNetworkProfile2 = parametersCreateOrUpdateVirtualMachineScaleSetsNetworkProfile2.category('network-profile')
.description($('Commands to add components of virtual-machine-scale-sets in config file.'));
- addparametersCreateOrUpdateVirtualMachineScaleSetsNetworkProfile2.command('network-profile')
+ addparametersCreateOrUpdateVirtualMachineScaleSetsNetworkProfile2.command('add')
.description($('Add network-profile in config string or files, e.g. \r\n {\r\n ...\r\n "networkProfile" : {\r\n "networkInterfaceConfigurations":[\r\n {\r\n "name":"",\r\n "primary":null,\r\n "ipConfigurations":[\r\n {\r\n "name":"",\r\n "subnet":{\r\n "id":""\r\n },\r\n "loadBalancerBackendAddressPools":[\r\n {\r\n "id":""\r\n }\r\n ],\r\n "loadBalancerInboundNatPools":[\r\n {\r\n "id":""\r\n }\r\n ],\r\n "id":""\r\n }\r\n ],\r\n "id":""\r\n }\r\n ]\r\n }\r\n ...\r\n }\r\n\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -4054,9 +4054,9 @@ exports.init = function (cli) {
var catparametersCreateOrUpdateVirtualMachineScaleSetsNetworkInterfaceConfigurations0 = cli.category('vmss');
var parametersCreateOrUpdateVirtualMachineScaleSetsNetworkInterfaceConfigurations0 = catparametersCreateOrUpdateVirtualMachineScaleSetsNetworkInterfaceConfigurations0.category('config')
.description($('Commands to manage configuration of virtual-machine-scale-sets in the parameter file.'));
- var setparametersCreateOrUpdateVirtualMachineScaleSetsNetworkInterfaceConfigurations0 = parametersCreateOrUpdateVirtualMachineScaleSetsNetworkInterfaceConfigurations0.category('set')
+ var setparametersCreateOrUpdateVirtualMachineScaleSetsNetworkInterfaceConfigurations0 = parametersCreateOrUpdateVirtualMachineScaleSetsNetworkInterfaceConfigurations0.category('network-interface-configurations')
.description($('Commands to set components of virtual-machine-scale-sets in config file.'));
- setparametersCreateOrUpdateVirtualMachineScaleSetsNetworkInterfaceConfigurations0.command('network-interface-configurations')
+ setparametersCreateOrUpdateVirtualMachineScaleSetsNetworkInterfaceConfigurations0.command('set')
.description($('Set network-interface-configurations in config string or files, e.g. \r\n {\r\n ...\r\n "networkInterfaceConfigurations" : {\r\n "name":"",\r\n "primary":null,\r\n "ipConfigurations":[\r\n {\r\n "name":"",\r\n "subnet":{\r\n "id":""\r\n },\r\n "loadBalancerBackendAddressPools":[\r\n {\r\n "id":""\r\n }\r\n ],\r\n "loadBalancerInboundNatPools":[\r\n {\r\n "id":""\r\n }\r\n ],\r\n "id":""\r\n }\r\n ],\r\n "id":""\r\n }\r\n ...\r\n }\r\n\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -4141,9 +4141,9 @@ exports.init = function (cli) {
var catparametersCreateOrUpdateVirtualMachineScaleSetsNetworkInterfaceConfigurations1 = cli.category('vmss');
var parametersCreateOrUpdateVirtualMachineScaleSetsNetworkInterfaceConfigurations1 = catparametersCreateOrUpdateVirtualMachineScaleSetsNetworkInterfaceConfigurations1.category('config')
.description($('Commands to manage configuration of virtual-machine-scale-sets in the parameter file.'));
- var removeparametersCreateOrUpdateVirtualMachineScaleSetsNetworkInterfaceConfigurations1 = parametersCreateOrUpdateVirtualMachineScaleSetsNetworkInterfaceConfigurations1.category('remove')
+ var removeparametersCreateOrUpdateVirtualMachineScaleSetsNetworkInterfaceConfigurations1 = parametersCreateOrUpdateVirtualMachineScaleSetsNetworkInterfaceConfigurations1.category('network-interface-configurations')
.description($('Commands to remove components of virtual-machine-scale-sets in config file.'));
- removeparametersCreateOrUpdateVirtualMachineScaleSetsNetworkInterfaceConfigurations1.command('network-interface-configurations')
+ removeparametersCreateOrUpdateVirtualMachineScaleSetsNetworkInterfaceConfigurations1.command('remove')
.description($('Remove network-interface-configurations in config string or files, e.g. \r\n {\r\n ...\r\n "networkInterfaceConfigurations" : {\r\n "name":"",\r\n "primary":null,\r\n "ipConfigurations":[\r\n {\r\n "name":"",\r\n "subnet":{\r\n "id":""\r\n },\r\n "loadBalancerBackendAddressPools":[\r\n {\r\n "id":""\r\n }\r\n ],\r\n "loadBalancerInboundNatPools":[\r\n {\r\n "id":""\r\n }\r\n ],\r\n "id":""\r\n }\r\n ],\r\n "id":""\r\n }\r\n ...\r\n }\r\n\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -4201,9 +4201,9 @@ exports.init = function (cli) {
var catparametersCreateOrUpdateVirtualMachineScaleSetsNetworkInterfaceConfigurations2 = cli.category('vmss');
var parametersCreateOrUpdateVirtualMachineScaleSetsNetworkInterfaceConfigurations2 = catparametersCreateOrUpdateVirtualMachineScaleSetsNetworkInterfaceConfigurations2.category('config')
.description($('Commands to manage configuration of virtual-machine-scale-sets in the parameter file.'));
- var addparametersCreateOrUpdateVirtualMachineScaleSetsNetworkInterfaceConfigurations2 = parametersCreateOrUpdateVirtualMachineScaleSetsNetworkInterfaceConfigurations2.category('add')
+ var addparametersCreateOrUpdateVirtualMachineScaleSetsNetworkInterfaceConfigurations2 = parametersCreateOrUpdateVirtualMachineScaleSetsNetworkInterfaceConfigurations2.category('network-interface-configurations')
.description($('Commands to add components of virtual-machine-scale-sets in config file.'));
- addparametersCreateOrUpdateVirtualMachineScaleSetsNetworkInterfaceConfigurations2.command('network-interface-configurations')
+ addparametersCreateOrUpdateVirtualMachineScaleSetsNetworkInterfaceConfigurations2.command('add')
.description($('Add network-interface-configurations in config string or files, e.g. \r\n {\r\n ...\r\n "networkInterfaceConfigurations" : {\r\n "name":"",\r\n "primary":null,\r\n "ipConfigurations":[\r\n {\r\n "name":"",\r\n "subnet":{\r\n "id":""\r\n },\r\n "loadBalancerBackendAddressPools":[\r\n {\r\n "id":""\r\n }\r\n ],\r\n "loadBalancerInboundNatPools":[\r\n {\r\n "id":""\r\n }\r\n ],\r\n "id":""\r\n }\r\n ],\r\n "id":""\r\n }\r\n ...\r\n }\r\n\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -4287,9 +4287,9 @@ exports.init = function (cli) {
var catparametersCreateOrUpdateVirtualMachineScaleSetsIpConfigurations0 = cli.category('vmss');
var parametersCreateOrUpdateVirtualMachineScaleSetsIpConfigurations0 = catparametersCreateOrUpdateVirtualMachineScaleSetsIpConfigurations0.category('config')
.description($('Commands to manage configuration of virtual-machine-scale-sets in the parameter file.'));
- var setparametersCreateOrUpdateVirtualMachineScaleSetsIpConfigurations0 = parametersCreateOrUpdateVirtualMachineScaleSetsIpConfigurations0.category('set')
+ var setparametersCreateOrUpdateVirtualMachineScaleSetsIpConfigurations0 = parametersCreateOrUpdateVirtualMachineScaleSetsIpConfigurations0.category('ip-configurations')
.description($('Commands to set components of virtual-machine-scale-sets in config file.'));
- setparametersCreateOrUpdateVirtualMachineScaleSetsIpConfigurations0.command('ip-configurations')
+ setparametersCreateOrUpdateVirtualMachineScaleSetsIpConfigurations0.command('set')
.description($('Set ip-configurations in config string or files, e.g. \r\n {\r\n ...\r\n "ipConfigurations" : {\r\n "name":"",\r\n "subnet":{\r\n "id":""\r\n },\r\n "loadBalancerBackendAddressPools":[\r\n {\r\n "id":""\r\n }\r\n ],\r\n "loadBalancerInboundNatPools":[\r\n {\r\n "id":""\r\n }\r\n ],\r\n "id":""\r\n }\r\n ...\r\n }\r\n\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -4385,9 +4385,9 @@ exports.init = function (cli) {
var catparametersCreateOrUpdateVirtualMachineScaleSetsIpConfigurations1 = cli.category('vmss');
var parametersCreateOrUpdateVirtualMachineScaleSetsIpConfigurations1 = catparametersCreateOrUpdateVirtualMachineScaleSetsIpConfigurations1.category('config')
.description($('Commands to manage configuration of virtual-machine-scale-sets in the parameter file.'));
- var removeparametersCreateOrUpdateVirtualMachineScaleSetsIpConfigurations1 = parametersCreateOrUpdateVirtualMachineScaleSetsIpConfigurations1.category('remove')
+ var removeparametersCreateOrUpdateVirtualMachineScaleSetsIpConfigurations1 = parametersCreateOrUpdateVirtualMachineScaleSetsIpConfigurations1.category('ip-configurations')
.description($('Commands to remove components of virtual-machine-scale-sets in config file.'));
- removeparametersCreateOrUpdateVirtualMachineScaleSetsIpConfigurations1.command('ip-configurations')
+ removeparametersCreateOrUpdateVirtualMachineScaleSetsIpConfigurations1.command('remove')
.description($('Remove ip-configurations in config string or files, e.g. \r\n {\r\n ...\r\n "ipConfigurations" : {\r\n "name":"",\r\n "subnet":{\r\n "id":""\r\n },\r\n "loadBalancerBackendAddressPools":[\r\n {\r\n "id":""\r\n }\r\n ],\r\n "loadBalancerInboundNatPools":[\r\n {\r\n "id":""\r\n }\r\n ],\r\n "id":""\r\n }\r\n ...\r\n }\r\n\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -4451,9 +4451,9 @@ exports.init = function (cli) {
var catparametersCreateOrUpdateVirtualMachineScaleSetsIpConfigurations2 = cli.category('vmss');
var parametersCreateOrUpdateVirtualMachineScaleSetsIpConfigurations2 = catparametersCreateOrUpdateVirtualMachineScaleSetsIpConfigurations2.category('config')
.description($('Commands to manage configuration of virtual-machine-scale-sets in the parameter file.'));
- var addparametersCreateOrUpdateVirtualMachineScaleSetsIpConfigurations2 = parametersCreateOrUpdateVirtualMachineScaleSetsIpConfigurations2.category('add')
+ var addparametersCreateOrUpdateVirtualMachineScaleSetsIpConfigurations2 = parametersCreateOrUpdateVirtualMachineScaleSetsIpConfigurations2.category('ip-configurations')
.description($('Commands to add components of virtual-machine-scale-sets in config file.'));
- addparametersCreateOrUpdateVirtualMachineScaleSetsIpConfigurations2.command('ip-configurations')
+ addparametersCreateOrUpdateVirtualMachineScaleSetsIpConfigurations2.command('add')
.description($('Add ip-configurations in config string or files, e.g. \r\n {\r\n ...\r\n "ipConfigurations" : {\r\n "name":"",\r\n "subnet":{\r\n "id":""\r\n },\r\n "loadBalancerBackendAddressPools":[\r\n {\r\n "id":""\r\n }\r\n ],\r\n "loadBalancerInboundNatPools":[\r\n {\r\n "id":""\r\n }\r\n ],\r\n "id":""\r\n }\r\n ...\r\n }\r\n\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -4547,9 +4547,9 @@ exports.init = function (cli) {
var catparametersCreateOrUpdateVirtualMachineScaleSetsSubnet0 = cli.category('vmss');
var parametersCreateOrUpdateVirtualMachineScaleSetsSubnet0 = catparametersCreateOrUpdateVirtualMachineScaleSetsSubnet0.category('config')
.description($('Commands to manage configuration of virtual-machine-scale-sets in the parameter file.'));
- var setparametersCreateOrUpdateVirtualMachineScaleSetsSubnet0 = parametersCreateOrUpdateVirtualMachineScaleSetsSubnet0.category('set')
+ var setparametersCreateOrUpdateVirtualMachineScaleSetsSubnet0 = parametersCreateOrUpdateVirtualMachineScaleSetsSubnet0.category('subnet')
.description($('Commands to set components of virtual-machine-scale-sets in config file.'));
- setparametersCreateOrUpdateVirtualMachineScaleSetsSubnet0.command('subnet')
+ setparametersCreateOrUpdateVirtualMachineScaleSetsSubnet0.command('set')
.description($('Set subnet in config string or files, e.g. \r\n {\r\n ...\r\n "subnet" : {\r\n "id":""\r\n }\r\n ...\r\n }\r\n\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -4597,9 +4597,9 @@ exports.init = function (cli) {
var catparametersCreateOrUpdateVirtualMachineScaleSetsSubnet1 = cli.category('vmss');
var parametersCreateOrUpdateVirtualMachineScaleSetsSubnet1 = catparametersCreateOrUpdateVirtualMachineScaleSetsSubnet1.category('config')
.description($('Commands to manage configuration of virtual-machine-scale-sets in the parameter file.'));
- var removeparametersCreateOrUpdateVirtualMachineScaleSetsSubnet1 = parametersCreateOrUpdateVirtualMachineScaleSetsSubnet1.category('remove')
+ var removeparametersCreateOrUpdateVirtualMachineScaleSetsSubnet1 = parametersCreateOrUpdateVirtualMachineScaleSetsSubnet1.category('subnet')
.description($('Commands to remove components of virtual-machine-scale-sets in config file.'));
- removeparametersCreateOrUpdateVirtualMachineScaleSetsSubnet1.command('subnet')
+ removeparametersCreateOrUpdateVirtualMachineScaleSetsSubnet1.command('remove')
.description($('Remove subnet in config string or files, e.g. \r\n {\r\n ...\r\n "subnet" : {\r\n "id":""\r\n }\r\n ...\r\n }\r\n\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -4643,9 +4643,9 @@ exports.init = function (cli) {
var catparametersCreateOrUpdateVirtualMachineScaleSetsSubnet2 = cli.category('vmss');
var parametersCreateOrUpdateVirtualMachineScaleSetsSubnet2 = catparametersCreateOrUpdateVirtualMachineScaleSetsSubnet2.category('config')
.description($('Commands to manage configuration of virtual-machine-scale-sets in the parameter file.'));
- var addparametersCreateOrUpdateVirtualMachineScaleSetsSubnet2 = parametersCreateOrUpdateVirtualMachineScaleSetsSubnet2.category('add')
+ var addparametersCreateOrUpdateVirtualMachineScaleSetsSubnet2 = parametersCreateOrUpdateVirtualMachineScaleSetsSubnet2.category('subnet')
.description($('Commands to add components of virtual-machine-scale-sets in config file.'));
- addparametersCreateOrUpdateVirtualMachineScaleSetsSubnet2.command('subnet')
+ addparametersCreateOrUpdateVirtualMachineScaleSetsSubnet2.command('add')
.description($('Add subnet in config string or files, e.g. \r\n {\r\n ...\r\n "subnet" : {\r\n "id":""\r\n }\r\n ...\r\n }\r\n\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -4695,9 +4695,9 @@ exports.init = function (cli) {
var catparametersCreateOrUpdateVirtualMachineScaleSetsLoadBalancerBackendAddressPools0 = cli.category('vmss');
var parametersCreateOrUpdateVirtualMachineScaleSetsLoadBalancerBackendAddressPools0 = catparametersCreateOrUpdateVirtualMachineScaleSetsLoadBalancerBackendAddressPools0.category('config')
.description($('Commands to manage configuration of virtual-machine-scale-sets in the parameter file.'));
- var setparametersCreateOrUpdateVirtualMachineScaleSetsLoadBalancerBackendAddressPools0 = parametersCreateOrUpdateVirtualMachineScaleSetsLoadBalancerBackendAddressPools0.category('set')
+ var setparametersCreateOrUpdateVirtualMachineScaleSetsLoadBalancerBackendAddressPools0 = parametersCreateOrUpdateVirtualMachineScaleSetsLoadBalancerBackendAddressPools0.category('load-balancer-backend-address-pools')
.description($('Commands to set components of virtual-machine-scale-sets in config file.'));
- setparametersCreateOrUpdateVirtualMachineScaleSetsLoadBalancerBackendAddressPools0.command('load-balancer-backend-address-pools')
+ setparametersCreateOrUpdateVirtualMachineScaleSetsLoadBalancerBackendAddressPools0.command('set')
.description($('Set load-balancer-backend-address-pools in config string or files, e.g. \r\n {\r\n ...\r\n "loadBalancerBackendAddressPools" : {\r\n "id":""\r\n }\r\n ...\r\n }\r\n\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -4750,9 +4750,9 @@ exports.init = function (cli) {
var catparametersCreateOrUpdateVirtualMachineScaleSetsLoadBalancerBackendAddressPools1 = cli.category('vmss');
var parametersCreateOrUpdateVirtualMachineScaleSetsLoadBalancerBackendAddressPools1 = catparametersCreateOrUpdateVirtualMachineScaleSetsLoadBalancerBackendAddressPools1.category('config')
.description($('Commands to manage configuration of virtual-machine-scale-sets in the parameter file.'));
- var removeparametersCreateOrUpdateVirtualMachineScaleSetsLoadBalancerBackendAddressPools1 = parametersCreateOrUpdateVirtualMachineScaleSetsLoadBalancerBackendAddressPools1.category('remove')
+ var removeparametersCreateOrUpdateVirtualMachineScaleSetsLoadBalancerBackendAddressPools1 = parametersCreateOrUpdateVirtualMachineScaleSetsLoadBalancerBackendAddressPools1.category('load-balancer-backend-address-pools')
.description($('Commands to remove components of virtual-machine-scale-sets in config file.'));
- removeparametersCreateOrUpdateVirtualMachineScaleSetsLoadBalancerBackendAddressPools1.command('load-balancer-backend-address-pools')
+ removeparametersCreateOrUpdateVirtualMachineScaleSetsLoadBalancerBackendAddressPools1.command('remove')
.description($('Remove load-balancer-backend-address-pools in config string or files, e.g. \r\n {\r\n ...\r\n "loadBalancerBackendAddressPools" : {\r\n "id":""\r\n }\r\n ...\r\n }\r\n\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -4797,9 +4797,9 @@ exports.init = function (cli) {
var catparametersCreateOrUpdateVirtualMachineScaleSetsLoadBalancerBackendAddressPools2 = cli.category('vmss');
var parametersCreateOrUpdateVirtualMachineScaleSetsLoadBalancerBackendAddressPools2 = catparametersCreateOrUpdateVirtualMachineScaleSetsLoadBalancerBackendAddressPools2.category('config')
.description($('Commands to manage configuration of virtual-machine-scale-sets in the parameter file.'));
- var addparametersCreateOrUpdateVirtualMachineScaleSetsLoadBalancerBackendAddressPools2 = parametersCreateOrUpdateVirtualMachineScaleSetsLoadBalancerBackendAddressPools2.category('add')
+ var addparametersCreateOrUpdateVirtualMachineScaleSetsLoadBalancerBackendAddressPools2 = parametersCreateOrUpdateVirtualMachineScaleSetsLoadBalancerBackendAddressPools2.category('load-balancer-backend-address-pools')
.description($('Commands to add components of virtual-machine-scale-sets in config file.'));
- addparametersCreateOrUpdateVirtualMachineScaleSetsLoadBalancerBackendAddressPools2.command('load-balancer-backend-address-pools')
+ addparametersCreateOrUpdateVirtualMachineScaleSetsLoadBalancerBackendAddressPools2.command('add')
.description($('Add load-balancer-backend-address-pools in config string or files, e.g. \r\n {\r\n ...\r\n "loadBalancerBackendAddressPools" : {\r\n "id":""\r\n }\r\n ...\r\n }\r\n\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -4849,9 +4849,9 @@ exports.init = function (cli) {
var catparametersCreateOrUpdateVirtualMachineScaleSetsLoadBalancerInboundNatPools0 = cli.category('vmss');
var parametersCreateOrUpdateVirtualMachineScaleSetsLoadBalancerInboundNatPools0 = catparametersCreateOrUpdateVirtualMachineScaleSetsLoadBalancerInboundNatPools0.category('config')
.description($('Commands to manage configuration of virtual-machine-scale-sets in the parameter file.'));
- var setparametersCreateOrUpdateVirtualMachineScaleSetsLoadBalancerInboundNatPools0 = parametersCreateOrUpdateVirtualMachineScaleSetsLoadBalancerInboundNatPools0.category('set')
+ var setparametersCreateOrUpdateVirtualMachineScaleSetsLoadBalancerInboundNatPools0 = parametersCreateOrUpdateVirtualMachineScaleSetsLoadBalancerInboundNatPools0.category('load-balancer-inbound-nat-pools')
.description($('Commands to set components of virtual-machine-scale-sets in config file.'));
- setparametersCreateOrUpdateVirtualMachineScaleSetsLoadBalancerInboundNatPools0.command('load-balancer-inbound-nat-pools')
+ setparametersCreateOrUpdateVirtualMachineScaleSetsLoadBalancerInboundNatPools0.command('set')
.description($('Set load-balancer-inbound-nat-pools in config string or files, e.g. \r\n {\r\n ...\r\n "loadBalancerInboundNatPools" : {\r\n "id":""\r\n }\r\n ...\r\n }\r\n\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -4904,9 +4904,9 @@ exports.init = function (cli) {
var catparametersCreateOrUpdateVirtualMachineScaleSetsLoadBalancerInboundNatPools1 = cli.category('vmss');
var parametersCreateOrUpdateVirtualMachineScaleSetsLoadBalancerInboundNatPools1 = catparametersCreateOrUpdateVirtualMachineScaleSetsLoadBalancerInboundNatPools1.category('config')
.description($('Commands to manage configuration of virtual-machine-scale-sets in the parameter file.'));
- var removeparametersCreateOrUpdateVirtualMachineScaleSetsLoadBalancerInboundNatPools1 = parametersCreateOrUpdateVirtualMachineScaleSetsLoadBalancerInboundNatPools1.category('remove')
+ var removeparametersCreateOrUpdateVirtualMachineScaleSetsLoadBalancerInboundNatPools1 = parametersCreateOrUpdateVirtualMachineScaleSetsLoadBalancerInboundNatPools1.category('load-balancer-inbound-nat-pools')
.description($('Commands to remove components of virtual-machine-scale-sets in config file.'));
- removeparametersCreateOrUpdateVirtualMachineScaleSetsLoadBalancerInboundNatPools1.command('load-balancer-inbound-nat-pools')
+ removeparametersCreateOrUpdateVirtualMachineScaleSetsLoadBalancerInboundNatPools1.command('remove')
.description($('Remove load-balancer-inbound-nat-pools in config string or files, e.g. \r\n {\r\n ...\r\n "loadBalancerInboundNatPools" : {\r\n "id":""\r\n }\r\n ...\r\n }\r\n\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -4951,9 +4951,9 @@ exports.init = function (cli) {
var catparametersCreateOrUpdateVirtualMachineScaleSetsLoadBalancerInboundNatPools2 = cli.category('vmss');
var parametersCreateOrUpdateVirtualMachineScaleSetsLoadBalancerInboundNatPools2 = catparametersCreateOrUpdateVirtualMachineScaleSetsLoadBalancerInboundNatPools2.category('config')
.description($('Commands to manage configuration of virtual-machine-scale-sets in the parameter file.'));
- var addparametersCreateOrUpdateVirtualMachineScaleSetsLoadBalancerInboundNatPools2 = parametersCreateOrUpdateVirtualMachineScaleSetsLoadBalancerInboundNatPools2.category('add')
+ var addparametersCreateOrUpdateVirtualMachineScaleSetsLoadBalancerInboundNatPools2 = parametersCreateOrUpdateVirtualMachineScaleSetsLoadBalancerInboundNatPools2.category('load-balancer-inbound-nat-pools')
.description($('Commands to add components of virtual-machine-scale-sets in config file.'));
- addparametersCreateOrUpdateVirtualMachineScaleSetsLoadBalancerInboundNatPools2.command('load-balancer-inbound-nat-pools')
+ addparametersCreateOrUpdateVirtualMachineScaleSetsLoadBalancerInboundNatPools2.command('add')
.description($('Add load-balancer-inbound-nat-pools in config string or files, e.g. \r\n {\r\n ...\r\n "loadBalancerInboundNatPools" : {\r\n "id":""\r\n }\r\n ...\r\n }\r\n\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -5003,9 +5003,9 @@ exports.init = function (cli) {
var catparametersCreateOrUpdateVirtualMachineScaleSetsExtensionProfile1 = cli.category('vmss');
var parametersCreateOrUpdateVirtualMachineScaleSetsExtensionProfile1 = catparametersCreateOrUpdateVirtualMachineScaleSetsExtensionProfile1.category('config')
.description($('Commands to manage configuration of virtual-machine-scale-sets in the parameter file.'));
- var removeparametersCreateOrUpdateVirtualMachineScaleSetsExtensionProfile1 = parametersCreateOrUpdateVirtualMachineScaleSetsExtensionProfile1.category('remove')
+ var removeparametersCreateOrUpdateVirtualMachineScaleSetsExtensionProfile1 = parametersCreateOrUpdateVirtualMachineScaleSetsExtensionProfile1.category('extension-profile')
.description($('Commands to remove components of virtual-machine-scale-sets in config file.'));
- removeparametersCreateOrUpdateVirtualMachineScaleSetsExtensionProfile1.command('extension-profile')
+ removeparametersCreateOrUpdateVirtualMachineScaleSetsExtensionProfile1.command('remove')
.description($('Remove extension-profile in config string or files, e.g. \r\n {\r\n ...\r\n "extensionProfile" : {\r\n "extensions":[\r\n {\r\n "name":"",\r\n "publisher":"",\r\n "virtualMachineScaleSetExtensionType":"",\r\n "typeHandlerVersion":"",\r\n "autoUpgradeMinorVersion":null,\r\n "settings":{\r\n },\r\n "protectedSettings":{\r\n },\r\n "provisioningState":"",\r\n "id":""\r\n }\r\n ]\r\n }\r\n ...\r\n }\r\n\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -5047,9 +5047,9 @@ exports.init = function (cli) {
var catparametersCreateOrUpdateVirtualMachineScaleSetsExtensionProfile2 = cli.category('vmss');
var parametersCreateOrUpdateVirtualMachineScaleSetsExtensionProfile2 = catparametersCreateOrUpdateVirtualMachineScaleSetsExtensionProfile2.category('config')
.description($('Commands to manage configuration of virtual-machine-scale-sets in the parameter file.'));
- var addparametersCreateOrUpdateVirtualMachineScaleSetsExtensionProfile2 = parametersCreateOrUpdateVirtualMachineScaleSetsExtensionProfile2.category('add')
+ var addparametersCreateOrUpdateVirtualMachineScaleSetsExtensionProfile2 = parametersCreateOrUpdateVirtualMachineScaleSetsExtensionProfile2.category('extension-profile')
.description($('Commands to add components of virtual-machine-scale-sets in config file.'));
- addparametersCreateOrUpdateVirtualMachineScaleSetsExtensionProfile2.command('extension-profile')
+ addparametersCreateOrUpdateVirtualMachineScaleSetsExtensionProfile2.command('add')
.description($('Add extension-profile in config string or files, e.g. \r\n {\r\n ...\r\n "extensionProfile" : {\r\n "extensions":[\r\n {\r\n "name":"",\r\n "publisher":"",\r\n "virtualMachineScaleSetExtensionType":"",\r\n "typeHandlerVersion":"",\r\n "autoUpgradeMinorVersion":null,\r\n "settings":{\r\n },\r\n "protectedSettings":{\r\n },\r\n "provisioningState":"",\r\n "id":""\r\n }\r\n ]\r\n }\r\n ...\r\n }\r\n\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -5099,9 +5099,9 @@ exports.init = function (cli) {
var catparametersCreateOrUpdateVirtualMachineScaleSetsExtensions0 = cli.category('vmss');
var parametersCreateOrUpdateVirtualMachineScaleSetsExtensions0 = catparametersCreateOrUpdateVirtualMachineScaleSetsExtensions0.category('config')
.description($('Commands to manage configuration of virtual-machine-scale-sets in the parameter file.'));
- var setparametersCreateOrUpdateVirtualMachineScaleSetsExtensions0 = parametersCreateOrUpdateVirtualMachineScaleSetsExtensions0.category('set')
+ var setparametersCreateOrUpdateVirtualMachineScaleSetsExtensions0 = parametersCreateOrUpdateVirtualMachineScaleSetsExtensions0.category('extensions')
.description($('Commands to set components of virtual-machine-scale-sets in config file.'));
- setparametersCreateOrUpdateVirtualMachineScaleSetsExtensions0.command('extensions')
+ setparametersCreateOrUpdateVirtualMachineScaleSetsExtensions0.command('set')
.description($('Set extensions in config string or files, e.g. \r\n {\r\n ...\r\n "extensions" : {\r\n "name":"",\r\n "publisher":"",\r\n "virtualMachineScaleSetExtensionType":"",\r\n "typeHandlerVersion":"",\r\n "autoUpgradeMinorVersion":null,\r\n "settings":{\r\n },\r\n "protectedSettings":{\r\n },\r\n "provisioningState":"",\r\n "id":""\r\n }\r\n ...\r\n }\r\n\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -5241,9 +5241,9 @@ exports.init = function (cli) {
var catparametersCreateOrUpdateVirtualMachineScaleSetsExtensions1 = cli.category('vmss');
var parametersCreateOrUpdateVirtualMachineScaleSetsExtensions1 = catparametersCreateOrUpdateVirtualMachineScaleSetsExtensions1.category('config')
.description($('Commands to manage configuration of virtual-machine-scale-sets in the parameter file.'));
- var removeparametersCreateOrUpdateVirtualMachineScaleSetsExtensions1 = parametersCreateOrUpdateVirtualMachineScaleSetsExtensions1.category('remove')
+ var removeparametersCreateOrUpdateVirtualMachineScaleSetsExtensions1 = parametersCreateOrUpdateVirtualMachineScaleSetsExtensions1.category('extensions')
.description($('Commands to remove components of virtual-machine-scale-sets in config file.'));
- removeparametersCreateOrUpdateVirtualMachineScaleSetsExtensions1.command('extensions')
+ removeparametersCreateOrUpdateVirtualMachineScaleSetsExtensions1.command('remove')
.description($('Remove extensions in config string or files, e.g. \r\n {\r\n ...\r\n "extensions" : {\r\n "name":"",\r\n "publisher":"",\r\n "virtualMachineScaleSetExtensionType":"",\r\n "typeHandlerVersion":"",\r\n "autoUpgradeMinorVersion":null,\r\n "settings":{\r\n },\r\n "protectedSettings":{\r\n },\r\n "provisioningState":"",\r\n "id":""\r\n }\r\n ...\r\n }\r\n\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -5326,9 +5326,9 @@ exports.init = function (cli) {
var catparametersCreateOrUpdateVirtualMachineScaleSetsExtensions2 = cli.category('vmss');
var parametersCreateOrUpdateVirtualMachineScaleSetsExtensions2 = catparametersCreateOrUpdateVirtualMachineScaleSetsExtensions2.category('config')
.description($('Commands to manage configuration of virtual-machine-scale-sets in the parameter file.'));
- var addparametersCreateOrUpdateVirtualMachineScaleSetsExtensions2 = parametersCreateOrUpdateVirtualMachineScaleSetsExtensions2.category('add')
+ var addparametersCreateOrUpdateVirtualMachineScaleSetsExtensions2 = parametersCreateOrUpdateVirtualMachineScaleSetsExtensions2.category('extensions')
.description($('Commands to add components of virtual-machine-scale-sets in config file.'));
- addparametersCreateOrUpdateVirtualMachineScaleSetsExtensions2.command('extensions')
+ addparametersCreateOrUpdateVirtualMachineScaleSetsExtensions2.command('add')
.description($('Add extensions in config string or files, e.g. \r\n {\r\n ...\r\n "extensions" : {\r\n "name":"",\r\n "publisher":"",\r\n "virtualMachineScaleSetExtensionType":"",\r\n "typeHandlerVersion":"",\r\n "autoUpgradeMinorVersion":null,\r\n "settings":{\r\n },\r\n "protectedSettings":{\r\n },\r\n "provisioningState":"",\r\n "id":""\r\n }\r\n ...\r\n }\r\n\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
diff --git a/src/ServiceManagement/Compute/Commands.ServiceManagement.Preview/Generated/cli.js b/src/ServiceManagement/Compute/Commands.ServiceManagement.Preview/Generated/cli.js
index a95998c6fa21..5a648815925b 100644
--- a/src/ServiceManagement/Compute/Commands.ServiceManagement.Preview/Generated/cli.js
+++ b/src/ServiceManagement/Compute/Commands.ServiceManagement.Preview/Generated/cli.js
@@ -174,9 +174,9 @@ exports.init = function (cli) {
var catparametersChangeConfigurationByNameDeploymentDeploymentChangeConfigurationParameters0 = cli.category('invoke').description('Commands to invoke service management operations.').category('deployment');
var parametersChangeConfigurationByNameDeploymentDeploymentChangeConfigurationParameters0 = catparametersChangeConfigurationByNameDeploymentDeploymentChangeConfigurationParameters0.category('change-configuration-by-name-parameters')
.description($('Commands to manage configuration of deployment in the parameter file.'));
- var setparametersChangeConfigurationByNameDeploymentDeploymentChangeConfigurationParameters0 = parametersChangeConfigurationByNameDeploymentDeploymentChangeConfigurationParameters0.category('set')
+ var setparametersChangeConfigurationByNameDeploymentDeploymentChangeConfigurationParameters0 = parametersChangeConfigurationByNameDeploymentDeploymentChangeConfigurationParameters0.category('deployment-change-configuration-parameters')
.description($('Commands to set components of deployment in change-configuration-by-name-parameters file.'));
- setparametersChangeConfigurationByNameDeploymentDeploymentChangeConfigurationParameters0.command('deployment-change-configuration-parameters')
+ setparametersChangeConfigurationByNameDeploymentDeploymentChangeConfigurationParameters0.command('set')
.description($('Set deployment-change-configuration-parameters in change-configuration-by-name-parameters string or files, e.g. \r\n{\r\n "configuration":"",\r\n "extendedProperties":{\r\n },\r\n "extensionConfiguration":{\r\n "allRoles":[\r\n {\r\n "id":"",\r\n "state":""\r\n }\r\n ],\r\n "namedRoles":[\r\n {\r\n "extensions":[\r\n {\r\n "id":"",\r\n "state":""\r\n }\r\n ],\r\n "roleName":""\r\n }\r\n ]\r\n },\r\n "mode":null,\r\n "treatWarningsAsError":null\r\n}\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -267,9 +267,9 @@ exports.init = function (cli) {
var catparametersChangeConfigurationByNameDeploymentDeploymentChangeConfigurationParameters1 = cli.category('invoke').description('Commands to invoke service management operations.').category('deployment');
var parametersChangeConfigurationByNameDeploymentDeploymentChangeConfigurationParameters1 = catparametersChangeConfigurationByNameDeploymentDeploymentChangeConfigurationParameters1.category('change-configuration-by-name-parameters')
.description($('Commands to manage configuration of deployment in the parameter file.'));
- var removeparametersChangeConfigurationByNameDeploymentDeploymentChangeConfigurationParameters1 = parametersChangeConfigurationByNameDeploymentDeploymentChangeConfigurationParameters1.category('remove')
+ var removeparametersChangeConfigurationByNameDeploymentDeploymentChangeConfigurationParameters1 = parametersChangeConfigurationByNameDeploymentDeploymentChangeConfigurationParameters1.category('deployment-change-configuration-parameters')
.description($('Commands to remove components of deployment in change-configuration-by-name-parameters file.'));
- removeparametersChangeConfigurationByNameDeploymentDeploymentChangeConfigurationParameters1.command('deployment-change-configuration-parameters')
+ removeparametersChangeConfigurationByNameDeploymentDeploymentChangeConfigurationParameters1.command('remove')
.description($('Remove deployment-change-configuration-parameters in change-configuration-by-name-parameters string or files, e.g. \r\n{\r\n "configuration":"",\r\n "extendedProperties":{\r\n },\r\n "extensionConfiguration":{\r\n "allRoles":[\r\n {\r\n "id":"",\r\n "state":""\r\n }\r\n ],\r\n "namedRoles":[\r\n {\r\n "extensions":[\r\n {\r\n "id":"",\r\n "state":""\r\n }\r\n ],\r\n "roleName":""\r\n }\r\n ]\r\n },\r\n "mode":null,\r\n "treatWarningsAsError":null\r\n}\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -331,9 +331,9 @@ exports.init = function (cli) {
var catparametersChangeConfigurationByNameDeploymentDeploymentChangeConfigurationParameters2 = cli.category('invoke').description('Commands to invoke service management operations.').category('deployment');
var parametersChangeConfigurationByNameDeploymentDeploymentChangeConfigurationParameters2 = catparametersChangeConfigurationByNameDeploymentDeploymentChangeConfigurationParameters2.category('change-configuration-by-name-parameters')
.description($('Commands to manage configuration of deployment in the parameter file.'));
- var addparametersChangeConfigurationByNameDeploymentDeploymentChangeConfigurationParameters2 = parametersChangeConfigurationByNameDeploymentDeploymentChangeConfigurationParameters2.category('add')
+ var addparametersChangeConfigurationByNameDeploymentDeploymentChangeConfigurationParameters2 = parametersChangeConfigurationByNameDeploymentDeploymentChangeConfigurationParameters2.category('deployment-change-configuration-parameters')
.description($('Commands to add components of deployment in change-configuration-by-name-parameters file.'));
- addparametersChangeConfigurationByNameDeploymentDeploymentChangeConfigurationParameters2.command('deployment-change-configuration-parameters')
+ addparametersChangeConfigurationByNameDeploymentDeploymentChangeConfigurationParameters2.command('add')
.description($('Add deployment-change-configuration-parameters in change-configuration-by-name-parameters string or files, e.g. \r\n{\r\n "configuration":"",\r\n "extendedProperties":{\r\n },\r\n "extensionConfiguration":{\r\n "allRoles":[\r\n {\r\n "id":"",\r\n "state":""\r\n }\r\n ],\r\n "namedRoles":[\r\n {\r\n "extensions":[\r\n {\r\n "id":"",\r\n "state":""\r\n }\r\n ],\r\n "roleName":""\r\n }\r\n ]\r\n },\r\n "mode":null,\r\n "treatWarningsAsError":null\r\n}\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -428,9 +428,9 @@ exports.init = function (cli) {
var catparametersChangeConfigurationByNameDeploymentExtensionConfiguration1 = cli.category('invoke').description('Commands to invoke service management operations.').category('deployment');
var parametersChangeConfigurationByNameDeploymentExtensionConfiguration1 = catparametersChangeConfigurationByNameDeploymentExtensionConfiguration1.category('change-configuration-by-name-parameters')
.description($('Commands to manage configuration of deployment in the parameter file.'));
- var removeparametersChangeConfigurationByNameDeploymentExtensionConfiguration1 = parametersChangeConfigurationByNameDeploymentExtensionConfiguration1.category('remove')
+ var removeparametersChangeConfigurationByNameDeploymentExtensionConfiguration1 = parametersChangeConfigurationByNameDeploymentExtensionConfiguration1.category('extension-configuration')
.description($('Commands to remove components of deployment in change-configuration-by-name-parameters file.'));
- removeparametersChangeConfigurationByNameDeploymentExtensionConfiguration1.command('extension-configuration')
+ removeparametersChangeConfigurationByNameDeploymentExtensionConfiguration1.command('remove')
.description($('Remove extension-configuration in change-configuration-by-name-parameters string or files, e.g. \r\n {\r\n ...\r\n "extensionConfiguration" : {\r\n "allRoles":[\r\n {\r\n "id":"",\r\n "state":""\r\n }\r\n ],\r\n "namedRoles":[\r\n {\r\n "extensions":[\r\n {\r\n "id":"",\r\n "state":""\r\n }\r\n ],\r\n "roleName":""\r\n }\r\n ]\r\n }\r\n ...\r\n }\r\n\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -477,9 +477,9 @@ exports.init = function (cli) {
var catparametersChangeConfigurationByNameDeploymentExtensionConfiguration2 = cli.category('invoke').description('Commands to invoke service management operations.').category('deployment');
var parametersChangeConfigurationByNameDeploymentExtensionConfiguration2 = catparametersChangeConfigurationByNameDeploymentExtensionConfiguration2.category('change-configuration-by-name-parameters')
.description($('Commands to manage configuration of deployment in the parameter file.'));
- var addparametersChangeConfigurationByNameDeploymentExtensionConfiguration2 = parametersChangeConfigurationByNameDeploymentExtensionConfiguration2.category('add')
+ var addparametersChangeConfigurationByNameDeploymentExtensionConfiguration2 = parametersChangeConfigurationByNameDeploymentExtensionConfiguration2.category('extension-configuration')
.description($('Commands to add components of deployment in change-configuration-by-name-parameters file.'));
- addparametersChangeConfigurationByNameDeploymentExtensionConfiguration2.command('extension-configuration')
+ addparametersChangeConfigurationByNameDeploymentExtensionConfiguration2.command('add')
.description($('Add extension-configuration in change-configuration-by-name-parameters string or files, e.g. \r\n {\r\n ...\r\n "extensionConfiguration" : {\r\n "allRoles":[\r\n {\r\n "id":"",\r\n "state":""\r\n }\r\n ],\r\n "namedRoles":[\r\n {\r\n "extensions":[\r\n {\r\n "id":"",\r\n "state":""\r\n }\r\n ],\r\n "roleName":""\r\n }\r\n ]\r\n }\r\n ...\r\n }\r\n\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -540,9 +540,9 @@ exports.init = function (cli) {
var catparametersChangeConfigurationByNameDeploymentAllRoles0 = cli.category('invoke').description('Commands to invoke service management operations.').category('deployment');
var parametersChangeConfigurationByNameDeploymentAllRoles0 = catparametersChangeConfigurationByNameDeploymentAllRoles0.category('change-configuration-by-name-parameters')
.description($('Commands to manage configuration of deployment in the parameter file.'));
- var setparametersChangeConfigurationByNameDeploymentAllRoles0 = parametersChangeConfigurationByNameDeploymentAllRoles0.category('set')
+ var setparametersChangeConfigurationByNameDeploymentAllRoles0 = parametersChangeConfigurationByNameDeploymentAllRoles0.category('all-roles')
.description($('Commands to set components of deployment in change-configuration-by-name-parameters file.'));
- setparametersChangeConfigurationByNameDeploymentAllRoles0.command('all-roles')
+ setparametersChangeConfigurationByNameDeploymentAllRoles0.command('set')
.description($('Set all-roles in change-configuration-by-name-parameters string or files, e.g. \r\n {\r\n ...\r\n "allRoles" : {\r\n "id":"",\r\n "state":""\r\n }\r\n ...\r\n }\r\n\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -604,9 +604,9 @@ exports.init = function (cli) {
var catparametersChangeConfigurationByNameDeploymentAllRoles1 = cli.category('invoke').description('Commands to invoke service management operations.').category('deployment');
var parametersChangeConfigurationByNameDeploymentAllRoles1 = catparametersChangeConfigurationByNameDeploymentAllRoles1.category('change-configuration-by-name-parameters')
.description($('Commands to manage configuration of deployment in the parameter file.'));
- var removeparametersChangeConfigurationByNameDeploymentAllRoles1 = parametersChangeConfigurationByNameDeploymentAllRoles1.category('remove')
+ var removeparametersChangeConfigurationByNameDeploymentAllRoles1 = parametersChangeConfigurationByNameDeploymentAllRoles1.category('all-roles')
.description($('Commands to remove components of deployment in change-configuration-by-name-parameters file.'));
- removeparametersChangeConfigurationByNameDeploymentAllRoles1.command('all-roles')
+ removeparametersChangeConfigurationByNameDeploymentAllRoles1.command('remove')
.description($('Remove all-roles in change-configuration-by-name-parameters string or files, e.g. \r\n {\r\n ...\r\n "allRoles" : {\r\n "id":"",\r\n "state":""\r\n }\r\n ...\r\n }\r\n\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -654,9 +654,9 @@ exports.init = function (cli) {
var catparametersChangeConfigurationByNameDeploymentAllRoles2 = cli.category('invoke').description('Commands to invoke service management operations.').category('deployment');
var parametersChangeConfigurationByNameDeploymentAllRoles2 = catparametersChangeConfigurationByNameDeploymentAllRoles2.category('change-configuration-by-name-parameters')
.description($('Commands to manage configuration of deployment in the parameter file.'));
- var addparametersChangeConfigurationByNameDeploymentAllRoles2 = parametersChangeConfigurationByNameDeploymentAllRoles2.category('add')
+ var addparametersChangeConfigurationByNameDeploymentAllRoles2 = parametersChangeConfigurationByNameDeploymentAllRoles2.category('all-roles')
.description($('Commands to add components of deployment in change-configuration-by-name-parameters file.'));
- addparametersChangeConfigurationByNameDeploymentAllRoles2.command('all-roles')
+ addparametersChangeConfigurationByNameDeploymentAllRoles2.command('add')
.description($('Add all-roles in change-configuration-by-name-parameters string or files, e.g. \r\n {\r\n ...\r\n "allRoles" : {\r\n "id":"",\r\n "state":""\r\n }\r\n ...\r\n }\r\n\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -717,9 +717,9 @@ exports.init = function (cli) {
var catparametersChangeConfigurationByNameDeploymentNamedRoles0 = cli.category('invoke').description('Commands to invoke service management operations.').category('deployment');
var parametersChangeConfigurationByNameDeploymentNamedRoles0 = catparametersChangeConfigurationByNameDeploymentNamedRoles0.category('change-configuration-by-name-parameters')
.description($('Commands to manage configuration of deployment in the parameter file.'));
- var setparametersChangeConfigurationByNameDeploymentNamedRoles0 = parametersChangeConfigurationByNameDeploymentNamedRoles0.category('set')
+ var setparametersChangeConfigurationByNameDeploymentNamedRoles0 = parametersChangeConfigurationByNameDeploymentNamedRoles0.category('named-roles')
.description($('Commands to set components of deployment in change-configuration-by-name-parameters file.'));
- setparametersChangeConfigurationByNameDeploymentNamedRoles0.command('named-roles')
+ setparametersChangeConfigurationByNameDeploymentNamedRoles0.command('set')
.description($('Set named-roles in change-configuration-by-name-parameters string or files, e.g. \r\n {\r\n ...\r\n "namedRoles" : {\r\n "extensions":[\r\n {\r\n "id":"",\r\n "state":""\r\n }\r\n ],\r\n "roleName":""\r\n }\r\n ...\r\n }\r\n\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -781,9 +781,9 @@ exports.init = function (cli) {
var catparametersChangeConfigurationByNameDeploymentNamedRoles1 = cli.category('invoke').description('Commands to invoke service management operations.').category('deployment');
var parametersChangeConfigurationByNameDeploymentNamedRoles1 = catparametersChangeConfigurationByNameDeploymentNamedRoles1.category('change-configuration-by-name-parameters')
.description($('Commands to manage configuration of deployment in the parameter file.'));
- var removeparametersChangeConfigurationByNameDeploymentNamedRoles1 = parametersChangeConfigurationByNameDeploymentNamedRoles1.category('remove')
+ var removeparametersChangeConfigurationByNameDeploymentNamedRoles1 = parametersChangeConfigurationByNameDeploymentNamedRoles1.category('named-roles')
.description($('Commands to remove components of deployment in change-configuration-by-name-parameters file.'));
- removeparametersChangeConfigurationByNameDeploymentNamedRoles1.command('named-roles')
+ removeparametersChangeConfigurationByNameDeploymentNamedRoles1.command('remove')
.description($('Remove named-roles in change-configuration-by-name-parameters string or files, e.g. \r\n {\r\n ...\r\n "namedRoles" : {\r\n "extensions":[\r\n {\r\n "id":"",\r\n "state":""\r\n }\r\n ],\r\n "roleName":""\r\n }\r\n ...\r\n }\r\n\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -831,9 +831,9 @@ exports.init = function (cli) {
var catparametersChangeConfigurationByNameDeploymentNamedRoles2 = cli.category('invoke').description('Commands to invoke service management operations.').category('deployment');
var parametersChangeConfigurationByNameDeploymentNamedRoles2 = catparametersChangeConfigurationByNameDeploymentNamedRoles2.category('change-configuration-by-name-parameters')
.description($('Commands to manage configuration of deployment in the parameter file.'));
- var addparametersChangeConfigurationByNameDeploymentNamedRoles2 = parametersChangeConfigurationByNameDeploymentNamedRoles2.category('add')
+ var addparametersChangeConfigurationByNameDeploymentNamedRoles2 = parametersChangeConfigurationByNameDeploymentNamedRoles2.category('named-roles')
.description($('Commands to add components of deployment in change-configuration-by-name-parameters file.'));
- addparametersChangeConfigurationByNameDeploymentNamedRoles2.command('named-roles')
+ addparametersChangeConfigurationByNameDeploymentNamedRoles2.command('add')
.description($('Add named-roles in change-configuration-by-name-parameters string or files, e.g. \r\n {\r\n ...\r\n "namedRoles" : {\r\n "extensions":[\r\n {\r\n "id":"",\r\n "state":""\r\n }\r\n ],\r\n "roleName":""\r\n }\r\n ...\r\n }\r\n\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -894,9 +894,9 @@ exports.init = function (cli) {
var catparametersChangeConfigurationByNameDeploymentExtensions0 = cli.category('invoke').description('Commands to invoke service management operations.').category('deployment');
var parametersChangeConfigurationByNameDeploymentExtensions0 = catparametersChangeConfigurationByNameDeploymentExtensions0.category('change-configuration-by-name-parameters')
.description($('Commands to manage configuration of deployment in the parameter file.'));
- var setparametersChangeConfigurationByNameDeploymentExtensions0 = parametersChangeConfigurationByNameDeploymentExtensions0.category('set')
+ var setparametersChangeConfigurationByNameDeploymentExtensions0 = parametersChangeConfigurationByNameDeploymentExtensions0.category('extensions')
.description($('Commands to set components of deployment in change-configuration-by-name-parameters file.'));
- setparametersChangeConfigurationByNameDeploymentExtensions0.command('extensions')
+ setparametersChangeConfigurationByNameDeploymentExtensions0.command('set')
.description($('Set extensions in change-configuration-by-name-parameters string or files, e.g. \r\n {\r\n ...\r\n "extensions" : {\r\n "id":"",\r\n "state":""\r\n }\r\n ...\r\n }\r\n\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -937,9 +937,9 @@ exports.init = function (cli) {
var catparametersChangeConfigurationByNameDeploymentExtensions1 = cli.category('invoke').description('Commands to invoke service management operations.').category('deployment');
var parametersChangeConfigurationByNameDeploymentExtensions1 = catparametersChangeConfigurationByNameDeploymentExtensions1.category('change-configuration-by-name-parameters')
.description($('Commands to manage configuration of deployment in the parameter file.'));
- var removeparametersChangeConfigurationByNameDeploymentExtensions1 = parametersChangeConfigurationByNameDeploymentExtensions1.category('remove')
+ var removeparametersChangeConfigurationByNameDeploymentExtensions1 = parametersChangeConfigurationByNameDeploymentExtensions1.category('extensions')
.description($('Commands to remove components of deployment in change-configuration-by-name-parameters file.'));
- removeparametersChangeConfigurationByNameDeploymentExtensions1.command('extensions')
+ removeparametersChangeConfigurationByNameDeploymentExtensions1.command('remove')
.description($('Remove extensions in change-configuration-by-name-parameters string or files, e.g. \r\n {\r\n ...\r\n "extensions" : {\r\n "id":"",\r\n "state":""\r\n }\r\n ...\r\n }\r\n\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -972,9 +972,9 @@ exports.init = function (cli) {
var catparametersChangeConfigurationByNameDeploymentExtensions2 = cli.category('invoke').description('Commands to invoke service management operations.').category('deployment');
var parametersChangeConfigurationByNameDeploymentExtensions2 = catparametersChangeConfigurationByNameDeploymentExtensions2.category('change-configuration-by-name-parameters')
.description($('Commands to manage configuration of deployment in the parameter file.'));
- var addparametersChangeConfigurationByNameDeploymentExtensions2 = parametersChangeConfigurationByNameDeploymentExtensions2.category('add')
+ var addparametersChangeConfigurationByNameDeploymentExtensions2 = parametersChangeConfigurationByNameDeploymentExtensions2.category('extensions')
.description($('Commands to add components of deployment in change-configuration-by-name-parameters file.'));
- addparametersChangeConfigurationByNameDeploymentExtensions2.command('extensions')
+ addparametersChangeConfigurationByNameDeploymentExtensions2.command('add')
.description($('Add extensions in change-configuration-by-name-parameters string or files, e.g. \r\n {\r\n ...\r\n "extensions" : {\r\n "id":"",\r\n "state":""\r\n }\r\n ...\r\n }\r\n\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -1149,9 +1149,9 @@ exports.init = function (cli) {
var catparametersChangeConfigurationBySlotDeploymentDeploymentChangeConfigurationParameters0 = cli.category('invoke').description('Commands to invoke service management operations.').category('deployment');
var parametersChangeConfigurationBySlotDeploymentDeploymentChangeConfigurationParameters0 = catparametersChangeConfigurationBySlotDeploymentDeploymentChangeConfigurationParameters0.category('change-configuration-by-slot-parameters')
.description($('Commands to manage configuration of deployment in the parameter file.'));
- var setparametersChangeConfigurationBySlotDeploymentDeploymentChangeConfigurationParameters0 = parametersChangeConfigurationBySlotDeploymentDeploymentChangeConfigurationParameters0.category('set')
+ var setparametersChangeConfigurationBySlotDeploymentDeploymentChangeConfigurationParameters0 = parametersChangeConfigurationBySlotDeploymentDeploymentChangeConfigurationParameters0.category('deployment-change-configuration-parameters')
.description($('Commands to set components of deployment in change-configuration-by-slot-parameters file.'));
- setparametersChangeConfigurationBySlotDeploymentDeploymentChangeConfigurationParameters0.command('deployment-change-configuration-parameters')
+ setparametersChangeConfigurationBySlotDeploymentDeploymentChangeConfigurationParameters0.command('set')
.description($('Set deployment-change-configuration-parameters in change-configuration-by-slot-parameters string or files, e.g. \r\n{\r\n "configuration":"",\r\n "extendedProperties":{\r\n },\r\n "extensionConfiguration":{\r\n "allRoles":[\r\n {\r\n "id":"",\r\n "state":""\r\n }\r\n ],\r\n "namedRoles":[\r\n {\r\n "extensions":[\r\n {\r\n "id":"",\r\n "state":""\r\n }\r\n ],\r\n "roleName":""\r\n }\r\n ]\r\n },\r\n "mode":null,\r\n "treatWarningsAsError":null\r\n}\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -1242,9 +1242,9 @@ exports.init = function (cli) {
var catparametersChangeConfigurationBySlotDeploymentDeploymentChangeConfigurationParameters1 = cli.category('invoke').description('Commands to invoke service management operations.').category('deployment');
var parametersChangeConfigurationBySlotDeploymentDeploymentChangeConfigurationParameters1 = catparametersChangeConfigurationBySlotDeploymentDeploymentChangeConfigurationParameters1.category('change-configuration-by-slot-parameters')
.description($('Commands to manage configuration of deployment in the parameter file.'));
- var removeparametersChangeConfigurationBySlotDeploymentDeploymentChangeConfigurationParameters1 = parametersChangeConfigurationBySlotDeploymentDeploymentChangeConfigurationParameters1.category('remove')
+ var removeparametersChangeConfigurationBySlotDeploymentDeploymentChangeConfigurationParameters1 = parametersChangeConfigurationBySlotDeploymentDeploymentChangeConfigurationParameters1.category('deployment-change-configuration-parameters')
.description($('Commands to remove components of deployment in change-configuration-by-slot-parameters file.'));
- removeparametersChangeConfigurationBySlotDeploymentDeploymentChangeConfigurationParameters1.command('deployment-change-configuration-parameters')
+ removeparametersChangeConfigurationBySlotDeploymentDeploymentChangeConfigurationParameters1.command('remove')
.description($('Remove deployment-change-configuration-parameters in change-configuration-by-slot-parameters string or files, e.g. \r\n{\r\n "configuration":"",\r\n "extendedProperties":{\r\n },\r\n "extensionConfiguration":{\r\n "allRoles":[\r\n {\r\n "id":"",\r\n "state":""\r\n }\r\n ],\r\n "namedRoles":[\r\n {\r\n "extensions":[\r\n {\r\n "id":"",\r\n "state":""\r\n }\r\n ],\r\n "roleName":""\r\n }\r\n ]\r\n },\r\n "mode":null,\r\n "treatWarningsAsError":null\r\n}\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -1306,9 +1306,9 @@ exports.init = function (cli) {
var catparametersChangeConfigurationBySlotDeploymentDeploymentChangeConfigurationParameters2 = cli.category('invoke').description('Commands to invoke service management operations.').category('deployment');
var parametersChangeConfigurationBySlotDeploymentDeploymentChangeConfigurationParameters2 = catparametersChangeConfigurationBySlotDeploymentDeploymentChangeConfigurationParameters2.category('change-configuration-by-slot-parameters')
.description($('Commands to manage configuration of deployment in the parameter file.'));
- var addparametersChangeConfigurationBySlotDeploymentDeploymentChangeConfigurationParameters2 = parametersChangeConfigurationBySlotDeploymentDeploymentChangeConfigurationParameters2.category('add')
+ var addparametersChangeConfigurationBySlotDeploymentDeploymentChangeConfigurationParameters2 = parametersChangeConfigurationBySlotDeploymentDeploymentChangeConfigurationParameters2.category('deployment-change-configuration-parameters')
.description($('Commands to add components of deployment in change-configuration-by-slot-parameters file.'));
- addparametersChangeConfigurationBySlotDeploymentDeploymentChangeConfigurationParameters2.command('deployment-change-configuration-parameters')
+ addparametersChangeConfigurationBySlotDeploymentDeploymentChangeConfigurationParameters2.command('add')
.description($('Add deployment-change-configuration-parameters in change-configuration-by-slot-parameters string or files, e.g. \r\n{\r\n "configuration":"",\r\n "extendedProperties":{\r\n },\r\n "extensionConfiguration":{\r\n "allRoles":[\r\n {\r\n "id":"",\r\n "state":""\r\n }\r\n ],\r\n "namedRoles":[\r\n {\r\n "extensions":[\r\n {\r\n "id":"",\r\n "state":""\r\n }\r\n ],\r\n "roleName":""\r\n }\r\n ]\r\n },\r\n "mode":null,\r\n "treatWarningsAsError":null\r\n}\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -1403,9 +1403,9 @@ exports.init = function (cli) {
var catparametersChangeConfigurationBySlotDeploymentExtensionConfiguration1 = cli.category('invoke').description('Commands to invoke service management operations.').category('deployment');
var parametersChangeConfigurationBySlotDeploymentExtensionConfiguration1 = catparametersChangeConfigurationBySlotDeploymentExtensionConfiguration1.category('change-configuration-by-slot-parameters')
.description($('Commands to manage configuration of deployment in the parameter file.'));
- var removeparametersChangeConfigurationBySlotDeploymentExtensionConfiguration1 = parametersChangeConfigurationBySlotDeploymentExtensionConfiguration1.category('remove')
+ var removeparametersChangeConfigurationBySlotDeploymentExtensionConfiguration1 = parametersChangeConfigurationBySlotDeploymentExtensionConfiguration1.category('extension-configuration')
.description($('Commands to remove components of deployment in change-configuration-by-slot-parameters file.'));
- removeparametersChangeConfigurationBySlotDeploymentExtensionConfiguration1.command('extension-configuration')
+ removeparametersChangeConfigurationBySlotDeploymentExtensionConfiguration1.command('remove')
.description($('Remove extension-configuration in change-configuration-by-slot-parameters string or files, e.g. \r\n {\r\n ...\r\n "extensionConfiguration" : {\r\n "allRoles":[\r\n {\r\n "id":"",\r\n "state":""\r\n }\r\n ],\r\n "namedRoles":[\r\n {\r\n "extensions":[\r\n {\r\n "id":"",\r\n "state":""\r\n }\r\n ],\r\n "roleName":""\r\n }\r\n ]\r\n }\r\n ...\r\n }\r\n\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -1452,9 +1452,9 @@ exports.init = function (cli) {
var catparametersChangeConfigurationBySlotDeploymentExtensionConfiguration2 = cli.category('invoke').description('Commands to invoke service management operations.').category('deployment');
var parametersChangeConfigurationBySlotDeploymentExtensionConfiguration2 = catparametersChangeConfigurationBySlotDeploymentExtensionConfiguration2.category('change-configuration-by-slot-parameters')
.description($('Commands to manage configuration of deployment in the parameter file.'));
- var addparametersChangeConfigurationBySlotDeploymentExtensionConfiguration2 = parametersChangeConfigurationBySlotDeploymentExtensionConfiguration2.category('add')
+ var addparametersChangeConfigurationBySlotDeploymentExtensionConfiguration2 = parametersChangeConfigurationBySlotDeploymentExtensionConfiguration2.category('extension-configuration')
.description($('Commands to add components of deployment in change-configuration-by-slot-parameters file.'));
- addparametersChangeConfigurationBySlotDeploymentExtensionConfiguration2.command('extension-configuration')
+ addparametersChangeConfigurationBySlotDeploymentExtensionConfiguration2.command('add')
.description($('Add extension-configuration in change-configuration-by-slot-parameters string or files, e.g. \r\n {\r\n ...\r\n "extensionConfiguration" : {\r\n "allRoles":[\r\n {\r\n "id":"",\r\n "state":""\r\n }\r\n ],\r\n "namedRoles":[\r\n {\r\n "extensions":[\r\n {\r\n "id":"",\r\n "state":""\r\n }\r\n ],\r\n "roleName":""\r\n }\r\n ]\r\n }\r\n ...\r\n }\r\n\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -1515,9 +1515,9 @@ exports.init = function (cli) {
var catparametersChangeConfigurationBySlotDeploymentAllRoles0 = cli.category('invoke').description('Commands to invoke service management operations.').category('deployment');
var parametersChangeConfigurationBySlotDeploymentAllRoles0 = catparametersChangeConfigurationBySlotDeploymentAllRoles0.category('change-configuration-by-slot-parameters')
.description($('Commands to manage configuration of deployment in the parameter file.'));
- var setparametersChangeConfigurationBySlotDeploymentAllRoles0 = parametersChangeConfigurationBySlotDeploymentAllRoles0.category('set')
+ var setparametersChangeConfigurationBySlotDeploymentAllRoles0 = parametersChangeConfigurationBySlotDeploymentAllRoles0.category('all-roles')
.description($('Commands to set components of deployment in change-configuration-by-slot-parameters file.'));
- setparametersChangeConfigurationBySlotDeploymentAllRoles0.command('all-roles')
+ setparametersChangeConfigurationBySlotDeploymentAllRoles0.command('set')
.description($('Set all-roles in change-configuration-by-slot-parameters string or files, e.g. \r\n {\r\n ...\r\n "allRoles" : {\r\n "id":"",\r\n "state":""\r\n }\r\n ...\r\n }\r\n\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -1579,9 +1579,9 @@ exports.init = function (cli) {
var catparametersChangeConfigurationBySlotDeploymentAllRoles1 = cli.category('invoke').description('Commands to invoke service management operations.').category('deployment');
var parametersChangeConfigurationBySlotDeploymentAllRoles1 = catparametersChangeConfigurationBySlotDeploymentAllRoles1.category('change-configuration-by-slot-parameters')
.description($('Commands to manage configuration of deployment in the parameter file.'));
- var removeparametersChangeConfigurationBySlotDeploymentAllRoles1 = parametersChangeConfigurationBySlotDeploymentAllRoles1.category('remove')
+ var removeparametersChangeConfigurationBySlotDeploymentAllRoles1 = parametersChangeConfigurationBySlotDeploymentAllRoles1.category('all-roles')
.description($('Commands to remove components of deployment in change-configuration-by-slot-parameters file.'));
- removeparametersChangeConfigurationBySlotDeploymentAllRoles1.command('all-roles')
+ removeparametersChangeConfigurationBySlotDeploymentAllRoles1.command('remove')
.description($('Remove all-roles in change-configuration-by-slot-parameters string or files, e.g. \r\n {\r\n ...\r\n "allRoles" : {\r\n "id":"",\r\n "state":""\r\n }\r\n ...\r\n }\r\n\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -1629,9 +1629,9 @@ exports.init = function (cli) {
var catparametersChangeConfigurationBySlotDeploymentAllRoles2 = cli.category('invoke').description('Commands to invoke service management operations.').category('deployment');
var parametersChangeConfigurationBySlotDeploymentAllRoles2 = catparametersChangeConfigurationBySlotDeploymentAllRoles2.category('change-configuration-by-slot-parameters')
.description($('Commands to manage configuration of deployment in the parameter file.'));
- var addparametersChangeConfigurationBySlotDeploymentAllRoles2 = parametersChangeConfigurationBySlotDeploymentAllRoles2.category('add')
+ var addparametersChangeConfigurationBySlotDeploymentAllRoles2 = parametersChangeConfigurationBySlotDeploymentAllRoles2.category('all-roles')
.description($('Commands to add components of deployment in change-configuration-by-slot-parameters file.'));
- addparametersChangeConfigurationBySlotDeploymentAllRoles2.command('all-roles')
+ addparametersChangeConfigurationBySlotDeploymentAllRoles2.command('add')
.description($('Add all-roles in change-configuration-by-slot-parameters string or files, e.g. \r\n {\r\n ...\r\n "allRoles" : {\r\n "id":"",\r\n "state":""\r\n }\r\n ...\r\n }\r\n\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -1692,9 +1692,9 @@ exports.init = function (cli) {
var catparametersChangeConfigurationBySlotDeploymentNamedRoles0 = cli.category('invoke').description('Commands to invoke service management operations.').category('deployment');
var parametersChangeConfigurationBySlotDeploymentNamedRoles0 = catparametersChangeConfigurationBySlotDeploymentNamedRoles0.category('change-configuration-by-slot-parameters')
.description($('Commands to manage configuration of deployment in the parameter file.'));
- var setparametersChangeConfigurationBySlotDeploymentNamedRoles0 = parametersChangeConfigurationBySlotDeploymentNamedRoles0.category('set')
+ var setparametersChangeConfigurationBySlotDeploymentNamedRoles0 = parametersChangeConfigurationBySlotDeploymentNamedRoles0.category('named-roles')
.description($('Commands to set components of deployment in change-configuration-by-slot-parameters file.'));
- setparametersChangeConfigurationBySlotDeploymentNamedRoles0.command('named-roles')
+ setparametersChangeConfigurationBySlotDeploymentNamedRoles0.command('set')
.description($('Set named-roles in change-configuration-by-slot-parameters string or files, e.g. \r\n {\r\n ...\r\n "namedRoles" : {\r\n "extensions":[\r\n {\r\n "id":"",\r\n "state":""\r\n }\r\n ],\r\n "roleName":""\r\n }\r\n ...\r\n }\r\n\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -1756,9 +1756,9 @@ exports.init = function (cli) {
var catparametersChangeConfigurationBySlotDeploymentNamedRoles1 = cli.category('invoke').description('Commands to invoke service management operations.').category('deployment');
var parametersChangeConfigurationBySlotDeploymentNamedRoles1 = catparametersChangeConfigurationBySlotDeploymentNamedRoles1.category('change-configuration-by-slot-parameters')
.description($('Commands to manage configuration of deployment in the parameter file.'));
- var removeparametersChangeConfigurationBySlotDeploymentNamedRoles1 = parametersChangeConfigurationBySlotDeploymentNamedRoles1.category('remove')
+ var removeparametersChangeConfigurationBySlotDeploymentNamedRoles1 = parametersChangeConfigurationBySlotDeploymentNamedRoles1.category('named-roles')
.description($('Commands to remove components of deployment in change-configuration-by-slot-parameters file.'));
- removeparametersChangeConfigurationBySlotDeploymentNamedRoles1.command('named-roles')
+ removeparametersChangeConfigurationBySlotDeploymentNamedRoles1.command('remove')
.description($('Remove named-roles in change-configuration-by-slot-parameters string or files, e.g. \r\n {\r\n ...\r\n "namedRoles" : {\r\n "extensions":[\r\n {\r\n "id":"",\r\n "state":""\r\n }\r\n ],\r\n "roleName":""\r\n }\r\n ...\r\n }\r\n\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -1806,9 +1806,9 @@ exports.init = function (cli) {
var catparametersChangeConfigurationBySlotDeploymentNamedRoles2 = cli.category('invoke').description('Commands to invoke service management operations.').category('deployment');
var parametersChangeConfigurationBySlotDeploymentNamedRoles2 = catparametersChangeConfigurationBySlotDeploymentNamedRoles2.category('change-configuration-by-slot-parameters')
.description($('Commands to manage configuration of deployment in the parameter file.'));
- var addparametersChangeConfigurationBySlotDeploymentNamedRoles2 = parametersChangeConfigurationBySlotDeploymentNamedRoles2.category('add')
+ var addparametersChangeConfigurationBySlotDeploymentNamedRoles2 = parametersChangeConfigurationBySlotDeploymentNamedRoles2.category('named-roles')
.description($('Commands to add components of deployment in change-configuration-by-slot-parameters file.'));
- addparametersChangeConfigurationBySlotDeploymentNamedRoles2.command('named-roles')
+ addparametersChangeConfigurationBySlotDeploymentNamedRoles2.command('add')
.description($('Add named-roles in change-configuration-by-slot-parameters string or files, e.g. \r\n {\r\n ...\r\n "namedRoles" : {\r\n "extensions":[\r\n {\r\n "id":"",\r\n "state":""\r\n }\r\n ],\r\n "roleName":""\r\n }\r\n ...\r\n }\r\n\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -1869,9 +1869,9 @@ exports.init = function (cli) {
var catparametersChangeConfigurationBySlotDeploymentExtensions0 = cli.category('invoke').description('Commands to invoke service management operations.').category('deployment');
var parametersChangeConfigurationBySlotDeploymentExtensions0 = catparametersChangeConfigurationBySlotDeploymentExtensions0.category('change-configuration-by-slot-parameters')
.description($('Commands to manage configuration of deployment in the parameter file.'));
- var setparametersChangeConfigurationBySlotDeploymentExtensions0 = parametersChangeConfigurationBySlotDeploymentExtensions0.category('set')
+ var setparametersChangeConfigurationBySlotDeploymentExtensions0 = parametersChangeConfigurationBySlotDeploymentExtensions0.category('extensions')
.description($('Commands to set components of deployment in change-configuration-by-slot-parameters file.'));
- setparametersChangeConfigurationBySlotDeploymentExtensions0.command('extensions')
+ setparametersChangeConfigurationBySlotDeploymentExtensions0.command('set')
.description($('Set extensions in change-configuration-by-slot-parameters string or files, e.g. \r\n {\r\n ...\r\n "extensions" : {\r\n "id":"",\r\n "state":""\r\n }\r\n ...\r\n }\r\n\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -1912,9 +1912,9 @@ exports.init = function (cli) {
var catparametersChangeConfigurationBySlotDeploymentExtensions1 = cli.category('invoke').description('Commands to invoke service management operations.').category('deployment');
var parametersChangeConfigurationBySlotDeploymentExtensions1 = catparametersChangeConfigurationBySlotDeploymentExtensions1.category('change-configuration-by-slot-parameters')
.description($('Commands to manage configuration of deployment in the parameter file.'));
- var removeparametersChangeConfigurationBySlotDeploymentExtensions1 = parametersChangeConfigurationBySlotDeploymentExtensions1.category('remove')
+ var removeparametersChangeConfigurationBySlotDeploymentExtensions1 = parametersChangeConfigurationBySlotDeploymentExtensions1.category('extensions')
.description($('Commands to remove components of deployment in change-configuration-by-slot-parameters file.'));
- removeparametersChangeConfigurationBySlotDeploymentExtensions1.command('extensions')
+ removeparametersChangeConfigurationBySlotDeploymentExtensions1.command('remove')
.description($('Remove extensions in change-configuration-by-slot-parameters string or files, e.g. \r\n {\r\n ...\r\n "extensions" : {\r\n "id":"",\r\n "state":""\r\n }\r\n ...\r\n }\r\n\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -1947,9 +1947,9 @@ exports.init = function (cli) {
var catparametersChangeConfigurationBySlotDeploymentExtensions2 = cli.category('invoke').description('Commands to invoke service management operations.').category('deployment');
var parametersChangeConfigurationBySlotDeploymentExtensions2 = catparametersChangeConfigurationBySlotDeploymentExtensions2.category('change-configuration-by-slot-parameters')
.description($('Commands to manage configuration of deployment in the parameter file.'));
- var addparametersChangeConfigurationBySlotDeploymentExtensions2 = parametersChangeConfigurationBySlotDeploymentExtensions2.category('add')
+ var addparametersChangeConfigurationBySlotDeploymentExtensions2 = parametersChangeConfigurationBySlotDeploymentExtensions2.category('extensions')
.description($('Commands to add components of deployment in change-configuration-by-slot-parameters file.'));
- addparametersChangeConfigurationBySlotDeploymentExtensions2.command('extensions')
+ addparametersChangeConfigurationBySlotDeploymentExtensions2.command('add')
.description($('Add extensions in change-configuration-by-slot-parameters string or files, e.g. \r\n {\r\n ...\r\n "extensions" : {\r\n "id":"",\r\n "state":""\r\n }\r\n ...\r\n }\r\n\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -2127,9 +2127,9 @@ exports.init = function (cli) {
var catparametersCreateDeploymentDeploymentCreateParameters0 = cli.category('invoke').description('Commands to invoke service management operations.').category('deployment');
var parametersCreateDeploymentDeploymentCreateParameters0 = catparametersCreateDeploymentDeploymentCreateParameters0.category('create-parameters')
.description($('Commands to manage configuration of deployment in the parameter file.'));
- var setparametersCreateDeploymentDeploymentCreateParameters0 = parametersCreateDeploymentDeploymentCreateParameters0.category('set')
+ var setparametersCreateDeploymentDeploymentCreateParameters0 = parametersCreateDeploymentDeploymentCreateParameters0.category('deployment-create-parameters')
.description($('Commands to set components of deployment in create-parameters file.'));
- setparametersCreateDeploymentDeploymentCreateParameters0.command('deployment-create-parameters')
+ setparametersCreateDeploymentDeploymentCreateParameters0.command('set')
.description($('Set deployment-create-parameters in create-parameters string or files, e.g. \r\n{\r\n "configuration":"",\r\n "extendedProperties":{\r\n },\r\n "extensionConfiguration":{\r\n "allRoles":[\r\n {\r\n "id":"",\r\n "state":""\r\n }\r\n ],\r\n "namedRoles":[\r\n {\r\n "extensions":[\r\n {\r\n "id":"",\r\n "state":""\r\n }\r\n ],\r\n "roleName":""\r\n }\r\n ]\r\n },\r\n "label":"",\r\n "name":"",\r\n "packageUri":"",\r\n "startDeployment":null,\r\n "treatWarningsAsError":null\r\n}\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -2254,9 +2254,9 @@ exports.init = function (cli) {
var catparametersCreateDeploymentDeploymentCreateParameters1 = cli.category('invoke').description('Commands to invoke service management operations.').category('deployment');
var parametersCreateDeploymentDeploymentCreateParameters1 = catparametersCreateDeploymentDeploymentCreateParameters1.category('create-parameters')
.description($('Commands to manage configuration of deployment in the parameter file.'));
- var removeparametersCreateDeploymentDeploymentCreateParameters1 = parametersCreateDeploymentDeploymentCreateParameters1.category('remove')
+ var removeparametersCreateDeploymentDeploymentCreateParameters1 = parametersCreateDeploymentDeploymentCreateParameters1.category('deployment-create-parameters')
.description($('Commands to remove components of deployment in create-parameters file.'));
- removeparametersCreateDeploymentDeploymentCreateParameters1.command('deployment-create-parameters')
+ removeparametersCreateDeploymentDeploymentCreateParameters1.command('remove')
.description($('Remove deployment-create-parameters in create-parameters string or files, e.g. \r\n{\r\n "configuration":"",\r\n "extendedProperties":{\r\n },\r\n "extensionConfiguration":{\r\n "allRoles":[\r\n {\r\n "id":"",\r\n "state":""\r\n }\r\n ],\r\n "namedRoles":[\r\n {\r\n "extensions":[\r\n {\r\n "id":"",\r\n "state":""\r\n }\r\n ],\r\n "roleName":""\r\n }\r\n ]\r\n },\r\n "label":"",\r\n "name":"",\r\n "packageUri":"",\r\n "startDeployment":null,\r\n "treatWarningsAsError":null\r\n}\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -2333,9 +2333,9 @@ exports.init = function (cli) {
var catparametersCreateDeploymentDeploymentCreateParameters2 = cli.category('invoke').description('Commands to invoke service management operations.').category('deployment');
var parametersCreateDeploymentDeploymentCreateParameters2 = catparametersCreateDeploymentDeploymentCreateParameters2.category('create-parameters')
.description($('Commands to manage configuration of deployment in the parameter file.'));
- var addparametersCreateDeploymentDeploymentCreateParameters2 = parametersCreateDeploymentDeploymentCreateParameters2.category('add')
+ var addparametersCreateDeploymentDeploymentCreateParameters2 = parametersCreateDeploymentDeploymentCreateParameters2.category('deployment-create-parameters')
.description($('Commands to add components of deployment in create-parameters file.'));
- addparametersCreateDeploymentDeploymentCreateParameters2.command('deployment-create-parameters')
+ addparametersCreateDeploymentDeploymentCreateParameters2.command('add')
.description($('Add deployment-create-parameters in create-parameters string or files, e.g. \r\n{\r\n "configuration":"",\r\n "extendedProperties":{\r\n },\r\n "extensionConfiguration":{\r\n "allRoles":[\r\n {\r\n "id":"",\r\n "state":""\r\n }\r\n ],\r\n "namedRoles":[\r\n {\r\n "extensions":[\r\n {\r\n "id":"",\r\n "state":""\r\n }\r\n ],\r\n "roleName":""\r\n }\r\n ]\r\n },\r\n "label":"",\r\n "name":"",\r\n "packageUri":"",\r\n "startDeployment":null,\r\n "treatWarningsAsError":null\r\n}\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -2464,9 +2464,9 @@ exports.init = function (cli) {
var catparametersCreateDeploymentExtensionConfiguration1 = cli.category('invoke').description('Commands to invoke service management operations.').category('deployment');
var parametersCreateDeploymentExtensionConfiguration1 = catparametersCreateDeploymentExtensionConfiguration1.category('create-parameters')
.description($('Commands to manage configuration of deployment in the parameter file.'));
- var removeparametersCreateDeploymentExtensionConfiguration1 = parametersCreateDeploymentExtensionConfiguration1.category('remove')
+ var removeparametersCreateDeploymentExtensionConfiguration1 = parametersCreateDeploymentExtensionConfiguration1.category('extension-configuration')
.description($('Commands to remove components of deployment in create-parameters file.'));
- removeparametersCreateDeploymentExtensionConfiguration1.command('extension-configuration')
+ removeparametersCreateDeploymentExtensionConfiguration1.command('remove')
.description($('Remove extension-configuration in create-parameters string or files, e.g. \r\n {\r\n ...\r\n "extensionConfiguration" : {\r\n "allRoles":[\r\n {\r\n "id":"",\r\n "state":""\r\n }\r\n ],\r\n "namedRoles":[\r\n {\r\n "extensions":[\r\n {\r\n "id":"",\r\n "state":""\r\n }\r\n ],\r\n "roleName":""\r\n }\r\n ]\r\n }\r\n ...\r\n }\r\n\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -2513,9 +2513,9 @@ exports.init = function (cli) {
var catparametersCreateDeploymentExtensionConfiguration2 = cli.category('invoke').description('Commands to invoke service management operations.').category('deployment');
var parametersCreateDeploymentExtensionConfiguration2 = catparametersCreateDeploymentExtensionConfiguration2.category('create-parameters')
.description($('Commands to manage configuration of deployment in the parameter file.'));
- var addparametersCreateDeploymentExtensionConfiguration2 = parametersCreateDeploymentExtensionConfiguration2.category('add')
+ var addparametersCreateDeploymentExtensionConfiguration2 = parametersCreateDeploymentExtensionConfiguration2.category('extension-configuration')
.description($('Commands to add components of deployment in create-parameters file.'));
- addparametersCreateDeploymentExtensionConfiguration2.command('extension-configuration')
+ addparametersCreateDeploymentExtensionConfiguration2.command('add')
.description($('Add extension-configuration in create-parameters string or files, e.g. \r\n {\r\n ...\r\n "extensionConfiguration" : {\r\n "allRoles":[\r\n {\r\n "id":"",\r\n "state":""\r\n }\r\n ],\r\n "namedRoles":[\r\n {\r\n "extensions":[\r\n {\r\n "id":"",\r\n "state":""\r\n }\r\n ],\r\n "roleName":""\r\n }\r\n ]\r\n }\r\n ...\r\n }\r\n\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -2576,9 +2576,9 @@ exports.init = function (cli) {
var catparametersCreateDeploymentAllRoles0 = cli.category('invoke').description('Commands to invoke service management operations.').category('deployment');
var parametersCreateDeploymentAllRoles0 = catparametersCreateDeploymentAllRoles0.category('create-parameters')
.description($('Commands to manage configuration of deployment in the parameter file.'));
- var setparametersCreateDeploymentAllRoles0 = parametersCreateDeploymentAllRoles0.category('set')
+ var setparametersCreateDeploymentAllRoles0 = parametersCreateDeploymentAllRoles0.category('all-roles')
.description($('Commands to set components of deployment in create-parameters file.'));
- setparametersCreateDeploymentAllRoles0.command('all-roles')
+ setparametersCreateDeploymentAllRoles0.command('set')
.description($('Set all-roles in create-parameters string or files, e.g. \r\n {\r\n ...\r\n "allRoles" : {\r\n "id":"",\r\n "state":""\r\n }\r\n ...\r\n }\r\n\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -2640,9 +2640,9 @@ exports.init = function (cli) {
var catparametersCreateDeploymentAllRoles1 = cli.category('invoke').description('Commands to invoke service management operations.').category('deployment');
var parametersCreateDeploymentAllRoles1 = catparametersCreateDeploymentAllRoles1.category('create-parameters')
.description($('Commands to manage configuration of deployment in the parameter file.'));
- var removeparametersCreateDeploymentAllRoles1 = parametersCreateDeploymentAllRoles1.category('remove')
+ var removeparametersCreateDeploymentAllRoles1 = parametersCreateDeploymentAllRoles1.category('all-roles')
.description($('Commands to remove components of deployment in create-parameters file.'));
- removeparametersCreateDeploymentAllRoles1.command('all-roles')
+ removeparametersCreateDeploymentAllRoles1.command('remove')
.description($('Remove all-roles in create-parameters string or files, e.g. \r\n {\r\n ...\r\n "allRoles" : {\r\n "id":"",\r\n "state":""\r\n }\r\n ...\r\n }\r\n\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -2690,9 +2690,9 @@ exports.init = function (cli) {
var catparametersCreateDeploymentAllRoles2 = cli.category('invoke').description('Commands to invoke service management operations.').category('deployment');
var parametersCreateDeploymentAllRoles2 = catparametersCreateDeploymentAllRoles2.category('create-parameters')
.description($('Commands to manage configuration of deployment in the parameter file.'));
- var addparametersCreateDeploymentAllRoles2 = parametersCreateDeploymentAllRoles2.category('add')
+ var addparametersCreateDeploymentAllRoles2 = parametersCreateDeploymentAllRoles2.category('all-roles')
.description($('Commands to add components of deployment in create-parameters file.'));
- addparametersCreateDeploymentAllRoles2.command('all-roles')
+ addparametersCreateDeploymentAllRoles2.command('add')
.description($('Add all-roles in create-parameters string or files, e.g. \r\n {\r\n ...\r\n "allRoles" : {\r\n "id":"",\r\n "state":""\r\n }\r\n ...\r\n }\r\n\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -2753,9 +2753,9 @@ exports.init = function (cli) {
var catparametersCreateDeploymentNamedRoles0 = cli.category('invoke').description('Commands to invoke service management operations.').category('deployment');
var parametersCreateDeploymentNamedRoles0 = catparametersCreateDeploymentNamedRoles0.category('create-parameters')
.description($('Commands to manage configuration of deployment in the parameter file.'));
- var setparametersCreateDeploymentNamedRoles0 = parametersCreateDeploymentNamedRoles0.category('set')
+ var setparametersCreateDeploymentNamedRoles0 = parametersCreateDeploymentNamedRoles0.category('named-roles')
.description($('Commands to set components of deployment in create-parameters file.'));
- setparametersCreateDeploymentNamedRoles0.command('named-roles')
+ setparametersCreateDeploymentNamedRoles0.command('set')
.description($('Set named-roles in create-parameters string or files, e.g. \r\n {\r\n ...\r\n "namedRoles" : {\r\n "extensions":[\r\n {\r\n "id":"",\r\n "state":""\r\n }\r\n ],\r\n "roleName":""\r\n }\r\n ...\r\n }\r\n\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -2817,9 +2817,9 @@ exports.init = function (cli) {
var catparametersCreateDeploymentNamedRoles1 = cli.category('invoke').description('Commands to invoke service management operations.').category('deployment');
var parametersCreateDeploymentNamedRoles1 = catparametersCreateDeploymentNamedRoles1.category('create-parameters')
.description($('Commands to manage configuration of deployment in the parameter file.'));
- var removeparametersCreateDeploymentNamedRoles1 = parametersCreateDeploymentNamedRoles1.category('remove')
+ var removeparametersCreateDeploymentNamedRoles1 = parametersCreateDeploymentNamedRoles1.category('named-roles')
.description($('Commands to remove components of deployment in create-parameters file.'));
- removeparametersCreateDeploymentNamedRoles1.command('named-roles')
+ removeparametersCreateDeploymentNamedRoles1.command('remove')
.description($('Remove named-roles in create-parameters string or files, e.g. \r\n {\r\n ...\r\n "namedRoles" : {\r\n "extensions":[\r\n {\r\n "id":"",\r\n "state":""\r\n }\r\n ],\r\n "roleName":""\r\n }\r\n ...\r\n }\r\n\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -2867,9 +2867,9 @@ exports.init = function (cli) {
var catparametersCreateDeploymentNamedRoles2 = cli.category('invoke').description('Commands to invoke service management operations.').category('deployment');
var parametersCreateDeploymentNamedRoles2 = catparametersCreateDeploymentNamedRoles2.category('create-parameters')
.description($('Commands to manage configuration of deployment in the parameter file.'));
- var addparametersCreateDeploymentNamedRoles2 = parametersCreateDeploymentNamedRoles2.category('add')
+ var addparametersCreateDeploymentNamedRoles2 = parametersCreateDeploymentNamedRoles2.category('named-roles')
.description($('Commands to add components of deployment in create-parameters file.'));
- addparametersCreateDeploymentNamedRoles2.command('named-roles')
+ addparametersCreateDeploymentNamedRoles2.command('add')
.description($('Add named-roles in create-parameters string or files, e.g. \r\n {\r\n ...\r\n "namedRoles" : {\r\n "extensions":[\r\n {\r\n "id":"",\r\n "state":""\r\n }\r\n ],\r\n "roleName":""\r\n }\r\n ...\r\n }\r\n\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -2930,9 +2930,9 @@ exports.init = function (cli) {
var catparametersCreateDeploymentExtensions0 = cli.category('invoke').description('Commands to invoke service management operations.').category('deployment');
var parametersCreateDeploymentExtensions0 = catparametersCreateDeploymentExtensions0.category('create-parameters')
.description($('Commands to manage configuration of deployment in the parameter file.'));
- var setparametersCreateDeploymentExtensions0 = parametersCreateDeploymentExtensions0.category('set')
+ var setparametersCreateDeploymentExtensions0 = parametersCreateDeploymentExtensions0.category('extensions')
.description($('Commands to set components of deployment in create-parameters file.'));
- setparametersCreateDeploymentExtensions0.command('extensions')
+ setparametersCreateDeploymentExtensions0.command('set')
.description($('Set extensions in create-parameters string or files, e.g. \r\n {\r\n ...\r\n "extensions" : {\r\n "id":"",\r\n "state":""\r\n }\r\n ...\r\n }\r\n\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -2973,9 +2973,9 @@ exports.init = function (cli) {
var catparametersCreateDeploymentExtensions1 = cli.category('invoke').description('Commands to invoke service management operations.').category('deployment');
var parametersCreateDeploymentExtensions1 = catparametersCreateDeploymentExtensions1.category('create-parameters')
.description($('Commands to manage configuration of deployment in the parameter file.'));
- var removeparametersCreateDeploymentExtensions1 = parametersCreateDeploymentExtensions1.category('remove')
+ var removeparametersCreateDeploymentExtensions1 = parametersCreateDeploymentExtensions1.category('extensions')
.description($('Commands to remove components of deployment in create-parameters file.'));
- removeparametersCreateDeploymentExtensions1.command('extensions')
+ removeparametersCreateDeploymentExtensions1.command('remove')
.description($('Remove extensions in create-parameters string or files, e.g. \r\n {\r\n ...\r\n "extensions" : {\r\n "id":"",\r\n "state":""\r\n }\r\n ...\r\n }\r\n\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -3008,9 +3008,9 @@ exports.init = function (cli) {
var catparametersCreateDeploymentExtensions2 = cli.category('invoke').description('Commands to invoke service management operations.').category('deployment');
var parametersCreateDeploymentExtensions2 = catparametersCreateDeploymentExtensions2.category('create-parameters')
.description($('Commands to manage configuration of deployment in the parameter file.'));
- var addparametersCreateDeploymentExtensions2 = parametersCreateDeploymentExtensions2.category('add')
+ var addparametersCreateDeploymentExtensions2 = parametersCreateDeploymentExtensions2.category('extensions')
.description($('Commands to add components of deployment in create-parameters file.'));
- addparametersCreateDeploymentExtensions2.command('extensions')
+ addparametersCreateDeploymentExtensions2.command('add')
.description($('Add extensions in create-parameters string or files, e.g. \r\n {\r\n ...\r\n "extensions" : {\r\n "id":"",\r\n "state":""\r\n }\r\n ...\r\n }\r\n\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -3291,9 +3291,9 @@ exports.init = function (cli) {
var catparametersDeleteRoleInstanceByDeploymentSlotDeploymentDeploymentDeleteRoleInstanceParameters0 = cli.category('invoke').description('Commands to invoke service management operations.').category('deployment');
var parametersDeleteRoleInstanceByDeploymentSlotDeploymentDeploymentDeleteRoleInstanceParameters0 = catparametersDeleteRoleInstanceByDeploymentSlotDeploymentDeploymentDeleteRoleInstanceParameters0.category('delete-role-instance-by-deployment-slot-parameters')
.description($('Commands to manage configuration of deployment in the parameter file.'));
- var setparametersDeleteRoleInstanceByDeploymentSlotDeploymentDeploymentDeleteRoleInstanceParameters0 = parametersDeleteRoleInstanceByDeploymentSlotDeploymentDeploymentDeleteRoleInstanceParameters0.category('set')
+ var setparametersDeleteRoleInstanceByDeploymentSlotDeploymentDeploymentDeleteRoleInstanceParameters0 = parametersDeleteRoleInstanceByDeploymentSlotDeploymentDeploymentDeleteRoleInstanceParameters0.category('deployment-delete-role-instance-parameters')
.description($('Commands to set components of deployment in delete-role-instance-by-deployment-slot-parameters file.'));
- setparametersDeleteRoleInstanceByDeploymentSlotDeploymentDeploymentDeleteRoleInstanceParameters0.command('deployment-delete-role-instance-parameters')
+ setparametersDeleteRoleInstanceByDeploymentSlotDeploymentDeploymentDeleteRoleInstanceParameters0.command('set')
.description($('Set deployment-delete-role-instance-parameters in delete-role-instance-by-deployment-slot-parameters string or files, e.g. \r\n{\r\n "name":[\r\n ""\r\n ]\r\n}\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -3339,9 +3339,9 @@ exports.init = function (cli) {
var catparametersDeleteRoleInstanceByDeploymentSlotDeploymentDeploymentDeleteRoleInstanceParameters1 = cli.category('invoke').description('Commands to invoke service management operations.').category('deployment');
var parametersDeleteRoleInstanceByDeploymentSlotDeploymentDeploymentDeleteRoleInstanceParameters1 = catparametersDeleteRoleInstanceByDeploymentSlotDeploymentDeploymentDeleteRoleInstanceParameters1.category('delete-role-instance-by-deployment-slot-parameters')
.description($('Commands to manage configuration of deployment in the parameter file.'));
- var removeparametersDeleteRoleInstanceByDeploymentSlotDeploymentDeploymentDeleteRoleInstanceParameters1 = parametersDeleteRoleInstanceByDeploymentSlotDeploymentDeploymentDeleteRoleInstanceParameters1.category('remove')
+ var removeparametersDeleteRoleInstanceByDeploymentSlotDeploymentDeploymentDeleteRoleInstanceParameters1 = parametersDeleteRoleInstanceByDeploymentSlotDeploymentDeploymentDeleteRoleInstanceParameters1.category('deployment-delete-role-instance-parameters')
.description($('Commands to remove components of deployment in delete-role-instance-by-deployment-slot-parameters file.'));
- removeparametersDeleteRoleInstanceByDeploymentSlotDeploymentDeploymentDeleteRoleInstanceParameters1.command('deployment-delete-role-instance-parameters')
+ removeparametersDeleteRoleInstanceByDeploymentSlotDeploymentDeploymentDeleteRoleInstanceParameters1.command('remove')
.description($('Remove deployment-delete-role-instance-parameters in delete-role-instance-by-deployment-slot-parameters string or files, e.g. \r\n{\r\n "name":[\r\n ""\r\n ]\r\n}\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -3383,9 +3383,9 @@ exports.init = function (cli) {
var catparametersDeleteRoleInstanceByDeploymentSlotDeploymentDeploymentDeleteRoleInstanceParameters2 = cli.category('invoke').description('Commands to invoke service management operations.').category('deployment');
var parametersDeleteRoleInstanceByDeploymentSlotDeploymentDeploymentDeleteRoleInstanceParameters2 = catparametersDeleteRoleInstanceByDeploymentSlotDeploymentDeploymentDeleteRoleInstanceParameters2.category('delete-role-instance-by-deployment-slot-parameters')
.description($('Commands to manage configuration of deployment in the parameter file.'));
- var addparametersDeleteRoleInstanceByDeploymentSlotDeploymentDeploymentDeleteRoleInstanceParameters2 = parametersDeleteRoleInstanceByDeploymentSlotDeploymentDeploymentDeleteRoleInstanceParameters2.category('add')
+ var addparametersDeleteRoleInstanceByDeploymentSlotDeploymentDeploymentDeleteRoleInstanceParameters2 = parametersDeleteRoleInstanceByDeploymentSlotDeploymentDeploymentDeleteRoleInstanceParameters2.category('deployment-delete-role-instance-parameters')
.description($('Commands to add components of deployment in delete-role-instance-by-deployment-slot-parameters file.'));
- addparametersDeleteRoleInstanceByDeploymentSlotDeploymentDeploymentDeleteRoleInstanceParameters2.command('deployment-delete-role-instance-parameters')
+ addparametersDeleteRoleInstanceByDeploymentSlotDeploymentDeploymentDeleteRoleInstanceParameters2.command('add')
.description($('Add deployment-delete-role-instance-parameters in delete-role-instance-by-deployment-slot-parameters string or files, e.g. \r\n{\r\n "name":[\r\n ""\r\n ]\r\n}\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -3435,9 +3435,9 @@ exports.init = function (cli) {
var catparametersDeleteRoleInstanceByDeploymentSlotDeploymentName0 = cli.category('invoke').description('Commands to invoke service management operations.').category('deployment');
var parametersDeleteRoleInstanceByDeploymentSlotDeploymentName0 = catparametersDeleteRoleInstanceByDeploymentSlotDeploymentName0.category('delete-role-instance-by-deployment-slot-parameters')
.description($('Commands to manage configuration of deployment in the parameter file.'));
- var setparametersDeleteRoleInstanceByDeploymentSlotDeploymentName0 = parametersDeleteRoleInstanceByDeploymentSlotDeploymentName0.category('set')
+ var setparametersDeleteRoleInstanceByDeploymentSlotDeploymentName0 = parametersDeleteRoleInstanceByDeploymentSlotDeploymentName0.category('name')
.description($('Commands to set components of deployment in delete-role-instance-by-deployment-slot-parameters file.'));
- setparametersDeleteRoleInstanceByDeploymentSlotDeploymentName0.command('name')
+ setparametersDeleteRoleInstanceByDeploymentSlotDeploymentName0.command('set')
.description($('Set name in delete-role-instance-by-deployment-slot-parameters string or files, e.g. \r\n {\r\n ...\r\n "name" : ""\r\n ...\r\n }\r\n\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -3477,9 +3477,9 @@ exports.init = function (cli) {
var catparametersDeleteRoleInstanceByDeploymentSlotDeploymentName1 = cli.category('invoke').description('Commands to invoke service management operations.').category('deployment');
var parametersDeleteRoleInstanceByDeploymentSlotDeploymentName1 = catparametersDeleteRoleInstanceByDeploymentSlotDeploymentName1.category('delete-role-instance-by-deployment-slot-parameters')
.description($('Commands to manage configuration of deployment in the parameter file.'));
- var removeparametersDeleteRoleInstanceByDeploymentSlotDeploymentName1 = parametersDeleteRoleInstanceByDeploymentSlotDeploymentName1.category('remove')
+ var removeparametersDeleteRoleInstanceByDeploymentSlotDeploymentName1 = parametersDeleteRoleInstanceByDeploymentSlotDeploymentName1.category('name')
.description($('Commands to remove components of deployment in delete-role-instance-by-deployment-slot-parameters file.'));
- removeparametersDeleteRoleInstanceByDeploymentSlotDeploymentName1.command('name')
+ removeparametersDeleteRoleInstanceByDeploymentSlotDeploymentName1.command('remove')
.description($('Remove name in delete-role-instance-by-deployment-slot-parameters string or files, e.g. \r\n {\r\n ...\r\n "name" : ""\r\n ...\r\n }\r\n\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -3511,9 +3511,9 @@ exports.init = function (cli) {
var catparametersDeleteRoleInstanceByDeploymentSlotDeploymentName2 = cli.category('invoke').description('Commands to invoke service management operations.').category('deployment');
var parametersDeleteRoleInstanceByDeploymentSlotDeploymentName2 = catparametersDeleteRoleInstanceByDeploymentSlotDeploymentName2.category('delete-role-instance-by-deployment-slot-parameters')
.description($('Commands to manage configuration of deployment in the parameter file.'));
- var addparametersDeleteRoleInstanceByDeploymentSlotDeploymentName2 = parametersDeleteRoleInstanceByDeploymentSlotDeploymentName2.category('add')
+ var addparametersDeleteRoleInstanceByDeploymentSlotDeploymentName2 = parametersDeleteRoleInstanceByDeploymentSlotDeploymentName2.category('name')
.description($('Commands to add components of deployment in delete-role-instance-by-deployment-slot-parameters file.'));
- addparametersDeleteRoleInstanceByDeploymentSlotDeploymentName2.command('name')
+ addparametersDeleteRoleInstanceByDeploymentSlotDeploymentName2.command('add')
.description($('Add name in delete-role-instance-by-deployment-slot-parameters string or files, e.g. \r\n {\r\n ...\r\n "name" : ""\r\n ...\r\n }\r\n\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -3732,9 +3732,9 @@ exports.init = function (cli) {
var catparametersGetPackageByNameDeploymentDeploymentGetPackageParameters0 = cli.category('invoke').description('Commands to invoke service management operations.').category('deployment');
var parametersGetPackageByNameDeploymentDeploymentGetPackageParameters0 = catparametersGetPackageByNameDeploymentDeploymentGetPackageParameters0.category('get-package-by-name-parameters')
.description($('Commands to manage configuration of deployment in the parameter file.'));
- var setparametersGetPackageByNameDeploymentDeploymentGetPackageParameters0 = parametersGetPackageByNameDeploymentDeploymentGetPackageParameters0.category('set')
+ var setparametersGetPackageByNameDeploymentDeploymentGetPackageParameters0 = parametersGetPackageByNameDeploymentDeploymentGetPackageParameters0.category('deployment-get-package-parameters')
.description($('Commands to set components of deployment in get-package-by-name-parameters file.'));
- setparametersGetPackageByNameDeploymentDeploymentGetPackageParameters0.command('deployment-get-package-parameters')
+ setparametersGetPackageByNameDeploymentDeploymentGetPackageParameters0.command('set')
.description($('Set deployment-get-package-parameters in get-package-by-name-parameters string or files, e.g. \r\n{\r\n "containerUri":"",\r\n "overwriteExisting":null\r\n}\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -3792,9 +3792,9 @@ exports.init = function (cli) {
var catparametersGetPackageByNameDeploymentDeploymentGetPackageParameters1 = cli.category('invoke').description('Commands to invoke service management operations.').category('deployment');
var parametersGetPackageByNameDeploymentDeploymentGetPackageParameters1 = catparametersGetPackageByNameDeploymentDeploymentGetPackageParameters1.category('get-package-by-name-parameters')
.description($('Commands to manage configuration of deployment in the parameter file.'));
- var removeparametersGetPackageByNameDeploymentDeploymentGetPackageParameters1 = parametersGetPackageByNameDeploymentDeploymentGetPackageParameters1.category('remove')
+ var removeparametersGetPackageByNameDeploymentDeploymentGetPackageParameters1 = parametersGetPackageByNameDeploymentDeploymentGetPackageParameters1.category('deployment-get-package-parameters')
.description($('Commands to remove components of deployment in get-package-by-name-parameters file.'));
- removeparametersGetPackageByNameDeploymentDeploymentGetPackageParameters1.command('deployment-get-package-parameters')
+ removeparametersGetPackageByNameDeploymentDeploymentGetPackageParameters1.command('remove')
.description($('Remove deployment-get-package-parameters in get-package-by-name-parameters string or files, e.g. \r\n{\r\n "containerUri":"",\r\n "overwriteExisting":null\r\n}\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -3841,9 +3841,9 @@ exports.init = function (cli) {
var catparametersGetPackageByNameDeploymentDeploymentGetPackageParameters2 = cli.category('invoke').description('Commands to invoke service management operations.').category('deployment');
var parametersGetPackageByNameDeploymentDeploymentGetPackageParameters2 = catparametersGetPackageByNameDeploymentDeploymentGetPackageParameters2.category('get-package-by-name-parameters')
.description($('Commands to manage configuration of deployment in the parameter file.'));
- var addparametersGetPackageByNameDeploymentDeploymentGetPackageParameters2 = parametersGetPackageByNameDeploymentDeploymentGetPackageParameters2.category('add')
+ var addparametersGetPackageByNameDeploymentDeploymentGetPackageParameters2 = parametersGetPackageByNameDeploymentDeploymentGetPackageParameters2.category('deployment-get-package-parameters')
.description($('Commands to add components of deployment in get-package-by-name-parameters file.'));
- addparametersGetPackageByNameDeploymentDeploymentGetPackageParameters2.command('deployment-get-package-parameters')
+ addparametersGetPackageByNameDeploymentDeploymentGetPackageParameters2.command('add')
.description($('Add deployment-get-package-parameters in get-package-by-name-parameters string or files, e.g. \r\n{\r\n "containerUri":"",\r\n "overwriteExisting":null\r\n}\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -4019,9 +4019,9 @@ exports.init = function (cli) {
var catparametersGetPackageBySlotDeploymentDeploymentGetPackageParameters0 = cli.category('invoke').description('Commands to invoke service management operations.').category('deployment');
var parametersGetPackageBySlotDeploymentDeploymentGetPackageParameters0 = catparametersGetPackageBySlotDeploymentDeploymentGetPackageParameters0.category('get-package-by-slot-parameters')
.description($('Commands to manage configuration of deployment in the parameter file.'));
- var setparametersGetPackageBySlotDeploymentDeploymentGetPackageParameters0 = parametersGetPackageBySlotDeploymentDeploymentGetPackageParameters0.category('set')
+ var setparametersGetPackageBySlotDeploymentDeploymentGetPackageParameters0 = parametersGetPackageBySlotDeploymentDeploymentGetPackageParameters0.category('deployment-get-package-parameters')
.description($('Commands to set components of deployment in get-package-by-slot-parameters file.'));
- setparametersGetPackageBySlotDeploymentDeploymentGetPackageParameters0.command('deployment-get-package-parameters')
+ setparametersGetPackageBySlotDeploymentDeploymentGetPackageParameters0.command('set')
.description($('Set deployment-get-package-parameters in get-package-by-slot-parameters string or files, e.g. \r\n{\r\n "containerUri":"",\r\n "overwriteExisting":null\r\n}\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -4079,9 +4079,9 @@ exports.init = function (cli) {
var catparametersGetPackageBySlotDeploymentDeploymentGetPackageParameters1 = cli.category('invoke').description('Commands to invoke service management operations.').category('deployment');
var parametersGetPackageBySlotDeploymentDeploymentGetPackageParameters1 = catparametersGetPackageBySlotDeploymentDeploymentGetPackageParameters1.category('get-package-by-slot-parameters')
.description($('Commands to manage configuration of deployment in the parameter file.'));
- var removeparametersGetPackageBySlotDeploymentDeploymentGetPackageParameters1 = parametersGetPackageBySlotDeploymentDeploymentGetPackageParameters1.category('remove')
+ var removeparametersGetPackageBySlotDeploymentDeploymentGetPackageParameters1 = parametersGetPackageBySlotDeploymentDeploymentGetPackageParameters1.category('deployment-get-package-parameters')
.description($('Commands to remove components of deployment in get-package-by-slot-parameters file.'));
- removeparametersGetPackageBySlotDeploymentDeploymentGetPackageParameters1.command('deployment-get-package-parameters')
+ removeparametersGetPackageBySlotDeploymentDeploymentGetPackageParameters1.command('remove')
.description($('Remove deployment-get-package-parameters in get-package-by-slot-parameters string or files, e.g. \r\n{\r\n "containerUri":"",\r\n "overwriteExisting":null\r\n}\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -4128,9 +4128,9 @@ exports.init = function (cli) {
var catparametersGetPackageBySlotDeploymentDeploymentGetPackageParameters2 = cli.category('invoke').description('Commands to invoke service management operations.').category('deployment');
var parametersGetPackageBySlotDeploymentDeploymentGetPackageParameters2 = catparametersGetPackageBySlotDeploymentDeploymentGetPackageParameters2.category('get-package-by-slot-parameters')
.description($('Commands to manage configuration of deployment in the parameter file.'));
- var addparametersGetPackageBySlotDeploymentDeploymentGetPackageParameters2 = parametersGetPackageBySlotDeploymentDeploymentGetPackageParameters2.category('add')
+ var addparametersGetPackageBySlotDeploymentDeploymentGetPackageParameters2 = parametersGetPackageBySlotDeploymentDeploymentGetPackageParameters2.category('deployment-get-package-parameters')
.description($('Commands to add components of deployment in get-package-by-slot-parameters file.'));
- addparametersGetPackageBySlotDeploymentDeploymentGetPackageParameters2.command('deployment-get-package-parameters')
+ addparametersGetPackageBySlotDeploymentDeploymentGetPackageParameters2.command('add')
.description($('Add deployment-get-package-parameters in get-package-by-slot-parameters string or files, e.g. \r\n{\r\n "containerUri":"",\r\n "overwriteExisting":null\r\n}\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -4652,9 +4652,9 @@ exports.init = function (cli) {
var catparametersRollbackUpdateOrUpgradeByDeploymentNameDeploymentDeploymentRollbackUpdateOrUpgradeParameters0 = cli.category('invoke').description('Commands to invoke service management operations.').category('deployment');
var parametersRollbackUpdateOrUpgradeByDeploymentNameDeploymentDeploymentRollbackUpdateOrUpgradeParameters0 = catparametersRollbackUpdateOrUpgradeByDeploymentNameDeploymentDeploymentRollbackUpdateOrUpgradeParameters0.category('rollback-update-or-upgrade-by-deployment-name-parameters')
.description($('Commands to manage configuration of deployment in the parameter file.'));
- var setparametersRollbackUpdateOrUpgradeByDeploymentNameDeploymentDeploymentRollbackUpdateOrUpgradeParameters0 = parametersRollbackUpdateOrUpgradeByDeploymentNameDeploymentDeploymentRollbackUpdateOrUpgradeParameters0.category('set')
+ var setparametersRollbackUpdateOrUpgradeByDeploymentNameDeploymentDeploymentRollbackUpdateOrUpgradeParameters0 = parametersRollbackUpdateOrUpgradeByDeploymentNameDeploymentDeploymentRollbackUpdateOrUpgradeParameters0.category('deployment-rollback-update-or-upgrade-parameters')
.description($('Commands to set components of deployment in rollback-update-or-upgrade-by-deployment-name-parameters file.'));
- setparametersRollbackUpdateOrUpgradeByDeploymentNameDeploymentDeploymentRollbackUpdateOrUpgradeParameters0.command('deployment-rollback-update-or-upgrade-parameters')
+ setparametersRollbackUpdateOrUpgradeByDeploymentNameDeploymentDeploymentRollbackUpdateOrUpgradeParameters0.command('set')
.description($('Set deployment-rollback-update-or-upgrade-parameters in rollback-update-or-upgrade-by-deployment-name-parameters string or files, e.g. \r\n{\r\n "force":false,\r\n "mode":0\r\n}\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -4711,9 +4711,9 @@ exports.init = function (cli) {
var catparametersRollbackUpdateOrUpgradeByDeploymentNameDeploymentDeploymentRollbackUpdateOrUpgradeParameters1 = cli.category('invoke').description('Commands to invoke service management operations.').category('deployment');
var parametersRollbackUpdateOrUpgradeByDeploymentNameDeploymentDeploymentRollbackUpdateOrUpgradeParameters1 = catparametersRollbackUpdateOrUpgradeByDeploymentNameDeploymentDeploymentRollbackUpdateOrUpgradeParameters1.category('rollback-update-or-upgrade-by-deployment-name-parameters')
.description($('Commands to manage configuration of deployment in the parameter file.'));
- var removeparametersRollbackUpdateOrUpgradeByDeploymentNameDeploymentDeploymentRollbackUpdateOrUpgradeParameters1 = parametersRollbackUpdateOrUpgradeByDeploymentNameDeploymentDeploymentRollbackUpdateOrUpgradeParameters1.category('remove')
+ var removeparametersRollbackUpdateOrUpgradeByDeploymentNameDeploymentDeploymentRollbackUpdateOrUpgradeParameters1 = parametersRollbackUpdateOrUpgradeByDeploymentNameDeploymentDeploymentRollbackUpdateOrUpgradeParameters1.category('deployment-rollback-update-or-upgrade-parameters')
.description($('Commands to remove components of deployment in rollback-update-or-upgrade-by-deployment-name-parameters file.'));
- removeparametersRollbackUpdateOrUpgradeByDeploymentNameDeploymentDeploymentRollbackUpdateOrUpgradeParameters1.command('deployment-rollback-update-or-upgrade-parameters')
+ removeparametersRollbackUpdateOrUpgradeByDeploymentNameDeploymentDeploymentRollbackUpdateOrUpgradeParameters1.command('remove')
.description($('Remove deployment-rollback-update-or-upgrade-parameters in rollback-update-or-upgrade-by-deployment-name-parameters string or files, e.g. \r\n{\r\n "force":false,\r\n "mode":0\r\n}\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -4760,9 +4760,9 @@ exports.init = function (cli) {
var catparametersRollbackUpdateOrUpgradeByDeploymentNameDeploymentDeploymentRollbackUpdateOrUpgradeParameters2 = cli.category('invoke').description('Commands to invoke service management operations.').category('deployment');
var parametersRollbackUpdateOrUpgradeByDeploymentNameDeploymentDeploymentRollbackUpdateOrUpgradeParameters2 = catparametersRollbackUpdateOrUpgradeByDeploymentNameDeploymentDeploymentRollbackUpdateOrUpgradeParameters2.category('rollback-update-or-upgrade-by-deployment-name-parameters')
.description($('Commands to manage configuration of deployment in the parameter file.'));
- var addparametersRollbackUpdateOrUpgradeByDeploymentNameDeploymentDeploymentRollbackUpdateOrUpgradeParameters2 = parametersRollbackUpdateOrUpgradeByDeploymentNameDeploymentDeploymentRollbackUpdateOrUpgradeParameters2.category('add')
+ var addparametersRollbackUpdateOrUpgradeByDeploymentNameDeploymentDeploymentRollbackUpdateOrUpgradeParameters2 = parametersRollbackUpdateOrUpgradeByDeploymentNameDeploymentDeploymentRollbackUpdateOrUpgradeParameters2.category('deployment-rollback-update-or-upgrade-parameters')
.description($('Commands to add components of deployment in rollback-update-or-upgrade-by-deployment-name-parameters file.'));
- addparametersRollbackUpdateOrUpgradeByDeploymentNameDeploymentDeploymentRollbackUpdateOrUpgradeParameters2.command('deployment-rollback-update-or-upgrade-parameters')
+ addparametersRollbackUpdateOrUpgradeByDeploymentNameDeploymentDeploymentRollbackUpdateOrUpgradeParameters2.command('add')
.description($('Add deployment-rollback-update-or-upgrade-parameters in rollback-update-or-upgrade-by-deployment-name-parameters string or files, e.g. \r\n{\r\n "force":false,\r\n "mode":0\r\n}\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -4823,9 +4823,9 @@ exports.init = function (cli) {
var catparametersRollbackUpdateOrUpgradeByDeploymentNameDeploymentMode1 = cli.category('invoke').description('Commands to invoke service management operations.').category('deployment');
var parametersRollbackUpdateOrUpgradeByDeploymentNameDeploymentMode1 = catparametersRollbackUpdateOrUpgradeByDeploymentNameDeploymentMode1.category('rollback-update-or-upgrade-by-deployment-name-parameters')
.description($('Commands to manage configuration of deployment in the parameter file.'));
- var removeparametersRollbackUpdateOrUpgradeByDeploymentNameDeploymentMode1 = parametersRollbackUpdateOrUpgradeByDeploymentNameDeploymentMode1.category('remove')
+ var removeparametersRollbackUpdateOrUpgradeByDeploymentNameDeploymentMode1 = parametersRollbackUpdateOrUpgradeByDeploymentNameDeploymentMode1.category('mode')
.description($('Commands to remove components of deployment in rollback-update-or-upgrade-by-deployment-name-parameters file.'));
- removeparametersRollbackUpdateOrUpgradeByDeploymentNameDeploymentMode1.command('mode')
+ removeparametersRollbackUpdateOrUpgradeByDeploymentNameDeploymentMode1.command('remove')
.description($('Remove mode in rollback-update-or-upgrade-by-deployment-name-parameters string or files, e.g. \r\n {\r\n ...\r\n "mode" : 0\r\n ...\r\n }\r\n\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -4855,9 +4855,9 @@ exports.init = function (cli) {
var catparametersRollbackUpdateOrUpgradeByDeploymentNameDeploymentMode2 = cli.category('invoke').description('Commands to invoke service management operations.').category('deployment');
var parametersRollbackUpdateOrUpgradeByDeploymentNameDeploymentMode2 = catparametersRollbackUpdateOrUpgradeByDeploymentNameDeploymentMode2.category('rollback-update-or-upgrade-by-deployment-name-parameters')
.description($('Commands to manage configuration of deployment in the parameter file.'));
- var addparametersRollbackUpdateOrUpgradeByDeploymentNameDeploymentMode2 = parametersRollbackUpdateOrUpgradeByDeploymentNameDeploymentMode2.category('add')
+ var addparametersRollbackUpdateOrUpgradeByDeploymentNameDeploymentMode2 = parametersRollbackUpdateOrUpgradeByDeploymentNameDeploymentMode2.category('mode')
.description($('Commands to add components of deployment in rollback-update-or-upgrade-by-deployment-name-parameters file.'));
- addparametersRollbackUpdateOrUpgradeByDeploymentNameDeploymentMode2.command('mode')
+ addparametersRollbackUpdateOrUpgradeByDeploymentNameDeploymentMode2.command('add')
.description($('Add mode in rollback-update-or-upgrade-by-deployment-name-parameters string or files, e.g. \r\n {\r\n ...\r\n "mode" : 0\r\n ...\r\n }\r\n\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -5010,9 +5010,9 @@ exports.init = function (cli) {
var catparametersRollbackUpdateOrUpgradeByDeploymentSlotDeploymentDeploymentRollbackUpdateOrUpgradeParameters0 = cli.category('invoke').description('Commands to invoke service management operations.').category('deployment');
var parametersRollbackUpdateOrUpgradeByDeploymentSlotDeploymentDeploymentRollbackUpdateOrUpgradeParameters0 = catparametersRollbackUpdateOrUpgradeByDeploymentSlotDeploymentDeploymentRollbackUpdateOrUpgradeParameters0.category('rollback-update-or-upgrade-by-deployment-slot-parameters')
.description($('Commands to manage configuration of deployment in the parameter file.'));
- var setparametersRollbackUpdateOrUpgradeByDeploymentSlotDeploymentDeploymentRollbackUpdateOrUpgradeParameters0 = parametersRollbackUpdateOrUpgradeByDeploymentSlotDeploymentDeploymentRollbackUpdateOrUpgradeParameters0.category('set')
+ var setparametersRollbackUpdateOrUpgradeByDeploymentSlotDeploymentDeploymentRollbackUpdateOrUpgradeParameters0 = parametersRollbackUpdateOrUpgradeByDeploymentSlotDeploymentDeploymentRollbackUpdateOrUpgradeParameters0.category('deployment-rollback-update-or-upgrade-parameters')
.description($('Commands to set components of deployment in rollback-update-or-upgrade-by-deployment-slot-parameters file.'));
- setparametersRollbackUpdateOrUpgradeByDeploymentSlotDeploymentDeploymentRollbackUpdateOrUpgradeParameters0.command('deployment-rollback-update-or-upgrade-parameters')
+ setparametersRollbackUpdateOrUpgradeByDeploymentSlotDeploymentDeploymentRollbackUpdateOrUpgradeParameters0.command('set')
.description($('Set deployment-rollback-update-or-upgrade-parameters in rollback-update-or-upgrade-by-deployment-slot-parameters string or files, e.g. \r\n{\r\n "force":false,\r\n "mode":0\r\n}\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -5069,9 +5069,9 @@ exports.init = function (cli) {
var catparametersRollbackUpdateOrUpgradeByDeploymentSlotDeploymentDeploymentRollbackUpdateOrUpgradeParameters1 = cli.category('invoke').description('Commands to invoke service management operations.').category('deployment');
var parametersRollbackUpdateOrUpgradeByDeploymentSlotDeploymentDeploymentRollbackUpdateOrUpgradeParameters1 = catparametersRollbackUpdateOrUpgradeByDeploymentSlotDeploymentDeploymentRollbackUpdateOrUpgradeParameters1.category('rollback-update-or-upgrade-by-deployment-slot-parameters')
.description($('Commands to manage configuration of deployment in the parameter file.'));
- var removeparametersRollbackUpdateOrUpgradeByDeploymentSlotDeploymentDeploymentRollbackUpdateOrUpgradeParameters1 = parametersRollbackUpdateOrUpgradeByDeploymentSlotDeploymentDeploymentRollbackUpdateOrUpgradeParameters1.category('remove')
+ var removeparametersRollbackUpdateOrUpgradeByDeploymentSlotDeploymentDeploymentRollbackUpdateOrUpgradeParameters1 = parametersRollbackUpdateOrUpgradeByDeploymentSlotDeploymentDeploymentRollbackUpdateOrUpgradeParameters1.category('deployment-rollback-update-or-upgrade-parameters')
.description($('Commands to remove components of deployment in rollback-update-or-upgrade-by-deployment-slot-parameters file.'));
- removeparametersRollbackUpdateOrUpgradeByDeploymentSlotDeploymentDeploymentRollbackUpdateOrUpgradeParameters1.command('deployment-rollback-update-or-upgrade-parameters')
+ removeparametersRollbackUpdateOrUpgradeByDeploymentSlotDeploymentDeploymentRollbackUpdateOrUpgradeParameters1.command('remove')
.description($('Remove deployment-rollback-update-or-upgrade-parameters in rollback-update-or-upgrade-by-deployment-slot-parameters string or files, e.g. \r\n{\r\n "force":false,\r\n "mode":0\r\n}\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -5118,9 +5118,9 @@ exports.init = function (cli) {
var catparametersRollbackUpdateOrUpgradeByDeploymentSlotDeploymentDeploymentRollbackUpdateOrUpgradeParameters2 = cli.category('invoke').description('Commands to invoke service management operations.').category('deployment');
var parametersRollbackUpdateOrUpgradeByDeploymentSlotDeploymentDeploymentRollbackUpdateOrUpgradeParameters2 = catparametersRollbackUpdateOrUpgradeByDeploymentSlotDeploymentDeploymentRollbackUpdateOrUpgradeParameters2.category('rollback-update-or-upgrade-by-deployment-slot-parameters')
.description($('Commands to manage configuration of deployment in the parameter file.'));
- var addparametersRollbackUpdateOrUpgradeByDeploymentSlotDeploymentDeploymentRollbackUpdateOrUpgradeParameters2 = parametersRollbackUpdateOrUpgradeByDeploymentSlotDeploymentDeploymentRollbackUpdateOrUpgradeParameters2.category('add')
+ var addparametersRollbackUpdateOrUpgradeByDeploymentSlotDeploymentDeploymentRollbackUpdateOrUpgradeParameters2 = parametersRollbackUpdateOrUpgradeByDeploymentSlotDeploymentDeploymentRollbackUpdateOrUpgradeParameters2.category('deployment-rollback-update-or-upgrade-parameters')
.description($('Commands to add components of deployment in rollback-update-or-upgrade-by-deployment-slot-parameters file.'));
- addparametersRollbackUpdateOrUpgradeByDeploymentSlotDeploymentDeploymentRollbackUpdateOrUpgradeParameters2.command('deployment-rollback-update-or-upgrade-parameters')
+ addparametersRollbackUpdateOrUpgradeByDeploymentSlotDeploymentDeploymentRollbackUpdateOrUpgradeParameters2.command('add')
.description($('Add deployment-rollback-update-or-upgrade-parameters in rollback-update-or-upgrade-by-deployment-slot-parameters string or files, e.g. \r\n{\r\n "force":false,\r\n "mode":0\r\n}\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -5181,9 +5181,9 @@ exports.init = function (cli) {
var catparametersRollbackUpdateOrUpgradeByDeploymentSlotDeploymentMode1 = cli.category('invoke').description('Commands to invoke service management operations.').category('deployment');
var parametersRollbackUpdateOrUpgradeByDeploymentSlotDeploymentMode1 = catparametersRollbackUpdateOrUpgradeByDeploymentSlotDeploymentMode1.category('rollback-update-or-upgrade-by-deployment-slot-parameters')
.description($('Commands to manage configuration of deployment in the parameter file.'));
- var removeparametersRollbackUpdateOrUpgradeByDeploymentSlotDeploymentMode1 = parametersRollbackUpdateOrUpgradeByDeploymentSlotDeploymentMode1.category('remove')
+ var removeparametersRollbackUpdateOrUpgradeByDeploymentSlotDeploymentMode1 = parametersRollbackUpdateOrUpgradeByDeploymentSlotDeploymentMode1.category('mode')
.description($('Commands to remove components of deployment in rollback-update-or-upgrade-by-deployment-slot-parameters file.'));
- removeparametersRollbackUpdateOrUpgradeByDeploymentSlotDeploymentMode1.command('mode')
+ removeparametersRollbackUpdateOrUpgradeByDeploymentSlotDeploymentMode1.command('remove')
.description($('Remove mode in rollback-update-or-upgrade-by-deployment-slot-parameters string or files, e.g. \r\n {\r\n ...\r\n "mode" : 0\r\n ...\r\n }\r\n\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -5213,9 +5213,9 @@ exports.init = function (cli) {
var catparametersRollbackUpdateOrUpgradeByDeploymentSlotDeploymentMode2 = cli.category('invoke').description('Commands to invoke service management operations.').category('deployment');
var parametersRollbackUpdateOrUpgradeByDeploymentSlotDeploymentMode2 = catparametersRollbackUpdateOrUpgradeByDeploymentSlotDeploymentMode2.category('rollback-update-or-upgrade-by-deployment-slot-parameters')
.description($('Commands to manage configuration of deployment in the parameter file.'));
- var addparametersRollbackUpdateOrUpgradeByDeploymentSlotDeploymentMode2 = parametersRollbackUpdateOrUpgradeByDeploymentSlotDeploymentMode2.category('add')
+ var addparametersRollbackUpdateOrUpgradeByDeploymentSlotDeploymentMode2 = parametersRollbackUpdateOrUpgradeByDeploymentSlotDeploymentMode2.category('mode')
.description($('Commands to add components of deployment in rollback-update-or-upgrade-by-deployment-slot-parameters file.'));
- addparametersRollbackUpdateOrUpgradeByDeploymentSlotDeploymentMode2.command('mode')
+ addparametersRollbackUpdateOrUpgradeByDeploymentSlotDeploymentMode2.command('add')
.description($('Add mode in rollback-update-or-upgrade-by-deployment-slot-parameters string or files, e.g. \r\n {\r\n ...\r\n "mode" : 0\r\n ...\r\n }\r\n\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -5414,9 +5414,9 @@ exports.init = function (cli) {
var catparametersUpdateStatusByDeploymentNameDeploymentDeploymentUpdateStatusParameters1 = cli.category('invoke').description('Commands to invoke service management operations.').category('deployment');
var parametersUpdateStatusByDeploymentNameDeploymentDeploymentUpdateStatusParameters1 = catparametersUpdateStatusByDeploymentNameDeploymentDeploymentUpdateStatusParameters1.category('update-status-by-deployment-name-parameters')
.description($('Commands to manage configuration of deployment in the parameter file.'));
- var removeparametersUpdateStatusByDeploymentNameDeploymentDeploymentUpdateStatusParameters1 = parametersUpdateStatusByDeploymentNameDeploymentDeploymentUpdateStatusParameters1.category('remove')
+ var removeparametersUpdateStatusByDeploymentNameDeploymentDeploymentUpdateStatusParameters1 = parametersUpdateStatusByDeploymentNameDeploymentDeploymentUpdateStatusParameters1.category('deployment-update-status-parameters')
.description($('Commands to remove components of deployment in update-status-by-deployment-name-parameters file.'));
- removeparametersUpdateStatusByDeploymentNameDeploymentDeploymentUpdateStatusParameters1.command('deployment-update-status-parameters')
+ removeparametersUpdateStatusByDeploymentNameDeploymentDeploymentUpdateStatusParameters1.command('remove')
.description($('Remove deployment-update-status-parameters in update-status-by-deployment-name-parameters string or files, e.g. \r\n{\r\n "status":0\r\n}\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -5458,9 +5458,9 @@ exports.init = function (cli) {
var catparametersUpdateStatusByDeploymentNameDeploymentDeploymentUpdateStatusParameters2 = cli.category('invoke').description('Commands to invoke service management operations.').category('deployment');
var parametersUpdateStatusByDeploymentNameDeploymentDeploymentUpdateStatusParameters2 = catparametersUpdateStatusByDeploymentNameDeploymentDeploymentUpdateStatusParameters2.category('update-status-by-deployment-name-parameters')
.description($('Commands to manage configuration of deployment in the parameter file.'));
- var addparametersUpdateStatusByDeploymentNameDeploymentDeploymentUpdateStatusParameters2 = parametersUpdateStatusByDeploymentNameDeploymentDeploymentUpdateStatusParameters2.category('add')
+ var addparametersUpdateStatusByDeploymentNameDeploymentDeploymentUpdateStatusParameters2 = parametersUpdateStatusByDeploymentNameDeploymentDeploymentUpdateStatusParameters2.category('deployment-update-status-parameters')
.description($('Commands to add components of deployment in update-status-by-deployment-name-parameters file.'));
- addparametersUpdateStatusByDeploymentNameDeploymentDeploymentUpdateStatusParameters2.command('deployment-update-status-parameters')
+ addparametersUpdateStatusByDeploymentNameDeploymentDeploymentUpdateStatusParameters2.command('add')
.description($('Add deployment-update-status-parameters in update-status-by-deployment-name-parameters string or files, e.g. \r\n{\r\n "status":0\r\n}\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -5510,9 +5510,9 @@ exports.init = function (cli) {
var catparametersUpdateStatusByDeploymentNameDeploymentStatus1 = cli.category('invoke').description('Commands to invoke service management operations.').category('deployment');
var parametersUpdateStatusByDeploymentNameDeploymentStatus1 = catparametersUpdateStatusByDeploymentNameDeploymentStatus1.category('update-status-by-deployment-name-parameters')
.description($('Commands to manage configuration of deployment in the parameter file.'));
- var removeparametersUpdateStatusByDeploymentNameDeploymentStatus1 = parametersUpdateStatusByDeploymentNameDeploymentStatus1.category('remove')
+ var removeparametersUpdateStatusByDeploymentNameDeploymentStatus1 = parametersUpdateStatusByDeploymentNameDeploymentStatus1.category('status')
.description($('Commands to remove components of deployment in update-status-by-deployment-name-parameters file.'));
- removeparametersUpdateStatusByDeploymentNameDeploymentStatus1.command('status')
+ removeparametersUpdateStatusByDeploymentNameDeploymentStatus1.command('remove')
.description($('Remove status in update-status-by-deployment-name-parameters string or files, e.g. \r\n {\r\n ...\r\n "status" : 0\r\n ...\r\n }\r\n\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -5542,9 +5542,9 @@ exports.init = function (cli) {
var catparametersUpdateStatusByDeploymentNameDeploymentStatus2 = cli.category('invoke').description('Commands to invoke service management operations.').category('deployment');
var parametersUpdateStatusByDeploymentNameDeploymentStatus2 = catparametersUpdateStatusByDeploymentNameDeploymentStatus2.category('update-status-by-deployment-name-parameters')
.description($('Commands to manage configuration of deployment in the parameter file.'));
- var addparametersUpdateStatusByDeploymentNameDeploymentStatus2 = parametersUpdateStatusByDeploymentNameDeploymentStatus2.category('add')
+ var addparametersUpdateStatusByDeploymentNameDeploymentStatus2 = parametersUpdateStatusByDeploymentNameDeploymentStatus2.category('status')
.description($('Commands to add components of deployment in update-status-by-deployment-name-parameters file.'));
- addparametersUpdateStatusByDeploymentNameDeploymentStatus2.command('status')
+ addparametersUpdateStatusByDeploymentNameDeploymentStatus2.command('add')
.description($('Add status in update-status-by-deployment-name-parameters string or files, e.g. \r\n {\r\n ...\r\n "status" : 0\r\n ...\r\n }\r\n\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -5696,9 +5696,9 @@ exports.init = function (cli) {
var catparametersUpdateStatusByDeploymentSlotDeploymentDeploymentUpdateStatusParameters1 = cli.category('invoke').description('Commands to invoke service management operations.').category('deployment');
var parametersUpdateStatusByDeploymentSlotDeploymentDeploymentUpdateStatusParameters1 = catparametersUpdateStatusByDeploymentSlotDeploymentDeploymentUpdateStatusParameters1.category('update-status-by-deployment-slot-parameters')
.description($('Commands to manage configuration of deployment in the parameter file.'));
- var removeparametersUpdateStatusByDeploymentSlotDeploymentDeploymentUpdateStatusParameters1 = parametersUpdateStatusByDeploymentSlotDeploymentDeploymentUpdateStatusParameters1.category('remove')
+ var removeparametersUpdateStatusByDeploymentSlotDeploymentDeploymentUpdateStatusParameters1 = parametersUpdateStatusByDeploymentSlotDeploymentDeploymentUpdateStatusParameters1.category('deployment-update-status-parameters')
.description($('Commands to remove components of deployment in update-status-by-deployment-slot-parameters file.'));
- removeparametersUpdateStatusByDeploymentSlotDeploymentDeploymentUpdateStatusParameters1.command('deployment-update-status-parameters')
+ removeparametersUpdateStatusByDeploymentSlotDeploymentDeploymentUpdateStatusParameters1.command('remove')
.description($('Remove deployment-update-status-parameters in update-status-by-deployment-slot-parameters string or files, e.g. \r\n{\r\n "status":0\r\n}\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -5740,9 +5740,9 @@ exports.init = function (cli) {
var catparametersUpdateStatusByDeploymentSlotDeploymentDeploymentUpdateStatusParameters2 = cli.category('invoke').description('Commands to invoke service management operations.').category('deployment');
var parametersUpdateStatusByDeploymentSlotDeploymentDeploymentUpdateStatusParameters2 = catparametersUpdateStatusByDeploymentSlotDeploymentDeploymentUpdateStatusParameters2.category('update-status-by-deployment-slot-parameters')
.description($('Commands to manage configuration of deployment in the parameter file.'));
- var addparametersUpdateStatusByDeploymentSlotDeploymentDeploymentUpdateStatusParameters2 = parametersUpdateStatusByDeploymentSlotDeploymentDeploymentUpdateStatusParameters2.category('add')
+ var addparametersUpdateStatusByDeploymentSlotDeploymentDeploymentUpdateStatusParameters2 = parametersUpdateStatusByDeploymentSlotDeploymentDeploymentUpdateStatusParameters2.category('deployment-update-status-parameters')
.description($('Commands to add components of deployment in update-status-by-deployment-slot-parameters file.'));
- addparametersUpdateStatusByDeploymentSlotDeploymentDeploymentUpdateStatusParameters2.command('deployment-update-status-parameters')
+ addparametersUpdateStatusByDeploymentSlotDeploymentDeploymentUpdateStatusParameters2.command('add')
.description($('Add deployment-update-status-parameters in update-status-by-deployment-slot-parameters string or files, e.g. \r\n{\r\n "status":0\r\n}\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -5792,9 +5792,9 @@ exports.init = function (cli) {
var catparametersUpdateStatusByDeploymentSlotDeploymentStatus1 = cli.category('invoke').description('Commands to invoke service management operations.').category('deployment');
var parametersUpdateStatusByDeploymentSlotDeploymentStatus1 = catparametersUpdateStatusByDeploymentSlotDeploymentStatus1.category('update-status-by-deployment-slot-parameters')
.description($('Commands to manage configuration of deployment in the parameter file.'));
- var removeparametersUpdateStatusByDeploymentSlotDeploymentStatus1 = parametersUpdateStatusByDeploymentSlotDeploymentStatus1.category('remove')
+ var removeparametersUpdateStatusByDeploymentSlotDeploymentStatus1 = parametersUpdateStatusByDeploymentSlotDeploymentStatus1.category('status')
.description($('Commands to remove components of deployment in update-status-by-deployment-slot-parameters file.'));
- removeparametersUpdateStatusByDeploymentSlotDeploymentStatus1.command('status')
+ removeparametersUpdateStatusByDeploymentSlotDeploymentStatus1.command('remove')
.description($('Remove status in update-status-by-deployment-slot-parameters string or files, e.g. \r\n {\r\n ...\r\n "status" : 0\r\n ...\r\n }\r\n\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -5824,9 +5824,9 @@ exports.init = function (cli) {
var catparametersUpdateStatusByDeploymentSlotDeploymentStatus2 = cli.category('invoke').description('Commands to invoke service management operations.').category('deployment');
var parametersUpdateStatusByDeploymentSlotDeploymentStatus2 = catparametersUpdateStatusByDeploymentSlotDeploymentStatus2.category('update-status-by-deployment-slot-parameters')
.description($('Commands to manage configuration of deployment in the parameter file.'));
- var addparametersUpdateStatusByDeploymentSlotDeploymentStatus2 = parametersUpdateStatusByDeploymentSlotDeploymentStatus2.category('add')
+ var addparametersUpdateStatusByDeploymentSlotDeploymentStatus2 = parametersUpdateStatusByDeploymentSlotDeploymentStatus2.category('status')
.description($('Commands to add components of deployment in update-status-by-deployment-slot-parameters file.'));
- addparametersUpdateStatusByDeploymentSlotDeploymentStatus2.command('status')
+ addparametersUpdateStatusByDeploymentSlotDeploymentStatus2.command('add')
.description($('Add status in update-status-by-deployment-slot-parameters string or files, e.g. \r\n {\r\n ...\r\n "status" : 0\r\n ...\r\n }\r\n\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -6004,9 +6004,9 @@ exports.init = function (cli) {
var catparametersUpgradeByNameDeploymentDeploymentUpgradeParameters0 = cli.category('invoke').description('Commands to invoke service management operations.').category('deployment');
var parametersUpgradeByNameDeploymentDeploymentUpgradeParameters0 = catparametersUpgradeByNameDeploymentDeploymentUpgradeParameters0.category('upgrade-by-name-parameters')
.description($('Commands to manage configuration of deployment in the parameter file.'));
- var setparametersUpgradeByNameDeploymentDeploymentUpgradeParameters0 = parametersUpgradeByNameDeploymentDeploymentUpgradeParameters0.category('set')
+ var setparametersUpgradeByNameDeploymentDeploymentUpgradeParameters0 = parametersUpgradeByNameDeploymentDeploymentUpgradeParameters0.category('deployment-upgrade-parameters')
.description($('Commands to set components of deployment in upgrade-by-name-parameters file.'));
- setparametersUpgradeByNameDeploymentDeploymentUpgradeParameters0.command('deployment-upgrade-parameters')
+ setparametersUpgradeByNameDeploymentDeploymentUpgradeParameters0.command('set')
.description($('Set deployment-upgrade-parameters in upgrade-by-name-parameters string or files, e.g. \r\n{\r\n "configuration":"",\r\n "extendedProperties":{\r\n },\r\n "extensionConfiguration":{\r\n "allRoles":[\r\n {\r\n "id":"",\r\n "state":""\r\n }\r\n ],\r\n "namedRoles":[\r\n {\r\n "extensions":[\r\n {\r\n "id":"",\r\n "state":""\r\n }\r\n ],\r\n "roleName":""\r\n }\r\n ]\r\n },\r\n "force":false,\r\n "label":"",\r\n "mode":0,\r\n "packageUri":"",\r\n "roleToUpgrade":""\r\n}\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -6129,9 +6129,9 @@ exports.init = function (cli) {
var catparametersUpgradeByNameDeploymentDeploymentUpgradeParameters1 = cli.category('invoke').description('Commands to invoke service management operations.').category('deployment');
var parametersUpgradeByNameDeploymentDeploymentUpgradeParameters1 = catparametersUpgradeByNameDeploymentDeploymentUpgradeParameters1.category('upgrade-by-name-parameters')
.description($('Commands to manage configuration of deployment in the parameter file.'));
- var removeparametersUpgradeByNameDeploymentDeploymentUpgradeParameters1 = parametersUpgradeByNameDeploymentDeploymentUpgradeParameters1.category('remove')
+ var removeparametersUpgradeByNameDeploymentDeploymentUpgradeParameters1 = parametersUpgradeByNameDeploymentDeploymentUpgradeParameters1.category('deployment-upgrade-parameters')
.description($('Commands to remove components of deployment in upgrade-by-name-parameters file.'));
- removeparametersUpgradeByNameDeploymentDeploymentUpgradeParameters1.command('deployment-upgrade-parameters')
+ removeparametersUpgradeByNameDeploymentDeploymentUpgradeParameters1.command('remove')
.description($('Remove deployment-upgrade-parameters in upgrade-by-name-parameters string or files, e.g. \r\n{\r\n "configuration":"",\r\n "extendedProperties":{\r\n },\r\n "extensionConfiguration":{\r\n "allRoles":[\r\n {\r\n "id":"",\r\n "state":""\r\n }\r\n ],\r\n "namedRoles":[\r\n {\r\n "extensions":[\r\n {\r\n "id":"",\r\n "state":""\r\n }\r\n ],\r\n "roleName":""\r\n }\r\n ]\r\n },\r\n "force":false,\r\n "label":"",\r\n "mode":0,\r\n "packageUri":"",\r\n "roleToUpgrade":""\r\n}\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -6208,9 +6208,9 @@ exports.init = function (cli) {
var catparametersUpgradeByNameDeploymentDeploymentUpgradeParameters2 = cli.category('invoke').description('Commands to invoke service management operations.').category('deployment');
var parametersUpgradeByNameDeploymentDeploymentUpgradeParameters2 = catparametersUpgradeByNameDeploymentDeploymentUpgradeParameters2.category('upgrade-by-name-parameters')
.description($('Commands to manage configuration of deployment in the parameter file.'));
- var addparametersUpgradeByNameDeploymentDeploymentUpgradeParameters2 = parametersUpgradeByNameDeploymentDeploymentUpgradeParameters2.category('add')
+ var addparametersUpgradeByNameDeploymentDeploymentUpgradeParameters2 = parametersUpgradeByNameDeploymentDeploymentUpgradeParameters2.category('deployment-upgrade-parameters')
.description($('Commands to add components of deployment in upgrade-by-name-parameters file.'));
- addparametersUpgradeByNameDeploymentDeploymentUpgradeParameters2.command('deployment-upgrade-parameters')
+ addparametersUpgradeByNameDeploymentDeploymentUpgradeParameters2.command('add')
.description($('Add deployment-upgrade-parameters in upgrade-by-name-parameters string or files, e.g. \r\n{\r\n "configuration":"",\r\n "extendedProperties":{\r\n },\r\n "extensionConfiguration":{\r\n "allRoles":[\r\n {\r\n "id":"",\r\n "state":""\r\n }\r\n ],\r\n "namedRoles":[\r\n {\r\n "extensions":[\r\n {\r\n "id":"",\r\n "state":""\r\n }\r\n ],\r\n "roleName":""\r\n }\r\n ]\r\n },\r\n "force":false,\r\n "label":"",\r\n "mode":0,\r\n "packageUri":"",\r\n "roleToUpgrade":""\r\n}\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -6337,9 +6337,9 @@ exports.init = function (cli) {
var catparametersUpgradeByNameDeploymentExtensionConfiguration1 = cli.category('invoke').description('Commands to invoke service management operations.').category('deployment');
var parametersUpgradeByNameDeploymentExtensionConfiguration1 = catparametersUpgradeByNameDeploymentExtensionConfiguration1.category('upgrade-by-name-parameters')
.description($('Commands to manage configuration of deployment in the parameter file.'));
- var removeparametersUpgradeByNameDeploymentExtensionConfiguration1 = parametersUpgradeByNameDeploymentExtensionConfiguration1.category('remove')
+ var removeparametersUpgradeByNameDeploymentExtensionConfiguration1 = parametersUpgradeByNameDeploymentExtensionConfiguration1.category('extension-configuration')
.description($('Commands to remove components of deployment in upgrade-by-name-parameters file.'));
- removeparametersUpgradeByNameDeploymentExtensionConfiguration1.command('extension-configuration')
+ removeparametersUpgradeByNameDeploymentExtensionConfiguration1.command('remove')
.description($('Remove extension-configuration in upgrade-by-name-parameters string or files, e.g. \r\n {\r\n ...\r\n "extensionConfiguration" : {\r\n "allRoles":[\r\n {\r\n "id":"",\r\n "state":""\r\n }\r\n ],\r\n "namedRoles":[\r\n {\r\n "extensions":[\r\n {\r\n "id":"",\r\n "state":""\r\n }\r\n ],\r\n "roleName":""\r\n }\r\n ]\r\n }\r\n ...\r\n }\r\n\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -6386,9 +6386,9 @@ exports.init = function (cli) {
var catparametersUpgradeByNameDeploymentExtensionConfiguration2 = cli.category('invoke').description('Commands to invoke service management operations.').category('deployment');
var parametersUpgradeByNameDeploymentExtensionConfiguration2 = catparametersUpgradeByNameDeploymentExtensionConfiguration2.category('upgrade-by-name-parameters')
.description($('Commands to manage configuration of deployment in the parameter file.'));
- var addparametersUpgradeByNameDeploymentExtensionConfiguration2 = parametersUpgradeByNameDeploymentExtensionConfiguration2.category('add')
+ var addparametersUpgradeByNameDeploymentExtensionConfiguration2 = parametersUpgradeByNameDeploymentExtensionConfiguration2.category('extension-configuration')
.description($('Commands to add components of deployment in upgrade-by-name-parameters file.'));
- addparametersUpgradeByNameDeploymentExtensionConfiguration2.command('extension-configuration')
+ addparametersUpgradeByNameDeploymentExtensionConfiguration2.command('add')
.description($('Add extension-configuration in upgrade-by-name-parameters string or files, e.g. \r\n {\r\n ...\r\n "extensionConfiguration" : {\r\n "allRoles":[\r\n {\r\n "id":"",\r\n "state":""\r\n }\r\n ],\r\n "namedRoles":[\r\n {\r\n "extensions":[\r\n {\r\n "id":"",\r\n "state":""\r\n }\r\n ],\r\n "roleName":""\r\n }\r\n ]\r\n }\r\n ...\r\n }\r\n\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -6449,9 +6449,9 @@ exports.init = function (cli) {
var catparametersUpgradeByNameDeploymentAllRoles0 = cli.category('invoke').description('Commands to invoke service management operations.').category('deployment');
var parametersUpgradeByNameDeploymentAllRoles0 = catparametersUpgradeByNameDeploymentAllRoles0.category('upgrade-by-name-parameters')
.description($('Commands to manage configuration of deployment in the parameter file.'));
- var setparametersUpgradeByNameDeploymentAllRoles0 = parametersUpgradeByNameDeploymentAllRoles0.category('set')
+ var setparametersUpgradeByNameDeploymentAllRoles0 = parametersUpgradeByNameDeploymentAllRoles0.category('all-roles')
.description($('Commands to set components of deployment in upgrade-by-name-parameters file.'));
- setparametersUpgradeByNameDeploymentAllRoles0.command('all-roles')
+ setparametersUpgradeByNameDeploymentAllRoles0.command('set')
.description($('Set all-roles in upgrade-by-name-parameters string or files, e.g. \r\n {\r\n ...\r\n "allRoles" : {\r\n "id":"",\r\n "state":""\r\n }\r\n ...\r\n }\r\n\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -6513,9 +6513,9 @@ exports.init = function (cli) {
var catparametersUpgradeByNameDeploymentAllRoles1 = cli.category('invoke').description('Commands to invoke service management operations.').category('deployment');
var parametersUpgradeByNameDeploymentAllRoles1 = catparametersUpgradeByNameDeploymentAllRoles1.category('upgrade-by-name-parameters')
.description($('Commands to manage configuration of deployment in the parameter file.'));
- var removeparametersUpgradeByNameDeploymentAllRoles1 = parametersUpgradeByNameDeploymentAllRoles1.category('remove')
+ var removeparametersUpgradeByNameDeploymentAllRoles1 = parametersUpgradeByNameDeploymentAllRoles1.category('all-roles')
.description($('Commands to remove components of deployment in upgrade-by-name-parameters file.'));
- removeparametersUpgradeByNameDeploymentAllRoles1.command('all-roles')
+ removeparametersUpgradeByNameDeploymentAllRoles1.command('remove')
.description($('Remove all-roles in upgrade-by-name-parameters string or files, e.g. \r\n {\r\n ...\r\n "allRoles" : {\r\n "id":"",\r\n "state":""\r\n }\r\n ...\r\n }\r\n\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -6563,9 +6563,9 @@ exports.init = function (cli) {
var catparametersUpgradeByNameDeploymentAllRoles2 = cli.category('invoke').description('Commands to invoke service management operations.').category('deployment');
var parametersUpgradeByNameDeploymentAllRoles2 = catparametersUpgradeByNameDeploymentAllRoles2.category('upgrade-by-name-parameters')
.description($('Commands to manage configuration of deployment in the parameter file.'));
- var addparametersUpgradeByNameDeploymentAllRoles2 = parametersUpgradeByNameDeploymentAllRoles2.category('add')
+ var addparametersUpgradeByNameDeploymentAllRoles2 = parametersUpgradeByNameDeploymentAllRoles2.category('all-roles')
.description($('Commands to add components of deployment in upgrade-by-name-parameters file.'));
- addparametersUpgradeByNameDeploymentAllRoles2.command('all-roles')
+ addparametersUpgradeByNameDeploymentAllRoles2.command('add')
.description($('Add all-roles in upgrade-by-name-parameters string or files, e.g. \r\n {\r\n ...\r\n "allRoles" : {\r\n "id":"",\r\n "state":""\r\n }\r\n ...\r\n }\r\n\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -6626,9 +6626,9 @@ exports.init = function (cli) {
var catparametersUpgradeByNameDeploymentNamedRoles0 = cli.category('invoke').description('Commands to invoke service management operations.').category('deployment');
var parametersUpgradeByNameDeploymentNamedRoles0 = catparametersUpgradeByNameDeploymentNamedRoles0.category('upgrade-by-name-parameters')
.description($('Commands to manage configuration of deployment in the parameter file.'));
- var setparametersUpgradeByNameDeploymentNamedRoles0 = parametersUpgradeByNameDeploymentNamedRoles0.category('set')
+ var setparametersUpgradeByNameDeploymentNamedRoles0 = parametersUpgradeByNameDeploymentNamedRoles0.category('named-roles')
.description($('Commands to set components of deployment in upgrade-by-name-parameters file.'));
- setparametersUpgradeByNameDeploymentNamedRoles0.command('named-roles')
+ setparametersUpgradeByNameDeploymentNamedRoles0.command('set')
.description($('Set named-roles in upgrade-by-name-parameters string or files, e.g. \r\n {\r\n ...\r\n "namedRoles" : {\r\n "extensions":[\r\n {\r\n "id":"",\r\n "state":""\r\n }\r\n ],\r\n "roleName":""\r\n }\r\n ...\r\n }\r\n\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -6690,9 +6690,9 @@ exports.init = function (cli) {
var catparametersUpgradeByNameDeploymentNamedRoles1 = cli.category('invoke').description('Commands to invoke service management operations.').category('deployment');
var parametersUpgradeByNameDeploymentNamedRoles1 = catparametersUpgradeByNameDeploymentNamedRoles1.category('upgrade-by-name-parameters')
.description($('Commands to manage configuration of deployment in the parameter file.'));
- var removeparametersUpgradeByNameDeploymentNamedRoles1 = parametersUpgradeByNameDeploymentNamedRoles1.category('remove')
+ var removeparametersUpgradeByNameDeploymentNamedRoles1 = parametersUpgradeByNameDeploymentNamedRoles1.category('named-roles')
.description($('Commands to remove components of deployment in upgrade-by-name-parameters file.'));
- removeparametersUpgradeByNameDeploymentNamedRoles1.command('named-roles')
+ removeparametersUpgradeByNameDeploymentNamedRoles1.command('remove')
.description($('Remove named-roles in upgrade-by-name-parameters string or files, e.g. \r\n {\r\n ...\r\n "namedRoles" : {\r\n "extensions":[\r\n {\r\n "id":"",\r\n "state":""\r\n }\r\n ],\r\n "roleName":""\r\n }\r\n ...\r\n }\r\n\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -6740,9 +6740,9 @@ exports.init = function (cli) {
var catparametersUpgradeByNameDeploymentNamedRoles2 = cli.category('invoke').description('Commands to invoke service management operations.').category('deployment');
var parametersUpgradeByNameDeploymentNamedRoles2 = catparametersUpgradeByNameDeploymentNamedRoles2.category('upgrade-by-name-parameters')
.description($('Commands to manage configuration of deployment in the parameter file.'));
- var addparametersUpgradeByNameDeploymentNamedRoles2 = parametersUpgradeByNameDeploymentNamedRoles2.category('add')
+ var addparametersUpgradeByNameDeploymentNamedRoles2 = parametersUpgradeByNameDeploymentNamedRoles2.category('named-roles')
.description($('Commands to add components of deployment in upgrade-by-name-parameters file.'));
- addparametersUpgradeByNameDeploymentNamedRoles2.command('named-roles')
+ addparametersUpgradeByNameDeploymentNamedRoles2.command('add')
.description($('Add named-roles in upgrade-by-name-parameters string or files, e.g. \r\n {\r\n ...\r\n "namedRoles" : {\r\n "extensions":[\r\n {\r\n "id":"",\r\n "state":""\r\n }\r\n ],\r\n "roleName":""\r\n }\r\n ...\r\n }\r\n\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -6803,9 +6803,9 @@ exports.init = function (cli) {
var catparametersUpgradeByNameDeploymentExtensions0 = cli.category('invoke').description('Commands to invoke service management operations.').category('deployment');
var parametersUpgradeByNameDeploymentExtensions0 = catparametersUpgradeByNameDeploymentExtensions0.category('upgrade-by-name-parameters')
.description($('Commands to manage configuration of deployment in the parameter file.'));
- var setparametersUpgradeByNameDeploymentExtensions0 = parametersUpgradeByNameDeploymentExtensions0.category('set')
+ var setparametersUpgradeByNameDeploymentExtensions0 = parametersUpgradeByNameDeploymentExtensions0.category('extensions')
.description($('Commands to set components of deployment in upgrade-by-name-parameters file.'));
- setparametersUpgradeByNameDeploymentExtensions0.command('extensions')
+ setparametersUpgradeByNameDeploymentExtensions0.command('set')
.description($('Set extensions in upgrade-by-name-parameters string or files, e.g. \r\n {\r\n ...\r\n "extensions" : {\r\n "id":"",\r\n "state":""\r\n }\r\n ...\r\n }\r\n\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -6846,9 +6846,9 @@ exports.init = function (cli) {
var catparametersUpgradeByNameDeploymentExtensions1 = cli.category('invoke').description('Commands to invoke service management operations.').category('deployment');
var parametersUpgradeByNameDeploymentExtensions1 = catparametersUpgradeByNameDeploymentExtensions1.category('upgrade-by-name-parameters')
.description($('Commands to manage configuration of deployment in the parameter file.'));
- var removeparametersUpgradeByNameDeploymentExtensions1 = parametersUpgradeByNameDeploymentExtensions1.category('remove')
+ var removeparametersUpgradeByNameDeploymentExtensions1 = parametersUpgradeByNameDeploymentExtensions1.category('extensions')
.description($('Commands to remove components of deployment in upgrade-by-name-parameters file.'));
- removeparametersUpgradeByNameDeploymentExtensions1.command('extensions')
+ removeparametersUpgradeByNameDeploymentExtensions1.command('remove')
.description($('Remove extensions in upgrade-by-name-parameters string or files, e.g. \r\n {\r\n ...\r\n "extensions" : {\r\n "id":"",\r\n "state":""\r\n }\r\n ...\r\n }\r\n\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -6881,9 +6881,9 @@ exports.init = function (cli) {
var catparametersUpgradeByNameDeploymentExtensions2 = cli.category('invoke').description('Commands to invoke service management operations.').category('deployment');
var parametersUpgradeByNameDeploymentExtensions2 = catparametersUpgradeByNameDeploymentExtensions2.category('upgrade-by-name-parameters')
.description($('Commands to manage configuration of deployment in the parameter file.'));
- var addparametersUpgradeByNameDeploymentExtensions2 = parametersUpgradeByNameDeploymentExtensions2.category('add')
+ var addparametersUpgradeByNameDeploymentExtensions2 = parametersUpgradeByNameDeploymentExtensions2.category('extensions')
.description($('Commands to add components of deployment in upgrade-by-name-parameters file.'));
- addparametersUpgradeByNameDeploymentExtensions2.command('extensions')
+ addparametersUpgradeByNameDeploymentExtensions2.command('add')
.description($('Add extensions in upgrade-by-name-parameters string or files, e.g. \r\n {\r\n ...\r\n "extensions" : {\r\n "id":"",\r\n "state":""\r\n }\r\n ...\r\n }\r\n\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -6922,9 +6922,9 @@ exports.init = function (cli) {
var catparametersUpgradeByNameDeploymentMode1 = cli.category('invoke').description('Commands to invoke service management operations.').category('deployment');
var parametersUpgradeByNameDeploymentMode1 = catparametersUpgradeByNameDeploymentMode1.category('upgrade-by-name-parameters')
.description($('Commands to manage configuration of deployment in the parameter file.'));
- var removeparametersUpgradeByNameDeploymentMode1 = parametersUpgradeByNameDeploymentMode1.category('remove')
+ var removeparametersUpgradeByNameDeploymentMode1 = parametersUpgradeByNameDeploymentMode1.category('mode')
.description($('Commands to remove components of deployment in upgrade-by-name-parameters file.'));
- removeparametersUpgradeByNameDeploymentMode1.command('mode')
+ removeparametersUpgradeByNameDeploymentMode1.command('remove')
.description($('Remove mode in upgrade-by-name-parameters string or files, e.g. \r\n {\r\n ...\r\n "mode" : 0\r\n ...\r\n }\r\n\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -6954,9 +6954,9 @@ exports.init = function (cli) {
var catparametersUpgradeByNameDeploymentMode2 = cli.category('invoke').description('Commands to invoke service management operations.').category('deployment');
var parametersUpgradeByNameDeploymentMode2 = catparametersUpgradeByNameDeploymentMode2.category('upgrade-by-name-parameters')
.description($('Commands to manage configuration of deployment in the parameter file.'));
- var addparametersUpgradeByNameDeploymentMode2 = parametersUpgradeByNameDeploymentMode2.category('add')
+ var addparametersUpgradeByNameDeploymentMode2 = parametersUpgradeByNameDeploymentMode2.category('mode')
.description($('Commands to add components of deployment in upgrade-by-name-parameters file.'));
- addparametersUpgradeByNameDeploymentMode2.command('mode')
+ addparametersUpgradeByNameDeploymentMode2.command('add')
.description($('Add mode in upgrade-by-name-parameters string or files, e.g. \r\n {\r\n ...\r\n "mode" : 0\r\n ...\r\n }\r\n\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -7134,9 +7134,9 @@ exports.init = function (cli) {
var catparametersUpgradeBySlotDeploymentDeploymentUpgradeParameters0 = cli.category('invoke').description('Commands to invoke service management operations.').category('deployment');
var parametersUpgradeBySlotDeploymentDeploymentUpgradeParameters0 = catparametersUpgradeBySlotDeploymentDeploymentUpgradeParameters0.category('upgrade-by-slot-parameters')
.description($('Commands to manage configuration of deployment in the parameter file.'));
- var setparametersUpgradeBySlotDeploymentDeploymentUpgradeParameters0 = parametersUpgradeBySlotDeploymentDeploymentUpgradeParameters0.category('set')
+ var setparametersUpgradeBySlotDeploymentDeploymentUpgradeParameters0 = parametersUpgradeBySlotDeploymentDeploymentUpgradeParameters0.category('deployment-upgrade-parameters')
.description($('Commands to set components of deployment in upgrade-by-slot-parameters file.'));
- setparametersUpgradeBySlotDeploymentDeploymentUpgradeParameters0.command('deployment-upgrade-parameters')
+ setparametersUpgradeBySlotDeploymentDeploymentUpgradeParameters0.command('set')
.description($('Set deployment-upgrade-parameters in upgrade-by-slot-parameters string or files, e.g. \r\n{\r\n "configuration":"",\r\n "extendedProperties":{\r\n },\r\n "extensionConfiguration":{\r\n "allRoles":[\r\n {\r\n "id":"",\r\n "state":""\r\n }\r\n ],\r\n "namedRoles":[\r\n {\r\n "extensions":[\r\n {\r\n "id":"",\r\n "state":""\r\n }\r\n ],\r\n "roleName":""\r\n }\r\n ]\r\n },\r\n "force":false,\r\n "label":"",\r\n "mode":0,\r\n "packageUri":"",\r\n "roleToUpgrade":""\r\n}\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -7259,9 +7259,9 @@ exports.init = function (cli) {
var catparametersUpgradeBySlotDeploymentDeploymentUpgradeParameters1 = cli.category('invoke').description('Commands to invoke service management operations.').category('deployment');
var parametersUpgradeBySlotDeploymentDeploymentUpgradeParameters1 = catparametersUpgradeBySlotDeploymentDeploymentUpgradeParameters1.category('upgrade-by-slot-parameters')
.description($('Commands to manage configuration of deployment in the parameter file.'));
- var removeparametersUpgradeBySlotDeploymentDeploymentUpgradeParameters1 = parametersUpgradeBySlotDeploymentDeploymentUpgradeParameters1.category('remove')
+ var removeparametersUpgradeBySlotDeploymentDeploymentUpgradeParameters1 = parametersUpgradeBySlotDeploymentDeploymentUpgradeParameters1.category('deployment-upgrade-parameters')
.description($('Commands to remove components of deployment in upgrade-by-slot-parameters file.'));
- removeparametersUpgradeBySlotDeploymentDeploymentUpgradeParameters1.command('deployment-upgrade-parameters')
+ removeparametersUpgradeBySlotDeploymentDeploymentUpgradeParameters1.command('remove')
.description($('Remove deployment-upgrade-parameters in upgrade-by-slot-parameters string or files, e.g. \r\n{\r\n "configuration":"",\r\n "extendedProperties":{\r\n },\r\n "extensionConfiguration":{\r\n "allRoles":[\r\n {\r\n "id":"",\r\n "state":""\r\n }\r\n ],\r\n "namedRoles":[\r\n {\r\n "extensions":[\r\n {\r\n "id":"",\r\n "state":""\r\n }\r\n ],\r\n "roleName":""\r\n }\r\n ]\r\n },\r\n "force":false,\r\n "label":"",\r\n "mode":0,\r\n "packageUri":"",\r\n "roleToUpgrade":""\r\n}\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -7338,9 +7338,9 @@ exports.init = function (cli) {
var catparametersUpgradeBySlotDeploymentDeploymentUpgradeParameters2 = cli.category('invoke').description('Commands to invoke service management operations.').category('deployment');
var parametersUpgradeBySlotDeploymentDeploymentUpgradeParameters2 = catparametersUpgradeBySlotDeploymentDeploymentUpgradeParameters2.category('upgrade-by-slot-parameters')
.description($('Commands to manage configuration of deployment in the parameter file.'));
- var addparametersUpgradeBySlotDeploymentDeploymentUpgradeParameters2 = parametersUpgradeBySlotDeploymentDeploymentUpgradeParameters2.category('add')
+ var addparametersUpgradeBySlotDeploymentDeploymentUpgradeParameters2 = parametersUpgradeBySlotDeploymentDeploymentUpgradeParameters2.category('deployment-upgrade-parameters')
.description($('Commands to add components of deployment in upgrade-by-slot-parameters file.'));
- addparametersUpgradeBySlotDeploymentDeploymentUpgradeParameters2.command('deployment-upgrade-parameters')
+ addparametersUpgradeBySlotDeploymentDeploymentUpgradeParameters2.command('add')
.description($('Add deployment-upgrade-parameters in upgrade-by-slot-parameters string or files, e.g. \r\n{\r\n "configuration":"",\r\n "extendedProperties":{\r\n },\r\n "extensionConfiguration":{\r\n "allRoles":[\r\n {\r\n "id":"",\r\n "state":""\r\n }\r\n ],\r\n "namedRoles":[\r\n {\r\n "extensions":[\r\n {\r\n "id":"",\r\n "state":""\r\n }\r\n ],\r\n "roleName":""\r\n }\r\n ]\r\n },\r\n "force":false,\r\n "label":"",\r\n "mode":0,\r\n "packageUri":"",\r\n "roleToUpgrade":""\r\n}\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -7467,9 +7467,9 @@ exports.init = function (cli) {
var catparametersUpgradeBySlotDeploymentExtensionConfiguration1 = cli.category('invoke').description('Commands to invoke service management operations.').category('deployment');
var parametersUpgradeBySlotDeploymentExtensionConfiguration1 = catparametersUpgradeBySlotDeploymentExtensionConfiguration1.category('upgrade-by-slot-parameters')
.description($('Commands to manage configuration of deployment in the parameter file.'));
- var removeparametersUpgradeBySlotDeploymentExtensionConfiguration1 = parametersUpgradeBySlotDeploymentExtensionConfiguration1.category('remove')
+ var removeparametersUpgradeBySlotDeploymentExtensionConfiguration1 = parametersUpgradeBySlotDeploymentExtensionConfiguration1.category('extension-configuration')
.description($('Commands to remove components of deployment in upgrade-by-slot-parameters file.'));
- removeparametersUpgradeBySlotDeploymentExtensionConfiguration1.command('extension-configuration')
+ removeparametersUpgradeBySlotDeploymentExtensionConfiguration1.command('remove')
.description($('Remove extension-configuration in upgrade-by-slot-parameters string or files, e.g. \r\n {\r\n ...\r\n "extensionConfiguration" : {\r\n "allRoles":[\r\n {\r\n "id":"",\r\n "state":""\r\n }\r\n ],\r\n "namedRoles":[\r\n {\r\n "extensions":[\r\n {\r\n "id":"",\r\n "state":""\r\n }\r\n ],\r\n "roleName":""\r\n }\r\n ]\r\n }\r\n ...\r\n }\r\n\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -7516,9 +7516,9 @@ exports.init = function (cli) {
var catparametersUpgradeBySlotDeploymentExtensionConfiguration2 = cli.category('invoke').description('Commands to invoke service management operations.').category('deployment');
var parametersUpgradeBySlotDeploymentExtensionConfiguration2 = catparametersUpgradeBySlotDeploymentExtensionConfiguration2.category('upgrade-by-slot-parameters')
.description($('Commands to manage configuration of deployment in the parameter file.'));
- var addparametersUpgradeBySlotDeploymentExtensionConfiguration2 = parametersUpgradeBySlotDeploymentExtensionConfiguration2.category('add')
+ var addparametersUpgradeBySlotDeploymentExtensionConfiguration2 = parametersUpgradeBySlotDeploymentExtensionConfiguration2.category('extension-configuration')
.description($('Commands to add components of deployment in upgrade-by-slot-parameters file.'));
- addparametersUpgradeBySlotDeploymentExtensionConfiguration2.command('extension-configuration')
+ addparametersUpgradeBySlotDeploymentExtensionConfiguration2.command('add')
.description($('Add extension-configuration in upgrade-by-slot-parameters string or files, e.g. \r\n {\r\n ...\r\n "extensionConfiguration" : {\r\n "allRoles":[\r\n {\r\n "id":"",\r\n "state":""\r\n }\r\n ],\r\n "namedRoles":[\r\n {\r\n "extensions":[\r\n {\r\n "id":"",\r\n "state":""\r\n }\r\n ],\r\n "roleName":""\r\n }\r\n ]\r\n }\r\n ...\r\n }\r\n\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -7579,9 +7579,9 @@ exports.init = function (cli) {
var catparametersUpgradeBySlotDeploymentAllRoles0 = cli.category('invoke').description('Commands to invoke service management operations.').category('deployment');
var parametersUpgradeBySlotDeploymentAllRoles0 = catparametersUpgradeBySlotDeploymentAllRoles0.category('upgrade-by-slot-parameters')
.description($('Commands to manage configuration of deployment in the parameter file.'));
- var setparametersUpgradeBySlotDeploymentAllRoles0 = parametersUpgradeBySlotDeploymentAllRoles0.category('set')
+ var setparametersUpgradeBySlotDeploymentAllRoles0 = parametersUpgradeBySlotDeploymentAllRoles0.category('all-roles')
.description($('Commands to set components of deployment in upgrade-by-slot-parameters file.'));
- setparametersUpgradeBySlotDeploymentAllRoles0.command('all-roles')
+ setparametersUpgradeBySlotDeploymentAllRoles0.command('set')
.description($('Set all-roles in upgrade-by-slot-parameters string or files, e.g. \r\n {\r\n ...\r\n "allRoles" : {\r\n "id":"",\r\n "state":""\r\n }\r\n ...\r\n }\r\n\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -7643,9 +7643,9 @@ exports.init = function (cli) {
var catparametersUpgradeBySlotDeploymentAllRoles1 = cli.category('invoke').description('Commands to invoke service management operations.').category('deployment');
var parametersUpgradeBySlotDeploymentAllRoles1 = catparametersUpgradeBySlotDeploymentAllRoles1.category('upgrade-by-slot-parameters')
.description($('Commands to manage configuration of deployment in the parameter file.'));
- var removeparametersUpgradeBySlotDeploymentAllRoles1 = parametersUpgradeBySlotDeploymentAllRoles1.category('remove')
+ var removeparametersUpgradeBySlotDeploymentAllRoles1 = parametersUpgradeBySlotDeploymentAllRoles1.category('all-roles')
.description($('Commands to remove components of deployment in upgrade-by-slot-parameters file.'));
- removeparametersUpgradeBySlotDeploymentAllRoles1.command('all-roles')
+ removeparametersUpgradeBySlotDeploymentAllRoles1.command('remove')
.description($('Remove all-roles in upgrade-by-slot-parameters string or files, e.g. \r\n {\r\n ...\r\n "allRoles" : {\r\n "id":"",\r\n "state":""\r\n }\r\n ...\r\n }\r\n\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -7693,9 +7693,9 @@ exports.init = function (cli) {
var catparametersUpgradeBySlotDeploymentAllRoles2 = cli.category('invoke').description('Commands to invoke service management operations.').category('deployment');
var parametersUpgradeBySlotDeploymentAllRoles2 = catparametersUpgradeBySlotDeploymentAllRoles2.category('upgrade-by-slot-parameters')
.description($('Commands to manage configuration of deployment in the parameter file.'));
- var addparametersUpgradeBySlotDeploymentAllRoles2 = parametersUpgradeBySlotDeploymentAllRoles2.category('add')
+ var addparametersUpgradeBySlotDeploymentAllRoles2 = parametersUpgradeBySlotDeploymentAllRoles2.category('all-roles')
.description($('Commands to add components of deployment in upgrade-by-slot-parameters file.'));
- addparametersUpgradeBySlotDeploymentAllRoles2.command('all-roles')
+ addparametersUpgradeBySlotDeploymentAllRoles2.command('add')
.description($('Add all-roles in upgrade-by-slot-parameters string or files, e.g. \r\n {\r\n ...\r\n "allRoles" : {\r\n "id":"",\r\n "state":""\r\n }\r\n ...\r\n }\r\n\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -7756,9 +7756,9 @@ exports.init = function (cli) {
var catparametersUpgradeBySlotDeploymentNamedRoles0 = cli.category('invoke').description('Commands to invoke service management operations.').category('deployment');
var parametersUpgradeBySlotDeploymentNamedRoles0 = catparametersUpgradeBySlotDeploymentNamedRoles0.category('upgrade-by-slot-parameters')
.description($('Commands to manage configuration of deployment in the parameter file.'));
- var setparametersUpgradeBySlotDeploymentNamedRoles0 = parametersUpgradeBySlotDeploymentNamedRoles0.category('set')
+ var setparametersUpgradeBySlotDeploymentNamedRoles0 = parametersUpgradeBySlotDeploymentNamedRoles0.category('named-roles')
.description($('Commands to set components of deployment in upgrade-by-slot-parameters file.'));
- setparametersUpgradeBySlotDeploymentNamedRoles0.command('named-roles')
+ setparametersUpgradeBySlotDeploymentNamedRoles0.command('set')
.description($('Set named-roles in upgrade-by-slot-parameters string or files, e.g. \r\n {\r\n ...\r\n "namedRoles" : {\r\n "extensions":[\r\n {\r\n "id":"",\r\n "state":""\r\n }\r\n ],\r\n "roleName":""\r\n }\r\n ...\r\n }\r\n\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -7820,9 +7820,9 @@ exports.init = function (cli) {
var catparametersUpgradeBySlotDeploymentNamedRoles1 = cli.category('invoke').description('Commands to invoke service management operations.').category('deployment');
var parametersUpgradeBySlotDeploymentNamedRoles1 = catparametersUpgradeBySlotDeploymentNamedRoles1.category('upgrade-by-slot-parameters')
.description($('Commands to manage configuration of deployment in the parameter file.'));
- var removeparametersUpgradeBySlotDeploymentNamedRoles1 = parametersUpgradeBySlotDeploymentNamedRoles1.category('remove')
+ var removeparametersUpgradeBySlotDeploymentNamedRoles1 = parametersUpgradeBySlotDeploymentNamedRoles1.category('named-roles')
.description($('Commands to remove components of deployment in upgrade-by-slot-parameters file.'));
- removeparametersUpgradeBySlotDeploymentNamedRoles1.command('named-roles')
+ removeparametersUpgradeBySlotDeploymentNamedRoles1.command('remove')
.description($('Remove named-roles in upgrade-by-slot-parameters string or files, e.g. \r\n {\r\n ...\r\n "namedRoles" : {\r\n "extensions":[\r\n {\r\n "id":"",\r\n "state":""\r\n }\r\n ],\r\n "roleName":""\r\n }\r\n ...\r\n }\r\n\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -7870,9 +7870,9 @@ exports.init = function (cli) {
var catparametersUpgradeBySlotDeploymentNamedRoles2 = cli.category('invoke').description('Commands to invoke service management operations.').category('deployment');
var parametersUpgradeBySlotDeploymentNamedRoles2 = catparametersUpgradeBySlotDeploymentNamedRoles2.category('upgrade-by-slot-parameters')
.description($('Commands to manage configuration of deployment in the parameter file.'));
- var addparametersUpgradeBySlotDeploymentNamedRoles2 = parametersUpgradeBySlotDeploymentNamedRoles2.category('add')
+ var addparametersUpgradeBySlotDeploymentNamedRoles2 = parametersUpgradeBySlotDeploymentNamedRoles2.category('named-roles')
.description($('Commands to add components of deployment in upgrade-by-slot-parameters file.'));
- addparametersUpgradeBySlotDeploymentNamedRoles2.command('named-roles')
+ addparametersUpgradeBySlotDeploymentNamedRoles2.command('add')
.description($('Add named-roles in upgrade-by-slot-parameters string or files, e.g. \r\n {\r\n ...\r\n "namedRoles" : {\r\n "extensions":[\r\n {\r\n "id":"",\r\n "state":""\r\n }\r\n ],\r\n "roleName":""\r\n }\r\n ...\r\n }\r\n\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -7933,9 +7933,9 @@ exports.init = function (cli) {
var catparametersUpgradeBySlotDeploymentExtensions0 = cli.category('invoke').description('Commands to invoke service management operations.').category('deployment');
var parametersUpgradeBySlotDeploymentExtensions0 = catparametersUpgradeBySlotDeploymentExtensions0.category('upgrade-by-slot-parameters')
.description($('Commands to manage configuration of deployment in the parameter file.'));
- var setparametersUpgradeBySlotDeploymentExtensions0 = parametersUpgradeBySlotDeploymentExtensions0.category('set')
+ var setparametersUpgradeBySlotDeploymentExtensions0 = parametersUpgradeBySlotDeploymentExtensions0.category('extensions')
.description($('Commands to set components of deployment in upgrade-by-slot-parameters file.'));
- setparametersUpgradeBySlotDeploymentExtensions0.command('extensions')
+ setparametersUpgradeBySlotDeploymentExtensions0.command('set')
.description($('Set extensions in upgrade-by-slot-parameters string or files, e.g. \r\n {\r\n ...\r\n "extensions" : {\r\n "id":"",\r\n "state":""\r\n }\r\n ...\r\n }\r\n\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -7976,9 +7976,9 @@ exports.init = function (cli) {
var catparametersUpgradeBySlotDeploymentExtensions1 = cli.category('invoke').description('Commands to invoke service management operations.').category('deployment');
var parametersUpgradeBySlotDeploymentExtensions1 = catparametersUpgradeBySlotDeploymentExtensions1.category('upgrade-by-slot-parameters')
.description($('Commands to manage configuration of deployment in the parameter file.'));
- var removeparametersUpgradeBySlotDeploymentExtensions1 = parametersUpgradeBySlotDeploymentExtensions1.category('remove')
+ var removeparametersUpgradeBySlotDeploymentExtensions1 = parametersUpgradeBySlotDeploymentExtensions1.category('extensions')
.description($('Commands to remove components of deployment in upgrade-by-slot-parameters file.'));
- removeparametersUpgradeBySlotDeploymentExtensions1.command('extensions')
+ removeparametersUpgradeBySlotDeploymentExtensions1.command('remove')
.description($('Remove extensions in upgrade-by-slot-parameters string or files, e.g. \r\n {\r\n ...\r\n "extensions" : {\r\n "id":"",\r\n "state":""\r\n }\r\n ...\r\n }\r\n\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -8011,9 +8011,9 @@ exports.init = function (cli) {
var catparametersUpgradeBySlotDeploymentExtensions2 = cli.category('invoke').description('Commands to invoke service management operations.').category('deployment');
var parametersUpgradeBySlotDeploymentExtensions2 = catparametersUpgradeBySlotDeploymentExtensions2.category('upgrade-by-slot-parameters')
.description($('Commands to manage configuration of deployment in the parameter file.'));
- var addparametersUpgradeBySlotDeploymentExtensions2 = parametersUpgradeBySlotDeploymentExtensions2.category('add')
+ var addparametersUpgradeBySlotDeploymentExtensions2 = parametersUpgradeBySlotDeploymentExtensions2.category('extensions')
.description($('Commands to add components of deployment in upgrade-by-slot-parameters file.'));
- addparametersUpgradeBySlotDeploymentExtensions2.command('extensions')
+ addparametersUpgradeBySlotDeploymentExtensions2.command('add')
.description($('Add extensions in upgrade-by-slot-parameters string or files, e.g. \r\n {\r\n ...\r\n "extensions" : {\r\n "id":"",\r\n "state":""\r\n }\r\n ...\r\n }\r\n\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -8052,9 +8052,9 @@ exports.init = function (cli) {
var catparametersUpgradeBySlotDeploymentMode1 = cli.category('invoke').description('Commands to invoke service management operations.').category('deployment');
var parametersUpgradeBySlotDeploymentMode1 = catparametersUpgradeBySlotDeploymentMode1.category('upgrade-by-slot-parameters')
.description($('Commands to manage configuration of deployment in the parameter file.'));
- var removeparametersUpgradeBySlotDeploymentMode1 = parametersUpgradeBySlotDeploymentMode1.category('remove')
+ var removeparametersUpgradeBySlotDeploymentMode1 = parametersUpgradeBySlotDeploymentMode1.category('mode')
.description($('Commands to remove components of deployment in upgrade-by-slot-parameters file.'));
- removeparametersUpgradeBySlotDeploymentMode1.command('mode')
+ removeparametersUpgradeBySlotDeploymentMode1.command('remove')
.description($('Remove mode in upgrade-by-slot-parameters string or files, e.g. \r\n {\r\n ...\r\n "mode" : 0\r\n ...\r\n }\r\n\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -8084,9 +8084,9 @@ exports.init = function (cli) {
var catparametersUpgradeBySlotDeploymentMode2 = cli.category('invoke').description('Commands to invoke service management operations.').category('deployment');
var parametersUpgradeBySlotDeploymentMode2 = catparametersUpgradeBySlotDeploymentMode2.category('upgrade-by-slot-parameters')
.description($('Commands to manage configuration of deployment in the parameter file.'));
- var addparametersUpgradeBySlotDeploymentMode2 = parametersUpgradeBySlotDeploymentMode2.category('add')
+ var addparametersUpgradeBySlotDeploymentMode2 = parametersUpgradeBySlotDeploymentMode2.category('mode')
.description($('Commands to add components of deployment in upgrade-by-slot-parameters file.'));
- addparametersUpgradeBySlotDeploymentMode2.command('mode')
+ addparametersUpgradeBySlotDeploymentMode2.command('add')
.description($('Add mode in upgrade-by-slot-parameters string or files, e.g. \r\n {\r\n ...\r\n "mode" : 0\r\n ...\r\n }\r\n\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -8238,9 +8238,9 @@ exports.init = function (cli) {
var catparametersWalkUpgradeDomainByDeploymentNameDeploymentDeploymentWalkUpgradeDomainParameters0 = cli.category('invoke').description('Commands to invoke service management operations.').category('deployment');
var parametersWalkUpgradeDomainByDeploymentNameDeploymentDeploymentWalkUpgradeDomainParameters0 = catparametersWalkUpgradeDomainByDeploymentNameDeploymentDeploymentWalkUpgradeDomainParameters0.category('walk-upgrade-domain-by-deployment-name-parameters')
.description($('Commands to manage configuration of deployment in the parameter file.'));
- var setparametersWalkUpgradeDomainByDeploymentNameDeploymentDeploymentWalkUpgradeDomainParameters0 = parametersWalkUpgradeDomainByDeploymentNameDeploymentDeploymentWalkUpgradeDomainParameters0.category('set')
+ var setparametersWalkUpgradeDomainByDeploymentNameDeploymentDeploymentWalkUpgradeDomainParameters0 = parametersWalkUpgradeDomainByDeploymentNameDeploymentDeploymentWalkUpgradeDomainParameters0.category('deployment-walk-upgrade-domain-parameters')
.description($('Commands to set components of deployment in walk-upgrade-domain-by-deployment-name-parameters file.'));
- setparametersWalkUpgradeDomainByDeploymentNameDeploymentDeploymentWalkUpgradeDomainParameters0.command('deployment-walk-upgrade-domain-parameters')
+ setparametersWalkUpgradeDomainByDeploymentNameDeploymentDeploymentWalkUpgradeDomainParameters0.command('set')
.description($('Set deployment-walk-upgrade-domain-parameters in walk-upgrade-domain-by-deployment-name-parameters string or files, e.g. \r\n{\r\n "upgradeDomain":0\r\n}\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -8286,9 +8286,9 @@ exports.init = function (cli) {
var catparametersWalkUpgradeDomainByDeploymentNameDeploymentDeploymentWalkUpgradeDomainParameters1 = cli.category('invoke').description('Commands to invoke service management operations.').category('deployment');
var parametersWalkUpgradeDomainByDeploymentNameDeploymentDeploymentWalkUpgradeDomainParameters1 = catparametersWalkUpgradeDomainByDeploymentNameDeploymentDeploymentWalkUpgradeDomainParameters1.category('walk-upgrade-domain-by-deployment-name-parameters')
.description($('Commands to manage configuration of deployment in the parameter file.'));
- var removeparametersWalkUpgradeDomainByDeploymentNameDeploymentDeploymentWalkUpgradeDomainParameters1 = parametersWalkUpgradeDomainByDeploymentNameDeploymentDeploymentWalkUpgradeDomainParameters1.category('remove')
+ var removeparametersWalkUpgradeDomainByDeploymentNameDeploymentDeploymentWalkUpgradeDomainParameters1 = parametersWalkUpgradeDomainByDeploymentNameDeploymentDeploymentWalkUpgradeDomainParameters1.category('deployment-walk-upgrade-domain-parameters')
.description($('Commands to remove components of deployment in walk-upgrade-domain-by-deployment-name-parameters file.'));
- removeparametersWalkUpgradeDomainByDeploymentNameDeploymentDeploymentWalkUpgradeDomainParameters1.command('deployment-walk-upgrade-domain-parameters')
+ removeparametersWalkUpgradeDomainByDeploymentNameDeploymentDeploymentWalkUpgradeDomainParameters1.command('remove')
.description($('Remove deployment-walk-upgrade-domain-parameters in walk-upgrade-domain-by-deployment-name-parameters string or files, e.g. \r\n{\r\n "upgradeDomain":0\r\n}\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -8330,9 +8330,9 @@ exports.init = function (cli) {
var catparametersWalkUpgradeDomainByDeploymentNameDeploymentDeploymentWalkUpgradeDomainParameters2 = cli.category('invoke').description('Commands to invoke service management operations.').category('deployment');
var parametersWalkUpgradeDomainByDeploymentNameDeploymentDeploymentWalkUpgradeDomainParameters2 = catparametersWalkUpgradeDomainByDeploymentNameDeploymentDeploymentWalkUpgradeDomainParameters2.category('walk-upgrade-domain-by-deployment-name-parameters')
.description($('Commands to manage configuration of deployment in the parameter file.'));
- var addparametersWalkUpgradeDomainByDeploymentNameDeploymentDeploymentWalkUpgradeDomainParameters2 = parametersWalkUpgradeDomainByDeploymentNameDeploymentDeploymentWalkUpgradeDomainParameters2.category('add')
+ var addparametersWalkUpgradeDomainByDeploymentNameDeploymentDeploymentWalkUpgradeDomainParameters2 = parametersWalkUpgradeDomainByDeploymentNameDeploymentDeploymentWalkUpgradeDomainParameters2.category('deployment-walk-upgrade-domain-parameters')
.description($('Commands to add components of deployment in walk-upgrade-domain-by-deployment-name-parameters file.'));
- addparametersWalkUpgradeDomainByDeploymentNameDeploymentDeploymentWalkUpgradeDomainParameters2.command('deployment-walk-upgrade-domain-parameters')
+ addparametersWalkUpgradeDomainByDeploymentNameDeploymentDeploymentWalkUpgradeDomainParameters2.command('add')
.description($('Add deployment-walk-upgrade-domain-parameters in walk-upgrade-domain-by-deployment-name-parameters string or files, e.g. \r\n{\r\n "upgradeDomain":0\r\n}\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -8495,9 +8495,9 @@ exports.init = function (cli) {
var catparametersWalkUpgradeDomainByDeploymentSlotDeploymentDeploymentWalkUpgradeDomainParameters0 = cli.category('invoke').description('Commands to invoke service management operations.').category('deployment');
var parametersWalkUpgradeDomainByDeploymentSlotDeploymentDeploymentWalkUpgradeDomainParameters0 = catparametersWalkUpgradeDomainByDeploymentSlotDeploymentDeploymentWalkUpgradeDomainParameters0.category('walk-upgrade-domain-by-deployment-slot-parameters')
.description($('Commands to manage configuration of deployment in the parameter file.'));
- var setparametersWalkUpgradeDomainByDeploymentSlotDeploymentDeploymentWalkUpgradeDomainParameters0 = parametersWalkUpgradeDomainByDeploymentSlotDeploymentDeploymentWalkUpgradeDomainParameters0.category('set')
+ var setparametersWalkUpgradeDomainByDeploymentSlotDeploymentDeploymentWalkUpgradeDomainParameters0 = parametersWalkUpgradeDomainByDeploymentSlotDeploymentDeploymentWalkUpgradeDomainParameters0.category('deployment-walk-upgrade-domain-parameters')
.description($('Commands to set components of deployment in walk-upgrade-domain-by-deployment-slot-parameters file.'));
- setparametersWalkUpgradeDomainByDeploymentSlotDeploymentDeploymentWalkUpgradeDomainParameters0.command('deployment-walk-upgrade-domain-parameters')
+ setparametersWalkUpgradeDomainByDeploymentSlotDeploymentDeploymentWalkUpgradeDomainParameters0.command('set')
.description($('Set deployment-walk-upgrade-domain-parameters in walk-upgrade-domain-by-deployment-slot-parameters string or files, e.g. \r\n{\r\n "upgradeDomain":0\r\n}\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -8543,9 +8543,9 @@ exports.init = function (cli) {
var catparametersWalkUpgradeDomainByDeploymentSlotDeploymentDeploymentWalkUpgradeDomainParameters1 = cli.category('invoke').description('Commands to invoke service management operations.').category('deployment');
var parametersWalkUpgradeDomainByDeploymentSlotDeploymentDeploymentWalkUpgradeDomainParameters1 = catparametersWalkUpgradeDomainByDeploymentSlotDeploymentDeploymentWalkUpgradeDomainParameters1.category('walk-upgrade-domain-by-deployment-slot-parameters')
.description($('Commands to manage configuration of deployment in the parameter file.'));
- var removeparametersWalkUpgradeDomainByDeploymentSlotDeploymentDeploymentWalkUpgradeDomainParameters1 = parametersWalkUpgradeDomainByDeploymentSlotDeploymentDeploymentWalkUpgradeDomainParameters1.category('remove')
+ var removeparametersWalkUpgradeDomainByDeploymentSlotDeploymentDeploymentWalkUpgradeDomainParameters1 = parametersWalkUpgradeDomainByDeploymentSlotDeploymentDeploymentWalkUpgradeDomainParameters1.category('deployment-walk-upgrade-domain-parameters')
.description($('Commands to remove components of deployment in walk-upgrade-domain-by-deployment-slot-parameters file.'));
- removeparametersWalkUpgradeDomainByDeploymentSlotDeploymentDeploymentWalkUpgradeDomainParameters1.command('deployment-walk-upgrade-domain-parameters')
+ removeparametersWalkUpgradeDomainByDeploymentSlotDeploymentDeploymentWalkUpgradeDomainParameters1.command('remove')
.description($('Remove deployment-walk-upgrade-domain-parameters in walk-upgrade-domain-by-deployment-slot-parameters string or files, e.g. \r\n{\r\n "upgradeDomain":0\r\n}\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -8587,9 +8587,9 @@ exports.init = function (cli) {
var catparametersWalkUpgradeDomainByDeploymentSlotDeploymentDeploymentWalkUpgradeDomainParameters2 = cli.category('invoke').description('Commands to invoke service management operations.').category('deployment');
var parametersWalkUpgradeDomainByDeploymentSlotDeploymentDeploymentWalkUpgradeDomainParameters2 = catparametersWalkUpgradeDomainByDeploymentSlotDeploymentDeploymentWalkUpgradeDomainParameters2.category('walk-upgrade-domain-by-deployment-slot-parameters')
.description($('Commands to manage configuration of deployment in the parameter file.'));
- var addparametersWalkUpgradeDomainByDeploymentSlotDeploymentDeploymentWalkUpgradeDomainParameters2 = parametersWalkUpgradeDomainByDeploymentSlotDeploymentDeploymentWalkUpgradeDomainParameters2.category('add')
+ var addparametersWalkUpgradeDomainByDeploymentSlotDeploymentDeploymentWalkUpgradeDomainParameters2 = parametersWalkUpgradeDomainByDeploymentSlotDeploymentDeploymentWalkUpgradeDomainParameters2.category('deployment-walk-upgrade-domain-parameters')
.description($('Commands to add components of deployment in walk-upgrade-domain-by-deployment-slot-parameters file.'));
- addparametersWalkUpgradeDomainByDeploymentSlotDeploymentDeploymentWalkUpgradeDomainParameters2.command('deployment-walk-upgrade-domain-parameters')
+ addparametersWalkUpgradeDomainByDeploymentSlotDeploymentDeploymentWalkUpgradeDomainParameters2.command('add')
.description($('Add deployment-walk-upgrade-domain-parameters in walk-upgrade-domain-by-deployment-slot-parameters string or files, e.g. \r\n{\r\n "upgradeDomain":0\r\n}\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -8952,9 +8952,9 @@ exports.init = function (cli) {
var catparametersRegisterExtensionImageExtensionImageRegisterParameters0 = cli.category('invoke').description('Commands to invoke service management operations.').category('extension-image');
var parametersRegisterExtensionImageExtensionImageRegisterParameters0 = catparametersRegisterExtensionImageExtensionImageRegisterParameters0.category('register-parameters')
.description($('Commands to manage configuration of extension-image in the parameter file.'));
- var setparametersRegisterExtensionImageExtensionImageRegisterParameters0 = parametersRegisterExtensionImageExtensionImageRegisterParameters0.category('set')
+ var setparametersRegisterExtensionImageExtensionImageRegisterParameters0 = parametersRegisterExtensionImageExtensionImageRegisterParameters0.category('extension-image-register-parameters')
.description($('Commands to set components of extension-image in register-parameters file.'));
- setparametersRegisterExtensionImageExtensionImageRegisterParameters0.command('extension-image-register-parameters')
+ setparametersRegisterExtensionImageExtensionImageRegisterParameters0.command('set')
.description($('Set extension-image-register-parameters in register-parameters string or files, e.g. \r\n{\r\n "blockRoleUponFailure":null,\r\n "certificate":{\r\n "storeLocation":"",\r\n "storeName":"",\r\n "thumbprintAlgorithm":"",\r\n "thumbprintRequired":null\r\n },\r\n "companyName":"",\r\n "description":"",\r\n "disallowMajorVersionUpgrade":null,\r\n "eula":"",\r\n "extensionEndpoints":{\r\n "inputEndpoints":[\r\n {\r\n "localPort":"",\r\n "name":"",\r\n "port":0,\r\n "protocol":""\r\n }\r\n ],\r\n "instanceInputEndpoints":[\r\n {\r\n "fixedPortMax":0,\r\n "fixedPortMin":0,\r\n "localPort":"",\r\n "name":"",\r\n "protocol":""\r\n }\r\n ],\r\n "internalEndpoints":[\r\n {\r\n "name":"",\r\n "port":0,\r\n "protocol":""\r\n }\r\n ]\r\n },\r\n "homepageUri":"",\r\n "hostingResources":"",\r\n "isInternalExtension":null,\r\n "isJsonExtension":null,\r\n "label":"",\r\n "localResources":[\r\n {\r\n "name":"",\r\n "sizeInMB":null\r\n }\r\n ],\r\n "mediaLink":"",\r\n "privacyUri":"",\r\n "privateConfigurationSchema":"",\r\n "providerNameSpace":"",\r\n "publicConfigurationSchema":"",\r\n "publishedDate":null,\r\n "publisherName":"",\r\n "regions":"",\r\n "replicationCompleted":null,\r\n "sampleConfig":"",\r\n "supportedOS":"",\r\n "type":"",\r\n "version":""\r\n}\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -9280,9 +9280,9 @@ exports.init = function (cli) {
var catparametersRegisterExtensionImageExtensionImageRegisterParameters1 = cli.category('invoke').description('Commands to invoke service management operations.').category('extension-image');
var parametersRegisterExtensionImageExtensionImageRegisterParameters1 = catparametersRegisterExtensionImageExtensionImageRegisterParameters1.category('register-parameters')
.description($('Commands to manage configuration of extension-image in the parameter file.'));
- var removeparametersRegisterExtensionImageExtensionImageRegisterParameters1 = parametersRegisterExtensionImageExtensionImageRegisterParameters1.category('remove')
+ var removeparametersRegisterExtensionImageExtensionImageRegisterParameters1 = parametersRegisterExtensionImageExtensionImageRegisterParameters1.category('extension-image-register-parameters')
.description($('Commands to remove components of extension-image in register-parameters file.'));
- removeparametersRegisterExtensionImageExtensionImageRegisterParameters1.command('extension-image-register-parameters')
+ removeparametersRegisterExtensionImageExtensionImageRegisterParameters1.command('remove')
.description($('Remove extension-image-register-parameters in register-parameters string or files, e.g. \r\n{\r\n "blockRoleUponFailure":null,\r\n "certificate":{\r\n "storeLocation":"",\r\n "storeName":"",\r\n "thumbprintAlgorithm":"",\r\n "thumbprintRequired":null\r\n },\r\n "companyName":"",\r\n "description":"",\r\n "disallowMajorVersionUpgrade":null,\r\n "eula":"",\r\n "extensionEndpoints":{\r\n "inputEndpoints":[\r\n {\r\n "localPort":"",\r\n "name":"",\r\n "port":0,\r\n "protocol":""\r\n }\r\n ],\r\n "instanceInputEndpoints":[\r\n {\r\n "fixedPortMax":0,\r\n "fixedPortMin":0,\r\n "localPort":"",\r\n "name":"",\r\n "protocol":""\r\n }\r\n ],\r\n "internalEndpoints":[\r\n {\r\n "name":"",\r\n "port":0,\r\n "protocol":""\r\n }\r\n ]\r\n },\r\n "homepageUri":"",\r\n "hostingResources":"",\r\n "isInternalExtension":null,\r\n "isJsonExtension":null,\r\n "label":"",\r\n "localResources":[\r\n {\r\n "name":"",\r\n "sizeInMB":null\r\n }\r\n ],\r\n "mediaLink":"",\r\n "privacyUri":"",\r\n "privateConfigurationSchema":"",\r\n "providerNameSpace":"",\r\n "publicConfigurationSchema":"",\r\n "publishedDate":null,\r\n "publisherName":"",\r\n "regions":"",\r\n "replicationCompleted":null,\r\n "sampleConfig":"",\r\n "supportedOS":"",\r\n "type":"",\r\n "version":""\r\n}\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -9449,9 +9449,9 @@ exports.init = function (cli) {
var catparametersRegisterExtensionImageExtensionImageRegisterParameters2 = cli.category('invoke').description('Commands to invoke service management operations.').category('extension-image');
var parametersRegisterExtensionImageExtensionImageRegisterParameters2 = catparametersRegisterExtensionImageExtensionImageRegisterParameters2.category('register-parameters')
.description($('Commands to manage configuration of extension-image in the parameter file.'));
- var addparametersRegisterExtensionImageExtensionImageRegisterParameters2 = parametersRegisterExtensionImageExtensionImageRegisterParameters2.category('add')
+ var addparametersRegisterExtensionImageExtensionImageRegisterParameters2 = parametersRegisterExtensionImageExtensionImageRegisterParameters2.category('extension-image-register-parameters')
.description($('Commands to add components of extension-image in register-parameters file.'));
- addparametersRegisterExtensionImageExtensionImageRegisterParameters2.command('extension-image-register-parameters')
+ addparametersRegisterExtensionImageExtensionImageRegisterParameters2.command('add')
.description($('Add extension-image-register-parameters in register-parameters string or files, e.g. \r\n{\r\n "blockRoleUponFailure":null,\r\n "certificate":{\r\n "storeLocation":"",\r\n "storeName":"",\r\n "thumbprintAlgorithm":"",\r\n "thumbprintRequired":null\r\n },\r\n "companyName":"",\r\n "description":"",\r\n "disallowMajorVersionUpgrade":null,\r\n "eula":"",\r\n "extensionEndpoints":{\r\n "inputEndpoints":[\r\n {\r\n "localPort":"",\r\n "name":"",\r\n "port":0,\r\n "protocol":""\r\n }\r\n ],\r\n "instanceInputEndpoints":[\r\n {\r\n "fixedPortMax":0,\r\n "fixedPortMin":0,\r\n "localPort":"",\r\n "name":"",\r\n "protocol":""\r\n }\r\n ],\r\n "internalEndpoints":[\r\n {\r\n "name":"",\r\n "port":0,\r\n "protocol":""\r\n }\r\n ]\r\n },\r\n "homepageUri":"",\r\n "hostingResources":"",\r\n "isInternalExtension":null,\r\n "isJsonExtension":null,\r\n "label":"",\r\n "localResources":[\r\n {\r\n "name":"",\r\n "sizeInMB":null\r\n }\r\n ],\r\n "mediaLink":"",\r\n "privacyUri":"",\r\n "privateConfigurationSchema":"",\r\n "providerNameSpace":"",\r\n "publicConfigurationSchema":"",\r\n "publishedDate":null,\r\n "publisherName":"",\r\n "regions":"",\r\n "replicationCompleted":null,\r\n "sampleConfig":"",\r\n "supportedOS":"",\r\n "type":"",\r\n "version":""\r\n}\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -9781,9 +9781,9 @@ exports.init = function (cli) {
var catparametersRegisterExtensionImageCertificate0 = cli.category('invoke').description('Commands to invoke service management operations.').category('extension-image');
var parametersRegisterExtensionImageCertificate0 = catparametersRegisterExtensionImageCertificate0.category('register-parameters')
.description($('Commands to manage configuration of extension-image in the parameter file.'));
- var setparametersRegisterExtensionImageCertificate0 = parametersRegisterExtensionImageCertificate0.category('set')
+ var setparametersRegisterExtensionImageCertificate0 = parametersRegisterExtensionImageCertificate0.category('certificate')
.description($('Commands to set components of extension-image in register-parameters file.'));
- setparametersRegisterExtensionImageCertificate0.command('certificate')
+ setparametersRegisterExtensionImageCertificate0.command('set')
.description($('Set certificate in register-parameters string or files, e.g. \r\n {\r\n ...\r\n "certificate" : {\r\n "storeLocation":"",\r\n "storeName":"",\r\n "thumbprintAlgorithm":"",\r\n "thumbprintRequired":null\r\n }\r\n ...\r\n }\r\n\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -9863,9 +9863,9 @@ exports.init = function (cli) {
var catparametersRegisterExtensionImageCertificate1 = cli.category('invoke').description('Commands to invoke service management operations.').category('extension-image');
var parametersRegisterExtensionImageCertificate1 = catparametersRegisterExtensionImageCertificate1.category('register-parameters')
.description($('Commands to manage configuration of extension-image in the parameter file.'));
- var removeparametersRegisterExtensionImageCertificate1 = parametersRegisterExtensionImageCertificate1.category('remove')
+ var removeparametersRegisterExtensionImageCertificate1 = parametersRegisterExtensionImageCertificate1.category('certificate')
.description($('Commands to remove components of extension-image in register-parameters file.'));
- removeparametersRegisterExtensionImageCertificate1.command('certificate')
+ removeparametersRegisterExtensionImageCertificate1.command('remove')
.description($('Remove certificate in register-parameters string or files, e.g. \r\n {\r\n ...\r\n "certificate" : {\r\n "storeLocation":"",\r\n "storeName":"",\r\n "thumbprintAlgorithm":"",\r\n "thumbprintRequired":null\r\n }\r\n ...\r\n }\r\n\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -9922,9 +9922,9 @@ exports.init = function (cli) {
var catparametersRegisterExtensionImageCertificate2 = cli.category('invoke').description('Commands to invoke service management operations.').category('extension-image');
var parametersRegisterExtensionImageCertificate2 = catparametersRegisterExtensionImageCertificate2.category('register-parameters')
.description($('Commands to manage configuration of extension-image in the parameter file.'));
- var addparametersRegisterExtensionImageCertificate2 = parametersRegisterExtensionImageCertificate2.category('add')
+ var addparametersRegisterExtensionImageCertificate2 = parametersRegisterExtensionImageCertificate2.category('certificate')
.description($('Commands to add components of extension-image in register-parameters file.'));
- addparametersRegisterExtensionImageCertificate2.command('certificate')
+ addparametersRegisterExtensionImageCertificate2.command('add')
.description($('Add certificate in register-parameters string or files, e.g. \r\n {\r\n ...\r\n "certificate" : {\r\n "storeLocation":"",\r\n "storeName":"",\r\n "thumbprintAlgorithm":"",\r\n "thumbprintRequired":null\r\n }\r\n ...\r\n }\r\n\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -10008,9 +10008,9 @@ exports.init = function (cli) {
var catparametersRegisterExtensionImageExtensionEndpoints1 = cli.category('invoke').description('Commands to invoke service management operations.').category('extension-image');
var parametersRegisterExtensionImageExtensionEndpoints1 = catparametersRegisterExtensionImageExtensionEndpoints1.category('register-parameters')
.description($('Commands to manage configuration of extension-image in the parameter file.'));
- var removeparametersRegisterExtensionImageExtensionEndpoints1 = parametersRegisterExtensionImageExtensionEndpoints1.category('remove')
+ var removeparametersRegisterExtensionImageExtensionEndpoints1 = parametersRegisterExtensionImageExtensionEndpoints1.category('extension-endpoints')
.description($('Commands to remove components of extension-image in register-parameters file.'));
- removeparametersRegisterExtensionImageExtensionEndpoints1.command('extension-endpoints')
+ removeparametersRegisterExtensionImageExtensionEndpoints1.command('remove')
.description($('Remove extension-endpoints in register-parameters string or files, e.g. \r\n {\r\n ...\r\n "extensionEndpoints" : {\r\n "inputEndpoints":[\r\n {\r\n "localPort":"",\r\n "name":"",\r\n "port":0,\r\n "protocol":""\r\n }\r\n ],\r\n "instanceInputEndpoints":[\r\n {\r\n "fixedPortMax":0,\r\n "fixedPortMin":0,\r\n "localPort":"",\r\n "name":"",\r\n "protocol":""\r\n }\r\n ],\r\n "internalEndpoints":[\r\n {\r\n "name":"",\r\n "port":0,\r\n "protocol":""\r\n }\r\n ]\r\n }\r\n ...\r\n }\r\n\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -10062,9 +10062,9 @@ exports.init = function (cli) {
var catparametersRegisterExtensionImageExtensionEndpoints2 = cli.category('invoke').description('Commands to invoke service management operations.').category('extension-image');
var parametersRegisterExtensionImageExtensionEndpoints2 = catparametersRegisterExtensionImageExtensionEndpoints2.category('register-parameters')
.description($('Commands to manage configuration of extension-image in the parameter file.'));
- var addparametersRegisterExtensionImageExtensionEndpoints2 = parametersRegisterExtensionImageExtensionEndpoints2.category('add')
+ var addparametersRegisterExtensionImageExtensionEndpoints2 = parametersRegisterExtensionImageExtensionEndpoints2.category('extension-endpoints')
.description($('Commands to add components of extension-image in register-parameters file.'));
- addparametersRegisterExtensionImageExtensionEndpoints2.command('extension-endpoints')
+ addparametersRegisterExtensionImageExtensionEndpoints2.command('add')
.description($('Add extension-endpoints in register-parameters string or files, e.g. \r\n {\r\n ...\r\n "extensionEndpoints" : {\r\n "inputEndpoints":[\r\n {\r\n "localPort":"",\r\n "name":"",\r\n "port":0,\r\n "protocol":""\r\n }\r\n ],\r\n "instanceInputEndpoints":[\r\n {\r\n "fixedPortMax":0,\r\n "fixedPortMin":0,\r\n "localPort":"",\r\n "name":"",\r\n "protocol":""\r\n }\r\n ],\r\n "internalEndpoints":[\r\n {\r\n "name":"",\r\n "port":0,\r\n "protocol":""\r\n }\r\n ]\r\n }\r\n ...\r\n }\r\n\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -10136,9 +10136,9 @@ exports.init = function (cli) {
var catparametersRegisterExtensionImageInputEndpoints0 = cli.category('invoke').description('Commands to invoke service management operations.').category('extension-image');
var parametersRegisterExtensionImageInputEndpoints0 = catparametersRegisterExtensionImageInputEndpoints0.category('register-parameters')
.description($('Commands to manage configuration of extension-image in the parameter file.'));
- var setparametersRegisterExtensionImageInputEndpoints0 = parametersRegisterExtensionImageInputEndpoints0.category('set')
+ var setparametersRegisterExtensionImageInputEndpoints0 = parametersRegisterExtensionImageInputEndpoints0.category('input-endpoints')
.description($('Commands to set components of extension-image in register-parameters file.'));
- setparametersRegisterExtensionImageInputEndpoints0.command('input-endpoints')
+ setparametersRegisterExtensionImageInputEndpoints0.command('set')
.description($('Set input-endpoints in register-parameters string or files, e.g. \r\n {\r\n ...\r\n "inputEndpoints" : {\r\n "localPort":"",\r\n "name":"",\r\n "port":0,\r\n "protocol":""\r\n }\r\n ...\r\n }\r\n\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -10222,9 +10222,9 @@ exports.init = function (cli) {
var catparametersRegisterExtensionImageInputEndpoints1 = cli.category('invoke').description('Commands to invoke service management operations.').category('extension-image');
var parametersRegisterExtensionImageInputEndpoints1 = catparametersRegisterExtensionImageInputEndpoints1.category('register-parameters')
.description($('Commands to manage configuration of extension-image in the parameter file.'));
- var removeparametersRegisterExtensionImageInputEndpoints1 = parametersRegisterExtensionImageInputEndpoints1.category('remove')
+ var removeparametersRegisterExtensionImageInputEndpoints1 = parametersRegisterExtensionImageInputEndpoints1.category('input-endpoints')
.description($('Commands to remove components of extension-image in register-parameters file.'));
- removeparametersRegisterExtensionImageInputEndpoints1.command('input-endpoints')
+ removeparametersRegisterExtensionImageInputEndpoints1.command('remove')
.description($('Remove input-endpoints in register-parameters string or files, e.g. \r\n {\r\n ...\r\n "inputEndpoints" : {\r\n "localPort":"",\r\n "name":"",\r\n "port":0,\r\n "protocol":""\r\n }\r\n ...\r\n }\r\n\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -10282,9 +10282,9 @@ exports.init = function (cli) {
var catparametersRegisterExtensionImageInputEndpoints2 = cli.category('invoke').description('Commands to invoke service management operations.').category('extension-image');
var parametersRegisterExtensionImageInputEndpoints2 = catparametersRegisterExtensionImageInputEndpoints2.category('register-parameters')
.description($('Commands to manage configuration of extension-image in the parameter file.'));
- var addparametersRegisterExtensionImageInputEndpoints2 = parametersRegisterExtensionImageInputEndpoints2.category('add')
+ var addparametersRegisterExtensionImageInputEndpoints2 = parametersRegisterExtensionImageInputEndpoints2.category('input-endpoints')
.description($('Commands to add components of extension-image in register-parameters file.'));
- addparametersRegisterExtensionImageInputEndpoints2.command('input-endpoints')
+ addparametersRegisterExtensionImageInputEndpoints2.command('add')
.description($('Add input-endpoints in register-parameters string or files, e.g. \r\n {\r\n ...\r\n "inputEndpoints" : {\r\n "localPort":"",\r\n "name":"",\r\n "port":0,\r\n "protocol":""\r\n }\r\n ...\r\n }\r\n\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -10367,9 +10367,9 @@ exports.init = function (cli) {
var catparametersRegisterExtensionImageInstanceInputEndpoints0 = cli.category('invoke').description('Commands to invoke service management operations.').category('extension-image');
var parametersRegisterExtensionImageInstanceInputEndpoints0 = catparametersRegisterExtensionImageInstanceInputEndpoints0.category('register-parameters')
.description($('Commands to manage configuration of extension-image in the parameter file.'));
- var setparametersRegisterExtensionImageInstanceInputEndpoints0 = parametersRegisterExtensionImageInstanceInputEndpoints0.category('set')
+ var setparametersRegisterExtensionImageInstanceInputEndpoints0 = parametersRegisterExtensionImageInstanceInputEndpoints0.category('instance-input-endpoints')
.description($('Commands to set components of extension-image in register-parameters file.'));
- setparametersRegisterExtensionImageInstanceInputEndpoints0.command('instance-input-endpoints')
+ setparametersRegisterExtensionImageInstanceInputEndpoints0.command('set')
.description($('Set instance-input-endpoints in register-parameters string or files, e.g. \r\n {\r\n ...\r\n "instanceInputEndpoints" : {\r\n "fixedPortMax":0,\r\n "fixedPortMin":0,\r\n "localPort":"",\r\n "name":"",\r\n "protocol":""\r\n }\r\n ...\r\n }\r\n\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -10464,9 +10464,9 @@ exports.init = function (cli) {
var catparametersRegisterExtensionImageInstanceInputEndpoints1 = cli.category('invoke').description('Commands to invoke service management operations.').category('extension-image');
var parametersRegisterExtensionImageInstanceInputEndpoints1 = catparametersRegisterExtensionImageInstanceInputEndpoints1.category('register-parameters')
.description($('Commands to manage configuration of extension-image in the parameter file.'));
- var removeparametersRegisterExtensionImageInstanceInputEndpoints1 = parametersRegisterExtensionImageInstanceInputEndpoints1.category('remove')
+ var removeparametersRegisterExtensionImageInstanceInputEndpoints1 = parametersRegisterExtensionImageInstanceInputEndpoints1.category('instance-input-endpoints')
.description($('Commands to remove components of extension-image in register-parameters file.'));
- removeparametersRegisterExtensionImageInstanceInputEndpoints1.command('instance-input-endpoints')
+ removeparametersRegisterExtensionImageInstanceInputEndpoints1.command('remove')
.description($('Remove instance-input-endpoints in register-parameters string or files, e.g. \r\n {\r\n ...\r\n "instanceInputEndpoints" : {\r\n "fixedPortMax":0,\r\n "fixedPortMin":0,\r\n "localPort":"",\r\n "name":"",\r\n "protocol":""\r\n }\r\n ...\r\n }\r\n\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -10529,9 +10529,9 @@ exports.init = function (cli) {
var catparametersRegisterExtensionImageInstanceInputEndpoints2 = cli.category('invoke').description('Commands to invoke service management operations.').category('extension-image');
var parametersRegisterExtensionImageInstanceInputEndpoints2 = catparametersRegisterExtensionImageInstanceInputEndpoints2.category('register-parameters')
.description($('Commands to manage configuration of extension-image in the parameter file.'));
- var addparametersRegisterExtensionImageInstanceInputEndpoints2 = parametersRegisterExtensionImageInstanceInputEndpoints2.category('add')
+ var addparametersRegisterExtensionImageInstanceInputEndpoints2 = parametersRegisterExtensionImageInstanceInputEndpoints2.category('instance-input-endpoints')
.description($('Commands to add components of extension-image in register-parameters file.'));
- addparametersRegisterExtensionImageInstanceInputEndpoints2.command('instance-input-endpoints')
+ addparametersRegisterExtensionImageInstanceInputEndpoints2.command('add')
.description($('Add instance-input-endpoints in register-parameters string or files, e.g. \r\n {\r\n ...\r\n "instanceInputEndpoints" : {\r\n "fixedPortMax":0,\r\n "fixedPortMin":0,\r\n "localPort":"",\r\n "name":"",\r\n "protocol":""\r\n }\r\n ...\r\n }\r\n\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -10625,9 +10625,9 @@ exports.init = function (cli) {
var catparametersRegisterExtensionImageInternalEndpoints0 = cli.category('invoke').description('Commands to invoke service management operations.').category('extension-image');
var parametersRegisterExtensionImageInternalEndpoints0 = catparametersRegisterExtensionImageInternalEndpoints0.category('register-parameters')
.description($('Commands to manage configuration of extension-image in the parameter file.'));
- var setparametersRegisterExtensionImageInternalEndpoints0 = parametersRegisterExtensionImageInternalEndpoints0.category('set')
+ var setparametersRegisterExtensionImageInternalEndpoints0 = parametersRegisterExtensionImageInternalEndpoints0.category('internal-endpoints')
.description($('Commands to set components of extension-image in register-parameters file.'));
- setparametersRegisterExtensionImageInternalEndpoints0.command('internal-endpoints')
+ setparametersRegisterExtensionImageInternalEndpoints0.command('set')
.description($('Set internal-endpoints in register-parameters string or files, e.g. \r\n {\r\n ...\r\n "internalEndpoints" : {\r\n "name":"",\r\n "port":0,\r\n "protocol":""\r\n }\r\n ...\r\n }\r\n\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -10700,9 +10700,9 @@ exports.init = function (cli) {
var catparametersRegisterExtensionImageInternalEndpoints1 = cli.category('invoke').description('Commands to invoke service management operations.').category('extension-image');
var parametersRegisterExtensionImageInternalEndpoints1 = catparametersRegisterExtensionImageInternalEndpoints1.category('register-parameters')
.description($('Commands to manage configuration of extension-image in the parameter file.'));
- var removeparametersRegisterExtensionImageInternalEndpoints1 = parametersRegisterExtensionImageInternalEndpoints1.category('remove')
+ var removeparametersRegisterExtensionImageInternalEndpoints1 = parametersRegisterExtensionImageInternalEndpoints1.category('internal-endpoints')
.description($('Commands to remove components of extension-image in register-parameters file.'));
- removeparametersRegisterExtensionImageInternalEndpoints1.command('internal-endpoints')
+ removeparametersRegisterExtensionImageInternalEndpoints1.command('remove')
.description($('Remove internal-endpoints in register-parameters string or files, e.g. \r\n {\r\n ...\r\n "internalEndpoints" : {\r\n "name":"",\r\n "port":0,\r\n "protocol":""\r\n }\r\n ...\r\n }\r\n\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -10755,9 +10755,9 @@ exports.init = function (cli) {
var catparametersRegisterExtensionImageInternalEndpoints2 = cli.category('invoke').description('Commands to invoke service management operations.').category('extension-image');
var parametersRegisterExtensionImageInternalEndpoints2 = catparametersRegisterExtensionImageInternalEndpoints2.category('register-parameters')
.description($('Commands to manage configuration of extension-image in the parameter file.'));
- var addparametersRegisterExtensionImageInternalEndpoints2 = parametersRegisterExtensionImageInternalEndpoints2.category('add')
+ var addparametersRegisterExtensionImageInternalEndpoints2 = parametersRegisterExtensionImageInternalEndpoints2.category('internal-endpoints')
.description($('Commands to add components of extension-image in register-parameters file.'));
- addparametersRegisterExtensionImageInternalEndpoints2.command('internal-endpoints')
+ addparametersRegisterExtensionImageInternalEndpoints2.command('add')
.description($('Add internal-endpoints in register-parameters string or files, e.g. \r\n {\r\n ...\r\n "internalEndpoints" : {\r\n "name":"",\r\n "port":0,\r\n "protocol":""\r\n }\r\n ...\r\n }\r\n\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -10829,9 +10829,9 @@ exports.init = function (cli) {
var catparametersRegisterExtensionImageLocalResources0 = cli.category('invoke').description('Commands to invoke service management operations.').category('extension-image');
var parametersRegisterExtensionImageLocalResources0 = catparametersRegisterExtensionImageLocalResources0.category('register-parameters')
.description($('Commands to manage configuration of extension-image in the parameter file.'));
- var setparametersRegisterExtensionImageLocalResources0 = parametersRegisterExtensionImageLocalResources0.category('set')
+ var setparametersRegisterExtensionImageLocalResources0 = parametersRegisterExtensionImageLocalResources0.category('local-resources')
.description($('Commands to set components of extension-image in register-parameters file.'));
- setparametersRegisterExtensionImageLocalResources0.command('local-resources')
+ setparametersRegisterExtensionImageLocalResources0.command('set')
.description($('Set local-resources in register-parameters string or files, e.g. \r\n {\r\n ...\r\n "localResources" : {\r\n "name":"",\r\n "sizeInMB":null\r\n }\r\n ...\r\n }\r\n\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -10893,9 +10893,9 @@ exports.init = function (cli) {
var catparametersRegisterExtensionImageLocalResources1 = cli.category('invoke').description('Commands to invoke service management operations.').category('extension-image');
var parametersRegisterExtensionImageLocalResources1 = catparametersRegisterExtensionImageLocalResources1.category('register-parameters')
.description($('Commands to manage configuration of extension-image in the parameter file.'));
- var removeparametersRegisterExtensionImageLocalResources1 = parametersRegisterExtensionImageLocalResources1.category('remove')
+ var removeparametersRegisterExtensionImageLocalResources1 = parametersRegisterExtensionImageLocalResources1.category('local-resources')
.description($('Commands to remove components of extension-image in register-parameters file.'));
- removeparametersRegisterExtensionImageLocalResources1.command('local-resources')
+ removeparametersRegisterExtensionImageLocalResources1.command('remove')
.description($('Remove local-resources in register-parameters string or files, e.g. \r\n {\r\n ...\r\n "localResources" : {\r\n "name":"",\r\n "sizeInMB":null\r\n }\r\n ...\r\n }\r\n\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -10943,9 +10943,9 @@ exports.init = function (cli) {
var catparametersRegisterExtensionImageLocalResources2 = cli.category('invoke').description('Commands to invoke service management operations.').category('extension-image');
var parametersRegisterExtensionImageLocalResources2 = catparametersRegisterExtensionImageLocalResources2.category('register-parameters')
.description($('Commands to manage configuration of extension-image in the parameter file.'));
- var addparametersRegisterExtensionImageLocalResources2 = parametersRegisterExtensionImageLocalResources2.category('add')
+ var addparametersRegisterExtensionImageLocalResources2 = parametersRegisterExtensionImageLocalResources2.category('local-resources')
.description($('Commands to add components of extension-image in register-parameters file.'));
- addparametersRegisterExtensionImageLocalResources2.command('local-resources')
+ addparametersRegisterExtensionImageLocalResources2.command('add')
.description($('Add local-resources in register-parameters string or files, e.g. \r\n {\r\n ...\r\n "localResources" : {\r\n "name":"",\r\n "sizeInMB":null\r\n }\r\n ...\r\n }\r\n\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -11204,9 +11204,9 @@ exports.init = function (cli) {
var catparametersUpdateExtensionImageExtensionImageUpdateParameters0 = cli.category('invoke').description('Commands to invoke service management operations.').category('extension-image');
var parametersUpdateExtensionImageExtensionImageUpdateParameters0 = catparametersUpdateExtensionImageExtensionImageUpdateParameters0.category('update-parameters')
.description($('Commands to manage configuration of extension-image in the parameter file.'));
- var setparametersUpdateExtensionImageExtensionImageUpdateParameters0 = parametersUpdateExtensionImageExtensionImageUpdateParameters0.category('set')
+ var setparametersUpdateExtensionImageExtensionImageUpdateParameters0 = parametersUpdateExtensionImageExtensionImageUpdateParameters0.category('extension-image-update-parameters')
.description($('Commands to set components of extension-image in update-parameters file.'));
- setparametersUpdateExtensionImageExtensionImageUpdateParameters0.command('extension-image-update-parameters')
+ setparametersUpdateExtensionImageExtensionImageUpdateParameters0.command('set')
.description($('Set extension-image-update-parameters in update-parameters string or files, e.g. \r\n{\r\n "blockRoleUponFailure":null,\r\n "certificate":{\r\n "storeLocation":"",\r\n "storeName":"",\r\n "thumbprintAlgorithm":"",\r\n "thumbprintRequired":null\r\n },\r\n "companyName":"",\r\n "description":"",\r\n "disallowMajorVersionUpgrade":null,\r\n "eula":"",\r\n "extensionEndpoints":{\r\n "inputEndpoints":[\r\n {\r\n "localPort":"",\r\n "name":"",\r\n "port":0,\r\n "protocol":""\r\n }\r\n ],\r\n "instanceInputEndpoints":[\r\n {\r\n "fixedPortMax":0,\r\n "fixedPortMin":0,\r\n "localPort":"",\r\n "name":"",\r\n "protocol":""\r\n }\r\n ],\r\n "internalEndpoints":[\r\n {\r\n "name":"",\r\n "port":0,\r\n "protocol":""\r\n }\r\n ]\r\n },\r\n "homepageUri":"",\r\n "hostingResources":"",\r\n "isInternalExtension":null,\r\n "isJsonExtension":null,\r\n "label":"",\r\n "localResources":[\r\n {\r\n "name":"",\r\n "sizeInMB":null\r\n }\r\n ],\r\n "mediaLink":"",\r\n "privacyUri":"",\r\n "privateConfigurationSchema":"",\r\n "providerNameSpace":"",\r\n "publicConfigurationSchema":"",\r\n "publishedDate":null,\r\n "publisherName":"",\r\n "regions":"",\r\n "replicationCompleted":null,\r\n "sampleConfig":"",\r\n "supportedOS":"",\r\n "type":"",\r\n "version":""\r\n}\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -11532,9 +11532,9 @@ exports.init = function (cli) {
var catparametersUpdateExtensionImageExtensionImageUpdateParameters1 = cli.category('invoke').description('Commands to invoke service management operations.').category('extension-image');
var parametersUpdateExtensionImageExtensionImageUpdateParameters1 = catparametersUpdateExtensionImageExtensionImageUpdateParameters1.category('update-parameters')
.description($('Commands to manage configuration of extension-image in the parameter file.'));
- var removeparametersUpdateExtensionImageExtensionImageUpdateParameters1 = parametersUpdateExtensionImageExtensionImageUpdateParameters1.category('remove')
+ var removeparametersUpdateExtensionImageExtensionImageUpdateParameters1 = parametersUpdateExtensionImageExtensionImageUpdateParameters1.category('extension-image-update-parameters')
.description($('Commands to remove components of extension-image in update-parameters file.'));
- removeparametersUpdateExtensionImageExtensionImageUpdateParameters1.command('extension-image-update-parameters')
+ removeparametersUpdateExtensionImageExtensionImageUpdateParameters1.command('remove')
.description($('Remove extension-image-update-parameters in update-parameters string or files, e.g. \r\n{\r\n "blockRoleUponFailure":null,\r\n "certificate":{\r\n "storeLocation":"",\r\n "storeName":"",\r\n "thumbprintAlgorithm":"",\r\n "thumbprintRequired":null\r\n },\r\n "companyName":"",\r\n "description":"",\r\n "disallowMajorVersionUpgrade":null,\r\n "eula":"",\r\n "extensionEndpoints":{\r\n "inputEndpoints":[\r\n {\r\n "localPort":"",\r\n "name":"",\r\n "port":0,\r\n "protocol":""\r\n }\r\n ],\r\n "instanceInputEndpoints":[\r\n {\r\n "fixedPortMax":0,\r\n "fixedPortMin":0,\r\n "localPort":"",\r\n "name":"",\r\n "protocol":""\r\n }\r\n ],\r\n "internalEndpoints":[\r\n {\r\n "name":"",\r\n "port":0,\r\n "protocol":""\r\n }\r\n ]\r\n },\r\n "homepageUri":"",\r\n "hostingResources":"",\r\n "isInternalExtension":null,\r\n "isJsonExtension":null,\r\n "label":"",\r\n "localResources":[\r\n {\r\n "name":"",\r\n "sizeInMB":null\r\n }\r\n ],\r\n "mediaLink":"",\r\n "privacyUri":"",\r\n "privateConfigurationSchema":"",\r\n "providerNameSpace":"",\r\n "publicConfigurationSchema":"",\r\n "publishedDate":null,\r\n "publisherName":"",\r\n "regions":"",\r\n "replicationCompleted":null,\r\n "sampleConfig":"",\r\n "supportedOS":"",\r\n "type":"",\r\n "version":""\r\n}\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -11701,9 +11701,9 @@ exports.init = function (cli) {
var catparametersUpdateExtensionImageExtensionImageUpdateParameters2 = cli.category('invoke').description('Commands to invoke service management operations.').category('extension-image');
var parametersUpdateExtensionImageExtensionImageUpdateParameters2 = catparametersUpdateExtensionImageExtensionImageUpdateParameters2.category('update-parameters')
.description($('Commands to manage configuration of extension-image in the parameter file.'));
- var addparametersUpdateExtensionImageExtensionImageUpdateParameters2 = parametersUpdateExtensionImageExtensionImageUpdateParameters2.category('add')
+ var addparametersUpdateExtensionImageExtensionImageUpdateParameters2 = parametersUpdateExtensionImageExtensionImageUpdateParameters2.category('extension-image-update-parameters')
.description($('Commands to add components of extension-image in update-parameters file.'));
- addparametersUpdateExtensionImageExtensionImageUpdateParameters2.command('extension-image-update-parameters')
+ addparametersUpdateExtensionImageExtensionImageUpdateParameters2.command('add')
.description($('Add extension-image-update-parameters in update-parameters string or files, e.g. \r\n{\r\n "blockRoleUponFailure":null,\r\n "certificate":{\r\n "storeLocation":"",\r\n "storeName":"",\r\n "thumbprintAlgorithm":"",\r\n "thumbprintRequired":null\r\n },\r\n "companyName":"",\r\n "description":"",\r\n "disallowMajorVersionUpgrade":null,\r\n "eula":"",\r\n "extensionEndpoints":{\r\n "inputEndpoints":[\r\n {\r\n "localPort":"",\r\n "name":"",\r\n "port":0,\r\n "protocol":""\r\n }\r\n ],\r\n "instanceInputEndpoints":[\r\n {\r\n "fixedPortMax":0,\r\n "fixedPortMin":0,\r\n "localPort":"",\r\n "name":"",\r\n "protocol":""\r\n }\r\n ],\r\n "internalEndpoints":[\r\n {\r\n "name":"",\r\n "port":0,\r\n "protocol":""\r\n }\r\n ]\r\n },\r\n "homepageUri":"",\r\n "hostingResources":"",\r\n "isInternalExtension":null,\r\n "isJsonExtension":null,\r\n "label":"",\r\n "localResources":[\r\n {\r\n "name":"",\r\n "sizeInMB":null\r\n }\r\n ],\r\n "mediaLink":"",\r\n "privacyUri":"",\r\n "privateConfigurationSchema":"",\r\n "providerNameSpace":"",\r\n "publicConfigurationSchema":"",\r\n "publishedDate":null,\r\n "publisherName":"",\r\n "regions":"",\r\n "replicationCompleted":null,\r\n "sampleConfig":"",\r\n "supportedOS":"",\r\n "type":"",\r\n "version":""\r\n}\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -12033,9 +12033,9 @@ exports.init = function (cli) {
var catparametersUpdateExtensionImageCertificate0 = cli.category('invoke').description('Commands to invoke service management operations.').category('extension-image');
var parametersUpdateExtensionImageCertificate0 = catparametersUpdateExtensionImageCertificate0.category('update-parameters')
.description($('Commands to manage configuration of extension-image in the parameter file.'));
- var setparametersUpdateExtensionImageCertificate0 = parametersUpdateExtensionImageCertificate0.category('set')
+ var setparametersUpdateExtensionImageCertificate0 = parametersUpdateExtensionImageCertificate0.category('certificate')
.description($('Commands to set components of extension-image in update-parameters file.'));
- setparametersUpdateExtensionImageCertificate0.command('certificate')
+ setparametersUpdateExtensionImageCertificate0.command('set')
.description($('Set certificate in update-parameters string or files, e.g. \r\n {\r\n ...\r\n "certificate" : {\r\n "storeLocation":"",\r\n "storeName":"",\r\n "thumbprintAlgorithm":"",\r\n "thumbprintRequired":null\r\n }\r\n ...\r\n }\r\n\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -12115,9 +12115,9 @@ exports.init = function (cli) {
var catparametersUpdateExtensionImageCertificate1 = cli.category('invoke').description('Commands to invoke service management operations.').category('extension-image');
var parametersUpdateExtensionImageCertificate1 = catparametersUpdateExtensionImageCertificate1.category('update-parameters')
.description($('Commands to manage configuration of extension-image in the parameter file.'));
- var removeparametersUpdateExtensionImageCertificate1 = parametersUpdateExtensionImageCertificate1.category('remove')
+ var removeparametersUpdateExtensionImageCertificate1 = parametersUpdateExtensionImageCertificate1.category('certificate')
.description($('Commands to remove components of extension-image in update-parameters file.'));
- removeparametersUpdateExtensionImageCertificate1.command('certificate')
+ removeparametersUpdateExtensionImageCertificate1.command('remove')
.description($('Remove certificate in update-parameters string or files, e.g. \r\n {\r\n ...\r\n "certificate" : {\r\n "storeLocation":"",\r\n "storeName":"",\r\n "thumbprintAlgorithm":"",\r\n "thumbprintRequired":null\r\n }\r\n ...\r\n }\r\n\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -12174,9 +12174,9 @@ exports.init = function (cli) {
var catparametersUpdateExtensionImageCertificate2 = cli.category('invoke').description('Commands to invoke service management operations.').category('extension-image');
var parametersUpdateExtensionImageCertificate2 = catparametersUpdateExtensionImageCertificate2.category('update-parameters')
.description($('Commands to manage configuration of extension-image in the parameter file.'));
- var addparametersUpdateExtensionImageCertificate2 = parametersUpdateExtensionImageCertificate2.category('add')
+ var addparametersUpdateExtensionImageCertificate2 = parametersUpdateExtensionImageCertificate2.category('certificate')
.description($('Commands to add components of extension-image in update-parameters file.'));
- addparametersUpdateExtensionImageCertificate2.command('certificate')
+ addparametersUpdateExtensionImageCertificate2.command('add')
.description($('Add certificate in update-parameters string or files, e.g. \r\n {\r\n ...\r\n "certificate" : {\r\n "storeLocation":"",\r\n "storeName":"",\r\n "thumbprintAlgorithm":"",\r\n "thumbprintRequired":null\r\n }\r\n ...\r\n }\r\n\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -12260,9 +12260,9 @@ exports.init = function (cli) {
var catparametersUpdateExtensionImageExtensionEndpoints1 = cli.category('invoke').description('Commands to invoke service management operations.').category('extension-image');
var parametersUpdateExtensionImageExtensionEndpoints1 = catparametersUpdateExtensionImageExtensionEndpoints1.category('update-parameters')
.description($('Commands to manage configuration of extension-image in the parameter file.'));
- var removeparametersUpdateExtensionImageExtensionEndpoints1 = parametersUpdateExtensionImageExtensionEndpoints1.category('remove')
+ var removeparametersUpdateExtensionImageExtensionEndpoints1 = parametersUpdateExtensionImageExtensionEndpoints1.category('extension-endpoints')
.description($('Commands to remove components of extension-image in update-parameters file.'));
- removeparametersUpdateExtensionImageExtensionEndpoints1.command('extension-endpoints')
+ removeparametersUpdateExtensionImageExtensionEndpoints1.command('remove')
.description($('Remove extension-endpoints in update-parameters string or files, e.g. \r\n {\r\n ...\r\n "extensionEndpoints" : {\r\n "inputEndpoints":[\r\n {\r\n "localPort":"",\r\n "name":"",\r\n "port":0,\r\n "protocol":""\r\n }\r\n ],\r\n "instanceInputEndpoints":[\r\n {\r\n "fixedPortMax":0,\r\n "fixedPortMin":0,\r\n "localPort":"",\r\n "name":"",\r\n "protocol":""\r\n }\r\n ],\r\n "internalEndpoints":[\r\n {\r\n "name":"",\r\n "port":0,\r\n "protocol":""\r\n }\r\n ]\r\n }\r\n ...\r\n }\r\n\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -12314,9 +12314,9 @@ exports.init = function (cli) {
var catparametersUpdateExtensionImageExtensionEndpoints2 = cli.category('invoke').description('Commands to invoke service management operations.').category('extension-image');
var parametersUpdateExtensionImageExtensionEndpoints2 = catparametersUpdateExtensionImageExtensionEndpoints2.category('update-parameters')
.description($('Commands to manage configuration of extension-image in the parameter file.'));
- var addparametersUpdateExtensionImageExtensionEndpoints2 = parametersUpdateExtensionImageExtensionEndpoints2.category('add')
+ var addparametersUpdateExtensionImageExtensionEndpoints2 = parametersUpdateExtensionImageExtensionEndpoints2.category('extension-endpoints')
.description($('Commands to add components of extension-image in update-parameters file.'));
- addparametersUpdateExtensionImageExtensionEndpoints2.command('extension-endpoints')
+ addparametersUpdateExtensionImageExtensionEndpoints2.command('add')
.description($('Add extension-endpoints in update-parameters string or files, e.g. \r\n {\r\n ...\r\n "extensionEndpoints" : {\r\n "inputEndpoints":[\r\n {\r\n "localPort":"",\r\n "name":"",\r\n "port":0,\r\n "protocol":""\r\n }\r\n ],\r\n "instanceInputEndpoints":[\r\n {\r\n "fixedPortMax":0,\r\n "fixedPortMin":0,\r\n "localPort":"",\r\n "name":"",\r\n "protocol":""\r\n }\r\n ],\r\n "internalEndpoints":[\r\n {\r\n "name":"",\r\n "port":0,\r\n "protocol":""\r\n }\r\n ]\r\n }\r\n ...\r\n }\r\n\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -12388,9 +12388,9 @@ exports.init = function (cli) {
var catparametersUpdateExtensionImageInputEndpoints0 = cli.category('invoke').description('Commands to invoke service management operations.').category('extension-image');
var parametersUpdateExtensionImageInputEndpoints0 = catparametersUpdateExtensionImageInputEndpoints0.category('update-parameters')
.description($('Commands to manage configuration of extension-image in the parameter file.'));
- var setparametersUpdateExtensionImageInputEndpoints0 = parametersUpdateExtensionImageInputEndpoints0.category('set')
+ var setparametersUpdateExtensionImageInputEndpoints0 = parametersUpdateExtensionImageInputEndpoints0.category('input-endpoints')
.description($('Commands to set components of extension-image in update-parameters file.'));
- setparametersUpdateExtensionImageInputEndpoints0.command('input-endpoints')
+ setparametersUpdateExtensionImageInputEndpoints0.command('set')
.description($('Set input-endpoints in update-parameters string or files, e.g. \r\n {\r\n ...\r\n "inputEndpoints" : {\r\n "localPort":"",\r\n "name":"",\r\n "port":0,\r\n "protocol":""\r\n }\r\n ...\r\n }\r\n\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -12474,9 +12474,9 @@ exports.init = function (cli) {
var catparametersUpdateExtensionImageInputEndpoints1 = cli.category('invoke').description('Commands to invoke service management operations.').category('extension-image');
var parametersUpdateExtensionImageInputEndpoints1 = catparametersUpdateExtensionImageInputEndpoints1.category('update-parameters')
.description($('Commands to manage configuration of extension-image in the parameter file.'));
- var removeparametersUpdateExtensionImageInputEndpoints1 = parametersUpdateExtensionImageInputEndpoints1.category('remove')
+ var removeparametersUpdateExtensionImageInputEndpoints1 = parametersUpdateExtensionImageInputEndpoints1.category('input-endpoints')
.description($('Commands to remove components of extension-image in update-parameters file.'));
- removeparametersUpdateExtensionImageInputEndpoints1.command('input-endpoints')
+ removeparametersUpdateExtensionImageInputEndpoints1.command('remove')
.description($('Remove input-endpoints in update-parameters string or files, e.g. \r\n {\r\n ...\r\n "inputEndpoints" : {\r\n "localPort":"",\r\n "name":"",\r\n "port":0,\r\n "protocol":""\r\n }\r\n ...\r\n }\r\n\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -12534,9 +12534,9 @@ exports.init = function (cli) {
var catparametersUpdateExtensionImageInputEndpoints2 = cli.category('invoke').description('Commands to invoke service management operations.').category('extension-image');
var parametersUpdateExtensionImageInputEndpoints2 = catparametersUpdateExtensionImageInputEndpoints2.category('update-parameters')
.description($('Commands to manage configuration of extension-image in the parameter file.'));
- var addparametersUpdateExtensionImageInputEndpoints2 = parametersUpdateExtensionImageInputEndpoints2.category('add')
+ var addparametersUpdateExtensionImageInputEndpoints2 = parametersUpdateExtensionImageInputEndpoints2.category('input-endpoints')
.description($('Commands to add components of extension-image in update-parameters file.'));
- addparametersUpdateExtensionImageInputEndpoints2.command('input-endpoints')
+ addparametersUpdateExtensionImageInputEndpoints2.command('add')
.description($('Add input-endpoints in update-parameters string or files, e.g. \r\n {\r\n ...\r\n "inputEndpoints" : {\r\n "localPort":"",\r\n "name":"",\r\n "port":0,\r\n "protocol":""\r\n }\r\n ...\r\n }\r\n\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -12619,9 +12619,9 @@ exports.init = function (cli) {
var catparametersUpdateExtensionImageInstanceInputEndpoints0 = cli.category('invoke').description('Commands to invoke service management operations.').category('extension-image');
var parametersUpdateExtensionImageInstanceInputEndpoints0 = catparametersUpdateExtensionImageInstanceInputEndpoints0.category('update-parameters')
.description($('Commands to manage configuration of extension-image in the parameter file.'));
- var setparametersUpdateExtensionImageInstanceInputEndpoints0 = parametersUpdateExtensionImageInstanceInputEndpoints0.category('set')
+ var setparametersUpdateExtensionImageInstanceInputEndpoints0 = parametersUpdateExtensionImageInstanceInputEndpoints0.category('instance-input-endpoints')
.description($('Commands to set components of extension-image in update-parameters file.'));
- setparametersUpdateExtensionImageInstanceInputEndpoints0.command('instance-input-endpoints')
+ setparametersUpdateExtensionImageInstanceInputEndpoints0.command('set')
.description($('Set instance-input-endpoints in update-parameters string or files, e.g. \r\n {\r\n ...\r\n "instanceInputEndpoints" : {\r\n "fixedPortMax":0,\r\n "fixedPortMin":0,\r\n "localPort":"",\r\n "name":"",\r\n "protocol":""\r\n }\r\n ...\r\n }\r\n\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -12716,9 +12716,9 @@ exports.init = function (cli) {
var catparametersUpdateExtensionImageInstanceInputEndpoints1 = cli.category('invoke').description('Commands to invoke service management operations.').category('extension-image');
var parametersUpdateExtensionImageInstanceInputEndpoints1 = catparametersUpdateExtensionImageInstanceInputEndpoints1.category('update-parameters')
.description($('Commands to manage configuration of extension-image in the parameter file.'));
- var removeparametersUpdateExtensionImageInstanceInputEndpoints1 = parametersUpdateExtensionImageInstanceInputEndpoints1.category('remove')
+ var removeparametersUpdateExtensionImageInstanceInputEndpoints1 = parametersUpdateExtensionImageInstanceInputEndpoints1.category('instance-input-endpoints')
.description($('Commands to remove components of extension-image in update-parameters file.'));
- removeparametersUpdateExtensionImageInstanceInputEndpoints1.command('instance-input-endpoints')
+ removeparametersUpdateExtensionImageInstanceInputEndpoints1.command('remove')
.description($('Remove instance-input-endpoints in update-parameters string or files, e.g. \r\n {\r\n ...\r\n "instanceInputEndpoints" : {\r\n "fixedPortMax":0,\r\n "fixedPortMin":0,\r\n "localPort":"",\r\n "name":"",\r\n "protocol":""\r\n }\r\n ...\r\n }\r\n\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -12781,9 +12781,9 @@ exports.init = function (cli) {
var catparametersUpdateExtensionImageInstanceInputEndpoints2 = cli.category('invoke').description('Commands to invoke service management operations.').category('extension-image');
var parametersUpdateExtensionImageInstanceInputEndpoints2 = catparametersUpdateExtensionImageInstanceInputEndpoints2.category('update-parameters')
.description($('Commands to manage configuration of extension-image in the parameter file.'));
- var addparametersUpdateExtensionImageInstanceInputEndpoints2 = parametersUpdateExtensionImageInstanceInputEndpoints2.category('add')
+ var addparametersUpdateExtensionImageInstanceInputEndpoints2 = parametersUpdateExtensionImageInstanceInputEndpoints2.category('instance-input-endpoints')
.description($('Commands to add components of extension-image in update-parameters file.'));
- addparametersUpdateExtensionImageInstanceInputEndpoints2.command('instance-input-endpoints')
+ addparametersUpdateExtensionImageInstanceInputEndpoints2.command('add')
.description($('Add instance-input-endpoints in update-parameters string or files, e.g. \r\n {\r\n ...\r\n "instanceInputEndpoints" : {\r\n "fixedPortMax":0,\r\n "fixedPortMin":0,\r\n "localPort":"",\r\n "name":"",\r\n "protocol":""\r\n }\r\n ...\r\n }\r\n\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -12877,9 +12877,9 @@ exports.init = function (cli) {
var catparametersUpdateExtensionImageInternalEndpoints0 = cli.category('invoke').description('Commands to invoke service management operations.').category('extension-image');
var parametersUpdateExtensionImageInternalEndpoints0 = catparametersUpdateExtensionImageInternalEndpoints0.category('update-parameters')
.description($('Commands to manage configuration of extension-image in the parameter file.'));
- var setparametersUpdateExtensionImageInternalEndpoints0 = parametersUpdateExtensionImageInternalEndpoints0.category('set')
+ var setparametersUpdateExtensionImageInternalEndpoints0 = parametersUpdateExtensionImageInternalEndpoints0.category('internal-endpoints')
.description($('Commands to set components of extension-image in update-parameters file.'));
- setparametersUpdateExtensionImageInternalEndpoints0.command('internal-endpoints')
+ setparametersUpdateExtensionImageInternalEndpoints0.command('set')
.description($('Set internal-endpoints in update-parameters string or files, e.g. \r\n {\r\n ...\r\n "internalEndpoints" : {\r\n "name":"",\r\n "port":0,\r\n "protocol":""\r\n }\r\n ...\r\n }\r\n\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -12952,9 +12952,9 @@ exports.init = function (cli) {
var catparametersUpdateExtensionImageInternalEndpoints1 = cli.category('invoke').description('Commands to invoke service management operations.').category('extension-image');
var parametersUpdateExtensionImageInternalEndpoints1 = catparametersUpdateExtensionImageInternalEndpoints1.category('update-parameters')
.description($('Commands to manage configuration of extension-image in the parameter file.'));
- var removeparametersUpdateExtensionImageInternalEndpoints1 = parametersUpdateExtensionImageInternalEndpoints1.category('remove')
+ var removeparametersUpdateExtensionImageInternalEndpoints1 = parametersUpdateExtensionImageInternalEndpoints1.category('internal-endpoints')
.description($('Commands to remove components of extension-image in update-parameters file.'));
- removeparametersUpdateExtensionImageInternalEndpoints1.command('internal-endpoints')
+ removeparametersUpdateExtensionImageInternalEndpoints1.command('remove')
.description($('Remove internal-endpoints in update-parameters string or files, e.g. \r\n {\r\n ...\r\n "internalEndpoints" : {\r\n "name":"",\r\n "port":0,\r\n "protocol":""\r\n }\r\n ...\r\n }\r\n\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -13007,9 +13007,9 @@ exports.init = function (cli) {
var catparametersUpdateExtensionImageInternalEndpoints2 = cli.category('invoke').description('Commands to invoke service management operations.').category('extension-image');
var parametersUpdateExtensionImageInternalEndpoints2 = catparametersUpdateExtensionImageInternalEndpoints2.category('update-parameters')
.description($('Commands to manage configuration of extension-image in the parameter file.'));
- var addparametersUpdateExtensionImageInternalEndpoints2 = parametersUpdateExtensionImageInternalEndpoints2.category('add')
+ var addparametersUpdateExtensionImageInternalEndpoints2 = parametersUpdateExtensionImageInternalEndpoints2.category('internal-endpoints')
.description($('Commands to add components of extension-image in update-parameters file.'));
- addparametersUpdateExtensionImageInternalEndpoints2.command('internal-endpoints')
+ addparametersUpdateExtensionImageInternalEndpoints2.command('add')
.description($('Add internal-endpoints in update-parameters string or files, e.g. \r\n {\r\n ...\r\n "internalEndpoints" : {\r\n "name":"",\r\n "port":0,\r\n "protocol":""\r\n }\r\n ...\r\n }\r\n\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -13081,9 +13081,9 @@ exports.init = function (cli) {
var catparametersUpdateExtensionImageLocalResources0 = cli.category('invoke').description('Commands to invoke service management operations.').category('extension-image');
var parametersUpdateExtensionImageLocalResources0 = catparametersUpdateExtensionImageLocalResources0.category('update-parameters')
.description($('Commands to manage configuration of extension-image in the parameter file.'));
- var setparametersUpdateExtensionImageLocalResources0 = parametersUpdateExtensionImageLocalResources0.category('set')
+ var setparametersUpdateExtensionImageLocalResources0 = parametersUpdateExtensionImageLocalResources0.category('local-resources')
.description($('Commands to set components of extension-image in update-parameters file.'));
- setparametersUpdateExtensionImageLocalResources0.command('local-resources')
+ setparametersUpdateExtensionImageLocalResources0.command('set')
.description($('Set local-resources in update-parameters string or files, e.g. \r\n {\r\n ...\r\n "localResources" : {\r\n "name":"",\r\n "sizeInMB":null\r\n }\r\n ...\r\n }\r\n\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -13145,9 +13145,9 @@ exports.init = function (cli) {
var catparametersUpdateExtensionImageLocalResources1 = cli.category('invoke').description('Commands to invoke service management operations.').category('extension-image');
var parametersUpdateExtensionImageLocalResources1 = catparametersUpdateExtensionImageLocalResources1.category('update-parameters')
.description($('Commands to manage configuration of extension-image in the parameter file.'));
- var removeparametersUpdateExtensionImageLocalResources1 = parametersUpdateExtensionImageLocalResources1.category('remove')
+ var removeparametersUpdateExtensionImageLocalResources1 = parametersUpdateExtensionImageLocalResources1.category('local-resources')
.description($('Commands to remove components of extension-image in update-parameters file.'));
- removeparametersUpdateExtensionImageLocalResources1.command('local-resources')
+ removeparametersUpdateExtensionImageLocalResources1.command('remove')
.description($('Remove local-resources in update-parameters string or files, e.g. \r\n {\r\n ...\r\n "localResources" : {\r\n "name":"",\r\n "sizeInMB":null\r\n }\r\n ...\r\n }\r\n\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -13195,9 +13195,9 @@ exports.init = function (cli) {
var catparametersUpdateExtensionImageLocalResources2 = cli.category('invoke').description('Commands to invoke service management operations.').category('extension-image');
var parametersUpdateExtensionImageLocalResources2 = catparametersUpdateExtensionImageLocalResources2.category('update-parameters')
.description($('Commands to manage configuration of extension-image in the parameter file.'));
- var addparametersUpdateExtensionImageLocalResources2 = parametersUpdateExtensionImageLocalResources2.category('add')
+ var addparametersUpdateExtensionImageLocalResources2 = parametersUpdateExtensionImageLocalResources2.category('local-resources')
.description($('Commands to add components of extension-image in update-parameters file.'));
- addparametersUpdateExtensionImageLocalResources2.command('local-resources')
+ addparametersUpdateExtensionImageLocalResources2.command('add')
.description($('Add local-resources in update-parameters string or files, e.g. \r\n {\r\n ...\r\n "localResources" : {\r\n "name":"",\r\n "sizeInMB":null\r\n }\r\n ...\r\n }\r\n\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -13460,9 +13460,9 @@ exports.init = function (cli) {
var catparametersCreateHostedServiceHostedServiceCreateParameters0 = cli.category('invoke').description('Commands to invoke service management operations.').category('hosted-service');
var parametersCreateHostedServiceHostedServiceCreateParameters0 = catparametersCreateHostedServiceHostedServiceCreateParameters0.category('create-parameters')
.description($('Commands to manage configuration of hosted-service in the parameter file.'));
- var setparametersCreateHostedServiceHostedServiceCreateParameters0 = parametersCreateHostedServiceHostedServiceCreateParameters0.category('set')
+ var setparametersCreateHostedServiceHostedServiceCreateParameters0 = parametersCreateHostedServiceHostedServiceCreateParameters0.category('hosted-service-create-parameters')
.description($('Commands to set components of hosted-service in create-parameters file.'));
- setparametersCreateHostedServiceHostedServiceCreateParameters0.command('hosted-service-create-parameters')
+ setparametersCreateHostedServiceHostedServiceCreateParameters0.command('set')
.description($('Set hosted-service-create-parameters in create-parameters string or files, e.g. \r\n{\r\n "affinityGroup":"",\r\n "description":"",\r\n "extendedProperties":{\r\n },\r\n "label":"",\r\n "location":"",\r\n "reverseDnsFqdn":"",\r\n "serviceName":""\r\n}\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -13574,9 +13574,9 @@ exports.init = function (cli) {
var catparametersCreateHostedServiceHostedServiceCreateParameters1 = cli.category('invoke').description('Commands to invoke service management operations.').category('hosted-service');
var parametersCreateHostedServiceHostedServiceCreateParameters1 = catparametersCreateHostedServiceHostedServiceCreateParameters1.category('create-parameters')
.description($('Commands to manage configuration of hosted-service in the parameter file.'));
- var removeparametersCreateHostedServiceHostedServiceCreateParameters1 = parametersCreateHostedServiceHostedServiceCreateParameters1.category('remove')
+ var removeparametersCreateHostedServiceHostedServiceCreateParameters1 = parametersCreateHostedServiceHostedServiceCreateParameters1.category('hosted-service-create-parameters')
.description($('Commands to remove components of hosted-service in create-parameters file.'));
- removeparametersCreateHostedServiceHostedServiceCreateParameters1.command('hosted-service-create-parameters')
+ removeparametersCreateHostedServiceHostedServiceCreateParameters1.command('remove')
.description($('Remove hosted-service-create-parameters in create-parameters string or files, e.g. \r\n{\r\n "affinityGroup":"",\r\n "description":"",\r\n "extendedProperties":{\r\n },\r\n "label":"",\r\n "location":"",\r\n "reverseDnsFqdn":"",\r\n "serviceName":""\r\n}\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -13648,9 +13648,9 @@ exports.init = function (cli) {
var catparametersCreateHostedServiceHostedServiceCreateParameters2 = cli.category('invoke').description('Commands to invoke service management operations.').category('hosted-service');
var parametersCreateHostedServiceHostedServiceCreateParameters2 = catparametersCreateHostedServiceHostedServiceCreateParameters2.category('create-parameters')
.description($('Commands to manage configuration of hosted-service in the parameter file.'));
- var addparametersCreateHostedServiceHostedServiceCreateParameters2 = parametersCreateHostedServiceHostedServiceCreateParameters2.category('add')
+ var addparametersCreateHostedServiceHostedServiceCreateParameters2 = parametersCreateHostedServiceHostedServiceCreateParameters2.category('hosted-service-create-parameters')
.description($('Commands to add components of hosted-service in create-parameters file.'));
- addparametersCreateHostedServiceHostedServiceCreateParameters2.command('hosted-service-create-parameters')
+ addparametersCreateHostedServiceHostedServiceCreateParameters2.command('add')
.description($('Add hosted-service-create-parameters in create-parameters string or files, e.g. \r\n{\r\n "affinityGroup":"",\r\n "description":"",\r\n "extendedProperties":{\r\n },\r\n "label":"",\r\n "location":"",\r\n "reverseDnsFqdn":"",\r\n "serviceName":""\r\n}\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -14151,9 +14151,9 @@ exports.init = function (cli) {
var catparametersUpdateHostedServiceHostedServiceUpdateParameters0 = cli.category('invoke').description('Commands to invoke service management operations.').category('hosted-service');
var parametersUpdateHostedServiceHostedServiceUpdateParameters0 = catparametersUpdateHostedServiceHostedServiceUpdateParameters0.category('update-parameters')
.description($('Commands to manage configuration of hosted-service in the parameter file.'));
- var setparametersUpdateHostedServiceHostedServiceUpdateParameters0 = parametersUpdateHostedServiceHostedServiceUpdateParameters0.category('set')
+ var setparametersUpdateHostedServiceHostedServiceUpdateParameters0 = parametersUpdateHostedServiceHostedServiceUpdateParameters0.category('hosted-service-update-parameters')
.description($('Commands to set components of hosted-service in update-parameters file.'));
- setparametersUpdateHostedServiceHostedServiceUpdateParameters0.command('hosted-service-update-parameters')
+ setparametersUpdateHostedServiceHostedServiceUpdateParameters0.command('set')
.description($('Set hosted-service-update-parameters in update-parameters string or files, e.g. \r\n{\r\n "description":"",\r\n "extendedProperties":{\r\n },\r\n "label":"",\r\n "reverseDnsFqdn":""\r\n}\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -14232,9 +14232,9 @@ exports.init = function (cli) {
var catparametersUpdateHostedServiceHostedServiceUpdateParameters1 = cli.category('invoke').description('Commands to invoke service management operations.').category('hosted-service');
var parametersUpdateHostedServiceHostedServiceUpdateParameters1 = catparametersUpdateHostedServiceHostedServiceUpdateParameters1.category('update-parameters')
.description($('Commands to manage configuration of hosted-service in the parameter file.'));
- var removeparametersUpdateHostedServiceHostedServiceUpdateParameters1 = parametersUpdateHostedServiceHostedServiceUpdateParameters1.category('remove')
+ var removeparametersUpdateHostedServiceHostedServiceUpdateParameters1 = parametersUpdateHostedServiceHostedServiceUpdateParameters1.category('hosted-service-update-parameters')
.description($('Commands to remove components of hosted-service in update-parameters file.'));
- removeparametersUpdateHostedServiceHostedServiceUpdateParameters1.command('hosted-service-update-parameters')
+ removeparametersUpdateHostedServiceHostedServiceUpdateParameters1.command('remove')
.description($('Remove hosted-service-update-parameters in update-parameters string or files, e.g. \r\n{\r\n "description":"",\r\n "extendedProperties":{\r\n },\r\n "label":"",\r\n "reverseDnsFqdn":""\r\n}\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -14291,9 +14291,9 @@ exports.init = function (cli) {
var catparametersUpdateHostedServiceHostedServiceUpdateParameters2 = cli.category('invoke').description('Commands to invoke service management operations.').category('hosted-service');
var parametersUpdateHostedServiceHostedServiceUpdateParameters2 = catparametersUpdateHostedServiceHostedServiceUpdateParameters2.category('update-parameters')
.description($('Commands to manage configuration of hosted-service in the parameter file.'));
- var addparametersUpdateHostedServiceHostedServiceUpdateParameters2 = parametersUpdateHostedServiceHostedServiceUpdateParameters2.category('add')
+ var addparametersUpdateHostedServiceHostedServiceUpdateParameters2 = parametersUpdateHostedServiceHostedServiceUpdateParameters2.category('hosted-service-update-parameters')
.description($('Commands to add components of hosted-service in update-parameters file.'));
- addparametersUpdateHostedServiceHostedServiceUpdateParameters2.command('hosted-service-update-parameters')
+ addparametersUpdateHostedServiceHostedServiceUpdateParameters2.command('add')
.description($('Add hosted-service-update-parameters in update-parameters string or files, e.g. \r\n{\r\n "description":"",\r\n "extendedProperties":{\r\n },\r\n "label":"",\r\n "reverseDnsFqdn":""\r\n}\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -14494,9 +14494,9 @@ exports.init = function (cli) {
var catparametersCreateLoadBalancerLoadBalancerCreateParameters0 = cli.category('invoke').description('Commands to invoke service management operations.').category('load-balancer');
var parametersCreateLoadBalancerLoadBalancerCreateParameters0 = catparametersCreateLoadBalancerLoadBalancerCreateParameters0.category('create-parameters')
.description($('Commands to manage configuration of load-balancer in the parameter file.'));
- var setparametersCreateLoadBalancerLoadBalancerCreateParameters0 = parametersCreateLoadBalancerLoadBalancerCreateParameters0.category('set')
+ var setparametersCreateLoadBalancerLoadBalancerCreateParameters0 = parametersCreateLoadBalancerLoadBalancerCreateParameters0.category('load-balancer-create-parameters')
.description($('Commands to set components of load-balancer in create-parameters file.'));
- setparametersCreateLoadBalancerLoadBalancerCreateParameters0.command('load-balancer-create-parameters')
+ setparametersCreateLoadBalancerLoadBalancerCreateParameters0.command('set')
.description($('Set load-balancer-create-parameters in create-parameters string or files, e.g. \r\n{\r\n "frontendIPConfiguration":{\r\n "staticVirtualNetworkIPAddress":"",\r\n "subnetName":"",\r\n "type":""\r\n },\r\n "name":""\r\n}\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -14553,9 +14553,9 @@ exports.init = function (cli) {
var catparametersCreateLoadBalancerLoadBalancerCreateParameters1 = cli.category('invoke').description('Commands to invoke service management operations.').category('load-balancer');
var parametersCreateLoadBalancerLoadBalancerCreateParameters1 = catparametersCreateLoadBalancerLoadBalancerCreateParameters1.category('create-parameters')
.description($('Commands to manage configuration of load-balancer in the parameter file.'));
- var removeparametersCreateLoadBalancerLoadBalancerCreateParameters1 = parametersCreateLoadBalancerLoadBalancerCreateParameters1.category('remove')
+ var removeparametersCreateLoadBalancerLoadBalancerCreateParameters1 = parametersCreateLoadBalancerLoadBalancerCreateParameters1.category('load-balancer-create-parameters')
.description($('Commands to remove components of load-balancer in create-parameters file.'));
- removeparametersCreateLoadBalancerLoadBalancerCreateParameters1.command('load-balancer-create-parameters')
+ removeparametersCreateLoadBalancerLoadBalancerCreateParameters1.command('remove')
.description($('Remove load-balancer-create-parameters in create-parameters string or files, e.g. \r\n{\r\n "frontendIPConfiguration":{\r\n "staticVirtualNetworkIPAddress":"",\r\n "subnetName":"",\r\n "type":""\r\n },\r\n "name":""\r\n}\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -14602,9 +14602,9 @@ exports.init = function (cli) {
var catparametersCreateLoadBalancerLoadBalancerCreateParameters2 = cli.category('invoke').description('Commands to invoke service management operations.').category('load-balancer');
var parametersCreateLoadBalancerLoadBalancerCreateParameters2 = catparametersCreateLoadBalancerLoadBalancerCreateParameters2.category('create-parameters')
.description($('Commands to manage configuration of load-balancer in the parameter file.'));
- var addparametersCreateLoadBalancerLoadBalancerCreateParameters2 = parametersCreateLoadBalancerLoadBalancerCreateParameters2.category('add')
+ var addparametersCreateLoadBalancerLoadBalancerCreateParameters2 = parametersCreateLoadBalancerLoadBalancerCreateParameters2.category('load-balancer-create-parameters')
.description($('Commands to add components of load-balancer in create-parameters file.'));
- addparametersCreateLoadBalancerLoadBalancerCreateParameters2.command('load-balancer-create-parameters')
+ addparametersCreateLoadBalancerLoadBalancerCreateParameters2.command('add')
.description($('Add load-balancer-create-parameters in create-parameters string or files, e.g. \r\n{\r\n "frontendIPConfiguration":{\r\n "staticVirtualNetworkIPAddress":"",\r\n "subnetName":"",\r\n "type":""\r\n },\r\n "name":""\r\n}\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -14665,9 +14665,9 @@ exports.init = function (cli) {
var catparametersCreateLoadBalancerFrontendIPConfiguration0 = cli.category('invoke').description('Commands to invoke service management operations.').category('load-balancer');
var parametersCreateLoadBalancerFrontendIPConfiguration0 = catparametersCreateLoadBalancerFrontendIPConfiguration0.category('create-parameters')
.description($('Commands to manage configuration of load-balancer in the parameter file.'));
- var setparametersCreateLoadBalancerFrontendIPConfiguration0 = parametersCreateLoadBalancerFrontendIPConfiguration0.category('set')
+ var setparametersCreateLoadBalancerFrontendIPConfiguration0 = parametersCreateLoadBalancerFrontendIPConfiguration0.category('frontend-ip-configuration')
.description($('Commands to set components of load-balancer in create-parameters file.'));
- setparametersCreateLoadBalancerFrontendIPConfiguration0.command('frontend-ip-configuration')
+ setparametersCreateLoadBalancerFrontendIPConfiguration0.command('set')
.description($('Set frontend-ip-configuration in create-parameters string or files, e.g. \r\n {\r\n ...\r\n "frontendIPConfiguration" : {\r\n "staticVirtualNetworkIPAddress":"",\r\n "subnetName":"",\r\n "type":""\r\n }\r\n ...\r\n }\r\n\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -14735,9 +14735,9 @@ exports.init = function (cli) {
var catparametersCreateLoadBalancerFrontendIPConfiguration1 = cli.category('invoke').description('Commands to invoke service management operations.').category('load-balancer');
var parametersCreateLoadBalancerFrontendIPConfiguration1 = catparametersCreateLoadBalancerFrontendIPConfiguration1.category('create-parameters')
.description($('Commands to manage configuration of load-balancer in the parameter file.'));
- var removeparametersCreateLoadBalancerFrontendIPConfiguration1 = parametersCreateLoadBalancerFrontendIPConfiguration1.category('remove')
+ var removeparametersCreateLoadBalancerFrontendIPConfiguration1 = parametersCreateLoadBalancerFrontendIPConfiguration1.category('frontend-ip-configuration')
.description($('Commands to remove components of load-balancer in create-parameters file.'));
- removeparametersCreateLoadBalancerFrontendIPConfiguration1.command('frontend-ip-configuration')
+ removeparametersCreateLoadBalancerFrontendIPConfiguration1.command('remove')
.description($('Remove frontend-ip-configuration in create-parameters string or files, e.g. \r\n {\r\n ...\r\n "frontendIPConfiguration" : {\r\n "staticVirtualNetworkIPAddress":"",\r\n "subnetName":"",\r\n "type":""\r\n }\r\n ...\r\n }\r\n\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -14789,9 +14789,9 @@ exports.init = function (cli) {
var catparametersCreateLoadBalancerFrontendIPConfiguration2 = cli.category('invoke').description('Commands to invoke service management operations.').category('load-balancer');
var parametersCreateLoadBalancerFrontendIPConfiguration2 = catparametersCreateLoadBalancerFrontendIPConfiguration2.category('create-parameters')
.description($('Commands to manage configuration of load-balancer in the parameter file.'));
- var addparametersCreateLoadBalancerFrontendIPConfiguration2 = parametersCreateLoadBalancerFrontendIPConfiguration2.category('add')
+ var addparametersCreateLoadBalancerFrontendIPConfiguration2 = parametersCreateLoadBalancerFrontendIPConfiguration2.category('frontend-ip-configuration')
.description($('Commands to add components of load-balancer in create-parameters file.'));
- addparametersCreateLoadBalancerFrontendIPConfiguration2.command('frontend-ip-configuration')
+ addparametersCreateLoadBalancerFrontendIPConfiguration2.command('add')
.description($('Add frontend-ip-configuration in create-parameters string or files, e.g. \r\n {\r\n ...\r\n "frontendIPConfiguration" : {\r\n "staticVirtualNetworkIPAddress":"",\r\n "subnetName":"",\r\n "type":""\r\n }\r\n ...\r\n }\r\n\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -15027,9 +15027,9 @@ exports.init = function (cli) {
var catparametersUpdateLoadBalancerLoadBalancerUpdateParameters0 = cli.category('invoke').description('Commands to invoke service management operations.').category('load-balancer');
var parametersUpdateLoadBalancerLoadBalancerUpdateParameters0 = catparametersUpdateLoadBalancerLoadBalancerUpdateParameters0.category('update-parameters')
.description($('Commands to manage configuration of load-balancer in the parameter file.'));
- var setparametersUpdateLoadBalancerLoadBalancerUpdateParameters0 = parametersUpdateLoadBalancerLoadBalancerUpdateParameters0.category('set')
+ var setparametersUpdateLoadBalancerLoadBalancerUpdateParameters0 = parametersUpdateLoadBalancerLoadBalancerUpdateParameters0.category('load-balancer-update-parameters')
.description($('Commands to set components of load-balancer in update-parameters file.'));
- setparametersUpdateLoadBalancerLoadBalancerUpdateParameters0.command('load-balancer-update-parameters')
+ setparametersUpdateLoadBalancerLoadBalancerUpdateParameters0.command('set')
.description($('Set load-balancer-update-parameters in update-parameters string or files, e.g. \r\n{\r\n "frontendIPConfiguration":{\r\n "staticVirtualNetworkIPAddress":"",\r\n "subnetName":"",\r\n "type":""\r\n },\r\n "name":""\r\n}\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -15086,9 +15086,9 @@ exports.init = function (cli) {
var catparametersUpdateLoadBalancerLoadBalancerUpdateParameters1 = cli.category('invoke').description('Commands to invoke service management operations.').category('load-balancer');
var parametersUpdateLoadBalancerLoadBalancerUpdateParameters1 = catparametersUpdateLoadBalancerLoadBalancerUpdateParameters1.category('update-parameters')
.description($('Commands to manage configuration of load-balancer in the parameter file.'));
- var removeparametersUpdateLoadBalancerLoadBalancerUpdateParameters1 = parametersUpdateLoadBalancerLoadBalancerUpdateParameters1.category('remove')
+ var removeparametersUpdateLoadBalancerLoadBalancerUpdateParameters1 = parametersUpdateLoadBalancerLoadBalancerUpdateParameters1.category('load-balancer-update-parameters')
.description($('Commands to remove components of load-balancer in update-parameters file.'));
- removeparametersUpdateLoadBalancerLoadBalancerUpdateParameters1.command('load-balancer-update-parameters')
+ removeparametersUpdateLoadBalancerLoadBalancerUpdateParameters1.command('remove')
.description($('Remove load-balancer-update-parameters in update-parameters string or files, e.g. \r\n{\r\n "frontendIPConfiguration":{\r\n "staticVirtualNetworkIPAddress":"",\r\n "subnetName":"",\r\n "type":""\r\n },\r\n "name":""\r\n}\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -15135,9 +15135,9 @@ exports.init = function (cli) {
var catparametersUpdateLoadBalancerLoadBalancerUpdateParameters2 = cli.category('invoke').description('Commands to invoke service management operations.').category('load-balancer');
var parametersUpdateLoadBalancerLoadBalancerUpdateParameters2 = catparametersUpdateLoadBalancerLoadBalancerUpdateParameters2.category('update-parameters')
.description($('Commands to manage configuration of load-balancer in the parameter file.'));
- var addparametersUpdateLoadBalancerLoadBalancerUpdateParameters2 = parametersUpdateLoadBalancerLoadBalancerUpdateParameters2.category('add')
+ var addparametersUpdateLoadBalancerLoadBalancerUpdateParameters2 = parametersUpdateLoadBalancerLoadBalancerUpdateParameters2.category('load-balancer-update-parameters')
.description($('Commands to add components of load-balancer in update-parameters file.'));
- addparametersUpdateLoadBalancerLoadBalancerUpdateParameters2.command('load-balancer-update-parameters')
+ addparametersUpdateLoadBalancerLoadBalancerUpdateParameters2.command('add')
.description($('Add load-balancer-update-parameters in update-parameters string or files, e.g. \r\n{\r\n "frontendIPConfiguration":{\r\n "staticVirtualNetworkIPAddress":"",\r\n "subnetName":"",\r\n "type":""\r\n },\r\n "name":""\r\n}\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -15198,9 +15198,9 @@ exports.init = function (cli) {
var catparametersUpdateLoadBalancerFrontendIPConfiguration0 = cli.category('invoke').description('Commands to invoke service management operations.').category('load-balancer');
var parametersUpdateLoadBalancerFrontendIPConfiguration0 = catparametersUpdateLoadBalancerFrontendIPConfiguration0.category('update-parameters')
.description($('Commands to manage configuration of load-balancer in the parameter file.'));
- var setparametersUpdateLoadBalancerFrontendIPConfiguration0 = parametersUpdateLoadBalancerFrontendIPConfiguration0.category('set')
+ var setparametersUpdateLoadBalancerFrontendIPConfiguration0 = parametersUpdateLoadBalancerFrontendIPConfiguration0.category('frontend-ip-configuration')
.description($('Commands to set components of load-balancer in update-parameters file.'));
- setparametersUpdateLoadBalancerFrontendIPConfiguration0.command('frontend-ip-configuration')
+ setparametersUpdateLoadBalancerFrontendIPConfiguration0.command('set')
.description($('Set frontend-ip-configuration in update-parameters string or files, e.g. \r\n {\r\n ...\r\n "frontendIPConfiguration" : {\r\n "staticVirtualNetworkIPAddress":"",\r\n "subnetName":"",\r\n "type":""\r\n }\r\n ...\r\n }\r\n\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -15268,9 +15268,9 @@ exports.init = function (cli) {
var catparametersUpdateLoadBalancerFrontendIPConfiguration1 = cli.category('invoke').description('Commands to invoke service management operations.').category('load-balancer');
var parametersUpdateLoadBalancerFrontendIPConfiguration1 = catparametersUpdateLoadBalancerFrontendIPConfiguration1.category('update-parameters')
.description($('Commands to manage configuration of load-balancer in the parameter file.'));
- var removeparametersUpdateLoadBalancerFrontendIPConfiguration1 = parametersUpdateLoadBalancerFrontendIPConfiguration1.category('remove')
+ var removeparametersUpdateLoadBalancerFrontendIPConfiguration1 = parametersUpdateLoadBalancerFrontendIPConfiguration1.category('frontend-ip-configuration')
.description($('Commands to remove components of load-balancer in update-parameters file.'));
- removeparametersUpdateLoadBalancerFrontendIPConfiguration1.command('frontend-ip-configuration')
+ removeparametersUpdateLoadBalancerFrontendIPConfiguration1.command('remove')
.description($('Remove frontend-ip-configuration in update-parameters string or files, e.g. \r\n {\r\n ...\r\n "frontendIPConfiguration" : {\r\n "staticVirtualNetworkIPAddress":"",\r\n "subnetName":"",\r\n "type":""\r\n }\r\n ...\r\n }\r\n\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -15322,9 +15322,9 @@ exports.init = function (cli) {
var catparametersUpdateLoadBalancerFrontendIPConfiguration2 = cli.category('invoke').description('Commands to invoke service management operations.').category('load-balancer');
var parametersUpdateLoadBalancerFrontendIPConfiguration2 = catparametersUpdateLoadBalancerFrontendIPConfiguration2.category('update-parameters')
.description($('Commands to manage configuration of load-balancer in the parameter file.'));
- var addparametersUpdateLoadBalancerFrontendIPConfiguration2 = parametersUpdateLoadBalancerFrontendIPConfiguration2.category('add')
+ var addparametersUpdateLoadBalancerFrontendIPConfiguration2 = parametersUpdateLoadBalancerFrontendIPConfiguration2.category('frontend-ip-configuration')
.description($('Commands to add components of load-balancer in update-parameters file.'));
- addparametersUpdateLoadBalancerFrontendIPConfiguration2.command('frontend-ip-configuration')
+ addparametersUpdateLoadBalancerFrontendIPConfiguration2.command('add')
.description($('Add frontend-ip-configuration in update-parameters string or files, e.g. \r\n {\r\n ...\r\n "frontendIPConfiguration" : {\r\n "staticVirtualNetworkIPAddress":"",\r\n "subnetName":"",\r\n "type":""\r\n }\r\n ...\r\n }\r\n\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -15540,9 +15540,9 @@ exports.init = function (cli) {
var catparametersCreateServiceCertificateServiceCertificateCreateParameters0 = cli.category('invoke').description('Commands to invoke service management operations.').category('service-certificate');
var parametersCreateServiceCertificateServiceCertificateCreateParameters0 = catparametersCreateServiceCertificateServiceCertificateCreateParameters0.category('create-parameters')
.description($('Commands to manage configuration of service-certificate in the parameter file.'));
- var setparametersCreateServiceCertificateServiceCertificateCreateParameters0 = parametersCreateServiceCertificateServiceCertificateCreateParameters0.category('set')
+ var setparametersCreateServiceCertificateServiceCertificateCreateParameters0 = parametersCreateServiceCertificateServiceCertificateCreateParameters0.category('service-certificate-create-parameters')
.description($('Commands to set components of service-certificate in create-parameters file.'));
- setparametersCreateServiceCertificateServiceCertificateCreateParameters0.command('service-certificate-create-parameters')
+ setparametersCreateServiceCertificateServiceCertificateCreateParameters0.command('set')
.description($('Set service-certificate-create-parameters in create-parameters string or files, e.g. \r\n{\r\n "certificateFormat":0,\r\n "data":null,\r\n "password":""\r\n}\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -15610,9 +15610,9 @@ exports.init = function (cli) {
var catparametersCreateServiceCertificateServiceCertificateCreateParameters1 = cli.category('invoke').description('Commands to invoke service management operations.').category('service-certificate');
var parametersCreateServiceCertificateServiceCertificateCreateParameters1 = catparametersCreateServiceCertificateServiceCertificateCreateParameters1.category('create-parameters')
.description($('Commands to manage configuration of service-certificate in the parameter file.'));
- var removeparametersCreateServiceCertificateServiceCertificateCreateParameters1 = parametersCreateServiceCertificateServiceCertificateCreateParameters1.category('remove')
+ var removeparametersCreateServiceCertificateServiceCertificateCreateParameters1 = parametersCreateServiceCertificateServiceCertificateCreateParameters1.category('service-certificate-create-parameters')
.description($('Commands to remove components of service-certificate in create-parameters file.'));
- removeparametersCreateServiceCertificateServiceCertificateCreateParameters1.command('service-certificate-create-parameters')
+ removeparametersCreateServiceCertificateServiceCertificateCreateParameters1.command('remove')
.description($('Remove service-certificate-create-parameters in create-parameters string or files, e.g. \r\n{\r\n "certificateFormat":0,\r\n "data":null,\r\n "password":""\r\n}\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -15664,9 +15664,9 @@ exports.init = function (cli) {
var catparametersCreateServiceCertificateServiceCertificateCreateParameters2 = cli.category('invoke').description('Commands to invoke service management operations.').category('service-certificate');
var parametersCreateServiceCertificateServiceCertificateCreateParameters2 = catparametersCreateServiceCertificateServiceCertificateCreateParameters2.category('create-parameters')
.description($('Commands to manage configuration of service-certificate in the parameter file.'));
- var addparametersCreateServiceCertificateServiceCertificateCreateParameters2 = parametersCreateServiceCertificateServiceCertificateCreateParameters2.category('add')
+ var addparametersCreateServiceCertificateServiceCertificateCreateParameters2 = parametersCreateServiceCertificateServiceCertificateCreateParameters2.category('service-certificate-create-parameters')
.description($('Commands to add components of service-certificate in create-parameters file.'));
- addparametersCreateServiceCertificateServiceCertificateCreateParameters2.command('service-certificate-create-parameters')
+ addparametersCreateServiceCertificateServiceCertificateCreateParameters2.command('add')
.description($('Add service-certificate-create-parameters in create-parameters string or files, e.g. \r\n{\r\n "certificateFormat":0,\r\n "data":null,\r\n "password":""\r\n}\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -15738,9 +15738,9 @@ exports.init = function (cli) {
var catparametersCreateServiceCertificateCertificateFormat1 = cli.category('invoke').description('Commands to invoke service management operations.').category('service-certificate');
var parametersCreateServiceCertificateCertificateFormat1 = catparametersCreateServiceCertificateCertificateFormat1.category('create-parameters')
.description($('Commands to manage configuration of service-certificate in the parameter file.'));
- var removeparametersCreateServiceCertificateCertificateFormat1 = parametersCreateServiceCertificateCertificateFormat1.category('remove')
+ var removeparametersCreateServiceCertificateCertificateFormat1 = parametersCreateServiceCertificateCertificateFormat1.category('certificate-format')
.description($('Commands to remove components of service-certificate in create-parameters file.'));
- removeparametersCreateServiceCertificateCertificateFormat1.command('certificate-format')
+ removeparametersCreateServiceCertificateCertificateFormat1.command('remove')
.description($('Remove certificate-format in create-parameters string or files, e.g. \r\n {\r\n ...\r\n "certificateFormat" : 0\r\n ...\r\n }\r\n\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -15770,9 +15770,9 @@ exports.init = function (cli) {
var catparametersCreateServiceCertificateCertificateFormat2 = cli.category('invoke').description('Commands to invoke service management operations.').category('service-certificate');
var parametersCreateServiceCertificateCertificateFormat2 = catparametersCreateServiceCertificateCertificateFormat2.category('create-parameters')
.description($('Commands to manage configuration of service-certificate in the parameter file.'));
- var addparametersCreateServiceCertificateCertificateFormat2 = parametersCreateServiceCertificateCertificateFormat2.category('add')
+ var addparametersCreateServiceCertificateCertificateFormat2 = parametersCreateServiceCertificateCertificateFormat2.category('certificate-format')
.description($('Commands to add components of service-certificate in create-parameters file.'));
- addparametersCreateServiceCertificateCertificateFormat2.command('certificate-format')
+ addparametersCreateServiceCertificateCertificateFormat2.command('add')
.description($('Add certificate-format in create-parameters string or files, e.g. \r\n {\r\n ...\r\n "certificateFormat" : 0\r\n ...\r\n }\r\n\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -16050,9 +16050,9 @@ exports.init = function (cli) {
var catparametersCreateDataDiskVirtualMachineDiskVirtualMachineDataDiskCreateParameters0 = cli.category('invoke').description('Commands to invoke service management operations.').category('virtual-machine-disk');
var parametersCreateDataDiskVirtualMachineDiskVirtualMachineDataDiskCreateParameters0 = catparametersCreateDataDiskVirtualMachineDiskVirtualMachineDataDiskCreateParameters0.category('create-data-disk-parameters')
.description($('Commands to manage configuration of virtual-machine-disk in the parameter file.'));
- var setparametersCreateDataDiskVirtualMachineDiskVirtualMachineDataDiskCreateParameters0 = parametersCreateDataDiskVirtualMachineDiskVirtualMachineDataDiskCreateParameters0.category('set')
+ var setparametersCreateDataDiskVirtualMachineDiskVirtualMachineDataDiskCreateParameters0 = parametersCreateDataDiskVirtualMachineDiskVirtualMachineDataDiskCreateParameters0.category('virtual-machine-data-disk-create-parameters')
.description($('Commands to set components of virtual-machine-disk in create-data-disk-parameters file.'));
- setparametersCreateDataDiskVirtualMachineDiskVirtualMachineDataDiskCreateParameters0.command('virtual-machine-data-disk-create-parameters')
+ setparametersCreateDataDiskVirtualMachineDiskVirtualMachineDataDiskCreateParameters0.command('set')
.description($('Set virtual-machine-data-disk-create-parameters in create-data-disk-parameters string or files, e.g. \r\n{\r\n "hostCaching":"",\r\n "label":"",\r\n "logicalDiskSizeInGB":0,\r\n "logicalUnitNumber":null,\r\n "mediaLinkUri":"",\r\n "name":"",\r\n "sourceMediaLinkUri":""\r\n}\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -16164,9 +16164,9 @@ exports.init = function (cli) {
var catparametersCreateDataDiskVirtualMachineDiskVirtualMachineDataDiskCreateParameters1 = cli.category('invoke').description('Commands to invoke service management operations.').category('virtual-machine-disk');
var parametersCreateDataDiskVirtualMachineDiskVirtualMachineDataDiskCreateParameters1 = catparametersCreateDataDiskVirtualMachineDiskVirtualMachineDataDiskCreateParameters1.category('create-data-disk-parameters')
.description($('Commands to manage configuration of virtual-machine-disk in the parameter file.'));
- var removeparametersCreateDataDiskVirtualMachineDiskVirtualMachineDataDiskCreateParameters1 = parametersCreateDataDiskVirtualMachineDiskVirtualMachineDataDiskCreateParameters1.category('remove')
+ var removeparametersCreateDataDiskVirtualMachineDiskVirtualMachineDataDiskCreateParameters1 = parametersCreateDataDiskVirtualMachineDiskVirtualMachineDataDiskCreateParameters1.category('virtual-machine-data-disk-create-parameters')
.description($('Commands to remove components of virtual-machine-disk in create-data-disk-parameters file.'));
- removeparametersCreateDataDiskVirtualMachineDiskVirtualMachineDataDiskCreateParameters1.command('virtual-machine-data-disk-create-parameters')
+ removeparametersCreateDataDiskVirtualMachineDiskVirtualMachineDataDiskCreateParameters1.command('remove')
.description($('Remove virtual-machine-data-disk-create-parameters in create-data-disk-parameters string or files, e.g. \r\n{\r\n "hostCaching":"",\r\n "label":"",\r\n "logicalDiskSizeInGB":0,\r\n "logicalUnitNumber":null,\r\n "mediaLinkUri":"",\r\n "name":"",\r\n "sourceMediaLinkUri":""\r\n}\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -16238,9 +16238,9 @@ exports.init = function (cli) {
var catparametersCreateDataDiskVirtualMachineDiskVirtualMachineDataDiskCreateParameters2 = cli.category('invoke').description('Commands to invoke service management operations.').category('virtual-machine-disk');
var parametersCreateDataDiskVirtualMachineDiskVirtualMachineDataDiskCreateParameters2 = catparametersCreateDataDiskVirtualMachineDiskVirtualMachineDataDiskCreateParameters2.category('create-data-disk-parameters')
.description($('Commands to manage configuration of virtual-machine-disk in the parameter file.'));
- var addparametersCreateDataDiskVirtualMachineDiskVirtualMachineDataDiskCreateParameters2 = parametersCreateDataDiskVirtualMachineDiskVirtualMachineDataDiskCreateParameters2.category('add')
+ var addparametersCreateDataDiskVirtualMachineDiskVirtualMachineDataDiskCreateParameters2 = parametersCreateDataDiskVirtualMachineDiskVirtualMachineDataDiskCreateParameters2.category('virtual-machine-data-disk-create-parameters')
.description($('Commands to add components of virtual-machine-disk in create-data-disk-parameters file.'));
- addparametersCreateDataDiskVirtualMachineDiskVirtualMachineDataDiskCreateParameters2.command('virtual-machine-data-disk-create-parameters')
+ addparametersCreateDataDiskVirtualMachineDiskVirtualMachineDataDiskCreateParameters2.command('add')
.description($('Add virtual-machine-data-disk-create-parameters in create-data-disk-parameters string or files, e.g. \r\n{\r\n "hostCaching":"",\r\n "label":"",\r\n "logicalDiskSizeInGB":0,\r\n "logicalUnitNumber":null,\r\n "mediaLinkUri":"",\r\n "name":"",\r\n "sourceMediaLinkUri":""\r\n}\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file ', $('The parameter file path.'))
@@ -16458,9 +16458,9 @@ exports.init = function (cli) {
var catparametersCreateDiskVirtualMachineDiskVirtualMachineDiskCreateParameters0 = cli.category('invoke').description('Commands to invoke service management operations.').category('virtual-machine-disk');
var parametersCreateDiskVirtualMachineDiskVirtualMachineDiskCreateParameters0 = catparametersCreateDiskVirtualMachineDiskVirtualMachineDiskCreateParameters0.category('create-disk-parameters')
.description($('Commands to manage configuration of virtual-machine-disk in the parameter file.'));
- var setparametersCreateDiskVirtualMachineDiskVirtualMachineDiskCreateParameters0 = parametersCreateDiskVirtualMachineDiskVirtualMachineDiskCreateParameters0.category('set')
+ var setparametersCreateDiskVirtualMachineDiskVirtualMachineDiskCreateParameters0 = parametersCreateDiskVirtualMachineDiskVirtualMachineDiskCreateParameters0.category('virtual-machine-disk-create-parameters')
.description($('Commands to set components of virtual-machine-disk in create-disk-parameters file.'));
- setparametersCreateDiskVirtualMachineDiskVirtualMachineDiskCreateParameters0.command('virtual-machine-disk-create-parameters')
+ setparametersCreateDiskVirtualMachineDiskVirtualMachineDiskCreateParameters0.command('set')
.description($('Set virtual-machine-disk-create-parameters in create-disk-parameters string or files, e.g. \r\n{\r\n "label":"",\r\n "mediaLinkUri":"",\r\n "name":"",\r\n "operatingSystemType":""\r\n}\r\n There are two sets of commands:\r\n 1) function commands that are used to manage Azure resources in the cloud, and \r\n 2) parameter commands that generate & edit input files for the other set of commands.\r\n For example, \'vmss get/list/stop\' are the function commands that call get, list and stop operations of \r\n virtual machine scale set, whereas \'vmss config * generate/set/remove/add\' commands \r\n are used to configure the input parameter file. The \'vmss create-or-update\' command takes a parameter \r\n file as for the VM scale set configuration, and creates it online.'))
.usage('[options]')
.option('--parameter-file