From 72d57dd3b923056f159d6edfaa1300b805e1a4d2 Mon Sep 17 00:00:00 2001 From: Qi Pan <43341456+Pan-Qi@users.noreply.github.com> Date: Thu, 18 Dec 2025 18:37:47 +1100 Subject: [PATCH] update api version --- .../Properties/AssemblyInfo.cs | 4 +- .../NetworkCloud.Autorest/README.md | 6 +- .../bareMetalMachines.json | 2 +- .../cloudServicesNetworks.json | 2 +- .../clusterManagers.json | 2 +- .../clusters-bareMetalMachineKeySets.json | 2 +- .../clusters-bmcKeySets.json | 2 +- .../clusters-metricsConfigurations.json | 2 +- .../UX/Microsoft.NetworkCloud/clusters.json | 2 +- .../kubernetesClusters-agentPools.json | 2 +- .../kubernetesClusters-features.json | 2 +- .../kubernetesClusters.json | 2 +- .../UX/Microsoft.NetworkCloud/l2Networks.json | 2 +- .../UX/Microsoft.NetworkCloud/l3Networks.json | 2 +- .../UX/Microsoft.NetworkCloud/rackSkus.json | 2 +- .../UX/Microsoft.NetworkCloud/racks.json | 2 +- .../storageAppliances.json | 2 +- .../trunkedNetworks.json | 2 +- .../virtualMachines-consoles.json | 2 +- .../virtualMachines.json | 2 +- .../UX/Microsoft.NetworkCloud/volumes.json | 2 +- ...areMetalMachineConfigurationDataObject.ps1 | 3 +- ...-AzNetworkCloudNetworkAttachmentObject.ps1 | 33 +- .../docs/Az.NetworkCloud.md | 12 +- .../docs/Get-AzNetworkCloudAgentPool.md | 35 +- .../Get-AzNetworkCloudBareMetalMachine.md | 38 ++- ...et-AzNetworkCloudBareMetalMachineKeySet.md | 35 +- .../docs/Get-AzNetworkCloudBmcKeySet.md | 34 +- .../docs/Get-AzNetworkCloudCluster.md | 39 ++- .../docs/Get-AzNetworkCloudClusterManager.md | 38 ++- .../docs/Get-AzNetworkCloudConsole.md | 35 +- .../Get-AzNetworkCloudKubernetesCluster.md | 38 ++- ...-AzNetworkCloudKubernetesClusterFeature.md | 35 +- .../docs/Get-AzNetworkCloudL2Network.md | 39 ++- .../docs/Get-AzNetworkCloudL3Network.md | 39 ++- .../Get-AzNetworkCloudMetricsConfiguration.md | 35 +- .../docs/Get-AzNetworkCloudRack.md | 39 ++- .../docs/Get-AzNetworkCloudServicesNetwork.md | 38 ++- .../Get-AzNetworkCloudStorageAppliance.md | 38 ++- .../docs/Get-AzNetworkCloudTrunkedNetwork.md | 38 ++- .../docs/Get-AzNetworkCloudVirtualMachine.md | 38 ++- .../docs/Get-AzNetworkCloudVolume.md | 39 ++- ...NetworkCloudBareMetalMachineDataExtract.md | 3 +- ...udBareMetalMachineDataExtractRestricted.md | 304 ++++++++++++++++++ ...e-AzNetworkCloudBareMetalMachineReplace.md | 40 ++- ...zNetworkCloudBareMetalMachineRunCommand.md | 3 +- ...workCloudBareMetalMachineRunReadCommand.md | 3 +- ...BareMetalMachineConfigurationDataObject.md | 2 +- ...ew-AzNetworkCloudBareMetalMachineKeySet.md | 22 +- .../docs/New-AzNetworkCloudCluster.md | 31 +- .../docs/New-AzNetworkCloudClusterManager.md | 2 - ...w-AzNetworkCloudNetworkAttachmentObject.md | 36 +-- .../docs/New-AzNetworkCloudServicesNetwork.md | 51 ++- .../docs/New-AzNetworkCloudVirtualMachine.md | 101 +++++- .../docs/New-AzNetworkCloudVolume.md | 21 +- ...NetworkCloudStorageApplianceReadCommand.md | 300 +++++++++++++++++ .../docs/Update-AzNetworkCloudCluster.md | 37 ++- .../Update-AzNetworkCloudServicesNetwork.md | 55 +++- .../Update-AzNetworkCloudVirtualMachine.md | 108 +++---- ...udBareMetalMachineDataExtractRestricted.md | 22 ++ ...NetworkCloudStorageApplianceReadCommand.md | 22 ++ .../NetworkCloud.Autorest/generate-info.json | 2 +- ...etalMachineDataExtractRestricted.Tests.ps1 | 33 ++ ...CloudStorageApplianceReadCommand.Tests.ps1 | 33 ++ src/NetworkCloud/NetworkCloud.sln | 28 +- .../NetworkCloud/Az.NetworkCloud.psd1 | 12 +- .../NetworkCloud/help/Az.NetworkCloud.md | 58 ++-- .../help/Get-AzNetworkCloudAgentPool.md | 34 +- .../Get-AzNetworkCloudBareMetalMachine.md | 39 ++- ...et-AzNetworkCloudBareMetalMachineKeySet.md | 34 +- .../help/Get-AzNetworkCloudBmcKeySet.md | 35 +- .../help/Get-AzNetworkCloudCluster.md | 40 ++- .../help/Get-AzNetworkCloudClusterManager.md | 40 ++- .../help/Get-AzNetworkCloudConsole.md | 35 +- .../Get-AzNetworkCloudKubernetesCluster.md | 39 ++- ...-AzNetworkCloudKubernetesClusterFeature.md | 34 +- .../help/Get-AzNetworkCloudL2Network.md | 40 ++- .../help/Get-AzNetworkCloudL3Network.md | 40 ++- .../Get-AzNetworkCloudMetricsConfiguration.md | 34 +- .../help/Get-AzNetworkCloudRack.md | 40 ++- .../help/Get-AzNetworkCloudServicesNetwork.md | 39 ++- .../Get-AzNetworkCloudStorageAppliance.md | 39 ++- .../help/Get-AzNetworkCloudTrunkedNetwork.md | 40 ++- .../help/Get-AzNetworkCloudVirtualMachine.md | 40 ++- .../help/Get-AzNetworkCloudVolume.md | 40 ++- ...NetworkCloudBareMetalMachineDataExtract.md | 3 +- ...udBareMetalMachineDataExtractRestricted.md | 303 +++++++++++++++++ ...e-AzNetworkCloudBareMetalMachineReplace.md | 41 ++- ...zNetworkCloudBareMetalMachineRunCommand.md | 3 +- ...workCloudBareMetalMachineRunReadCommand.md | 3 +- ...BareMetalMachineConfigurationDataObject.md | 2 +- ...ew-AzNetworkCloudBareMetalMachineKeySet.md | 25 +- .../help/New-AzNetworkCloudCluster.md | 32 +- .../help/New-AzNetworkCloudClusterManager.md | 2 - ...w-AzNetworkCloudNetworkAttachmentObject.md | 36 +-- .../help/New-AzNetworkCloudServicesNetwork.md | 47 +++ .../help/New-AzNetworkCloudVirtualMachine.md | 107 +++++- .../help/New-AzNetworkCloudVolume.md | 22 +- ...NetworkCloudStorageApplianceReadCommand.md | 300 +++++++++++++++++ .../help/Update-AzNetworkCloudCluster.md | 39 ++- .../Update-AzNetworkCloudServicesNetwork.md | 51 ++- .../Update-AzNetworkCloudVirtualMachine.md | 109 +++---- 102 files changed, 3442 insertions(+), 460 deletions(-) create mode 100644 src/NetworkCloud/NetworkCloud.Autorest/docs/Invoke-AzNetworkCloudBareMetalMachineDataExtractRestricted.md create mode 100644 src/NetworkCloud/NetworkCloud.Autorest/docs/Start-AzNetworkCloudStorageApplianceReadCommand.md create mode 100644 src/NetworkCloud/NetworkCloud.Autorest/examples/Invoke-AzNetworkCloudBareMetalMachineDataExtractRestricted.md create mode 100644 src/NetworkCloud/NetworkCloud.Autorest/examples/Start-AzNetworkCloudStorageApplianceReadCommand.md create mode 100644 src/NetworkCloud/NetworkCloud.Autorest/test/Invoke-AzNetworkCloudBareMetalMachineDataExtractRestricted.Tests.ps1 create mode 100644 src/NetworkCloud/NetworkCloud.Autorest/test/Start-AzNetworkCloudStorageApplianceReadCommand.Tests.ps1 create mode 100644 src/NetworkCloud/NetworkCloud/help/Invoke-AzNetworkCloudBareMetalMachineDataExtractRestricted.md create mode 100644 src/NetworkCloud/NetworkCloud/help/Start-AzNetworkCloudStorageApplianceReadCommand.md diff --git a/src/NetworkCloud/NetworkCloud.Autorest/Properties/AssemblyInfo.cs b/src/NetworkCloud/NetworkCloud.Autorest/Properties/AssemblyInfo.cs index 5ffb103f64e8..fac8dad69f27 100644 --- a/src/NetworkCloud/NetworkCloud.Autorest/Properties/AssemblyInfo.cs +++ b/src/NetworkCloud/NetworkCloud.Autorest/Properties/AssemblyInfo.cs @@ -20,7 +20,7 @@ [assembly: System.Reflection.AssemblyCopyrightAttribute("Copyright © Microsoft")] [assembly: System.Reflection.AssemblyProductAttribute("Microsoft Azure PowerShell")] [assembly: System.Reflection.AssemblyTitleAttribute("Microsoft Azure PowerShell - NetworkCloud")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("1.2.0")] -[assembly: System.Reflection.AssemblyVersionAttribute("1.2.0")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("2.0.0")] +[assembly: System.Reflection.AssemblyVersionAttribute("2.0.0")] [assembly: System.Runtime.InteropServices.ComVisibleAttribute(false)] [assembly: System.CLSCompliantAttribute(false)] diff --git a/src/NetworkCloud/NetworkCloud.Autorest/README.md b/src/NetworkCloud/NetworkCloud.Autorest/README.md index ca32fb1d031a..3657a0dfd7dd 100644 --- a/src/NetworkCloud/NetworkCloud.Autorest/README.md +++ b/src/NetworkCloud/NetworkCloud.Autorest/README.md @@ -28,15 +28,15 @@ For information on how to develop for `Az.NetworkCloud`, see [how-to.md](how-to. ```yaml # pin the swagger version by using the commit id instead of branch name : https://github.com/Azure/azure-rest-api-specs/ -# the 2025-02-01 stable in a commit: 08973141b0d31a7e75d4dc43a5224a1814a0994f -commit: 08973141b0d31a7e75d4dc43a5224a1814a0994f +# the 2025-09-01 stable in a commit: ccd751d5bf9d1457426de7fe6d857a4cfe890cd5 +commit: ccd751d5bf9d1457426de7fe6d857a4cfe890cd5 require: # readme.azure.noprofile.md is the common configuration file - $(this-folder)/../../readme.azure.noprofile.md - $(repo)/specification/networkcloud/resource-manager/readme.md input-file: # You need to specify your swagger files here. - - $(repo)/specification/networkcloud/resource-manager/Microsoft.NetworkCloud/stable/2025-02-01/networkcloud.json + - $(repo)/specification/networkcloud/resource-manager/Microsoft.NetworkCloud/stable/2025-09-01/networkcloud.json # For new RP, the version is 0.1.0 module-version: 0.1.0 diff --git a/src/NetworkCloud/NetworkCloud.Autorest/UX/Microsoft.NetworkCloud/bareMetalMachines.json b/src/NetworkCloud/NetworkCloud.Autorest/UX/Microsoft.NetworkCloud/bareMetalMachines.json index a4697cec536e..9b6f7aa52eea 100644 --- a/src/NetworkCloud/NetworkCloud.Autorest/UX/Microsoft.NetworkCloud/bareMetalMachines.json +++ b/src/NetworkCloud/NetworkCloud.Autorest/UX/Microsoft.NetworkCloud/bareMetalMachines.json @@ -1,6 +1,6 @@ { "resourceType": "bareMetalMachines", - "apiVersion": "2025-02-01", + "apiVersion": "2025-09-01", "learnMore": { "url": "https://learn.microsoft.com/powershell/module/az.networkcloud" }, diff --git a/src/NetworkCloud/NetworkCloud.Autorest/UX/Microsoft.NetworkCloud/cloudServicesNetworks.json b/src/NetworkCloud/NetworkCloud.Autorest/UX/Microsoft.NetworkCloud/cloudServicesNetworks.json index bb7ff2471fe9..9d60c543cb62 100644 --- a/src/NetworkCloud/NetworkCloud.Autorest/UX/Microsoft.NetworkCloud/cloudServicesNetworks.json +++ b/src/NetworkCloud/NetworkCloud.Autorest/UX/Microsoft.NetworkCloud/cloudServicesNetworks.json @@ -1,6 +1,6 @@ { "resourceType": "cloudServicesNetworks", - "apiVersion": "2025-02-01", + "apiVersion": "2025-09-01", "learnMore": { "url": "https://learn.microsoft.com/powershell/module/az.networkcloud" }, diff --git a/src/NetworkCloud/NetworkCloud.Autorest/UX/Microsoft.NetworkCloud/clusterManagers.json b/src/NetworkCloud/NetworkCloud.Autorest/UX/Microsoft.NetworkCloud/clusterManagers.json index 88c3cddb2994..2f200eb3b929 100644 --- a/src/NetworkCloud/NetworkCloud.Autorest/UX/Microsoft.NetworkCloud/clusterManagers.json +++ b/src/NetworkCloud/NetworkCloud.Autorest/UX/Microsoft.NetworkCloud/clusterManagers.json @@ -1,6 +1,6 @@ { "resourceType": "clusterManagers", - "apiVersion": "2025-02-01", + "apiVersion": "2025-09-01", "learnMore": { "url": "https://learn.microsoft.com/powershell/module/az.networkcloud" }, diff --git a/src/NetworkCloud/NetworkCloud.Autorest/UX/Microsoft.NetworkCloud/clusters-bareMetalMachineKeySets.json b/src/NetworkCloud/NetworkCloud.Autorest/UX/Microsoft.NetworkCloud/clusters-bareMetalMachineKeySets.json index 8e54191e0621..36db9902c23f 100644 --- a/src/NetworkCloud/NetworkCloud.Autorest/UX/Microsoft.NetworkCloud/clusters-bareMetalMachineKeySets.json +++ b/src/NetworkCloud/NetworkCloud.Autorest/UX/Microsoft.NetworkCloud/clusters-bareMetalMachineKeySets.json @@ -1,6 +1,6 @@ { "resourceType": "clusters/bareMetalMachineKeySets", - "apiVersion": "2025-02-01", + "apiVersion": "2025-09-01", "learnMore": { "url": "https://learn.microsoft.com/powershell/module/az.networkcloud" }, diff --git a/src/NetworkCloud/NetworkCloud.Autorest/UX/Microsoft.NetworkCloud/clusters-bmcKeySets.json b/src/NetworkCloud/NetworkCloud.Autorest/UX/Microsoft.NetworkCloud/clusters-bmcKeySets.json index 5b7ef6d93e31..245185c3eda8 100644 --- a/src/NetworkCloud/NetworkCloud.Autorest/UX/Microsoft.NetworkCloud/clusters-bmcKeySets.json +++ b/src/NetworkCloud/NetworkCloud.Autorest/UX/Microsoft.NetworkCloud/clusters-bmcKeySets.json @@ -1,6 +1,6 @@ { "resourceType": "clusters/bmcKeySets", - "apiVersion": "2025-02-01", + "apiVersion": "2025-09-01", "learnMore": { "url": "https://learn.microsoft.com/powershell/module/az.networkcloud" }, diff --git a/src/NetworkCloud/NetworkCloud.Autorest/UX/Microsoft.NetworkCloud/clusters-metricsConfigurations.json b/src/NetworkCloud/NetworkCloud.Autorest/UX/Microsoft.NetworkCloud/clusters-metricsConfigurations.json index ee4c4474ae82..d0da3e1552fe 100644 --- a/src/NetworkCloud/NetworkCloud.Autorest/UX/Microsoft.NetworkCloud/clusters-metricsConfigurations.json +++ b/src/NetworkCloud/NetworkCloud.Autorest/UX/Microsoft.NetworkCloud/clusters-metricsConfigurations.json @@ -1,6 +1,6 @@ { "resourceType": "clusters/metricsConfigurations", - "apiVersion": "2025-02-01", + "apiVersion": "2025-09-01", "learnMore": { "url": "https://learn.microsoft.com/powershell/module/az.networkcloud" }, diff --git a/src/NetworkCloud/NetworkCloud.Autorest/UX/Microsoft.NetworkCloud/clusters.json b/src/NetworkCloud/NetworkCloud.Autorest/UX/Microsoft.NetworkCloud/clusters.json index ed8acf0fb884..9d75d70998fb 100644 --- a/src/NetworkCloud/NetworkCloud.Autorest/UX/Microsoft.NetworkCloud/clusters.json +++ b/src/NetworkCloud/NetworkCloud.Autorest/UX/Microsoft.NetworkCloud/clusters.json @@ -1,6 +1,6 @@ { "resourceType": "clusters", - "apiVersion": "2025-02-01", + "apiVersion": "2025-09-01", "learnMore": { "url": "https://learn.microsoft.com/powershell/module/az.networkcloud" }, diff --git a/src/NetworkCloud/NetworkCloud.Autorest/UX/Microsoft.NetworkCloud/kubernetesClusters-agentPools.json b/src/NetworkCloud/NetworkCloud.Autorest/UX/Microsoft.NetworkCloud/kubernetesClusters-agentPools.json index b197b9aa0d40..0139455302b7 100644 --- a/src/NetworkCloud/NetworkCloud.Autorest/UX/Microsoft.NetworkCloud/kubernetesClusters-agentPools.json +++ b/src/NetworkCloud/NetworkCloud.Autorest/UX/Microsoft.NetworkCloud/kubernetesClusters-agentPools.json @@ -1,6 +1,6 @@ { "resourceType": "kubernetesClusters/agentPools", - "apiVersion": "2025-02-01", + "apiVersion": "2025-09-01", "learnMore": { "url": "https://learn.microsoft.com/powershell/module/az.networkcloud" }, diff --git a/src/NetworkCloud/NetworkCloud.Autorest/UX/Microsoft.NetworkCloud/kubernetesClusters-features.json b/src/NetworkCloud/NetworkCloud.Autorest/UX/Microsoft.NetworkCloud/kubernetesClusters-features.json index 06c337533744..8153b739b6e8 100644 --- a/src/NetworkCloud/NetworkCloud.Autorest/UX/Microsoft.NetworkCloud/kubernetesClusters-features.json +++ b/src/NetworkCloud/NetworkCloud.Autorest/UX/Microsoft.NetworkCloud/kubernetesClusters-features.json @@ -1,6 +1,6 @@ { "resourceType": "kubernetesClusters/features", - "apiVersion": "2025-02-01", + "apiVersion": "2025-09-01", "learnMore": { "url": "https://learn.microsoft.com/powershell/module/az.networkcloud" }, diff --git a/src/NetworkCloud/NetworkCloud.Autorest/UX/Microsoft.NetworkCloud/kubernetesClusters.json b/src/NetworkCloud/NetworkCloud.Autorest/UX/Microsoft.NetworkCloud/kubernetesClusters.json index 7d56fc172ceb..29f923e627b7 100644 --- a/src/NetworkCloud/NetworkCloud.Autorest/UX/Microsoft.NetworkCloud/kubernetesClusters.json +++ b/src/NetworkCloud/NetworkCloud.Autorest/UX/Microsoft.NetworkCloud/kubernetesClusters.json @@ -1,6 +1,6 @@ { "resourceType": "kubernetesClusters", - "apiVersion": "2025-02-01", + "apiVersion": "2025-09-01", "learnMore": { "url": "https://learn.microsoft.com/powershell/module/az.networkcloud" }, diff --git a/src/NetworkCloud/NetworkCloud.Autorest/UX/Microsoft.NetworkCloud/l2Networks.json b/src/NetworkCloud/NetworkCloud.Autorest/UX/Microsoft.NetworkCloud/l2Networks.json index 650ba2a5eceb..fc5adaaf0269 100644 --- a/src/NetworkCloud/NetworkCloud.Autorest/UX/Microsoft.NetworkCloud/l2Networks.json +++ b/src/NetworkCloud/NetworkCloud.Autorest/UX/Microsoft.NetworkCloud/l2Networks.json @@ -1,6 +1,6 @@ { "resourceType": "l2Networks", - "apiVersion": "2025-02-01", + "apiVersion": "2025-09-01", "learnMore": { "url": "https://learn.microsoft.com/powershell/module/az.networkcloud" }, diff --git a/src/NetworkCloud/NetworkCloud.Autorest/UX/Microsoft.NetworkCloud/l3Networks.json b/src/NetworkCloud/NetworkCloud.Autorest/UX/Microsoft.NetworkCloud/l3Networks.json index f68220fb8812..b77622cf4c63 100644 --- a/src/NetworkCloud/NetworkCloud.Autorest/UX/Microsoft.NetworkCloud/l3Networks.json +++ b/src/NetworkCloud/NetworkCloud.Autorest/UX/Microsoft.NetworkCloud/l3Networks.json @@ -1,6 +1,6 @@ { "resourceType": "l3Networks", - "apiVersion": "2025-02-01", + "apiVersion": "2025-09-01", "learnMore": { "url": "https://learn.microsoft.com/powershell/module/az.networkcloud" }, diff --git a/src/NetworkCloud/NetworkCloud.Autorest/UX/Microsoft.NetworkCloud/rackSkus.json b/src/NetworkCloud/NetworkCloud.Autorest/UX/Microsoft.NetworkCloud/rackSkus.json index a1d10459606e..e635a3602f61 100644 --- a/src/NetworkCloud/NetworkCloud.Autorest/UX/Microsoft.NetworkCloud/rackSkus.json +++ b/src/NetworkCloud/NetworkCloud.Autorest/UX/Microsoft.NetworkCloud/rackSkus.json @@ -1,6 +1,6 @@ { "resourceType": "rackSkus", - "apiVersion": "2025-02-01", + "apiVersion": "2025-09-01", "learnMore": { "url": "https://learn.microsoft.com/powershell/module/az.networkcloud" }, diff --git a/src/NetworkCloud/NetworkCloud.Autorest/UX/Microsoft.NetworkCloud/racks.json b/src/NetworkCloud/NetworkCloud.Autorest/UX/Microsoft.NetworkCloud/racks.json index 9ca041347ac7..c822be0df50d 100644 --- a/src/NetworkCloud/NetworkCloud.Autorest/UX/Microsoft.NetworkCloud/racks.json +++ b/src/NetworkCloud/NetworkCloud.Autorest/UX/Microsoft.NetworkCloud/racks.json @@ -1,6 +1,6 @@ { "resourceType": "racks", - "apiVersion": "2025-02-01", + "apiVersion": "2025-09-01", "learnMore": { "url": "https://learn.microsoft.com/powershell/module/az.networkcloud" }, diff --git a/src/NetworkCloud/NetworkCloud.Autorest/UX/Microsoft.NetworkCloud/storageAppliances.json b/src/NetworkCloud/NetworkCloud.Autorest/UX/Microsoft.NetworkCloud/storageAppliances.json index 991df297d84c..4fab6874a4d5 100644 --- a/src/NetworkCloud/NetworkCloud.Autorest/UX/Microsoft.NetworkCloud/storageAppliances.json +++ b/src/NetworkCloud/NetworkCloud.Autorest/UX/Microsoft.NetworkCloud/storageAppliances.json @@ -1,6 +1,6 @@ { "resourceType": "storageAppliances", - "apiVersion": "2025-02-01", + "apiVersion": "2025-09-01", "learnMore": { "url": "https://learn.microsoft.com/powershell/module/az.networkcloud" }, diff --git a/src/NetworkCloud/NetworkCloud.Autorest/UX/Microsoft.NetworkCloud/trunkedNetworks.json b/src/NetworkCloud/NetworkCloud.Autorest/UX/Microsoft.NetworkCloud/trunkedNetworks.json index 41af3265cb77..296d09f93cd9 100644 --- a/src/NetworkCloud/NetworkCloud.Autorest/UX/Microsoft.NetworkCloud/trunkedNetworks.json +++ b/src/NetworkCloud/NetworkCloud.Autorest/UX/Microsoft.NetworkCloud/trunkedNetworks.json @@ -1,6 +1,6 @@ { "resourceType": "trunkedNetworks", - "apiVersion": "2025-02-01", + "apiVersion": "2025-09-01", "learnMore": { "url": "https://learn.microsoft.com/powershell/module/az.networkcloud" }, diff --git a/src/NetworkCloud/NetworkCloud.Autorest/UX/Microsoft.NetworkCloud/virtualMachines-consoles.json b/src/NetworkCloud/NetworkCloud.Autorest/UX/Microsoft.NetworkCloud/virtualMachines-consoles.json index 2450c5040051..3478c13e7bbd 100644 --- a/src/NetworkCloud/NetworkCloud.Autorest/UX/Microsoft.NetworkCloud/virtualMachines-consoles.json +++ b/src/NetworkCloud/NetworkCloud.Autorest/UX/Microsoft.NetworkCloud/virtualMachines-consoles.json @@ -1,6 +1,6 @@ { "resourceType": "virtualMachines/consoles", - "apiVersion": "2025-02-01", + "apiVersion": "2025-09-01", "learnMore": { "url": "https://learn.microsoft.com/powershell/module/az.networkcloud" }, diff --git a/src/NetworkCloud/NetworkCloud.Autorest/UX/Microsoft.NetworkCloud/virtualMachines.json b/src/NetworkCloud/NetworkCloud.Autorest/UX/Microsoft.NetworkCloud/virtualMachines.json index 3fe4e4f95ba6..b38a314b7243 100644 --- a/src/NetworkCloud/NetworkCloud.Autorest/UX/Microsoft.NetworkCloud/virtualMachines.json +++ b/src/NetworkCloud/NetworkCloud.Autorest/UX/Microsoft.NetworkCloud/virtualMachines.json @@ -1,6 +1,6 @@ { "resourceType": "virtualMachines", - "apiVersion": "2025-02-01", + "apiVersion": "2025-09-01", "learnMore": { "url": "https://learn.microsoft.com/powershell/module/az.networkcloud" }, diff --git a/src/NetworkCloud/NetworkCloud.Autorest/UX/Microsoft.NetworkCloud/volumes.json b/src/NetworkCloud/NetworkCloud.Autorest/UX/Microsoft.NetworkCloud/volumes.json index b3702d4d029d..dd76b4c0493d 100644 --- a/src/NetworkCloud/NetworkCloud.Autorest/UX/Microsoft.NetworkCloud/volumes.json +++ b/src/NetworkCloud/NetworkCloud.Autorest/UX/Microsoft.NetworkCloud/volumes.json @@ -1,6 +1,6 @@ { "resourceType": "volumes", - "apiVersion": "2025-02-01", + "apiVersion": "2025-09-01", "learnMore": { "url": "https://learn.microsoft.com/powershell/module/az.networkcloud" }, diff --git a/src/NetworkCloud/NetworkCloud.Autorest/custom/autogen-model-cmdlets/New-AzNetworkCloudBareMetalMachineConfigurationDataObject.ps1 b/src/NetworkCloud/NetworkCloud.Autorest/custom/autogen-model-cmdlets/New-AzNetworkCloudBareMetalMachineConfigurationDataObject.ps1 index 1b025887035e..4778cc02cfeb 100644 --- a/src/NetworkCloud/NetworkCloud.Autorest/custom/autogen-model-cmdlets/New-AzNetworkCloudBareMetalMachineConfigurationDataObject.ps1 +++ b/src/NetworkCloud/NetworkCloud.Autorest/custom/autogen-model-cmdlets/New-AzNetworkCloudBareMetalMachineConfigurationDataObject.ps1 @@ -46,8 +46,7 @@ function New-AzNetworkCloudBareMetalMachineConfigurationDataObject { [Parameter(HelpMessage="The free-form additional information about the machine, e.g. an asset tag.")] [string] $MachineDetail, - [Parameter(HelpMessage="The user-provided name for the bare metal machine created from this specification. - If not provided, the machine name will be generated programmatically.")] + [Parameter(HelpMessage="The user-provided name for the bare metal machine created from this specification. If not provided, the machine name will be generated programmatically.")] [string] $MachineName, [Parameter(Mandatory, HelpMessage="The slot the physical machine is in the rack based on the BOM configuration.")] diff --git a/src/NetworkCloud/NetworkCloud.Autorest/custom/autogen-model-cmdlets/New-AzNetworkCloudNetworkAttachmentObject.ps1 b/src/NetworkCloud/NetworkCloud.Autorest/custom/autogen-model-cmdlets/New-AzNetworkCloudNetworkAttachmentObject.ps1 index a0b378077c51..8c2efba3162f 100644 --- a/src/NetworkCloud/NetworkCloud.Autorest/custom/autogen-model-cmdlets/New-AzNetworkCloudNetworkAttachmentObject.ps1 +++ b/src/NetworkCloud/NetworkCloud.Autorest/custom/autogen-model-cmdlets/New-AzNetworkCloudNetworkAttachmentObject.ps1 @@ -31,45 +31,24 @@ function New-AzNetworkCloudNetworkAttachmentObject { [CmdletBinding(PositionalBinding=$false)] Param( - [Parameter(Mandatory, HelpMessage="The resource ID of the associated network attached to the virtual machine. - It can be one of cloudServicesNetwork, l3Network, l2Network or trunkedNetwork resources.")] + [Parameter(Mandatory, HelpMessage="The resource ID of the associated network attached to the virtual machine. It can be one of cloudServicesNetwork, l3Network, l2Network or trunkedNetwork resources.")] [string] $AttachedNetworkId, - [Parameter(HelpMessage="The indicator of whether this is the default gateway. - Only one of the attached networks (including the CloudServicesNetwork attachment) for a single machine may be specified as True.")] + [Parameter(HelpMessage="The indicator of whether this is the default gateway. Only one of the attached networks (including the CloudServicesNetwork attachment) for a single machine may be specified as True.")] [Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.PSArgumentCompleterAttribute("True", "False")] [string] $DefaultGateway, - [Parameter(Mandatory, HelpMessage="The IP allocation mechanism for the virtual machine. - Dynamic and Static are only valid for l3Network which may also specify Disabled. - Otherwise, Disabled is the only permitted value.")] + [Parameter(Mandatory, HelpMessage="The IP allocation mechanism for the virtual machine. Dynamic and Static are only valid for l3Network which may also specify Disabled. Otherwise, Disabled is the only permitted value.")] [Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.PSArgumentCompleterAttribute("Dynamic", "Static", "Disabled")] [string] $IPAllocationMethod, - [Parameter(HelpMessage="The IPv4 address of the virtual machine. - - This field is used only if the attached network has IPAllocationType of IPV4 or DualStack. - - If IPAllocationMethod is: - Static - this field must contain a user specified IPv4 address from within the subnet specified in the attached network. - Dynamic - this field is read-only, but will be populated with an address from within the subnet specified in the attached network. - Disabled - this field will be empty.")] + [Parameter(HelpMessage="The IPv4 address of the virtual machine. This field is used only if the attached network has IPAllocationType of IPV4 or DualStack. If IPAllocationMethod is: Static - this field must contain a user specified IPv4 address from within the subnet specified in the attached network. Dynamic - this field is read-only, but will be populated with an address from within the subnet specified in the attached network. Disabled - this field will be empty.")] [string] $Ipv4Address, - [Parameter(HelpMessage="The IPv6 address of the virtual machine. - - This field is used only if the attached network has IPAllocationType of IPV6 or DualStack. - - If IPAllocationMethod is: - Static - this field must contain an IPv6 address range from within the range specified in the attached network. - Dynamic - this field is read-only, but will be populated with an range from within the subnet specified in the attached network. - Disabled - this field will be empty.")] + [Parameter(HelpMessage="The IPv6 address of the virtual machine. This field is used only if the attached network has IPAllocationType of IPV6 or DualStack. If IPAllocationMethod is: Static - this field must contain an IPv6 address range from within the range specified in the attached network. Dynamic - this field is read-only, but will be populated with an range from within the subnet specified in the attached network. Disabled - this field will be empty.")] [string] $Ipv6Address, - [Parameter(HelpMessage="The associated network's interface name. - If specified, the network attachment name has a maximum length of 15 characters and must be unique to this virtual machine. - If the user doesn’t specify this value, the default interface name of the network resource will be used. - For a CloudServicesNetwork resource, this name will be ignored.")] + [Parameter(HelpMessage="The associated network's interface name. If specified, the network attachment name has a maximum length of 15 characters and must be unique to this virtual machine. If the user doesn’t specify this value, the default interface name of the network resource will be used. For a CloudServicesNetwork resource, this name will be ignored.")] [string] $Name ) diff --git a/src/NetworkCloud/NetworkCloud.Autorest/docs/Az.NetworkCloud.md b/src/NetworkCloud/NetworkCloud.Autorest/docs/Az.NetworkCloud.md index ddeed30380eb..f128609276d6 100644 --- a/src/NetworkCloud/NetworkCloud.Autorest/docs/Az.NetworkCloud.md +++ b/src/NetworkCloud/NetworkCloud.Autorest/docs/Az.NetworkCloud.md @@ -1,6 +1,6 @@ --- Module Name: Az.NetworkCloud -Module Guid: eb2cc21e-b11c-4bd1-93b0-ddc86e985310 +Module Guid: 42b9ed45-b3b8-4668-8c6f-bc850a448740 Download Help Link: https://learn.microsoft.com/powershell/module/az.networkcloud Help Version: 1.0.0.0 Locale: en-US @@ -84,6 +84,10 @@ Cordon the provided bare metal machine's Kubernetes node. Run one or more data extractions on the provided bare metal machine. The URL to storage account with the command execution results and the command exit code can be retrieved from the operation status API once available. +### [Invoke-AzNetworkCloudBareMetalMachineDataExtractRestricted](Invoke-AzNetworkCloudBareMetalMachineDataExtractRestricted.md) +Run one or more restricted data extractions on the provided bare metal machine. +The URL to storage account with the command execution results and the command exit code can be retrieved from the operation status API once available. + ### [Invoke-AzNetworkCloudBareMetalMachineReimage](Invoke-AzNetworkCloudBareMetalMachineReimage.md) Reimage the provided bare metal machine. @@ -260,6 +264,9 @@ Restart the provided virtual machine. ### [Start-AzNetworkCloudBareMetalMachine](Start-AzNetworkCloudBareMetalMachine.md) Start the provided bare metal machine. +### [Start-AzNetworkCloudStorageApplianceReadCommand](Start-AzNetworkCloudStorageApplianceReadCommand.md) +Run one or more read-only commands on the provided storage appliance. + ### [Start-AzNetworkCloudVirtualMachine](Start-AzNetworkCloudVirtualMachine.md) Start the provided virtual machine. @@ -327,8 +334,7 @@ Update properties of the provided storage appliance, or update tags associated w Update tags associated with the provided trunked network. ### [Update-AzNetworkCloudVirtualMachine](Update-AzNetworkCloudVirtualMachine.md) -Patch the properties of the provided virtual machine, or update the tags associated with the virtual machine. -Properties and tag update can be done independently. +Update a new virtual machine or update the properties of the existing virtual machine. ### [Update-AzNetworkCloudVolume](Update-AzNetworkCloudVolume.md) Update tags associated with the provided volume. diff --git a/src/NetworkCloud/NetworkCloud.Autorest/docs/Get-AzNetworkCloudAgentPool.md b/src/NetworkCloud/NetworkCloud.Autorest/docs/Get-AzNetworkCloudAgentPool.md index 14403e184b3d..b33e044a061a 100644 --- a/src/NetworkCloud/NetworkCloud.Autorest/docs/Get-AzNetworkCloudAgentPool.md +++ b/src/NetworkCloud/NetworkCloud.Autorest/docs/Get-AzNetworkCloudAgentPool.md @@ -15,7 +15,8 @@ Get properties of the provided Kubernetes cluster agent pool. ### List (Default) ``` Get-AzNetworkCloudAgentPool -KubernetesClusterName -ResourceGroupName - [-SubscriptionId ] [-DefaultProfile ] [] + [-SubscriptionId ] [-SkipToken ] [-Top ] [-DefaultProfile ] + [] ``` ### Get @@ -162,6 +163,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -SkipToken +The opaque token that the server returns to indicate where to continue listing resources from. +This is used for paging through large result sets. + +```yaml +Type: System.String +Parameter Sets: List +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -SubscriptionId The ID of the target subscription. The value must be an UUID. @@ -178,6 +195,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Top +The maximum number of resources to return from the operation. +Example: '$top=10'. + +```yaml +Type: System.Int32 +Parameter Sets: List +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### CommonParameters This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). diff --git a/src/NetworkCloud/NetworkCloud.Autorest/docs/Get-AzNetworkCloudBareMetalMachine.md b/src/NetworkCloud/NetworkCloud.Autorest/docs/Get-AzNetworkCloudBareMetalMachine.md index 339dba2449b9..5b72f7ca0b66 100644 --- a/src/NetworkCloud/NetworkCloud.Autorest/docs/Get-AzNetworkCloudBareMetalMachine.md +++ b/src/NetworkCloud/NetworkCloud.Autorest/docs/Get-AzNetworkCloudBareMetalMachine.md @@ -14,8 +14,8 @@ Get properties of the provided bare metal machine. ### List (Default) ``` -Get-AzNetworkCloudBareMetalMachine [-SubscriptionId ] [-DefaultProfile ] - [] +Get-AzNetworkCloudBareMetalMachine [-SubscriptionId ] [-SkipToken ] [-Top ] + [-DefaultProfile ] [] ``` ### Get @@ -33,7 +33,7 @@ Get-AzNetworkCloudBareMetalMachine -InputObject [-Defaul ### List1 ``` Get-AzNetworkCloudBareMetalMachine -ResourceGroupName [-SubscriptionId ] - [-DefaultProfile ] [] + [-SkipToken ] [-Top ] [-DefaultProfile ] [] ``` ## DESCRIPTION @@ -149,6 +149,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -SkipToken +The opaque token that the server returns to indicate where to continue listing resources from. +This is used for paging through large result sets. + +```yaml +Type: System.String +Parameter Sets: List, List1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -SubscriptionId The ID of the target subscription. The value must be an UUID. @@ -165,6 +181,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Top +The maximum number of resources to return from the operation. +Example: '$top=10'. + +```yaml +Type: System.Int32 +Parameter Sets: List, List1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### CommonParameters This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). diff --git a/src/NetworkCloud/NetworkCloud.Autorest/docs/Get-AzNetworkCloudBareMetalMachineKeySet.md b/src/NetworkCloud/NetworkCloud.Autorest/docs/Get-AzNetworkCloudBareMetalMachineKeySet.md index bd4927f1bf17..843e29f89be2 100644 --- a/src/NetworkCloud/NetworkCloud.Autorest/docs/Get-AzNetworkCloudBareMetalMachineKeySet.md +++ b/src/NetworkCloud/NetworkCloud.Autorest/docs/Get-AzNetworkCloudBareMetalMachineKeySet.md @@ -15,7 +15,8 @@ Get bare metal machine key set of the provided cluster. ### List (Default) ``` Get-AzNetworkCloudBareMetalMachineKeySet -ClusterName -ResourceGroupName - [-SubscriptionId ] [-DefaultProfile ] [] + [-SubscriptionId ] [-SkipToken ] [-Top ] [-DefaultProfile ] + [] ``` ### Get @@ -162,6 +163,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -SkipToken +The opaque token that the server returns to indicate where to continue listing resources from. +This is used for paging through large result sets. + +```yaml +Type: System.String +Parameter Sets: List +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -SubscriptionId The ID of the target subscription. The value must be an UUID. @@ -178,6 +195,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Top +The maximum number of resources to return from the operation. +Example: '$top=10'. + +```yaml +Type: System.Int32 +Parameter Sets: List +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### CommonParameters This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). diff --git a/src/NetworkCloud/NetworkCloud.Autorest/docs/Get-AzNetworkCloudBmcKeySet.md b/src/NetworkCloud/NetworkCloud.Autorest/docs/Get-AzNetworkCloudBmcKeySet.md index a7606cfe1817..0925cf620cc0 100644 --- a/src/NetworkCloud/NetworkCloud.Autorest/docs/Get-AzNetworkCloudBmcKeySet.md +++ b/src/NetworkCloud/NetworkCloud.Autorest/docs/Get-AzNetworkCloudBmcKeySet.md @@ -15,7 +15,7 @@ Get baseboard management controller key set of the provided cluster. ### List (Default) ``` Get-AzNetworkCloudBmcKeySet -ClusterName -ResourceGroupName [-SubscriptionId ] - [-DefaultProfile ] [] + [-SkipToken ] [-Top ] [-DefaultProfile ] [] ``` ### Get @@ -164,6 +164,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -SkipToken +The opaque token that the server returns to indicate where to continue listing resources from. +This is used for paging through large result sets. + +```yaml +Type: System.String +Parameter Sets: List +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -SubscriptionId The ID of the target subscription. The value must be an UUID. @@ -180,6 +196,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Top +The maximum number of resources to return from the operation. +Example: '$top=10'. + +```yaml +Type: System.Int32 +Parameter Sets: List +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### CommonParameters This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). diff --git a/src/NetworkCloud/NetworkCloud.Autorest/docs/Get-AzNetworkCloudCluster.md b/src/NetworkCloud/NetworkCloud.Autorest/docs/Get-AzNetworkCloudCluster.md index b82c979a31e5..43ac71f13f08 100644 --- a/src/NetworkCloud/NetworkCloud.Autorest/docs/Get-AzNetworkCloudCluster.md +++ b/src/NetworkCloud/NetworkCloud.Autorest/docs/Get-AzNetworkCloudCluster.md @@ -14,7 +14,8 @@ Get properties of the provided cluster. ### List (Default) ``` -Get-AzNetworkCloudCluster [-SubscriptionId ] [-DefaultProfile ] [] +Get-AzNetworkCloudCluster [-SubscriptionId ] [-SkipToken ] [-Top ] + [-DefaultProfile ] [] ``` ### Get @@ -31,8 +32,8 @@ Get-AzNetworkCloudCluster -InputObject [-DefaultProfile ### List1 ``` -Get-AzNetworkCloudCluster -ResourceGroupName [-SubscriptionId ] - [-DefaultProfile ] [] +Get-AzNetworkCloudCluster -ResourceGroupName [-SubscriptionId ] [-SkipToken ] + [-Top ] [-DefaultProfile ] [] ``` ## DESCRIPTION @@ -145,6 +146,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -SkipToken +The opaque token that the server returns to indicate where to continue listing resources from. +This is used for paging through large result sets. + +```yaml +Type: System.String +Parameter Sets: List, List1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -SubscriptionId The ID of the target subscription. The value must be an UUID. @@ -161,6 +178,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Top +The maximum number of resources to return from the operation. +Example: '$top=10'. + +```yaml +Type: System.Int32 +Parameter Sets: List, List1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### CommonParameters This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). diff --git a/src/NetworkCloud/NetworkCloud.Autorest/docs/Get-AzNetworkCloudClusterManager.md b/src/NetworkCloud/NetworkCloud.Autorest/docs/Get-AzNetworkCloudClusterManager.md index b185469b7899..e437ebc45e3a 100644 --- a/src/NetworkCloud/NetworkCloud.Autorest/docs/Get-AzNetworkCloudClusterManager.md +++ b/src/NetworkCloud/NetworkCloud.Autorest/docs/Get-AzNetworkCloudClusterManager.md @@ -14,8 +14,8 @@ Get the properties of the provided cluster manager. ### List (Default) ``` -Get-AzNetworkCloudClusterManager [-SubscriptionId ] [-DefaultProfile ] - [] +Get-AzNetworkCloudClusterManager [-SubscriptionId ] [-SkipToken ] [-Top ] + [-DefaultProfile ] [] ``` ### Get @@ -33,7 +33,7 @@ Get-AzNetworkCloudClusterManager -InputObject [-DefaultP ### List1 ``` Get-AzNetworkCloudClusterManager -ResourceGroupName [-SubscriptionId ] - [-DefaultProfile ] [] + [-SkipToken ] [-Top ] [-DefaultProfile ] [] ``` ## DESCRIPTION @@ -145,6 +145,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -SkipToken +The opaque token that the server returns to indicate where to continue listing resources from. +This is used for paging through large result sets. + +```yaml +Type: System.String +Parameter Sets: List, List1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -SubscriptionId The ID of the target subscription. The value must be an UUID. @@ -161,6 +177,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Top +The maximum number of resources to return from the operation. +Example: '$top=10'. + +```yaml +Type: System.Int32 +Parameter Sets: List, List1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### CommonParameters This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). diff --git a/src/NetworkCloud/NetworkCloud.Autorest/docs/Get-AzNetworkCloudConsole.md b/src/NetworkCloud/NetworkCloud.Autorest/docs/Get-AzNetworkCloudConsole.md index 9c121dce0953..b64ff335c842 100644 --- a/src/NetworkCloud/NetworkCloud.Autorest/docs/Get-AzNetworkCloudConsole.md +++ b/src/NetworkCloud/NetworkCloud.Autorest/docs/Get-AzNetworkCloudConsole.md @@ -15,7 +15,8 @@ Get properties of the provided virtual machine console. ### List (Default) ``` Get-AzNetworkCloudConsole -ResourceGroupName -VirtualMachineName - [-SubscriptionId ] [-DefaultProfile ] [] + [-SubscriptionId ] [-SkipToken ] [-Top ] [-DefaultProfile ] + [] ``` ### Get @@ -131,6 +132,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -SkipToken +The opaque token that the server returns to indicate where to continue listing resources from. +This is used for paging through large result sets. + +```yaml +Type: System.String +Parameter Sets: List +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -SubscriptionId The ID of the target subscription. The value must be an UUID. @@ -147,6 +164,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Top +The maximum number of resources to return from the operation. +Example: '$top=10'. + +```yaml +Type: System.Int32 +Parameter Sets: List +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -VirtualMachineInputObject Identity Parameter diff --git a/src/NetworkCloud/NetworkCloud.Autorest/docs/Get-AzNetworkCloudKubernetesCluster.md b/src/NetworkCloud/NetworkCloud.Autorest/docs/Get-AzNetworkCloudKubernetesCluster.md index b3dbeb3c9143..323ec6947304 100644 --- a/src/NetworkCloud/NetworkCloud.Autorest/docs/Get-AzNetworkCloudKubernetesCluster.md +++ b/src/NetworkCloud/NetworkCloud.Autorest/docs/Get-AzNetworkCloudKubernetesCluster.md @@ -14,8 +14,8 @@ Get properties of the provided the Kubernetes cluster. ### List (Default) ``` -Get-AzNetworkCloudKubernetesCluster [-SubscriptionId ] [-DefaultProfile ] - [] +Get-AzNetworkCloudKubernetesCluster [-SubscriptionId ] [-SkipToken ] [-Top ] + [-DefaultProfile ] [] ``` ### Get @@ -33,7 +33,7 @@ Get-AzNetworkCloudKubernetesCluster -InputObject [-Defau ### List1 ``` Get-AzNetworkCloudKubernetesCluster -ResourceGroupName [-SubscriptionId ] - [-DefaultProfile ] [] + [-SkipToken ] [-Top ] [-DefaultProfile ] [] ``` ## DESCRIPTION @@ -148,6 +148,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -SkipToken +The opaque token that the server returns to indicate where to continue listing resources from. +This is used for paging through large result sets. + +```yaml +Type: System.String +Parameter Sets: List, List1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -SubscriptionId The ID of the target subscription. The value must be an UUID. @@ -164,6 +180,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Top +The maximum number of resources to return from the operation. +Example: '$top=10'. + +```yaml +Type: System.Int32 +Parameter Sets: List, List1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### CommonParameters This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). diff --git a/src/NetworkCloud/NetworkCloud.Autorest/docs/Get-AzNetworkCloudKubernetesClusterFeature.md b/src/NetworkCloud/NetworkCloud.Autorest/docs/Get-AzNetworkCloudKubernetesClusterFeature.md index 99dadd433f44..af7a1e702a0d 100644 --- a/src/NetworkCloud/NetworkCloud.Autorest/docs/Get-AzNetworkCloudKubernetesClusterFeature.md +++ b/src/NetworkCloud/NetworkCloud.Autorest/docs/Get-AzNetworkCloudKubernetesClusterFeature.md @@ -15,7 +15,8 @@ Get properties of the provided the Kubernetes cluster feature. ### List (Default) ``` Get-AzNetworkCloudKubernetesClusterFeature -KubernetesClusterName -ResourceGroupName - [-SubscriptionId ] [-DefaultProfile ] [] + [-SubscriptionId ] [-SkipToken ] [-Top ] [-DefaultProfile ] + [] ``` ### Get @@ -173,6 +174,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -SkipToken +The opaque token that the server returns to indicate where to continue listing resources from. +This is used for paging through large result sets. + +```yaml +Type: System.String +Parameter Sets: List +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -SubscriptionId The ID of the target subscription. The value must be an UUID. @@ -189,6 +206,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Top +The maximum number of resources to return from the operation. +Example: '$top=10'. + +```yaml +Type: System.Int32 +Parameter Sets: List +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### CommonParameters This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). diff --git a/src/NetworkCloud/NetworkCloud.Autorest/docs/Get-AzNetworkCloudL2Network.md b/src/NetworkCloud/NetworkCloud.Autorest/docs/Get-AzNetworkCloudL2Network.md index dff29019a4a9..38b1454e66c9 100644 --- a/src/NetworkCloud/NetworkCloud.Autorest/docs/Get-AzNetworkCloudL2Network.md +++ b/src/NetworkCloud/NetworkCloud.Autorest/docs/Get-AzNetworkCloudL2Network.md @@ -14,7 +14,8 @@ Get properties of the provided layer 2 (L2) network. ### List (Default) ``` -Get-AzNetworkCloudL2Network [-SubscriptionId ] [-DefaultProfile ] [] +Get-AzNetworkCloudL2Network [-SubscriptionId ] [-SkipToken ] [-Top ] + [-DefaultProfile ] [] ``` ### Get @@ -31,8 +32,8 @@ Get-AzNetworkCloudL2Network -InputObject [-DefaultProfil ### List1 ``` -Get-AzNetworkCloudL2Network -ResourceGroupName [-SubscriptionId ] - [-DefaultProfile ] [] +Get-AzNetworkCloudL2Network -ResourceGroupName [-SubscriptionId ] [-SkipToken ] + [-Top ] [-DefaultProfile ] [] ``` ## DESCRIPTION @@ -144,6 +145,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -SkipToken +The opaque token that the server returns to indicate where to continue listing resources from. +This is used for paging through large result sets. + +```yaml +Type: System.String +Parameter Sets: List, List1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -SubscriptionId The ID of the target subscription. The value must be an UUID. @@ -160,6 +177,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Top +The maximum number of resources to return from the operation. +Example: '$top=10'. + +```yaml +Type: System.Int32 +Parameter Sets: List, List1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### CommonParameters This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). diff --git a/src/NetworkCloud/NetworkCloud.Autorest/docs/Get-AzNetworkCloudL3Network.md b/src/NetworkCloud/NetworkCloud.Autorest/docs/Get-AzNetworkCloudL3Network.md index 620f8361dd24..c39fbf07ad40 100644 --- a/src/NetworkCloud/NetworkCloud.Autorest/docs/Get-AzNetworkCloudL3Network.md +++ b/src/NetworkCloud/NetworkCloud.Autorest/docs/Get-AzNetworkCloudL3Network.md @@ -14,7 +14,8 @@ Get properties of the provided layer 3 (L3) network. ### List (Default) ``` -Get-AzNetworkCloudL3Network [-SubscriptionId ] [-DefaultProfile ] [] +Get-AzNetworkCloudL3Network [-SubscriptionId ] [-SkipToken ] [-Top ] + [-DefaultProfile ] [] ``` ### Get @@ -31,8 +32,8 @@ Get-AzNetworkCloudL3Network -InputObject [-DefaultProfil ### List1 ``` -Get-AzNetworkCloudL3Network -ResourceGroupName [-SubscriptionId ] - [-DefaultProfile ] [] +Get-AzNetworkCloudL3Network -ResourceGroupName [-SubscriptionId ] [-SkipToken ] + [-Top ] [-DefaultProfile ] [] ``` ## DESCRIPTION @@ -143,6 +144,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -SkipToken +The opaque token that the server returns to indicate where to continue listing resources from. +This is used for paging through large result sets. + +```yaml +Type: System.String +Parameter Sets: List, List1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -SubscriptionId The ID of the target subscription. The value must be an UUID. @@ -159,6 +176,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Top +The maximum number of resources to return from the operation. +Example: '$top=10'. + +```yaml +Type: System.Int32 +Parameter Sets: List, List1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### CommonParameters This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). diff --git a/src/NetworkCloud/NetworkCloud.Autorest/docs/Get-AzNetworkCloudMetricsConfiguration.md b/src/NetworkCloud/NetworkCloud.Autorest/docs/Get-AzNetworkCloudMetricsConfiguration.md index ad8285ddff01..0fc61a85da2a 100644 --- a/src/NetworkCloud/NetworkCloud.Autorest/docs/Get-AzNetworkCloudMetricsConfiguration.md +++ b/src/NetworkCloud/NetworkCloud.Autorest/docs/Get-AzNetworkCloudMetricsConfiguration.md @@ -15,7 +15,8 @@ Get metrics configuration of the provided cluster. ### List (Default) ``` Get-AzNetworkCloudMetricsConfiguration -ClusterName -ResourceGroupName - [-SubscriptionId ] [-DefaultProfile ] [] + [-SubscriptionId ] [-SkipToken ] [-Top ] [-DefaultProfile ] + [] ``` ### Get @@ -161,6 +162,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -SkipToken +The opaque token that the server returns to indicate where to continue listing resources from. +This is used for paging through large result sets. + +```yaml +Type: System.String +Parameter Sets: List +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -SubscriptionId The ID of the target subscription. The value must be an UUID. @@ -177,6 +194,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Top +The maximum number of resources to return from the operation. +Example: '$top=10'. + +```yaml +Type: System.Int32 +Parameter Sets: List +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### CommonParameters This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). diff --git a/src/NetworkCloud/NetworkCloud.Autorest/docs/Get-AzNetworkCloudRack.md b/src/NetworkCloud/NetworkCloud.Autorest/docs/Get-AzNetworkCloudRack.md index cba637ae43f1..324c654d85b8 100644 --- a/src/NetworkCloud/NetworkCloud.Autorest/docs/Get-AzNetworkCloudRack.md +++ b/src/NetworkCloud/NetworkCloud.Autorest/docs/Get-AzNetworkCloudRack.md @@ -14,7 +14,8 @@ Get properties of the provided rack. ### List (Default) ``` -Get-AzNetworkCloudRack [-SubscriptionId ] [-DefaultProfile ] [] +Get-AzNetworkCloudRack [-SubscriptionId ] [-SkipToken ] [-Top ] + [-DefaultProfile ] [] ``` ### Get @@ -30,8 +31,8 @@ Get-AzNetworkCloudRack -InputObject [-DefaultProfile [-SubscriptionId ] [-DefaultProfile ] - [] +Get-AzNetworkCloudRack -ResourceGroupName [-SubscriptionId ] [-SkipToken ] + [-Top ] [-DefaultProfile ] [] ``` ## DESCRIPTION @@ -142,6 +143,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -SkipToken +The opaque token that the server returns to indicate where to continue listing resources from. +This is used for paging through large result sets. + +```yaml +Type: System.String +Parameter Sets: List, List1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -SubscriptionId The ID of the target subscription. The value must be an UUID. @@ -158,6 +175,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Top +The maximum number of resources to return from the operation. +Example: '$top=10'. + +```yaml +Type: System.Int32 +Parameter Sets: List, List1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### CommonParameters This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). diff --git a/src/NetworkCloud/NetworkCloud.Autorest/docs/Get-AzNetworkCloudServicesNetwork.md b/src/NetworkCloud/NetworkCloud.Autorest/docs/Get-AzNetworkCloudServicesNetwork.md index 643b9820af6a..5b69da23e508 100644 --- a/src/NetworkCloud/NetworkCloud.Autorest/docs/Get-AzNetworkCloudServicesNetwork.md +++ b/src/NetworkCloud/NetworkCloud.Autorest/docs/Get-AzNetworkCloudServicesNetwork.md @@ -14,8 +14,8 @@ Get properties of the provided cloud services network. ### List (Default) ``` -Get-AzNetworkCloudServicesNetwork [-SubscriptionId ] [-DefaultProfile ] - [] +Get-AzNetworkCloudServicesNetwork [-SubscriptionId ] [-SkipToken ] [-Top ] + [-DefaultProfile ] [] ``` ### Get @@ -33,7 +33,7 @@ Get-AzNetworkCloudServicesNetwork -InputObject [-Default ### List1 ``` Get-AzNetworkCloudServicesNetwork -ResourceGroupName [-SubscriptionId ] - [-DefaultProfile ] [] + [-SkipToken ] [-Top ] [-DefaultProfile ] [] ``` ## DESCRIPTION @@ -144,6 +144,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -SkipToken +The opaque token that the server returns to indicate where to continue listing resources from. +This is used for paging through large result sets. + +```yaml +Type: System.String +Parameter Sets: List, List1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -SubscriptionId The ID of the target subscription. The value must be an UUID. @@ -160,6 +176,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Top +The maximum number of resources to return from the operation. +Example: '$top=10'. + +```yaml +Type: System.Int32 +Parameter Sets: List, List1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### CommonParameters This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). diff --git a/src/NetworkCloud/NetworkCloud.Autorest/docs/Get-AzNetworkCloudStorageAppliance.md b/src/NetworkCloud/NetworkCloud.Autorest/docs/Get-AzNetworkCloudStorageAppliance.md index d8ca8703539f..74f7446e1261 100644 --- a/src/NetworkCloud/NetworkCloud.Autorest/docs/Get-AzNetworkCloudStorageAppliance.md +++ b/src/NetworkCloud/NetworkCloud.Autorest/docs/Get-AzNetworkCloudStorageAppliance.md @@ -14,8 +14,8 @@ Get properties of the provided storage appliance. ### List (Default) ``` -Get-AzNetworkCloudStorageAppliance [-SubscriptionId ] [-DefaultProfile ] - [] +Get-AzNetworkCloudStorageAppliance [-SubscriptionId ] [-SkipToken ] [-Top ] + [-DefaultProfile ] [] ``` ### Get @@ -33,7 +33,7 @@ Get-AzNetworkCloudStorageAppliance -InputObject [-Defaul ### List1 ``` Get-AzNetworkCloudStorageAppliance -ResourceGroupName [-SubscriptionId ] - [-DefaultProfile ] [] + [-SkipToken ] [-Top ] [-DefaultProfile ] [] ``` ## DESCRIPTION @@ -146,6 +146,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -SkipToken +The opaque token that the server returns to indicate where to continue listing resources from. +This is used for paging through large result sets. + +```yaml +Type: System.String +Parameter Sets: List, List1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -SubscriptionId The ID of the target subscription. The value must be an UUID. @@ -162,6 +178,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Top +The maximum number of resources to return from the operation. +Example: '$top=10'. + +```yaml +Type: System.Int32 +Parameter Sets: List, List1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### CommonParameters This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). diff --git a/src/NetworkCloud/NetworkCloud.Autorest/docs/Get-AzNetworkCloudTrunkedNetwork.md b/src/NetworkCloud/NetworkCloud.Autorest/docs/Get-AzNetworkCloudTrunkedNetwork.md index 2f852c0c562b..e1e9c7b4b7a5 100644 --- a/src/NetworkCloud/NetworkCloud.Autorest/docs/Get-AzNetworkCloudTrunkedNetwork.md +++ b/src/NetworkCloud/NetworkCloud.Autorest/docs/Get-AzNetworkCloudTrunkedNetwork.md @@ -14,8 +14,8 @@ Get properties of the provided trunked network. ### List (Default) ``` -Get-AzNetworkCloudTrunkedNetwork [-SubscriptionId ] [-DefaultProfile ] - [] +Get-AzNetworkCloudTrunkedNetwork [-SubscriptionId ] [-SkipToken ] [-Top ] + [-DefaultProfile ] [] ``` ### Get @@ -33,7 +33,7 @@ Get-AzNetworkCloudTrunkedNetwork -InputObject [-DefaultP ### List1 ``` Get-AzNetworkCloudTrunkedNetwork -ResourceGroupName [-SubscriptionId ] - [-DefaultProfile ] [] + [-SkipToken ] [-Top ] [-DefaultProfile ] [] ``` ## DESCRIPTION @@ -146,6 +146,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -SkipToken +The opaque token that the server returns to indicate where to continue listing resources from. +This is used for paging through large result sets. + +```yaml +Type: System.String +Parameter Sets: List, List1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -SubscriptionId The ID of the target subscription. The value must be an UUID. @@ -162,6 +178,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Top +The maximum number of resources to return from the operation. +Example: '$top=10'. + +```yaml +Type: System.Int32 +Parameter Sets: List, List1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### CommonParameters This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). diff --git a/src/NetworkCloud/NetworkCloud.Autorest/docs/Get-AzNetworkCloudVirtualMachine.md b/src/NetworkCloud/NetworkCloud.Autorest/docs/Get-AzNetworkCloudVirtualMachine.md index d755801bd685..1b1212b819f7 100644 --- a/src/NetworkCloud/NetworkCloud.Autorest/docs/Get-AzNetworkCloudVirtualMachine.md +++ b/src/NetworkCloud/NetworkCloud.Autorest/docs/Get-AzNetworkCloudVirtualMachine.md @@ -14,8 +14,8 @@ Get properties of the provided virtual machine. ### List (Default) ``` -Get-AzNetworkCloudVirtualMachine [-SubscriptionId ] [-DefaultProfile ] - [] +Get-AzNetworkCloudVirtualMachine [-SubscriptionId ] [-SkipToken ] [-Top ] + [-DefaultProfile ] [] ``` ### Get @@ -33,7 +33,7 @@ Get-AzNetworkCloudVirtualMachine -InputObject [-DefaultP ### List1 ``` Get-AzNetworkCloudVirtualMachine -ResourceGroupName [-SubscriptionId ] - [-DefaultProfile ] [] + [-SkipToken ] [-Top ] [-DefaultProfile ] [] ``` ## DESCRIPTION @@ -146,6 +146,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -SkipToken +The opaque token that the server returns to indicate where to continue listing resources from. +This is used for paging through large result sets. + +```yaml +Type: System.String +Parameter Sets: List, List1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -SubscriptionId The ID of the target subscription. The value must be an UUID. @@ -162,6 +178,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Top +The maximum number of resources to return from the operation. +Example: '$top=10'. + +```yaml +Type: System.Int32 +Parameter Sets: List, List1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### CommonParameters This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). diff --git a/src/NetworkCloud/NetworkCloud.Autorest/docs/Get-AzNetworkCloudVolume.md b/src/NetworkCloud/NetworkCloud.Autorest/docs/Get-AzNetworkCloudVolume.md index cffaed1ce555..42639badb735 100644 --- a/src/NetworkCloud/NetworkCloud.Autorest/docs/Get-AzNetworkCloudVolume.md +++ b/src/NetworkCloud/NetworkCloud.Autorest/docs/Get-AzNetworkCloudVolume.md @@ -14,7 +14,8 @@ Get properties of the provided volume. ### List (Default) ``` -Get-AzNetworkCloudVolume [-SubscriptionId ] [-DefaultProfile ] [] +Get-AzNetworkCloudVolume [-SubscriptionId ] [-SkipToken ] [-Top ] + [-DefaultProfile ] [] ``` ### Get @@ -31,8 +32,8 @@ Get-AzNetworkCloudVolume -InputObject [-DefaultProfile < ### List1 ``` -Get-AzNetworkCloudVolume -ResourceGroupName [-SubscriptionId ] [-DefaultProfile ] - [] +Get-AzNetworkCloudVolume -ResourceGroupName [-SubscriptionId ] [-SkipToken ] + [-Top ] [-DefaultProfile ] [] ``` ## DESCRIPTION @@ -145,6 +146,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -SkipToken +The opaque token that the server returns to indicate where to continue listing resources from. +This is used for paging through large result sets. + +```yaml +Type: System.String +Parameter Sets: List, List1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -SubscriptionId The ID of the target subscription. The value must be an UUID. @@ -161,6 +178,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Top +The maximum number of resources to return from the operation. +Example: '$top=10'. + +```yaml +Type: System.Int32 +Parameter Sets: List, List1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### CommonParameters This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). diff --git a/src/NetworkCloud/NetworkCloud.Autorest/docs/Invoke-AzNetworkCloudBareMetalMachineDataExtract.md b/src/NetworkCloud/NetworkCloud.Autorest/docs/Invoke-AzNetworkCloudBareMetalMachineDataExtract.md index 87e12e90b5c9..df547213b9c5 100644 --- a/src/NetworkCloud/NetworkCloud.Autorest/docs/Invoke-AzNetworkCloudBareMetalMachineDataExtract.md +++ b/src/NetworkCloud/NetworkCloud.Autorest/docs/Invoke-AzNetworkCloudBareMetalMachineDataExtract.md @@ -170,7 +170,8 @@ Accept wildcard characters: False ``` ### -LimitTimeSecond -The maximum time the commands are allowed to run.If the execution time exceeds the maximum, the script will be stopped, any output produced until then will be captured, and the exit code matching a timeout will be returned (252). +The maximum time the commands are allowed to run. +If the execution time exceeds the maximum, the script will be stopped, any output produced until then will be captured, and the exit code matching a timeout will be returned (252). ```yaml Type: System.Int64 diff --git a/src/NetworkCloud/NetworkCloud.Autorest/docs/Invoke-AzNetworkCloudBareMetalMachineDataExtractRestricted.md b/src/NetworkCloud/NetworkCloud.Autorest/docs/Invoke-AzNetworkCloudBareMetalMachineDataExtractRestricted.md new file mode 100644 index 000000000000..7a9b592f1194 --- /dev/null +++ b/src/NetworkCloud/NetworkCloud.Autorest/docs/Invoke-AzNetworkCloudBareMetalMachineDataExtractRestricted.md @@ -0,0 +1,304 @@ +--- +external help file: +Module Name: Az.NetworkCloud +online version: https://learn.microsoft.com/powershell/module/az.networkcloud/invoke-aznetworkcloudbaremetalmachinedataextractrestricted +schema: 2.0.0 +--- + +# Invoke-AzNetworkCloudBareMetalMachineDataExtractRestricted + +## SYNOPSIS +Run one or more restricted data extractions on the provided bare metal machine. +The URL to storage account with the command execution results and the command exit code can be retrieved from the operation status API once available. + +## SYNTAX + +### RunViaIdentityExpanded (Default) +``` +Invoke-AzNetworkCloudBareMetalMachineDataExtractRestricted -InputObject + -Command -LimitTimeSecond [-DefaultProfile ] + [-AsJob] [-NoWait] [-PassThru] [-Confirm] [-WhatIf] [] +``` + +### RunExpanded +``` +Invoke-AzNetworkCloudBareMetalMachineDataExtractRestricted -BareMetalMachineName + -ResourceGroupName -Command -LimitTimeSecond + [-SubscriptionId ] [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-Confirm] [-WhatIf] + [] +``` + +### RunViaJsonFilePath +``` +Invoke-AzNetworkCloudBareMetalMachineDataExtractRestricted -BareMetalMachineName + -ResourceGroupName -JsonFilePath [-SubscriptionId ] [-DefaultProfile ] + [-AsJob] [-NoWait] [-PassThru] [-Confirm] [-WhatIf] [] +``` + +### RunViaJsonString +``` +Invoke-AzNetworkCloudBareMetalMachineDataExtractRestricted -BareMetalMachineName + -ResourceGroupName -JsonString [-SubscriptionId ] [-DefaultProfile ] + [-AsJob] [-NoWait] [-PassThru] [-Confirm] [-WhatIf] [] +``` + +## DESCRIPTION +Run one or more restricted data extractions on the provided bare metal machine. +The URL to storage account with the command execution results and the command exit code can be retrieved from the operation status API once available. + +## EXAMPLES + +### Example 1: {{ Add title here }} +```powershell +{{ Add code here }} +``` + +```output +{{ Add output here (remove the output block if the example doesn't have an output) }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +{{ Add code here }} +``` + +```output +{{ Add output here (remove the output block if the example doesn't have an output) }} +``` + +{{ Add description here }} + +## PARAMETERS + +### -AsJob +Run the command as a job + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -BareMetalMachineName +The name of the bare metal machine. + +```yaml +Type: System.String +Parameter Sets: RunExpanded, RunViaJsonFilePath, RunViaJsonString +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Command +The list of curated data extraction commands to be executed directly against the target machine. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IBareMetalMachineCommandSpecification[] +Parameter Sets: RunExpanded, RunViaIdentityExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DefaultProfile +The DefaultProfile parameter is not functional. +Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. + +```yaml +Type: System.Management.Automation.PSObject +Parameter Sets: (All) +Aliases: AzureRMContext, AzureCredential + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -InputObject +Identity Parameter + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity +Parameter Sets: RunViaIdentityExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -JsonFilePath +Path of Json file supplied to the Run operation + +```yaml +Type: System.String +Parameter Sets: RunViaJsonFilePath +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -JsonString +Json string supplied to the Run operation + +```yaml +Type: System.String +Parameter Sets: RunViaJsonString +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -LimitTimeSecond +The maximum time the commands are allowed to run. +If the execution time exceeds the maximum, the script will be stopped, any output produced until then will be captured, and the exit code matching a timeout will be returned (252). + +```yaml +Type: System.Int64 +Parameter Sets: RunExpanded, RunViaIdentityExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -NoWait +Run the command asynchronously + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -PassThru +Returns true when the command succeeds + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ResourceGroupName +The name of the resource group. +The name is case insensitive. + +```yaml +Type: System.String +Parameter Sets: RunExpanded, RunViaJsonFilePath, RunViaJsonString +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SubscriptionId +The ID of the target subscription. +The value must be an UUID. + +```yaml +Type: System.String +Parameter Sets: RunExpanded, RunViaJsonFilePath, RunViaJsonString +Aliases: + +Required: False +Position: Named +Default value: (Get-AzContext).Subscription.Id +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Confirm +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: cf + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -WhatIf +Shows what would happen if the cmdlet runs. +The cmdlet is not run. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: wi + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity + +## OUTPUTS + +### System.Boolean + +## NOTES + +## RELATED LINKS + diff --git a/src/NetworkCloud/NetworkCloud.Autorest/docs/Invoke-AzNetworkCloudBareMetalMachineReplace.md b/src/NetworkCloud/NetworkCloud.Autorest/docs/Invoke-AzNetworkCloudBareMetalMachineReplace.md index 98a64decedd2..abaa4dd6fc80 100644 --- a/src/NetworkCloud/NetworkCloud.Autorest/docs/Invoke-AzNetworkCloudBareMetalMachineReplace.md +++ b/src/NetworkCloud/NetworkCloud.Autorest/docs/Invoke-AzNetworkCloudBareMetalMachineReplace.md @@ -16,16 +16,18 @@ Replace the provided bare metal machine. ``` Invoke-AzNetworkCloudBareMetalMachineReplace -Name -ResourceGroupName [-SubscriptionId ] [-BmcCredentialsPassword ] [-BmcCredentialsUsername ] - [-BmcMacAddress ] [-BootMacAddress ] [-MachineName ] [-SerialNumber ] - [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-Confirm] [-WhatIf] [] + [-BmcMacAddress ] [-BootMacAddress ] [-MachineName ] [-SafeguardMode ] + [-SerialNumber ] [-StoragePolicy ] [-DefaultProfile ] [-AsJob] [-NoWait] + [-PassThru] [-Confirm] [-WhatIf] [] ``` ### ReplaceViaIdentityExpanded ``` Invoke-AzNetworkCloudBareMetalMachineReplace -InputObject [-BmcCredentialsPassword ] [-BmcCredentialsUsername ] [-BmcMacAddress ] - [-BootMacAddress ] [-MachineName ] [-SerialNumber ] [-DefaultProfile ] - [-AsJob] [-NoWait] [-PassThru] [-Confirm] [-WhatIf] [] + [-BootMacAddress ] [-MachineName ] [-SafeguardMode ] [-SerialNumber ] + [-StoragePolicy ] [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-Confirm] [-WhatIf] + [] ``` ### ReplaceViaJsonFilePath @@ -270,6 +272,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -SafeguardMode +The safeguard mode to use for the replace action, where None indicates to bypass safeguards and All indicates to utilize all safeguards. + +```yaml +Type: System.String +Parameter Sets: ReplaceExpanded, ReplaceViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -SerialNumber The serial number of the bare metal machine. @@ -285,6 +302,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -StoragePolicy +The indicator of whether to bypass clearing storage while replacing a bare metal machine. + +```yaml +Type: System.String +Parameter Sets: ReplaceExpanded, ReplaceViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -SubscriptionId The ID of the target subscription. The value must be an UUID. diff --git a/src/NetworkCloud/NetworkCloud.Autorest/docs/Invoke-AzNetworkCloudBareMetalMachineRunCommand.md b/src/NetworkCloud/NetworkCloud.Autorest/docs/Invoke-AzNetworkCloudBareMetalMachineRunCommand.md index 8806b7f803f8..b54481277c22 100644 --- a/src/NetworkCloud/NetworkCloud.Autorest/docs/Invoke-AzNetworkCloudBareMetalMachineRunCommand.md +++ b/src/NetworkCloud/NetworkCloud.Autorest/docs/Invoke-AzNetworkCloudBareMetalMachineRunCommand.md @@ -165,7 +165,8 @@ Accept wildcard characters: False ``` ### -LimitTimeSecond -The maximum time the script is allowed to run.If the execution time exceeds the maximum, the script will be stopped, any output produced until then will be captured, and the exit code matching a timeout will be returned (252). +The maximum time the script is allowed to run. +If the execution time exceeds the maximum, the script will be stopped, any output produced until then will be captured, and the exit code matching a timeout will be returned (252). ```yaml Type: System.Int64 diff --git a/src/NetworkCloud/NetworkCloud.Autorest/docs/Invoke-AzNetworkCloudBareMetalMachineRunReadCommand.md b/src/NetworkCloud/NetworkCloud.Autorest/docs/Invoke-AzNetworkCloudBareMetalMachineRunReadCommand.md index 79c8605a7141..d201f107cde2 100644 --- a/src/NetworkCloud/NetworkCloud.Autorest/docs/Invoke-AzNetworkCloudBareMetalMachineRunReadCommand.md +++ b/src/NetworkCloud/NetworkCloud.Autorest/docs/Invoke-AzNetworkCloudBareMetalMachineRunReadCommand.md @@ -170,7 +170,8 @@ Accept wildcard characters: False ``` ### -LimitTimeSecond -The maximum time the commands are allowed to run.If the execution time exceeds the maximum, the script will be stopped, any output produced until then will be captured, and the exit code matching a timeout will be returned (252). +The maximum time the commands are allowed to run. +If the execution time exceeds the maximum, the script will be stopped, any output produced until then will be captured, and the exit code matching a timeout will be returned (252). ```yaml Type: System.Int64 diff --git a/src/NetworkCloud/NetworkCloud.Autorest/docs/New-AzNetworkCloudBareMetalMachineConfigurationDataObject.md b/src/NetworkCloud/NetworkCloud.Autorest/docs/New-AzNetworkCloudBareMetalMachineConfigurationDataObject.md index ae5b46298ed6..340d615815df 100644 --- a/src/NetworkCloud/NetworkCloud.Autorest/docs/New-AzNetworkCloudBareMetalMachineConfigurationDataObject.md +++ b/src/NetworkCloud/NetworkCloud.Autorest/docs/New-AzNetworkCloudBareMetalMachineConfigurationDataObject.md @@ -118,7 +118,7 @@ Accept wildcard characters: False ### -MachineName The user-provided name for the bare metal machine created from this specification. - If not provided, the machine name will be generated programmatically. +If not provided, the machine name will be generated programmatically. ```yaml Type: System.String diff --git a/src/NetworkCloud/NetworkCloud.Autorest/docs/New-AzNetworkCloudBareMetalMachineKeySet.md b/src/NetworkCloud/NetworkCloud.Autorest/docs/New-AzNetworkCloudBareMetalMachineKeySet.md index 6c831b57883e..18aae31723e4 100644 --- a/src/NetworkCloud/NetworkCloud.Autorest/docs/New-AzNetworkCloudBareMetalMachineKeySet.md +++ b/src/NetworkCloud/NetworkCloud.Autorest/docs/New-AzNetworkCloudBareMetalMachineKeySet.md @@ -17,8 +17,8 @@ Create a new bare metal machine key set or create the existing one for the provi New-AzNetworkCloudBareMetalMachineKeySet -ClusterInputObject -Name -AzureGroupId -Expiration -ExtendedLocationName -ExtendedLocationType -JumpHostsAllowed -Location -PrivilegeLevel -UserList - [-IfMatch ] [-IfNoneMatch ] [-OSGroupName ] [-Tag ] - [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] + [-IfMatch ] [-IfNoneMatch ] [-OSGroupName ] [-PrivilegeLevelName ] + [-Tag ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] ``` ### CreateExpanded @@ -27,7 +27,8 @@ New-AzNetworkCloudBareMetalMachineKeySet -ClusterName -Name -R -AzureGroupId -Expiration -ExtendedLocationName -ExtendedLocationType -JumpHostsAllowed -Location -PrivilegeLevel -UserList [-SubscriptionId ] [-IfMatch ] [-IfNoneMatch ] [-OSGroupName ] - [-Tag ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] + [-PrivilegeLevelName ] [-Tag ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] + [-WhatIf] [] ``` ### CreateViaJsonFilePath @@ -350,6 +351,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -PrivilegeLevelName +The name of the access level to apply when the privilege level is set to Other. + +```yaml +Type: System.String +Parameter Sets: CreateExpanded, CreateViaIdentityClusterExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group. The name is case insensitive. diff --git a/src/NetworkCloud/NetworkCloud.Autorest/docs/New-AzNetworkCloudCluster.md b/src/NetworkCloud/NetworkCloud.Autorest/docs/New-AzNetworkCloudCluster.md index f786bd610559..63792946581b 100644 --- a/src/NetworkCloud/NetworkCloud.Autorest/docs/New-AzNetworkCloudCluster.md +++ b/src/NetworkCloud/NetworkCloud.Autorest/docs/New-AzNetworkCloudCluster.md @@ -31,12 +31,12 @@ New-AzNetworkCloudCluster -Name -ResourceGroupName [-AssociatedIdentityUserAssignedIdentityResourceId ] [-ClusterLocation ] [-ClusterServicePrincipalApplicationId ] [-ClusterServicePrincipalId ] [-ClusterServicePrincipalPassword ] [-ClusterServicePrincipalTenantId ] - [-CommandOutputSettingContainerUrl ] [-ComputeDeploymentThresholdGrouping ] - [-ComputeDeploymentThresholdType ] [-ComputeDeploymentThresholdValue ] - [-ComputeRackDefinition ] [-EnableSystemAssignedIdentity] - [-ManagedResourceGroupConfigurationLocation ] [-ManagedResourceGroupConfigurationName ] - [-RuntimeProtectionConfigurationEnforcementLevel ] [-SecretArchiveKeyVaultId ] - [-SecretArchiveSettingsAssociatedIdentityType ] + [-CommandOutputSettingContainerUrl ] [-CommandOutputSettingOverride ] + [-ComputeDeploymentThresholdGrouping ] [-ComputeDeploymentThresholdType ] + [-ComputeDeploymentThresholdValue ] [-ComputeRackDefinition ] + [-EnableSystemAssignedIdentity] [-ManagedResourceGroupConfigurationLocation ] + [-ManagedResourceGroupConfigurationName ] [-RuntimeProtectionConfigurationEnforcementLevel ] + [-SecretArchiveKeyVaultId ] [-SecretArchiveSettingsAssociatedIdentityType ] [-SecretArchiveSettingsAssociatedIdentityUserAssignedIdentityResourceId ] [-SecretArchiveSettingVaultUri ] [-SecretArchiveUseKeyVault ] [-Tag ] [-UpdateStrategyMaxUnavailable ] [-UpdateStrategyThresholdType ] @@ -445,6 +445,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -CommandOutputSettingOverride +The list of optional overrides allowing for association of storage containers and identities to specific types of command output. +If a type is not overridden, the default identity and storage container will be utilized. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.ICommandOutputOverride[] +Parameter Sets: CreateExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ComputeDeploymentThresholdGrouping Selection of how the type evaluation is applied to the cluster calculation. @@ -860,7 +876,8 @@ Accept wildcard characters: False ``` ### -UpdateStrategyMaxUnavailable -The maximum number of worker nodes that can be offline within the increment of update, e.g., rack-by-rack.Limited by the maximum number of machines in the increment. +The maximum number of worker nodes that can be offline within the increment of update, e.g., rack-by-rack. +Limited by the maximum number of machines in the increment. Defaults to the whole increment size. ```yaml diff --git a/src/NetworkCloud/NetworkCloud.Autorest/docs/New-AzNetworkCloudClusterManager.md b/src/NetworkCloud/NetworkCloud.Autorest/docs/New-AzNetworkCloudClusterManager.md index 8e2d47b4cbbc..a88fd1ce11d3 100644 --- a/src/NetworkCloud/NetworkCloud.Autorest/docs/New-AzNetworkCloudClusterManager.md +++ b/src/NetworkCloud/NetworkCloud.Autorest/docs/New-AzNetworkCloudClusterManager.md @@ -93,7 +93,6 @@ Accept wildcard characters: False ``` ### -AvailabilityZone -Field deprecated, this value will no longer influence the cluster manager allocation process and will be removed in a future version. The Azure availability zones within the region that will be used to support the cluster manager resource. ```yaml @@ -358,7 +357,6 @@ Accept wildcard characters: False ``` ### -VMSize -Field deprecated, this value will no longer influence the cluster manager allocation process and will be removed in a future version. The size of the Azure virtual machines to use for hosting the cluster manager resource. ```yaml diff --git a/src/NetworkCloud/NetworkCloud.Autorest/docs/New-AzNetworkCloudNetworkAttachmentObject.md b/src/NetworkCloud/NetworkCloud.Autorest/docs/New-AzNetworkCloudNetworkAttachmentObject.md index 6d624a82b8c1..b237e847851b 100644 --- a/src/NetworkCloud/NetworkCloud.Autorest/docs/New-AzNetworkCloudNetworkAttachmentObject.md +++ b/src/NetworkCloud/NetworkCloud.Autorest/docs/New-AzNetworkCloudNetworkAttachmentObject.md @@ -41,7 +41,7 @@ Create an in-memory object for NetworkAttachment. ### -AttachedNetworkId The resource ID of the associated network attached to the virtual machine. - It can be one of cloudServicesNetwork, l3Network, l2Network or trunkedNetwork resources. +It can be one of cloudServicesNetwork, l3Network, l2Network or trunkedNetwork resources. ```yaml Type: System.String @@ -57,7 +57,7 @@ Accept wildcard characters: False ### -DefaultGateway The indicator of whether this is the default gateway. - Only one of the attached networks (including the CloudServicesNetwork attachment) for a single machine may be specified as True. +Only one of the attached networks (including the CloudServicesNetwork attachment) for a single machine may be specified as True. ```yaml Type: System.String @@ -73,8 +73,8 @@ Accept wildcard characters: False ### -IPAllocationMethod The IP allocation mechanism for the virtual machine. - Dynamic and Static are only valid for l3Network which may also specify Disabled. - Otherwise, Disabled is the only permitted value. +Dynamic and Static are only valid for l3Network which may also specify Disabled. +Otherwise, Disabled is the only permitted value. ```yaml Type: System.String @@ -90,13 +90,10 @@ Accept wildcard characters: False ### -Ipv4Address The IPv4 address of the virtual machine. - - This field is used only if the attached network has IPAllocationType of IPV4 or DualStack. - - If IPAllocationMethod is: - Static - this field must contain a user specified IPv4 address from within the subnet specified in the attached network. - Dynamic - this field is read-only, but will be populated with an address from within the subnet specified in the attached network. - Disabled - this field will be empty. +This field is used only if the attached network has IPAllocationType of IPV4 or DualStack. +If IPAllocationMethod is: Static - this field must contain a user specified IPv4 address from within the subnet specified in the attached network. +Dynamic - this field is read-only, but will be populated with an address from within the subnet specified in the attached network. +Disabled - this field will be empty. ```yaml Type: System.String @@ -112,13 +109,10 @@ Accept wildcard characters: False ### -Ipv6Address The IPv6 address of the virtual machine. - - This field is used only if the attached network has IPAllocationType of IPV6 or DualStack. - - If IPAllocationMethod is: - Static - this field must contain an IPv6 address range from within the range specified in the attached network. - Dynamic - this field is read-only, but will be populated with an range from within the subnet specified in the attached network. - Disabled - this field will be empty. +This field is used only if the attached network has IPAllocationType of IPV6 or DualStack. +If IPAllocationMethod is: Static - this field must contain an IPv6 address range from within the range specified in the attached network. +Dynamic - this field is read-only, but will be populated with an range from within the subnet specified in the attached network. +Disabled - this field will be empty. ```yaml Type: System.String @@ -134,9 +128,9 @@ Accept wildcard characters: False ### -Name The associated network's interface name. - If specified, the network attachment name has a maximum length of 15 characters and must be unique to this virtual machine. - If the user doesn’t specify this value, the default interface name of the network resource will be used. - For a CloudServicesNetwork resource, this name will be ignored. +If specified, the network attachment name has a maximum length of 15 characters and must be unique to this virtual machine. +If the user doesn’t specify this value, the default interface name of the network resource will be used. +For a CloudServicesNetwork resource, this name will be ignored. ```yaml Type: System.String diff --git a/src/NetworkCloud/NetworkCloud.Autorest/docs/New-AzNetworkCloudServicesNetwork.md b/src/NetworkCloud/NetworkCloud.Autorest/docs/New-AzNetworkCloudServicesNetwork.md index 637ada956f8a..31c92ef4e54c 100644 --- a/src/NetworkCloud/NetworkCloud.Autorest/docs/New-AzNetworkCloudServicesNetwork.md +++ b/src/NetworkCloud/NetworkCloud.Autorest/docs/New-AzNetworkCloudServicesNetwork.md @@ -17,8 +17,9 @@ Create a new cloud services network or create the properties of the existing clo New-AzNetworkCloudServicesNetwork -Name -ResourceGroupName -ExtendedLocationName -ExtendedLocationType -Location [-SubscriptionId ] [-IfMatch ] [-IfNoneMatch ] [-AdditionalEgressEndpoint ] - [-EnableDefaultEgressEndpoint ] [-Tag ] [-DefaultProfile ] [-AsJob] [-NoWait] - [-Confirm] [-WhatIf] [] + [-EnableDefaultEgressEndpoint ] [-StorageOptionMode ] [-StorageOptionSizeMiB ] + [-StorageOptionStorageApplianceId ] [-Tag ] [-DefaultProfile ] [-AsJob] + [-NoWait] [-Confirm] [-WhatIf] [] ``` ### CreateViaJsonFilePath @@ -276,6 +277,52 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -StorageOptionMode +The indicator to enable shared storage on the cloud services network. +If not specified, the allocation will align with the standard storage enablement. + +```yaml +Type: System.String +Parameter Sets: CreateExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -StorageOptionSizeMiB +The requested storage allocation for the volume in Mebibytes. + +```yaml +Type: System.Int64 +Parameter Sets: CreateExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -StorageOptionStorageApplianceId +The resource ID of the storage appliance that hosts the storage. + +```yaml +Type: System.String +Parameter Sets: CreateExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -SubscriptionId The ID of the target subscription. The value must be an UUID. diff --git a/src/NetworkCloud/NetworkCloud.Autorest/docs/New-AzNetworkCloudVirtualMachine.md b/src/NetworkCloud/NetworkCloud.Autorest/docs/New-AzNetworkCloudVirtualMachine.md index 8084d63bcf26..ac6cabc6e944 100644 --- a/src/NetworkCloud/NetworkCloud.Autorest/docs/New-AzNetworkCloudVirtualMachine.md +++ b/src/NetworkCloud/NetworkCloud.Autorest/docs/New-AzNetworkCloudVirtualMachine.md @@ -22,11 +22,12 @@ New-AzNetworkCloudVirtualMachine -Name -ResourceGroupName -Adm [-BootMethod ] [-CloudServiceNetworkAttachmentDefaultGateway ] [-CloudServiceNetworkAttachmentIpv4Address ] [-CloudServiceNetworkAttachmentIpv6Address ] [-CloudServiceNetworkAttachmentName ] [-ConsoleExtendedLocationName ] - [-ConsoleExtendedLocationType ] [-IsolateEmulatorThread ] - [-NetworkAttachment ] [-NetworkData ] [-OSDiskCreateOption ] - [-OSDiskDeleteOption ] [-PlacementHint ] - [-SshPublicKey ] [-StorageProfileVolumeAttachment ] [-Tag ] - [-UserData ] [-VirtioInterface ] [-VMDeviceModel ] + [-ConsoleExtendedLocationType ] [-EnableSystemAssignedIdentity] [-IsolateEmulatorThread ] + [-NetworkAttachment ] [-NetworkData ] [-NetworkDataContent ] + [-OSDiskCreateOption ] [-OSDiskDeleteOption ] + [-PlacementHint ] [-SshPublicKey ] + [-StorageProfileVolumeAttachment ] [-Tag ] [-UserAssignedIdentity ] + [-UserData ] [-UserDataContent ] [-VirtioInterface ] [-VMDeviceModel ] [-VMImageRepositoryCredentialsPassword ] [-VMImageRepositoryCredentialsRegistryUrl ] [-VMImageRepositoryCredentialsUsername ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] @@ -130,7 +131,8 @@ Accept wildcard characters: False ``` ### -CloudServiceNetworkAttachmentAttachedNetworkId -The resource ID of the associated network attached to the virtual machine.It can be one of cloudServicesNetwork, l3Network, l2Network or trunkedNetwork resources. +The resource ID of the associated network attached to the virtual machine. +It can be one of cloudServicesNetwork, l3Network, l2Network or trunkedNetwork resources. ```yaml Type: System.String @@ -145,7 +147,8 @@ Accept wildcard characters: False ``` ### -CloudServiceNetworkAttachmentDefaultGateway -The indicator of whether this is the default gateway.Only one of the attached networks (including the CloudServicesNetwork attachment) for a single machine may be specified as True. +The indicator of whether this is the default gateway. +Only one of the attached networks (including the CloudServicesNetwork attachment) for a single machine may be specified as True. ```yaml Type: System.String @@ -160,7 +163,9 @@ Accept wildcard characters: False ``` ### -CloudServiceNetworkAttachmentIPAllocationMethod -The IP allocation mechanism for the virtual machine.Dynamic and Static are only valid for l3Network which may also specify Disabled.Otherwise, Disabled is the only permitted value. +The IP allocation mechanism for the virtual machine. +Dynamic and Static are only valid for l3Network which may also specify Disabled. +Otherwise, Disabled is the only permitted value. ```yaml Type: System.String @@ -175,7 +180,11 @@ Accept wildcard characters: False ``` ### -CloudServiceNetworkAttachmentIpv4Address -The IPv4 address of the virtual machine.This field is used only if the attached network has IPAllocationType of IPV4 or DualStack.If IPAllocationMethod is:Static - this field must contain a user specified IPv4 address from within the subnet specified in the attached network.Dynamic - this field is read-only, but will be populated with an address from within the subnet specified in the attached network.Disabled - this field will be empty. +The IPv4 address of the virtual machine. +This field is used only if the attached network has IPAllocationType of IPV4 or DualStack. +If IPAllocationMethod is: Static - this field must contain a user specified IPv4 address from within the subnet specified in the attached network. +Dynamic - this field is read-only, but will be populated with an address from within the subnet specified in the attached network. +Disabled - this field will be empty. ```yaml Type: System.String @@ -190,7 +199,11 @@ Accept wildcard characters: False ``` ### -CloudServiceNetworkAttachmentIpv6Address -The IPv6 address of the virtual machine.This field is used only if the attached network has IPAllocationType of IPV6 or DualStack.If IPAllocationMethod is:Static - this field must contain an IPv6 address range from within the range specified in the attached network.Dynamic - this field is read-only, but will be populated with an range from within the subnet specified in the attached network.Disabled - this field will be empty. +The IPv6 address of the virtual machine. +This field is used only if the attached network has IPAllocationType of IPV6 or DualStack. +If IPAllocationMethod is: Static - this field must contain an IPv6 address range from within the range specified in the attached network. +Dynamic - this field is read-only, but will be populated with an range from within the subnet specified in the attached network. +Disabled - this field will be empty. ```yaml Type: System.String @@ -205,7 +218,10 @@ Accept wildcard characters: False ``` ### -CloudServiceNetworkAttachmentName -The associated network's interface name.If specified, the network attachment name has a maximum length of 15 characters and must be unique to this virtual machine.If the user doesn’t specify this value, the default interface name of the network resource will be used.For a CloudServicesNetwork resource, this name will be ignored. +The associated network's interface name. +If specified, the network attachment name has a maximum length of 15 characters and must be unique to this virtual machine. +If the user doesn’t specify this value, the default interface name of the network resource will be used. +For a CloudServicesNetwork resource, this name will be ignored. ```yaml Type: System.String @@ -280,6 +296,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -EnableSystemAssignedIdentity +Determines whether to enable a system-assigned identity for the resource. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: CreateExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ExtendedLocationName The resource ID of the extended location on which the resource will be created. @@ -451,6 +482,22 @@ Accept wildcard characters: False ``` ### -NetworkData +Field Deprecated: The Base64 encoded cloud-init network data. +The networkDataContent property will be used in preference to this property. + +```yaml +Type: System.String +Parameter Sets: CreateExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -NetworkDataContent The Base64 encoded cloud-init network data. ```yaml @@ -620,7 +667,39 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -UserAssignedIdentity +The array of user assigned identities associated with the resource. +The elements in array will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}.' + +```yaml +Type: System.String[] +Parameter Sets: CreateExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -UserData +Field Deprecated: The Base64 encoded cloud-init user data. +The userDataContent property will be used in preference to this property. + +```yaml +Type: System.String +Parameter Sets: CreateExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -UserDataContent The Base64 encoded cloud-init user data. ```yaml diff --git a/src/NetworkCloud/NetworkCloud.Autorest/docs/New-AzNetworkCloudVolume.md b/src/NetworkCloud/NetworkCloud.Autorest/docs/New-AzNetworkCloudVolume.md index b55e158d572e..b059e8539cdc 100644 --- a/src/NetworkCloud/NetworkCloud.Autorest/docs/New-AzNetworkCloudVolume.md +++ b/src/NetworkCloud/NetworkCloud.Autorest/docs/New-AzNetworkCloudVolume.md @@ -16,8 +16,8 @@ Create a new volume or create the properties of the existing one. ``` New-AzNetworkCloudVolume -Name -ResourceGroupName -ExtendedLocationName -ExtendedLocationType -Location -SizeMiB [-SubscriptionId ] - [-IfMatch ] [-IfNoneMatch ] [-Tag ] [-DefaultProfile ] [-AsJob] - [-NoWait] [-Confirm] [-WhatIf] [] + [-IfMatch ] [-IfNoneMatch ] [-StorageApplianceId ] [-Tag ] + [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] ``` ### CreateViaJsonFilePath @@ -240,7 +240,7 @@ Accept wildcard characters: False ``` ### -SizeMiB -The size of the allocation for this volume in Mebibytes. +The requested storage allocation for the volume in Mebibytes. ```yaml Type: System.Int64 @@ -254,6 +254,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -StorageApplianceId +The resource ID of the storage appliance that hosts the volume. + +```yaml +Type: System.String +Parameter Sets: CreateExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -SubscriptionId The ID of the target subscription. The value must be an UUID. diff --git a/src/NetworkCloud/NetworkCloud.Autorest/docs/Start-AzNetworkCloudStorageApplianceReadCommand.md b/src/NetworkCloud/NetworkCloud.Autorest/docs/Start-AzNetworkCloudStorageApplianceReadCommand.md new file mode 100644 index 000000000000..0edc5caea47c --- /dev/null +++ b/src/NetworkCloud/NetworkCloud.Autorest/docs/Start-AzNetworkCloudStorageApplianceReadCommand.md @@ -0,0 +1,300 @@ +--- +external help file: +Module Name: Az.NetworkCloud +online version: https://learn.microsoft.com/powershell/module/az.networkcloud/start-aznetworkcloudstorageappliancereadcommand +schema: 2.0.0 +--- + +# Start-AzNetworkCloudStorageApplianceReadCommand + +## SYNOPSIS +Run one or more read-only commands on the provided storage appliance. + +## SYNTAX + +### RunViaIdentityExpanded (Default) +``` +Start-AzNetworkCloudStorageApplianceReadCommand -InputObject + -Command -LimitTimeSecond [-DefaultProfile ] + [-AsJob] [-NoWait] [-PassThru] [-Confirm] [-WhatIf] [] +``` + +### RunExpanded +``` +Start-AzNetworkCloudStorageApplianceReadCommand -ResourceGroupName -StorageApplianceName + -Command -LimitTimeSecond [-SubscriptionId ] + [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-Confirm] [-WhatIf] [] +``` + +### RunViaJsonFilePath +``` +Start-AzNetworkCloudStorageApplianceReadCommand -ResourceGroupName -StorageApplianceName + -JsonFilePath [-SubscriptionId ] [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] + [-Confirm] [-WhatIf] [] +``` + +### RunViaJsonString +``` +Start-AzNetworkCloudStorageApplianceReadCommand -ResourceGroupName -StorageApplianceName + -JsonString [-SubscriptionId ] [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] + [-Confirm] [-WhatIf] [] +``` + +## DESCRIPTION +Run one or more read-only commands on the provided storage appliance. + +## EXAMPLES + +### Example 1: {{ Add title here }} +```powershell +{{ Add code here }} +``` + +```output +{{ Add output here (remove the output block if the example doesn't have an output) }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +{{ Add code here }} +``` + +```output +{{ Add output here (remove the output block if the example doesn't have an output) }} +``` + +{{ Add description here }} + +## PARAMETERS + +### -AsJob +Run the command as a job + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Command +The list of read-only commands to be executed directly against the target storage appliance. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IStorageApplianceCommandSpecification[] +Parameter Sets: RunExpanded, RunViaIdentityExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DefaultProfile +The DefaultProfile parameter is not functional. +Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. + +```yaml +Type: System.Management.Automation.PSObject +Parameter Sets: (All) +Aliases: AzureRMContext, AzureCredential + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -InputObject +Identity Parameter + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity +Parameter Sets: RunViaIdentityExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -JsonFilePath +Path of Json file supplied to the Run operation + +```yaml +Type: System.String +Parameter Sets: RunViaJsonFilePath +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -JsonString +Json string supplied to the Run operation + +```yaml +Type: System.String +Parameter Sets: RunViaJsonString +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -LimitTimeSecond +The maximum time the commands are allowed to run. + +```yaml +Type: System.Int64 +Parameter Sets: RunExpanded, RunViaIdentityExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -NoWait +Run the command asynchronously + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -PassThru +Returns true when the command succeeds + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ResourceGroupName +The name of the resource group. +The name is case insensitive. + +```yaml +Type: System.String +Parameter Sets: RunExpanded, RunViaJsonFilePath, RunViaJsonString +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -StorageApplianceName +The name of the storage appliance. + +```yaml +Type: System.String +Parameter Sets: RunExpanded, RunViaJsonFilePath, RunViaJsonString +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SubscriptionId +The ID of the target subscription. +The value must be an UUID. + +```yaml +Type: System.String +Parameter Sets: RunExpanded, RunViaJsonFilePath, RunViaJsonString +Aliases: + +Required: False +Position: Named +Default value: (Get-AzContext).Subscription.Id +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Confirm +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: cf + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -WhatIf +Shows what would happen if the cmdlet runs. +The cmdlet is not run. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: wi + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity + +## OUTPUTS + +### System.Boolean + +## NOTES + +## RELATED LINKS + diff --git a/src/NetworkCloud/NetworkCloud.Autorest/docs/Update-AzNetworkCloudCluster.md b/src/NetworkCloud/NetworkCloud.Autorest/docs/Update-AzNetworkCloudCluster.md index b21cfbd79a20..6a5071618ca1 100644 --- a/src/NetworkCloud/NetworkCloud.Autorest/docs/Update-AzNetworkCloudCluster.md +++ b/src/NetworkCloud/NetworkCloud.Autorest/docs/Update-AzNetworkCloudCluster.md @@ -29,10 +29,11 @@ Update-AzNetworkCloudCluster -Name -ResourceGroupName [-Subscr [-ClusterLocation ] [-ClusterServicePrincipalApplicationId ] [-ClusterServicePrincipalId ] [-ClusterServicePrincipalPassword ] [-ClusterServicePrincipalTenantId ] [-CommandOutputSettingContainerUrl ] - [-ComputeDeploymentThresholdGrouping ] [-ComputeDeploymentThresholdType ] - [-ComputeDeploymentThresholdValue ] [-ComputeRackDefinition ] - [-EnableSystemAssignedIdentity ] [-RuntimeProtectionConfigurationEnforcementLevel ] - [-SecretArchiveKeyVaultId ] [-SecretArchiveSettingsAssociatedIdentityType ] + [-CommandOutputSettingOverride ] [-ComputeDeploymentThresholdGrouping ] + [-ComputeDeploymentThresholdType ] [-ComputeDeploymentThresholdValue ] + [-ComputeRackDefinition ] [-EnableSystemAssignedIdentity ] + [-RuntimeProtectionConfigurationEnforcementLevel ] [-SecretArchiveKeyVaultId ] + [-SecretArchiveSettingsAssociatedIdentityType ] [-SecretArchiveSettingsAssociatedIdentityUserAssignedIdentityResourceId ] [-SecretArchiveSettingVaultUri ] [-SecretArchiveUseKeyVault ] [-Tag ] [-UpdateStrategyMaxUnavailable ] [-UpdateStrategyThresholdType ] @@ -59,10 +60,11 @@ Update-AzNetworkCloudCluster -InputObject [-IfMatch ] [-ClusterServicePrincipalApplicationId ] [-ClusterServicePrincipalId ] [-ClusterServicePrincipalPassword ] [-ClusterServicePrincipalTenantId ] [-CommandOutputSettingContainerUrl ] - [-ComputeDeploymentThresholdGrouping ] [-ComputeDeploymentThresholdType ] - [-ComputeDeploymentThresholdValue ] [-ComputeRackDefinition ] - [-EnableSystemAssignedIdentity ] [-RuntimeProtectionConfigurationEnforcementLevel ] - [-SecretArchiveKeyVaultId ] [-SecretArchiveSettingsAssociatedIdentityType ] + [-CommandOutputSettingOverride ] [-ComputeDeploymentThresholdGrouping ] + [-ComputeDeploymentThresholdType ] [-ComputeDeploymentThresholdValue ] + [-ComputeRackDefinition ] [-EnableSystemAssignedIdentity ] + [-RuntimeProtectionConfigurationEnforcementLevel ] [-SecretArchiveKeyVaultId ] + [-SecretArchiveSettingsAssociatedIdentityType ] [-SecretArchiveSettingsAssociatedIdentityUserAssignedIdentityResourceId ] [-SecretArchiveSettingVaultUri ] [-SecretArchiveUseKeyVault ] [-Tag ] [-UpdateStrategyMaxUnavailable ] [-UpdateStrategyThresholdType ] @@ -417,6 +419,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -CommandOutputSettingOverride +The list of optional overrides allowing for association of storage containers and identities to specific types of command output. +If a type is not overridden, the default identity and storage container will be utilized. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.ICommandOutputOverride[] +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ComputeDeploymentThresholdGrouping Selection of how the type evaluation is applied to the cluster calculation. @@ -725,7 +743,8 @@ Accept wildcard characters: False ``` ### -UpdateStrategyMaxUnavailable -The maximum number of worker nodes that can be offline within the increment of update, e.g., rack-by-rack.Limited by the maximum number of machines in the increment. +The maximum number of worker nodes that can be offline within the increment of update, e.g., rack-by-rack. +Limited by the maximum number of machines in the increment. Defaults to the whole increment size. ```yaml diff --git a/src/NetworkCloud/NetworkCloud.Autorest/docs/Update-AzNetworkCloudServicesNetwork.md b/src/NetworkCloud/NetworkCloud.Autorest/docs/Update-AzNetworkCloudServicesNetwork.md index 4a02e49b297a..3688996d21f6 100644 --- a/src/NetworkCloud/NetworkCloud.Autorest/docs/Update-AzNetworkCloudServicesNetwork.md +++ b/src/NetworkCloud/NetworkCloud.Autorest/docs/Update-AzNetworkCloudServicesNetwork.md @@ -17,16 +17,18 @@ Properties and tag update can be done independently. ``` Update-AzNetworkCloudServicesNetwork -Name -ResourceGroupName [-SubscriptionId ] [-IfMatch ] [-IfNoneMatch ] [-AdditionalEgressEndpoint ] - [-EnableDefaultEgressEndpoint ] [-Tag ] [-DefaultProfile ] [-AsJob] [-NoWait] - [-Confirm] [-WhatIf] [] + [-EnableDefaultEgressEndpoint ] [-StorageOptionMode ] [-StorageOptionSizeMiB ] + [-StorageOptionStorageApplianceId ] [-Tag ] [-DefaultProfile ] [-AsJob] + [-NoWait] [-Confirm] [-WhatIf] [] ``` ### UpdateViaIdentityExpanded ``` Update-AzNetworkCloudServicesNetwork -InputObject [-IfMatch ] [-IfNoneMatch ] [-AdditionalEgressEndpoint ] - [-EnableDefaultEgressEndpoint ] [-Tag ] [-DefaultProfile ] [-AsJob] [-NoWait] - [-Confirm] [-WhatIf] [] + [-EnableDefaultEgressEndpoint ] [-StorageOptionMode ] [-StorageOptionSizeMiB ] + [-StorageOptionStorageApplianceId ] [-Tag ] [-DefaultProfile ] [-AsJob] + [-NoWait] [-Confirm] [-WhatIf] [] ``` ### UpdateViaJsonFilePath @@ -257,6 +259,51 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -StorageOptionMode +The indicator to enable shared storage on the cloud services network. + +```yaml +Type: System.String +Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -StorageOptionSizeMiB +The requested storage allocation for the volume in Mebibytes. + +```yaml +Type: System.Int64 +Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -StorageOptionStorageApplianceId +The resource ID of the storage appliance that hosts the storage. + +```yaml +Type: System.String +Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -SubscriptionId The ID of the target subscription. The value must be an UUID. diff --git a/src/NetworkCloud/NetworkCloud.Autorest/docs/Update-AzNetworkCloudVirtualMachine.md b/src/NetworkCloud/NetworkCloud.Autorest/docs/Update-AzNetworkCloudVirtualMachine.md index 07efe0f794cf..da0666c5543b 100644 --- a/src/NetworkCloud/NetworkCloud.Autorest/docs/Update-AzNetworkCloudVirtualMachine.md +++ b/src/NetworkCloud/NetworkCloud.Autorest/docs/Update-AzNetworkCloudVirtualMachine.md @@ -8,45 +8,30 @@ schema: 2.0.0 # Update-AzNetworkCloudVirtualMachine ## SYNOPSIS -Patch the properties of the provided virtual machine, or update the tags associated with the virtual machine. -Properties and tag update can be done independently. +Update a new virtual machine or update the properties of the existing virtual machine. ## SYNTAX ### UpdateExpanded (Default) ``` Update-AzNetworkCloudVirtualMachine -Name -ResourceGroupName [-SubscriptionId ] - [-IfMatch ] [-IfNoneMatch ] [-Tag ] - [-VMImageRepositoryCredentialsPassword ] [-VMImageRepositoryCredentialsRegistryUrl ] - [-VMImageRepositoryCredentialsUsername ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] - [-WhatIf] [] + [-IfMatch ] [-IfNoneMatch ] [-EnableSystemAssignedIdentity ] [-Tag ] + [-UserAssignedIdentity ] [-VMImageRepositoryCredentialsPassword ] + [-VMImageRepositoryCredentialsRegistryUrl ] [-VMImageRepositoryCredentialsUsername ] + [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] ``` ### UpdateViaIdentityExpanded ``` Update-AzNetworkCloudVirtualMachine -InputObject [-IfMatch ] - [-IfNoneMatch ] [-Tag ] [-VMImageRepositoryCredentialsPassword ] + [-IfNoneMatch ] [-EnableSystemAssignedIdentity ] [-Tag ] + [-UserAssignedIdentity ] [-VMImageRepositoryCredentialsPassword ] [-VMImageRepositoryCredentialsRegistryUrl ] [-VMImageRepositoryCredentialsUsername ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] ``` -### UpdateViaJsonFilePath -``` -Update-AzNetworkCloudVirtualMachine -Name -ResourceGroupName -JsonFilePath - [-SubscriptionId ] [-IfMatch ] [-IfNoneMatch ] [-DefaultProfile ] [-AsJob] - [-NoWait] [-Confirm] [-WhatIf] [] -``` - -### UpdateViaJsonString -``` -Update-AzNetworkCloudVirtualMachine -Name -ResourceGroupName -JsonString - [-SubscriptionId ] [-IfMatch ] [-IfNoneMatch ] [-DefaultProfile ] [-AsJob] - [-NoWait] [-Confirm] [-WhatIf] [] -``` - ## DESCRIPTION -Patch the properties of the provided virtual machine, or update the tags associated with the virtual machine. -Properties and tag update can be done independently. +Update a new virtual machine or update the properties of the existing virtual machine. ## EXAMPLES @@ -104,6 +89,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -EnableSystemAssignedIdentity +Determines whether to enable a system-assigned identity for the resource. + +```yaml +Type: System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=9.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]] +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -IfMatch The ETag of the transformation. Omit this value to always overwrite the current resource. @@ -152,42 +152,12 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` -### -JsonFilePath -Path of Json file supplied to the Update operation - -```yaml -Type: System.String -Parameter Sets: UpdateViaJsonFilePath -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -JsonString -Json string supplied to the Update operation - -```yaml -Type: System.String -Parameter Sets: UpdateViaJsonString -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -Name The name of the virtual machine. ```yaml Type: System.String -Parameter Sets: UpdateExpanded, UpdateViaJsonFilePath, UpdateViaJsonString +Parameter Sets: UpdateExpanded Aliases: VirtualMachineName Required: True @@ -218,7 +188,7 @@ The name is case insensitive. ```yaml Type: System.String -Parameter Sets: UpdateExpanded, UpdateViaJsonFilePath, UpdateViaJsonString +Parameter Sets: UpdateExpanded Aliases: Required: True @@ -234,7 +204,7 @@ The value must be an UUID. ```yaml Type: System.String -Parameter Sets: UpdateExpanded, UpdateViaJsonFilePath, UpdateViaJsonString +Parameter Sets: UpdateExpanded Aliases: Required: False @@ -245,11 +215,27 @@ Accept wildcard characters: False ``` ### -Tag -The Azure resource tags that will replace the existing ones. +Resource tags. ```yaml Type: System.Collections.Hashtable -Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -UserAssignedIdentity +The array of user assigned identities associated with the resource. +The elements in array will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}.' + +```yaml +Type: System.String[] +Parameter Sets: (All) Aliases: Required: False @@ -264,7 +250,7 @@ The password or token used to access an image in the target repository. ```yaml Type: System.Security.SecureString -Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Parameter Sets: (All) Aliases: Required: False @@ -279,7 +265,7 @@ The URL of the authentication server used to validate the repository credentials ```yaml Type: System.String -Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Parameter Sets: (All) Aliases: Required: False @@ -294,7 +280,7 @@ The username used to access an image in the target repository. ```yaml Type: System.String -Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Parameter Sets: (All) Aliases: Required: False diff --git a/src/NetworkCloud/NetworkCloud.Autorest/examples/Invoke-AzNetworkCloudBareMetalMachineDataExtractRestricted.md b/src/NetworkCloud/NetworkCloud.Autorest/examples/Invoke-AzNetworkCloudBareMetalMachineDataExtractRestricted.md new file mode 100644 index 000000000000..0371f56c36d2 --- /dev/null +++ b/src/NetworkCloud/NetworkCloud.Autorest/examples/Invoke-AzNetworkCloudBareMetalMachineDataExtractRestricted.md @@ -0,0 +1,22 @@ +### Example 1: {{ Add title here }} +```powershell +{{ Add code here }} +``` + +```output +{{ Add output here (remove the output block if the example doesn't have an output) }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +{{ Add code here }} +``` + +```output +{{ Add output here (remove the output block if the example doesn't have an output) }} +``` + +{{ Add description here }} + diff --git a/src/NetworkCloud/NetworkCloud.Autorest/examples/Start-AzNetworkCloudStorageApplianceReadCommand.md b/src/NetworkCloud/NetworkCloud.Autorest/examples/Start-AzNetworkCloudStorageApplianceReadCommand.md new file mode 100644 index 000000000000..0371f56c36d2 --- /dev/null +++ b/src/NetworkCloud/NetworkCloud.Autorest/examples/Start-AzNetworkCloudStorageApplianceReadCommand.md @@ -0,0 +1,22 @@ +### Example 1: {{ Add title here }} +```powershell +{{ Add code here }} +``` + +```output +{{ Add output here (remove the output block if the example doesn't have an output) }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +{{ Add code here }} +``` + +```output +{{ Add output here (remove the output block if the example doesn't have an output) }} +``` + +{{ Add description here }} + diff --git a/src/NetworkCloud/NetworkCloud.Autorest/generate-info.json b/src/NetworkCloud/NetworkCloud.Autorest/generate-info.json index 9dd212d6b627..7f221feb2833 100644 --- a/src/NetworkCloud/NetworkCloud.Autorest/generate-info.json +++ b/src/NetworkCloud/NetworkCloud.Autorest/generate-info.json @@ -1,3 +1,3 @@ { - "generate_Id": "8d780923-aa45-4776-9a4e-68d2e0c2cc65" + "generate_Id": "e04d3eae-4893-42fa-b1e0-979cb23fb8f4" } diff --git a/src/NetworkCloud/NetworkCloud.Autorest/test/Invoke-AzNetworkCloudBareMetalMachineDataExtractRestricted.Tests.ps1 b/src/NetworkCloud/NetworkCloud.Autorest/test/Invoke-AzNetworkCloudBareMetalMachineDataExtractRestricted.Tests.ps1 new file mode 100644 index 000000000000..ab31001b9440 --- /dev/null +++ b/src/NetworkCloud/NetworkCloud.Autorest/test/Invoke-AzNetworkCloudBareMetalMachineDataExtractRestricted.Tests.ps1 @@ -0,0 +1,33 @@ +if(($null -eq $TestName) -or ($TestName -contains 'Invoke-AzNetworkCloudBareMetalMachineDataExtractRestricted')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'Invoke-AzNetworkCloudBareMetalMachineDataExtractRestricted.Recording.json' + $currentPath = $PSScriptRoot + while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent + } + . ($mockingPath | Select-Object -First 1).FullName +} + +Describe 'Invoke-AzNetworkCloudBareMetalMachineDataExtractRestricted' { + It 'RunViaIdentityExpanded' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'RunViaJsonString' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'RunViaJsonFilePath' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'RunExpanded' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/NetworkCloud/NetworkCloud.Autorest/test/Start-AzNetworkCloudStorageApplianceReadCommand.Tests.ps1 b/src/NetworkCloud/NetworkCloud.Autorest/test/Start-AzNetworkCloudStorageApplianceReadCommand.Tests.ps1 new file mode 100644 index 000000000000..b67dcb3bd18a --- /dev/null +++ b/src/NetworkCloud/NetworkCloud.Autorest/test/Start-AzNetworkCloudStorageApplianceReadCommand.Tests.ps1 @@ -0,0 +1,33 @@ +if(($null -eq $TestName) -or ($TestName -contains 'Start-AzNetworkCloudStorageApplianceReadCommand')) +{ + $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' + if (-Not (Test-Path -Path $loadEnvPath)) { + $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' + } + . ($loadEnvPath) + $TestRecordingFile = Join-Path $PSScriptRoot 'Start-AzNetworkCloudStorageApplianceReadCommand.Recording.json' + $currentPath = $PSScriptRoot + while(-not $mockingPath) { + $mockingPath = Get-ChildItem -Path $currentPath -Recurse -Include 'HttpPipelineMocking.ps1' -File + $currentPath = Split-Path -Path $currentPath -Parent + } + . ($mockingPath | Select-Object -First 1).FullName +} + +Describe 'Start-AzNetworkCloudStorageApplianceReadCommand' { + It 'RunViaIdentityExpanded' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'RunViaJsonString' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'RunViaJsonFilePath' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } + + It 'RunExpanded' -skip { + { throw [System.NotImplementedException] } | Should -Not -Throw + } +} diff --git a/src/NetworkCloud/NetworkCloud.sln b/src/NetworkCloud/NetworkCloud.sln index df0589bb925e..1217e416f8c2 100644 --- a/src/NetworkCloud/NetworkCloud.sln +++ b/src/NetworkCloud/NetworkCloud.sln @@ -21,7 +21,7 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NetworkCloud", "NetworkClou EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "NetworkCloud.Autorest", "NetworkCloud.Autorest", "{D275D317-DA27-C007-B5FC-ABB37F3D724D}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.NetworkCloud", "..\..\generated\NetworkCloud\NetworkCloud.Autorest\Az.NetworkCloud.csproj", "{81F71F0B-683C-46A7-A8F6-FE811ACA93A1}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.NetworkCloud", "..\..\generated\NetworkCloud\NetworkCloud.Autorest\Az.NetworkCloud.csproj", "{E5E310E9-1962-4B26-A516-79ACE259D26C}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -117,18 +117,18 @@ Global {13B52C8D-AC21-493E-98FF-641CED72F9CA}.Release|x64.Build.0 = Release|Any CPU {13B52C8D-AC21-493E-98FF-641CED72F9CA}.Release|x86.ActiveCfg = Release|Any CPU {13B52C8D-AC21-493E-98FF-641CED72F9CA}.Release|x86.Build.0 = Release|Any CPU - {81F71F0B-683C-46A7-A8F6-FE811ACA93A1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {81F71F0B-683C-46A7-A8F6-FE811ACA93A1}.Debug|Any CPU.Build.0 = Debug|Any CPU - {81F71F0B-683C-46A7-A8F6-FE811ACA93A1}.Debug|x64.ActiveCfg = Debug|Any CPU - {81F71F0B-683C-46A7-A8F6-FE811ACA93A1}.Debug|x64.Build.0 = Debug|Any CPU - {81F71F0B-683C-46A7-A8F6-FE811ACA93A1}.Debug|x86.ActiveCfg = Debug|Any CPU - {81F71F0B-683C-46A7-A8F6-FE811ACA93A1}.Debug|x86.Build.0 = Debug|Any CPU - {81F71F0B-683C-46A7-A8F6-FE811ACA93A1}.Release|Any CPU.ActiveCfg = Release|Any CPU - {81F71F0B-683C-46A7-A8F6-FE811ACA93A1}.Release|Any CPU.Build.0 = Release|Any CPU - {81F71F0B-683C-46A7-A8F6-FE811ACA93A1}.Release|x64.ActiveCfg = Release|Any CPU - {81F71F0B-683C-46A7-A8F6-FE811ACA93A1}.Release|x64.Build.0 = Release|Any CPU - {81F71F0B-683C-46A7-A8F6-FE811ACA93A1}.Release|x86.ActiveCfg = Release|Any CPU - {81F71F0B-683C-46A7-A8F6-FE811ACA93A1}.Release|x86.Build.0 = Release|Any CPU + {E5E310E9-1962-4B26-A516-79ACE259D26C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {E5E310E9-1962-4B26-A516-79ACE259D26C}.Debug|Any CPU.Build.0 = Debug|Any CPU + {E5E310E9-1962-4B26-A516-79ACE259D26C}.Debug|x64.ActiveCfg = Debug|Any CPU + {E5E310E9-1962-4B26-A516-79ACE259D26C}.Debug|x64.Build.0 = Debug|Any CPU + {E5E310E9-1962-4B26-A516-79ACE259D26C}.Debug|x86.ActiveCfg = Debug|Any CPU + {E5E310E9-1962-4B26-A516-79ACE259D26C}.Debug|x86.Build.0 = Debug|Any CPU + {E5E310E9-1962-4B26-A516-79ACE259D26C}.Release|Any CPU.ActiveCfg = Release|Any CPU + {E5E310E9-1962-4B26-A516-79ACE259D26C}.Release|Any CPU.Build.0 = Release|Any CPU + {E5E310E9-1962-4B26-A516-79ACE259D26C}.Release|x64.ActiveCfg = Release|Any CPU + {E5E310E9-1962-4B26-A516-79ACE259D26C}.Release|x64.Build.0 = Release|Any CPU + {E5E310E9-1962-4B26-A516-79ACE259D26C}.Release|x86.ActiveCfg = Release|Any CPU + {E5E310E9-1962-4B26-A516-79ACE259D26C}.Release|x86.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE @@ -140,6 +140,6 @@ Global {041DDB35-E9D0-408A-8C83-D2E83BD1E196} = {705FDC1F-054D-4648-804A-D1BF94195930} {E7ED7010-50DC-4CBE-8C24-840638F542B8} = {705FDC1F-054D-4648-804A-D1BF94195930} {DAC91DBB-C3B6-415A-AC2A-37F24119EE68} = {705FDC1F-054D-4648-804A-D1BF94195930} - {81F71F0B-683C-46A7-A8F6-FE811ACA93A1} = {D275D317-DA27-C007-B5FC-ABB37F3D724D} + {E5E310E9-1962-4B26-A516-79ACE259D26C} = {D275D317-DA27-C007-B5FC-ABB37F3D724D} EndGlobalSection EndGlobal diff --git a/src/NetworkCloud/NetworkCloud/Az.NetworkCloud.psd1 b/src/NetworkCloud/NetworkCloud/Az.NetworkCloud.psd1 index 15cdfa5b415b..1c8c94fb13bb 100644 --- a/src/NetworkCloud/NetworkCloud/Az.NetworkCloud.psd1 +++ b/src/NetworkCloud/NetworkCloud/Az.NetworkCloud.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 11/11/2025 +# Generated on: 12/18/2025 # @{ @@ -57,10 +57,10 @@ RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '5.3.1'; }) RequiredAssemblies = 'NetworkCloud.Autorest/bin/Az.NetworkCloud.private.dll' # Script files (.ps1) that are run in the caller's environment prior to importing this module. -# ScriptsToProcess = @() +ScriptsToProcess = @() # Type files (.ps1xml) to be loaded when importing this module -# TypesToProcess = @() +TypesToProcess = @() # Format files (.ps1xml) to be loaded when importing this module FormatsToProcess = 'NetworkCloud.Autorest/Az.NetworkCloud.format.ps1xml' @@ -86,6 +86,7 @@ FunctionsToExport = 'Deploy-AzNetworkCloudCluster', 'Get-AzNetworkCloudVirtualMachine', 'Get-AzNetworkCloudVolume', 'Invoke-AzNetworkCloudBareMetalMachineCordon', 'Invoke-AzNetworkCloudBareMetalMachineDataExtract', + 'Invoke-AzNetworkCloudBareMetalMachineDataExtractRestricted', 'Invoke-AzNetworkCloudBareMetalMachineReimage', 'Invoke-AzNetworkCloudBareMetalMachineReplace', 'Invoke-AzNetworkCloudBareMetalMachineRunCommand', @@ -138,6 +139,7 @@ FunctionsToExport = 'Deploy-AzNetworkCloudCluster', 'Restart-AzNetworkCloudKubernetesClusterNode', 'Restart-AzNetworkCloudVirtualMachine', 'Start-AzNetworkCloudBareMetalMachine', + 'Start-AzNetworkCloudStorageApplianceReadCommand', 'Start-AzNetworkCloudVirtualMachine', 'Stop-AzNetworkCloudBareMetalMachine', 'Stop-AzNetworkCloudVirtualMachine', @@ -181,7 +183,7 @@ PrivateData = @{ PSData = @{ # Tags applied to this module. These help with module discovery in online galleries. - Tags = 'Azure','ResourceManager','ARM','PSModule','NetworkCloud' + Tags = 'Azure', 'ResourceManager', 'ARM', 'PSModule', 'NetworkCloud' # A URL to the license for this module. LicenseUri = 'https://aka.ms/azps-license' @@ -211,7 +213,7 @@ PrivateData = @{ } # End of PSData hashtable - } # End of PrivateData hashtable +} # End of PrivateData hashtable # HelpInfo URI of this module # HelpInfoURI = '' diff --git a/src/NetworkCloud/NetworkCloud/help/Az.NetworkCloud.md b/src/NetworkCloud/NetworkCloud/help/Az.NetworkCloud.md index f75314d3e93b..d29a9019e67d 100644 --- a/src/NetworkCloud/NetworkCloud/help/Az.NetworkCloud.md +++ b/src/NetworkCloud/NetworkCloud/help/Az.NetworkCloud.md @@ -84,6 +84,10 @@ Cordon the provided bare metal machine's Kubernetes node. Run one or more data extractions on the provided bare metal machine. The URL to storage account with the command execution results and the command exit code can be retrieved from the operation status API once available. +### [Invoke-AzNetworkCloudBareMetalMachineDataExtractRestricted](Invoke-AzNetworkCloudBareMetalMachineDataExtractRestricted.md) +Run one or more restricted data extractions on the provided bare metal machine. +The URL to storage account with the command execution results and the command exit code can be retrieved from the operation status API once available. + ### [Invoke-AzNetworkCloudBareMetalMachineReimage](Invoke-AzNetworkCloudBareMetalMachineReimage.md) Reimage the provided bare metal machine. @@ -105,7 +109,7 @@ Uncordon the provided bare metal machine's Kubernetes node. Trigger the continuation of an continue for a cluster with a matching continue strategy that has paused after completing a segment of the continue ### [Invoke-AzNetworkCloudClusterVersionUpdate](Invoke-AzNetworkCloudClusterVersionUpdate.md) -update the version of the provided cluster to one of the available supported versions. +Update the version of the provided cluster to one of the available supported versions. ### [Invoke-AzNetworkCloudScanClusterRuntime](Invoke-AzNetworkCloudScanClusterRuntime.md) Triggers the execution of a runtime protection scan to detect and remediate detected issues, in accordance with the cluster configuration. @@ -114,13 +118,13 @@ Triggers the execution of a runtime protection scan to detect and remediate dete Reimage the provided virtual machine. ### [New-AzNetworkCloudAgentPool](New-AzNetworkCloudAgentPool.md) -create a new Kubernetes cluster agent pool or create the properties of the existing one. +Create a new Kubernetes cluster agent pool or create the properties of the existing one. ### [New-AzNetworkCloudBareMetalMachineConfigurationDataObject](New-AzNetworkCloudBareMetalMachineConfigurationDataObject.md) Create an in-memory object for BareMetalMachineConfigurationData. ### [New-AzNetworkCloudBareMetalMachineKeySet](New-AzNetworkCloudBareMetalMachineKeySet.md) -create a new bare metal machine key set or create the existing one for the provided cluster. +Create a new bare metal machine key set or create the existing one for the provided cluster. ### [New-AzNetworkCloudBgpAdvertisementObject](New-AzNetworkCloudBgpAdvertisementObject.md) Create an in-memory object for BgpAdvertisement. @@ -129,16 +133,16 @@ Create an in-memory object for BgpAdvertisement. Create an in-memory object for BgpServiceLoadBalancerConfiguration. ### [New-AzNetworkCloudBmcKeySet](New-AzNetworkCloudBmcKeySet.md) -create a new baseboard management controller key set or create the existing one for the provided cluster. +Create a new baseboard management controller key set or create the existing one for the provided cluster. ### [New-AzNetworkCloudCluster](New-AzNetworkCloudCluster.md) -create a new cluster or create the properties of the cluster if it exists. +Create a new cluster or create the properties of the cluster if it exists. ### [New-AzNetworkCloudClusterManager](New-AzNetworkCloudClusterManager.md) -create a new cluster manager or create properties of the cluster manager if it exists. +Create a new cluster manager or create properties of the cluster manager if it exists. ### [New-AzNetworkCloudConsole](New-AzNetworkCloudConsole.md) -create a new virtual machine console or create the properties of the existing virtual machine console. +Create a new virtual machine console or create the properties of the existing virtual machine console. ### [New-AzNetworkCloudControlPlaneNodeConfigurationObject](New-AzNetworkCloudControlPlaneNodeConfigurationObject.md) Create an in-memory object for ControlPlaneNodeConfiguration. @@ -159,22 +163,22 @@ Create an in-memory object for IpAddressPool. Create an in-memory object for KeySetUser. ### [New-AzNetworkCloudKubernetesCluster](New-AzNetworkCloudKubernetesCluster.md) -create a new Kubernetes cluster or create the properties of the existing one. +Create a new Kubernetes cluster or create the properties of the existing one. ### [New-AzNetworkCloudKubernetesClusterFeature](New-AzNetworkCloudKubernetesClusterFeature.md) -create a new Kubernetes cluster feature or create properties of the Kubernetes cluster feature if it exists. +Create a new Kubernetes cluster feature or create properties of the Kubernetes cluster feature if it exists. ### [New-AzNetworkCloudL2Network](New-AzNetworkCloudL2Network.md) -create a new layer 2 (L2) network or create the properties of the existing network. +Create a new layer 2 (L2) network or create the properties of the existing network. ### [New-AzNetworkCloudL3Network](New-AzNetworkCloudL3Network.md) -create a new layer 3 (L3) network or create the properties of the existing network. +Create a new layer 3 (L3) network or create the properties of the existing network. ### [New-AzNetworkCloudL3NetworkAttachmentConfigurationObject](New-AzNetworkCloudL3NetworkAttachmentConfigurationObject.md) Create an in-memory object for L3NetworkAttachmentConfiguration. ### [New-AzNetworkCloudMetricsConfiguration](New-AzNetworkCloudMetricsConfiguration.md) -create new or create the existing metrics configuration of the provided cluster. +Create new or create the existing metrics configuration of the provided cluster. ### [New-AzNetworkCloudNetworkAttachmentObject](New-AzNetworkCloudNetworkAttachmentObject.md) Create an in-memory object for NetworkAttachment. @@ -186,22 +190,22 @@ Create an in-memory object for RackDefinition. Create an in-memory object for ServiceLoadBalancerBgpPeer. ### [New-AzNetworkCloudServicesNetwork](New-AzNetworkCloudServicesNetwork.md) -create a new cloud services network or create the properties of the existing cloud services network. +Create a new cloud services network or create the properties of the existing cloud services network. ### [New-AzNetworkCloudStorageApplianceConfigurationDataObject](New-AzNetworkCloudStorageApplianceConfigurationDataObject.md) Create an in-memory object for StorageApplianceConfigurationData. ### [New-AzNetworkCloudTrunkedNetwork](New-AzNetworkCloudTrunkedNetwork.md) -create a new trunked network or create the properties of the existing trunked network. +Create a new trunked network or create the properties of the existing trunked network. ### [New-AzNetworkCloudVirtualMachine](New-AzNetworkCloudVirtualMachine.md) -create a new virtual machine or create the properties of the existing virtual machine. +Create a new virtual machine or create the properties of the existing virtual machine. ### [New-AzNetworkCloudVirtualMachinePlacementHintObject](New-AzNetworkCloudVirtualMachinePlacementHintObject.md) Create an in-memory object for VirtualMachinePlacementHint. ### [New-AzNetworkCloudVolume](New-AzNetworkCloudVolume.md) -create a new volume or create the properties of the existing one. +Create a new volume or create the properties of the existing one. ### [Remove-AzNetworkCloudAgentPool](Remove-AzNetworkCloudAgentPool.md) Delete the provided Kubernetes cluster agent pool. @@ -260,6 +264,9 @@ Restart the provided virtual machine. ### [Start-AzNetworkCloudBareMetalMachine](Start-AzNetworkCloudBareMetalMachine.md) Start the provided bare metal machine. +### [Start-AzNetworkCloudStorageApplianceReadCommand](Start-AzNetworkCloudStorageApplianceReadCommand.md) +Run one or more read-only commands on the provided storage appliance. + ### [Start-AzNetworkCloudVirtualMachine](Start-AzNetworkCloudVirtualMachine.md) Start the provided virtual machine. @@ -286,10 +293,10 @@ Patch properties of baseboard management controller key set for the provided clu Properties and tag update can be done independently. ### [Update-AzNetworkCloudCluster](Update-AzNetworkCloudCluster.md) -update a new cluster or update the properties of the cluster if it exists. +Update a new cluster or update the properties of the cluster if it exists. ### [Update-AzNetworkCloudClusterManager](Update-AzNetworkCloudClusterManager.md) -update a new cluster manager or update properties of the cluster manager if it exists. +Update a new cluster manager or update properties of the cluster manager if it exists. ### [Update-AzNetworkCloudConsole](Update-AzNetworkCloudConsole.md) Patch the properties of the provided virtual machine console, or update the tags associated with the virtual machine console. @@ -303,10 +310,10 @@ Properties and tag update can be done independently. Patch properties of the provided Kubernetes cluster feature. ### [Update-AzNetworkCloudL2Network](Update-AzNetworkCloudL2Network.md) -update tags associated with the provided layer 2 (L2) network. +Update tags associated with the provided layer 2 (L2) network. ### [Update-AzNetworkCloudL3Network](Update-AzNetworkCloudL3Network.md) -update tags associated with the provided layer 3 (L3) network. +Update tags associated with the provided layer 3 (L3) network. ### [Update-AzNetworkCloudMetricsConfiguration](Update-AzNetworkCloudMetricsConfiguration.md) Patch properties of metrics configuration for the provided cluster, or update the tags associated with it. @@ -317,19 +324,18 @@ Patch properties of the provided rack, or update the tags associated with the ra Properties and tag update can be done independently. ### [Update-AzNetworkCloudServicesNetwork](Update-AzNetworkCloudServicesNetwork.md) -update properties of the provided cloud services network, or update the tags associated with it. +Update properties of the provided cloud services network, or update the tags associated with it. Properties and tag update can be done independently. ### [Update-AzNetworkCloudStorageAppliance](Update-AzNetworkCloudStorageAppliance.md) -update properties of the provided storage appliance, or update tags associated with the storage appliance Properties and tag update can be done independently. +Update properties of the provided storage appliance, or update tags associated with the storage appliance Properties and tag update can be done independently. ### [Update-AzNetworkCloudTrunkedNetwork](Update-AzNetworkCloudTrunkedNetwork.md) -update tags associated with the provided trunked network. +Update tags associated with the provided trunked network. ### [Update-AzNetworkCloudVirtualMachine](Update-AzNetworkCloudVirtualMachine.md) -Patch the properties of the provided virtual machine, or update the tags associated with the virtual machine. -Properties and tag update can be done independently. +Update a new virtual machine or update the properties of the existing virtual machine. ### [Update-AzNetworkCloudVolume](Update-AzNetworkCloudVolume.md) -update tags associated with the provided volume. +Update tags associated with the provided volume. diff --git a/src/NetworkCloud/NetworkCloud/help/Get-AzNetworkCloudAgentPool.md b/src/NetworkCloud/NetworkCloud/help/Get-AzNetworkCloudAgentPool.md index ea3f31b64330..7abce88a5f1c 100644 --- a/src/NetworkCloud/NetworkCloud/help/Get-AzNetworkCloudAgentPool.md +++ b/src/NetworkCloud/NetworkCloud/help/Get-AzNetworkCloudAgentPool.md @@ -15,7 +15,7 @@ Get properties of the provided Kubernetes cluster agent pool. ### List (Default) ``` Get-AzNetworkCloudAgentPool -KubernetesClusterName -ResourceGroupName - [-SubscriptionId ] [-DefaultProfile ] + [-SubscriptionId ] [-SkipToken ] [-Top ] [-DefaultProfile ] [] ``` @@ -164,6 +164,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -SkipToken +The opaque token that the server returns to indicate where to continue listing resources from. +This is used for paging through large result sets. + +```yaml +Type: System.String +Parameter Sets: List +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -SubscriptionId The ID of the target subscription. The value must be an UUID. @@ -180,6 +196,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Top +The maximum number of resources to return from the operation. +Example: '$top=10'. + +```yaml +Type: System.Int32 +Parameter Sets: List +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### CommonParameters This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). diff --git a/src/NetworkCloud/NetworkCloud/help/Get-AzNetworkCloudBareMetalMachine.md b/src/NetworkCloud/NetworkCloud/help/Get-AzNetworkCloudBareMetalMachine.md index 9b1794fd5afc..7e960935f027 100644 --- a/src/NetworkCloud/NetworkCloud/help/Get-AzNetworkCloudBareMetalMachine.md +++ b/src/NetworkCloud/NetworkCloud/help/Get-AzNetworkCloudBareMetalMachine.md @@ -14,8 +14,8 @@ Get properties of the provided bare metal machine. ### List (Default) ``` -Get-AzNetworkCloudBareMetalMachine [-SubscriptionId ] [-DefaultProfile ] - [] +Get-AzNetworkCloudBareMetalMachine [-SubscriptionId ] [-SkipToken ] [-Top ] + [-DefaultProfile ] [] ``` ### Get @@ -27,7 +27,8 @@ Get-AzNetworkCloudBareMetalMachine -Name -ResourceGroupName [- ### List1 ``` Get-AzNetworkCloudBareMetalMachine -ResourceGroupName [-SubscriptionId ] - [-DefaultProfile ] [] + [-SkipToken ] [-Top ] [-DefaultProfile ] + [] ``` ### GetViaIdentity @@ -148,6 +149,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -SkipToken +The opaque token that the server returns to indicate where to continue listing resources from. +This is used for paging through large result sets. + +```yaml +Type: System.String +Parameter Sets: List, List1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -SubscriptionId The ID of the target subscription. The value must be an UUID. @@ -164,6 +181,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Top +The maximum number of resources to return from the operation. +Example: '$top=10'. + +```yaml +Type: System.Int32 +Parameter Sets: List, List1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### CommonParameters This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). diff --git a/src/NetworkCloud/NetworkCloud/help/Get-AzNetworkCloudBareMetalMachineKeySet.md b/src/NetworkCloud/NetworkCloud/help/Get-AzNetworkCloudBareMetalMachineKeySet.md index 6e56593b5144..2b65f9e10d75 100644 --- a/src/NetworkCloud/NetworkCloud/help/Get-AzNetworkCloudBareMetalMachineKeySet.md +++ b/src/NetworkCloud/NetworkCloud/help/Get-AzNetworkCloudBareMetalMachineKeySet.md @@ -15,7 +15,7 @@ Get bare metal machine key set of the provided cluster. ### List (Default) ``` Get-AzNetworkCloudBareMetalMachineKeySet -ClusterName -ResourceGroupName - [-SubscriptionId ] [-DefaultProfile ] + [-SubscriptionId ] [-SkipToken ] [-Top ] [-DefaultProfile ] [] ``` @@ -164,6 +164,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -SkipToken +The opaque token that the server returns to indicate where to continue listing resources from. +This is used for paging through large result sets. + +```yaml +Type: System.String +Parameter Sets: List +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -SubscriptionId The ID of the target subscription. The value must be an UUID. @@ -180,6 +196,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Top +The maximum number of resources to return from the operation. +Example: '$top=10'. + +```yaml +Type: System.Int32 +Parameter Sets: List +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### CommonParameters This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). diff --git a/src/NetworkCloud/NetworkCloud/help/Get-AzNetworkCloudBmcKeySet.md b/src/NetworkCloud/NetworkCloud/help/Get-AzNetworkCloudBmcKeySet.md index 49fdde5fc516..69ebb69acef5 100644 --- a/src/NetworkCloud/NetworkCloud/help/Get-AzNetworkCloudBmcKeySet.md +++ b/src/NetworkCloud/NetworkCloud/help/Get-AzNetworkCloudBmcKeySet.md @@ -15,7 +15,8 @@ Get baseboard management controller key set of the provided cluster. ### List (Default) ``` Get-AzNetworkCloudBmcKeySet -ClusterName -ResourceGroupName [-SubscriptionId ] - [-DefaultProfile ] [] + [-SkipToken ] [-Top ] [-DefaultProfile ] + [] ``` ### Get @@ -165,6 +166,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -SkipToken +The opaque token that the server returns to indicate where to continue listing resources from. +This is used for paging through large result sets. + +```yaml +Type: System.String +Parameter Sets: List +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -SubscriptionId The ID of the target subscription. The value must be an UUID. @@ -181,6 +198,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Top +The maximum number of resources to return from the operation. +Example: '$top=10'. + +```yaml +Type: System.Int32 +Parameter Sets: List +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### CommonParameters This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). diff --git a/src/NetworkCloud/NetworkCloud/help/Get-AzNetworkCloudCluster.md b/src/NetworkCloud/NetworkCloud/help/Get-AzNetworkCloudCluster.md index c71d5ff62486..271865c37ac5 100644 --- a/src/NetworkCloud/NetworkCloud/help/Get-AzNetworkCloudCluster.md +++ b/src/NetworkCloud/NetworkCloud/help/Get-AzNetworkCloudCluster.md @@ -14,8 +14,8 @@ Get properties of the provided cluster. ### List (Default) ``` -Get-AzNetworkCloudCluster [-SubscriptionId ] [-DefaultProfile ] - [] +Get-AzNetworkCloudCluster [-SubscriptionId ] [-SkipToken ] [-Top ] + [-DefaultProfile ] [] ``` ### Get @@ -26,8 +26,8 @@ Get-AzNetworkCloudCluster -Name -ResourceGroupName [-Subscript ### List1 ``` -Get-AzNetworkCloudCluster -ResourceGroupName [-SubscriptionId ] [-DefaultProfile ] - [] +Get-AzNetworkCloudCluster -ResourceGroupName [-SubscriptionId ] [-SkipToken ] + [-Top ] [-DefaultProfile ] [] ``` ### GetViaIdentity @@ -146,6 +146,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -SkipToken +The opaque token that the server returns to indicate where to continue listing resources from. +This is used for paging through large result sets. + +```yaml +Type: System.String +Parameter Sets: List, List1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -SubscriptionId The ID of the target subscription. The value must be an UUID. @@ -162,6 +178,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Top +The maximum number of resources to return from the operation. +Example: '$top=10'. + +```yaml +Type: System.Int32 +Parameter Sets: List, List1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### CommonParameters This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). diff --git a/src/NetworkCloud/NetworkCloud/help/Get-AzNetworkCloudClusterManager.md b/src/NetworkCloud/NetworkCloud/help/Get-AzNetworkCloudClusterManager.md index d418356cc1b8..b7575da58eba 100644 --- a/src/NetworkCloud/NetworkCloud/help/Get-AzNetworkCloudClusterManager.md +++ b/src/NetworkCloud/NetworkCloud/help/Get-AzNetworkCloudClusterManager.md @@ -14,8 +14,8 @@ Get the properties of the provided cluster manager. ### List (Default) ``` -Get-AzNetworkCloudClusterManager [-SubscriptionId ] [-DefaultProfile ] - [] +Get-AzNetworkCloudClusterManager [-SubscriptionId ] [-SkipToken ] [-Top ] + [-DefaultProfile ] [] ``` ### Get @@ -26,8 +26,8 @@ Get-AzNetworkCloudClusterManager -Name -ResourceGroupName [-Su ### List1 ``` -Get-AzNetworkCloudClusterManager -ResourceGroupName [-SubscriptionId ] - [-DefaultProfile ] [] +Get-AzNetworkCloudClusterManager -ResourceGroupName [-SubscriptionId ] [-SkipToken ] + [-Top ] [-DefaultProfile ] [] ``` ### GetViaIdentity @@ -144,6 +144,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -SkipToken +The opaque token that the server returns to indicate where to continue listing resources from. +This is used for paging through large result sets. + +```yaml +Type: System.String +Parameter Sets: List, List1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -SubscriptionId The ID of the target subscription. The value must be an UUID. @@ -160,6 +176,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Top +The maximum number of resources to return from the operation. +Example: '$top=10'. + +```yaml +Type: System.Int32 +Parameter Sets: List, List1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### CommonParameters This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). diff --git a/src/NetworkCloud/NetworkCloud/help/Get-AzNetworkCloudConsole.md b/src/NetworkCloud/NetworkCloud/help/Get-AzNetworkCloudConsole.md index b84197039cdf..2665b136696e 100644 --- a/src/NetworkCloud/NetworkCloud/help/Get-AzNetworkCloudConsole.md +++ b/src/NetworkCloud/NetworkCloud/help/Get-AzNetworkCloudConsole.md @@ -15,7 +15,8 @@ Get properties of the provided virtual machine console. ### List (Default) ``` Get-AzNetworkCloudConsole -ResourceGroupName [-SubscriptionId ] -VirtualMachineName - [-DefaultProfile ] [] + [-SkipToken ] [-Top ] [-DefaultProfile ] + [] ``` ### GetViaIdentityVirtualMachine @@ -132,6 +133,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -SkipToken +The opaque token that the server returns to indicate where to continue listing resources from. +This is used for paging through large result sets. + +```yaml +Type: System.String +Parameter Sets: List +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -SubscriptionId The ID of the target subscription. The value must be an UUID. @@ -148,6 +165,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Top +The maximum number of resources to return from the operation. +Example: '$top=10'. + +```yaml +Type: System.Int32 +Parameter Sets: List +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -VirtualMachineInputObject Identity Parameter diff --git a/src/NetworkCloud/NetworkCloud/help/Get-AzNetworkCloudKubernetesCluster.md b/src/NetworkCloud/NetworkCloud/help/Get-AzNetworkCloudKubernetesCluster.md index 28cb082eee03..4c1096d8b4e3 100644 --- a/src/NetworkCloud/NetworkCloud/help/Get-AzNetworkCloudKubernetesCluster.md +++ b/src/NetworkCloud/NetworkCloud/help/Get-AzNetworkCloudKubernetesCluster.md @@ -14,8 +14,8 @@ Get properties of the provided the Kubernetes cluster. ### List (Default) ``` -Get-AzNetworkCloudKubernetesCluster [-SubscriptionId ] [-DefaultProfile ] - [] +Get-AzNetworkCloudKubernetesCluster [-SubscriptionId ] [-SkipToken ] [-Top ] + [-DefaultProfile ] [] ``` ### Get @@ -27,7 +27,8 @@ Get-AzNetworkCloudKubernetesCluster -Name -ResourceGroupName [ ### List1 ``` Get-AzNetworkCloudKubernetesCluster -ResourceGroupName [-SubscriptionId ] - [-DefaultProfile ] [] + [-SkipToken ] [-Top ] [-DefaultProfile ] + [] ``` ### GetViaIdentity @@ -147,6 +148,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -SkipToken +The opaque token that the server returns to indicate where to continue listing resources from. +This is used for paging through large result sets. + +```yaml +Type: System.String +Parameter Sets: List, List1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -SubscriptionId The ID of the target subscription. The value must be an UUID. @@ -163,6 +180,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Top +The maximum number of resources to return from the operation. +Example: '$top=10'. + +```yaml +Type: System.Int32 +Parameter Sets: List, List1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### CommonParameters This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). diff --git a/src/NetworkCloud/NetworkCloud/help/Get-AzNetworkCloudKubernetesClusterFeature.md b/src/NetworkCloud/NetworkCloud/help/Get-AzNetworkCloudKubernetesClusterFeature.md index 3fe7a9b09477..213b1613cc1e 100644 --- a/src/NetworkCloud/NetworkCloud/help/Get-AzNetworkCloudKubernetesClusterFeature.md +++ b/src/NetworkCloud/NetworkCloud/help/Get-AzNetworkCloudKubernetesClusterFeature.md @@ -15,7 +15,7 @@ Get properties of the provided the Kubernetes cluster feature. ### List (Default) ``` Get-AzNetworkCloudKubernetesClusterFeature -KubernetesClusterName -ResourceGroupName - [-SubscriptionId ] [-DefaultProfile ] + [-SubscriptionId ] [-SkipToken ] [-Top ] [-DefaultProfile ] [] ``` @@ -175,6 +175,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -SkipToken +The opaque token that the server returns to indicate where to continue listing resources from. +This is used for paging through large result sets. + +```yaml +Type: System.String +Parameter Sets: List +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -SubscriptionId The ID of the target subscription. The value must be an UUID. @@ -191,6 +207,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Top +The maximum number of resources to return from the operation. +Example: '$top=10'. + +```yaml +Type: System.Int32 +Parameter Sets: List +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### CommonParameters This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). diff --git a/src/NetworkCloud/NetworkCloud/help/Get-AzNetworkCloudL2Network.md b/src/NetworkCloud/NetworkCloud/help/Get-AzNetworkCloudL2Network.md index 21a2826b2c03..3d10a576b4b6 100644 --- a/src/NetworkCloud/NetworkCloud/help/Get-AzNetworkCloudL2Network.md +++ b/src/NetworkCloud/NetworkCloud/help/Get-AzNetworkCloudL2Network.md @@ -14,8 +14,8 @@ Get properties of the provided layer 2 (L2) network. ### List (Default) ``` -Get-AzNetworkCloudL2Network [-SubscriptionId ] [-DefaultProfile ] - [] +Get-AzNetworkCloudL2Network [-SubscriptionId ] [-SkipToken ] [-Top ] + [-DefaultProfile ] [] ``` ### Get @@ -26,8 +26,8 @@ Get-AzNetworkCloudL2Network -Name -ResourceGroupName [-Subscri ### List1 ``` -Get-AzNetworkCloudL2Network -ResourceGroupName [-SubscriptionId ] - [-DefaultProfile ] [] +Get-AzNetworkCloudL2Network -ResourceGroupName [-SubscriptionId ] [-SkipToken ] + [-Top ] [-DefaultProfile ] [] ``` ### GetViaIdentity @@ -145,6 +145,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -SkipToken +The opaque token that the server returns to indicate where to continue listing resources from. +This is used for paging through large result sets. + +```yaml +Type: System.String +Parameter Sets: List, List1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -SubscriptionId The ID of the target subscription. The value must be an UUID. @@ -161,6 +177,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Top +The maximum number of resources to return from the operation. +Example: '$top=10'. + +```yaml +Type: System.Int32 +Parameter Sets: List, List1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### CommonParameters This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). diff --git a/src/NetworkCloud/NetworkCloud/help/Get-AzNetworkCloudL3Network.md b/src/NetworkCloud/NetworkCloud/help/Get-AzNetworkCloudL3Network.md index 23f8bde4e03b..4d8713ccb7de 100644 --- a/src/NetworkCloud/NetworkCloud/help/Get-AzNetworkCloudL3Network.md +++ b/src/NetworkCloud/NetworkCloud/help/Get-AzNetworkCloudL3Network.md @@ -14,8 +14,8 @@ Get properties of the provided layer 3 (L3) network. ### List (Default) ``` -Get-AzNetworkCloudL3Network [-SubscriptionId ] [-DefaultProfile ] - [] +Get-AzNetworkCloudL3Network [-SubscriptionId ] [-SkipToken ] [-Top ] + [-DefaultProfile ] [] ``` ### Get @@ -26,8 +26,8 @@ Get-AzNetworkCloudL3Network -Name -ResourceGroupName [-Subscri ### List1 ``` -Get-AzNetworkCloudL3Network -ResourceGroupName [-SubscriptionId ] - [-DefaultProfile ] [] +Get-AzNetworkCloudL3Network -ResourceGroupName [-SubscriptionId ] [-SkipToken ] + [-Top ] [-DefaultProfile ] [] ``` ### GetViaIdentity @@ -144,6 +144,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -SkipToken +The opaque token that the server returns to indicate where to continue listing resources from. +This is used for paging through large result sets. + +```yaml +Type: System.String +Parameter Sets: List, List1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -SubscriptionId The ID of the target subscription. The value must be an UUID. @@ -160,6 +176,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Top +The maximum number of resources to return from the operation. +Example: '$top=10'. + +```yaml +Type: System.Int32 +Parameter Sets: List, List1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### CommonParameters This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). diff --git a/src/NetworkCloud/NetworkCloud/help/Get-AzNetworkCloudMetricsConfiguration.md b/src/NetworkCloud/NetworkCloud/help/Get-AzNetworkCloudMetricsConfiguration.md index 085aa75c1b66..106239486fcd 100644 --- a/src/NetworkCloud/NetworkCloud/help/Get-AzNetworkCloudMetricsConfiguration.md +++ b/src/NetworkCloud/NetworkCloud/help/Get-AzNetworkCloudMetricsConfiguration.md @@ -15,7 +15,7 @@ Get metrics configuration of the provided cluster. ### List (Default) ``` Get-AzNetworkCloudMetricsConfiguration -ClusterName -ResourceGroupName - [-SubscriptionId ] [-DefaultProfile ] + [-SubscriptionId ] [-SkipToken ] [-Top ] [-DefaultProfile ] [] ``` @@ -163,6 +163,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -SkipToken +The opaque token that the server returns to indicate where to continue listing resources from. +This is used for paging through large result sets. + +```yaml +Type: System.String +Parameter Sets: List +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -SubscriptionId The ID of the target subscription. The value must be an UUID. @@ -179,6 +195,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Top +The maximum number of resources to return from the operation. +Example: '$top=10'. + +```yaml +Type: System.Int32 +Parameter Sets: List +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### CommonParameters This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). diff --git a/src/NetworkCloud/NetworkCloud/help/Get-AzNetworkCloudRack.md b/src/NetworkCloud/NetworkCloud/help/Get-AzNetworkCloudRack.md index 6509cbc53e9f..475f1bee208e 100644 --- a/src/NetworkCloud/NetworkCloud/help/Get-AzNetworkCloudRack.md +++ b/src/NetworkCloud/NetworkCloud/help/Get-AzNetworkCloudRack.md @@ -14,8 +14,8 @@ Get properties of the provided rack. ### List (Default) ``` -Get-AzNetworkCloudRack [-SubscriptionId ] [-DefaultProfile ] - [] +Get-AzNetworkCloudRack [-SubscriptionId ] [-SkipToken ] [-Top ] + [-DefaultProfile ] [] ``` ### Get @@ -26,8 +26,8 @@ Get-AzNetworkCloudRack -Name -ResourceGroupName [-Subscription ### List1 ``` -Get-AzNetworkCloudRack -ResourceGroupName [-SubscriptionId ] [-DefaultProfile ] - [] +Get-AzNetworkCloudRack -ResourceGroupName [-SubscriptionId ] [-SkipToken ] + [-Top ] [-DefaultProfile ] [] ``` ### GetViaIdentity @@ -144,6 +144,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -SkipToken +The opaque token that the server returns to indicate where to continue listing resources from. +This is used for paging through large result sets. + +```yaml +Type: System.String +Parameter Sets: List, List1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -SubscriptionId The ID of the target subscription. The value must be an UUID. @@ -160,6 +176,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Top +The maximum number of resources to return from the operation. +Example: '$top=10'. + +```yaml +Type: System.Int32 +Parameter Sets: List, List1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### CommonParameters This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). diff --git a/src/NetworkCloud/NetworkCloud/help/Get-AzNetworkCloudServicesNetwork.md b/src/NetworkCloud/NetworkCloud/help/Get-AzNetworkCloudServicesNetwork.md index d9e022d9ac46..a09811eabfee 100644 --- a/src/NetworkCloud/NetworkCloud/help/Get-AzNetworkCloudServicesNetwork.md +++ b/src/NetworkCloud/NetworkCloud/help/Get-AzNetworkCloudServicesNetwork.md @@ -14,8 +14,8 @@ Get properties of the provided cloud services network. ### List (Default) ``` -Get-AzNetworkCloudServicesNetwork [-SubscriptionId ] [-DefaultProfile ] - [] +Get-AzNetworkCloudServicesNetwork [-SubscriptionId ] [-SkipToken ] [-Top ] + [-DefaultProfile ] [] ``` ### Get @@ -27,7 +27,8 @@ Get-AzNetworkCloudServicesNetwork -Name -ResourceGroupName [-S ### List1 ``` Get-AzNetworkCloudServicesNetwork -ResourceGroupName [-SubscriptionId ] - [-DefaultProfile ] [] + [-SkipToken ] [-Top ] [-DefaultProfile ] + [] ``` ### GetViaIdentity @@ -144,6 +145,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -SkipToken +The opaque token that the server returns to indicate where to continue listing resources from. +This is used for paging through large result sets. + +```yaml +Type: System.String +Parameter Sets: List, List1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -SubscriptionId The ID of the target subscription. The value must be an UUID. @@ -160,6 +177,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Top +The maximum number of resources to return from the operation. +Example: '$top=10'. + +```yaml +Type: System.Int32 +Parameter Sets: List, List1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### CommonParameters This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). diff --git a/src/NetworkCloud/NetworkCloud/help/Get-AzNetworkCloudStorageAppliance.md b/src/NetworkCloud/NetworkCloud/help/Get-AzNetworkCloudStorageAppliance.md index 0029801d69c5..b95092a4ba47 100644 --- a/src/NetworkCloud/NetworkCloud/help/Get-AzNetworkCloudStorageAppliance.md +++ b/src/NetworkCloud/NetworkCloud/help/Get-AzNetworkCloudStorageAppliance.md @@ -14,8 +14,8 @@ Get properties of the provided storage appliance. ### List (Default) ``` -Get-AzNetworkCloudStorageAppliance [-SubscriptionId ] [-DefaultProfile ] - [] +Get-AzNetworkCloudStorageAppliance [-SubscriptionId ] [-SkipToken ] [-Top ] + [-DefaultProfile ] [] ``` ### Get @@ -27,7 +27,8 @@ Get-AzNetworkCloudStorageAppliance -Name -ResourceGroupName [- ### List1 ``` Get-AzNetworkCloudStorageAppliance -ResourceGroupName [-SubscriptionId ] - [-DefaultProfile ] [] + [-SkipToken ] [-Top ] [-DefaultProfile ] + [] ``` ### GetViaIdentity @@ -146,6 +147,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -SkipToken +The opaque token that the server returns to indicate where to continue listing resources from. +This is used for paging through large result sets. + +```yaml +Type: System.String +Parameter Sets: List, List1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -SubscriptionId The ID of the target subscription. The value must be an UUID. @@ -162,6 +179,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Top +The maximum number of resources to return from the operation. +Example: '$top=10'. + +```yaml +Type: System.Int32 +Parameter Sets: List, List1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### CommonParameters This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). diff --git a/src/NetworkCloud/NetworkCloud/help/Get-AzNetworkCloudTrunkedNetwork.md b/src/NetworkCloud/NetworkCloud/help/Get-AzNetworkCloudTrunkedNetwork.md index 7edf7ce58bf6..0cdbc1daab41 100644 --- a/src/NetworkCloud/NetworkCloud/help/Get-AzNetworkCloudTrunkedNetwork.md +++ b/src/NetworkCloud/NetworkCloud/help/Get-AzNetworkCloudTrunkedNetwork.md @@ -14,8 +14,8 @@ Get properties of the provided trunked network. ### List (Default) ``` -Get-AzNetworkCloudTrunkedNetwork [-SubscriptionId ] [-DefaultProfile ] - [] +Get-AzNetworkCloudTrunkedNetwork [-SubscriptionId ] [-SkipToken ] [-Top ] + [-DefaultProfile ] [] ``` ### Get @@ -26,8 +26,8 @@ Get-AzNetworkCloudTrunkedNetwork -Name -ResourceGroupName [-Su ### List1 ``` -Get-AzNetworkCloudTrunkedNetwork -ResourceGroupName [-SubscriptionId ] - [-DefaultProfile ] [] +Get-AzNetworkCloudTrunkedNetwork -ResourceGroupName [-SubscriptionId ] [-SkipToken ] + [-Top ] [-DefaultProfile ] [] ``` ### GetViaIdentity @@ -146,6 +146,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -SkipToken +The opaque token that the server returns to indicate where to continue listing resources from. +This is used for paging through large result sets. + +```yaml +Type: System.String +Parameter Sets: List, List1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -SubscriptionId The ID of the target subscription. The value must be an UUID. @@ -162,6 +178,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Top +The maximum number of resources to return from the operation. +Example: '$top=10'. + +```yaml +Type: System.Int32 +Parameter Sets: List, List1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### CommonParameters This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). diff --git a/src/NetworkCloud/NetworkCloud/help/Get-AzNetworkCloudVirtualMachine.md b/src/NetworkCloud/NetworkCloud/help/Get-AzNetworkCloudVirtualMachine.md index 85bb617391d4..3e829819abba 100644 --- a/src/NetworkCloud/NetworkCloud/help/Get-AzNetworkCloudVirtualMachine.md +++ b/src/NetworkCloud/NetworkCloud/help/Get-AzNetworkCloudVirtualMachine.md @@ -14,8 +14,8 @@ Get properties of the provided virtual machine. ### List (Default) ``` -Get-AzNetworkCloudVirtualMachine [-SubscriptionId ] [-DefaultProfile ] - [] +Get-AzNetworkCloudVirtualMachine [-SubscriptionId ] [-SkipToken ] [-Top ] + [-DefaultProfile ] [] ``` ### Get @@ -26,8 +26,8 @@ Get-AzNetworkCloudVirtualMachine -Name -ResourceGroupName [-Su ### List1 ``` -Get-AzNetworkCloudVirtualMachine -ResourceGroupName [-SubscriptionId ] - [-DefaultProfile ] [] +Get-AzNetworkCloudVirtualMachine -ResourceGroupName [-SubscriptionId ] [-SkipToken ] + [-Top ] [-DefaultProfile ] [] ``` ### GetViaIdentity @@ -146,6 +146,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -SkipToken +The opaque token that the server returns to indicate where to continue listing resources from. +This is used for paging through large result sets. + +```yaml +Type: System.String +Parameter Sets: List, List1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -SubscriptionId The ID of the target subscription. The value must be an UUID. @@ -162,6 +178,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Top +The maximum number of resources to return from the operation. +Example: '$top=10'. + +```yaml +Type: System.Int32 +Parameter Sets: List, List1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### CommonParameters This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). diff --git a/src/NetworkCloud/NetworkCloud/help/Get-AzNetworkCloudVolume.md b/src/NetworkCloud/NetworkCloud/help/Get-AzNetworkCloudVolume.md index 468cdfc31776..2254237cba80 100644 --- a/src/NetworkCloud/NetworkCloud/help/Get-AzNetworkCloudVolume.md +++ b/src/NetworkCloud/NetworkCloud/help/Get-AzNetworkCloudVolume.md @@ -14,8 +14,8 @@ Get properties of the provided volume. ### List (Default) ``` -Get-AzNetworkCloudVolume [-SubscriptionId ] [-DefaultProfile ] - [] +Get-AzNetworkCloudVolume [-SubscriptionId ] [-SkipToken ] [-Top ] + [-DefaultProfile ] [] ``` ### Get @@ -26,8 +26,8 @@ Get-AzNetworkCloudVolume -Name -ResourceGroupName [-Subscripti ### List1 ``` -Get-AzNetworkCloudVolume -ResourceGroupName [-SubscriptionId ] [-DefaultProfile ] - [] +Get-AzNetworkCloudVolume -ResourceGroupName [-SubscriptionId ] [-SkipToken ] + [-Top ] [-DefaultProfile ] [] ``` ### GetViaIdentity @@ -146,6 +146,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -SkipToken +The opaque token that the server returns to indicate where to continue listing resources from. +This is used for paging through large result sets. + +```yaml +Type: System.String +Parameter Sets: List, List1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -SubscriptionId The ID of the target subscription. The value must be an UUID. @@ -162,6 +178,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Top +The maximum number of resources to return from the operation. +Example: '$top=10'. + +```yaml +Type: System.Int32 +Parameter Sets: List, List1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### CommonParameters This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). diff --git a/src/NetworkCloud/NetworkCloud/help/Invoke-AzNetworkCloudBareMetalMachineDataExtract.md b/src/NetworkCloud/NetworkCloud/help/Invoke-AzNetworkCloudBareMetalMachineDataExtract.md index e57420c21301..4506b23bae4a 100644 --- a/src/NetworkCloud/NetworkCloud/help/Invoke-AzNetworkCloudBareMetalMachineDataExtract.md +++ b/src/NetworkCloud/NetworkCloud/help/Invoke-AzNetworkCloudBareMetalMachineDataExtract.md @@ -171,7 +171,8 @@ Accept wildcard characters: False ``` ### -LimitTimeSecond -The maximum time the commands are allowed to run.If the execution time exceeds the maximum, the script will be stopped, any output produced until then will be captured, and the exit code matching a timeout will be returned (252). +The maximum time the commands are allowed to run. +If the execution time exceeds the maximum, the script will be stopped, any output produced until then will be captured, and the exit code matching a timeout will be returned (252). ```yaml Type: System.Int64 diff --git a/src/NetworkCloud/NetworkCloud/help/Invoke-AzNetworkCloudBareMetalMachineDataExtractRestricted.md b/src/NetworkCloud/NetworkCloud/help/Invoke-AzNetworkCloudBareMetalMachineDataExtractRestricted.md new file mode 100644 index 000000000000..c20d43211108 --- /dev/null +++ b/src/NetworkCloud/NetworkCloud/help/Invoke-AzNetworkCloudBareMetalMachineDataExtractRestricted.md @@ -0,0 +1,303 @@ +--- +external help file: Az.NetworkCloud-help.xml +Module Name: Az.NetworkCloud +online version: https://learn.microsoft.com/powershell/module/az.networkcloud/invoke-aznetworkcloudbaremetalmachinedataextractrestricted +schema: 2.0.0 +--- + +# Invoke-AzNetworkCloudBareMetalMachineDataExtractRestricted + +## SYNOPSIS +Run one or more restricted data extractions on the provided bare metal machine. +The URL to storage account with the command execution results and the command exit code can be retrieved from the operation status API once available. + +## SYNTAX + +### RunViaIdentityExpanded (Default) +``` +Invoke-AzNetworkCloudBareMetalMachineDataExtractRestricted -InputObject + -Command -LimitTimeSecond [-DefaultProfile ] + [-AsJob] [-NoWait] [-PassThru] [-WhatIf] [-Confirm] [] +``` + +### RunViaJsonString +``` +Invoke-AzNetworkCloudBareMetalMachineDataExtractRestricted -BareMetalMachineName + -ResourceGroupName [-SubscriptionId ] -JsonString [-DefaultProfile ] + [-AsJob] [-NoWait] [-PassThru] [-WhatIf] [-Confirm] [] +``` + +### RunViaJsonFilePath +``` +Invoke-AzNetworkCloudBareMetalMachineDataExtractRestricted -BareMetalMachineName + -ResourceGroupName [-SubscriptionId ] -JsonFilePath [-DefaultProfile ] + [-AsJob] [-NoWait] [-PassThru] [-WhatIf] [-Confirm] [] +``` + +### RunExpanded +``` +Invoke-AzNetworkCloudBareMetalMachineDataExtractRestricted -BareMetalMachineName + -ResourceGroupName [-SubscriptionId ] -Command + -LimitTimeSecond [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] + [-WhatIf] [-Confirm] [] +``` + +## DESCRIPTION +Run one or more restricted data extractions on the provided bare metal machine. +The URL to storage account with the command execution results and the command exit code can be retrieved from the operation status API once available. + +## EXAMPLES + +### Example 1: {{ Add title here }} +```powershell +{{ Add code here }} +``` + +```output +{{ Add output here (remove the output block if the example doesn't have an output) }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +{{ Add code here }} +``` + +```output +{{ Add output here (remove the output block if the example doesn't have an output) }} +``` + +{{ Add description here }} + +## PARAMETERS + +### -AsJob +Run the command as a job + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -BareMetalMachineName +The name of the bare metal machine. + +```yaml +Type: System.String +Parameter Sets: RunViaJsonString, RunViaJsonFilePath, RunExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Command +The list of curated data extraction commands to be executed directly against the target machine. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IBareMetalMachineCommandSpecification[] +Parameter Sets: RunViaIdentityExpanded, RunExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DefaultProfile +The DefaultProfile parameter is not functional. +Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. + +```yaml +Type: System.Management.Automation.PSObject +Parameter Sets: (All) +Aliases: AzureRMContext, AzureCredential + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -InputObject +Identity Parameter + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity +Parameter Sets: RunViaIdentityExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -JsonFilePath +Path of Json file supplied to the Run operation + +```yaml +Type: System.String +Parameter Sets: RunViaJsonFilePath +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -JsonString +Json string supplied to the Run operation + +```yaml +Type: System.String +Parameter Sets: RunViaJsonString +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -LimitTimeSecond +The maximum time the commands are allowed to run. +If the execution time exceeds the maximum, the script will be stopped, any output produced until then will be captured, and the exit code matching a timeout will be returned (252). + +```yaml +Type: System.Int64 +Parameter Sets: RunViaIdentityExpanded, RunExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -NoWait +Run the command asynchronously + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -PassThru +Returns true when the command succeeds + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ResourceGroupName +The name of the resource group. +The name is case insensitive. + +```yaml +Type: System.String +Parameter Sets: RunViaJsonString, RunViaJsonFilePath, RunExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SubscriptionId +The ID of the target subscription. +The value must be an UUID. + +```yaml +Type: System.String +Parameter Sets: RunViaJsonString, RunViaJsonFilePath, RunExpanded +Aliases: + +Required: False +Position: Named +Default value: (Get-AzContext).Subscription.Id +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Confirm +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: cf + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -WhatIf +Shows what would happen if the cmdlet runs. +The cmdlet is not run. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: wi + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity + +## OUTPUTS + +### System.Boolean + +## NOTES + +## RELATED LINKS diff --git a/src/NetworkCloud/NetworkCloud/help/Invoke-AzNetworkCloudBareMetalMachineReplace.md b/src/NetworkCloud/NetworkCloud/help/Invoke-AzNetworkCloudBareMetalMachineReplace.md index 31c54f823631..51d3b1ffb56e 100644 --- a/src/NetworkCloud/NetworkCloud/help/Invoke-AzNetworkCloudBareMetalMachineReplace.md +++ b/src/NetworkCloud/NetworkCloud/help/Invoke-AzNetworkCloudBareMetalMachineReplace.md @@ -16,9 +16,9 @@ Replace the provided bare metal machine. ``` Invoke-AzNetworkCloudBareMetalMachineReplace -Name -ResourceGroupName [-SubscriptionId ] [-BmcCredentialsPassword ] [-BmcCredentialsUsername ] - [-BmcMacAddress ] [-BootMacAddress ] [-MachineName ] [-SerialNumber ] - [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-WhatIf] - [-Confirm] [] + [-BmcMacAddress ] [-BootMacAddress ] [-MachineName ] [-SafeguardMode ] + [-SerialNumber ] [-StoragePolicy ] [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] + [-WhatIf] [-Confirm] [] ``` ### ReplaceViaJsonString @@ -39,8 +39,9 @@ Invoke-AzNetworkCloudBareMetalMachineReplace -Name -ResourceGroupName < ``` Invoke-AzNetworkCloudBareMetalMachineReplace -InputObject [-BmcCredentialsPassword ] [-BmcCredentialsUsername ] [-BmcMacAddress ] - [-BootMacAddress ] [-MachineName ] [-SerialNumber ] [-DefaultProfile ] - [-AsJob] [-NoWait] [-PassThru] [-WhatIf] [-Confirm] [] + [-BootMacAddress ] [-MachineName ] [-SafeguardMode ] [-SerialNumber ] + [-StoragePolicy ] [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] + [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -271,6 +272,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -SafeguardMode +The safeguard mode to use for the replace action, where None indicates to bypass safeguards and All indicates to utilize all safeguards. + +```yaml +Type: System.String +Parameter Sets: ReplaceExpanded, ReplaceViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -SerialNumber The serial number of the bare metal machine. @@ -286,6 +302,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -StoragePolicy +The indicator of whether to bypass clearing storage while replacing a bare metal machine. + +```yaml +Type: System.String +Parameter Sets: ReplaceExpanded, ReplaceViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -SubscriptionId The ID of the target subscription. The value must be an UUID. diff --git a/src/NetworkCloud/NetworkCloud/help/Invoke-AzNetworkCloudBareMetalMachineRunCommand.md b/src/NetworkCloud/NetworkCloud/help/Invoke-AzNetworkCloudBareMetalMachineRunCommand.md index 0bf85ff06750..09ba92c44c54 100644 --- a/src/NetworkCloud/NetworkCloud/help/Invoke-AzNetworkCloudBareMetalMachineRunCommand.md +++ b/src/NetworkCloud/NetworkCloud/help/Invoke-AzNetworkCloudBareMetalMachineRunCommand.md @@ -166,7 +166,8 @@ Accept wildcard characters: False ``` ### -LimitTimeSecond -The maximum time the script is allowed to run.If the execution time exceeds the maximum, the script will be stopped, any output produced until then will be captured, and the exit code matching a timeout will be returned (252). +The maximum time the script is allowed to run. +If the execution time exceeds the maximum, the script will be stopped, any output produced until then will be captured, and the exit code matching a timeout will be returned (252). ```yaml Type: System.Int64 diff --git a/src/NetworkCloud/NetworkCloud/help/Invoke-AzNetworkCloudBareMetalMachineRunReadCommand.md b/src/NetworkCloud/NetworkCloud/help/Invoke-AzNetworkCloudBareMetalMachineRunReadCommand.md index 2e5c81d590e6..aa491cc72fef 100644 --- a/src/NetworkCloud/NetworkCloud/help/Invoke-AzNetworkCloudBareMetalMachineRunReadCommand.md +++ b/src/NetworkCloud/NetworkCloud/help/Invoke-AzNetworkCloudBareMetalMachineRunReadCommand.md @@ -171,7 +171,8 @@ Accept wildcard characters: False ``` ### -LimitTimeSecond -The maximum time the commands are allowed to run.If the execution time exceeds the maximum, the script will be stopped, any output produced until then will be captured, and the exit code matching a timeout will be returned (252). +The maximum time the commands are allowed to run. +If the execution time exceeds the maximum, the script will be stopped, any output produced until then will be captured, and the exit code matching a timeout will be returned (252). ```yaml Type: System.Int64 diff --git a/src/NetworkCloud/NetworkCloud/help/New-AzNetworkCloudBareMetalMachineConfigurationDataObject.md b/src/NetworkCloud/NetworkCloud/help/New-AzNetworkCloudBareMetalMachineConfigurationDataObject.md index 104c03a17795..f2d2927d4c2c 100644 --- a/src/NetworkCloud/NetworkCloud/help/New-AzNetworkCloudBareMetalMachineConfigurationDataObject.md +++ b/src/NetworkCloud/NetworkCloud/help/New-AzNetworkCloudBareMetalMachineConfigurationDataObject.md @@ -119,7 +119,7 @@ Accept wildcard characters: False ### -MachineName The user-provided name for the bare metal machine created from this specification. - If not provided, the machine name will be generated programmatically. +If not provided, the machine name will be generated programmatically. ```yaml Type: System.String diff --git a/src/NetworkCloud/NetworkCloud/help/New-AzNetworkCloudBareMetalMachineKeySet.md b/src/NetworkCloud/NetworkCloud/help/New-AzNetworkCloudBareMetalMachineKeySet.md index 2b8aafd51dd2..dcbf1ee4db1e 100644 --- a/src/NetworkCloud/NetworkCloud/help/New-AzNetworkCloudBareMetalMachineKeySet.md +++ b/src/NetworkCloud/NetworkCloud/help/New-AzNetworkCloudBareMetalMachineKeySet.md @@ -17,9 +17,9 @@ Create a new bare metal machine key set or create the existing one for the provi New-AzNetworkCloudBareMetalMachineKeySet -Name -ClusterInputObject [-IfMatch ] [-IfNoneMatch ] -AzureGroupId -Expiration -ExtendedLocationName -ExtendedLocationType -JumpHostsAllowed -Location - -PrivilegeLevel -UserList [-OSGroupName ] [-Tag ] - [-DefaultProfile ] [-AsJob] [-NoWait] [-WhatIf] [-Confirm] - [] + -PrivilegeLevel -UserList [-OSGroupName ] [-PrivilegeLevelName ] + [-Tag ] [-DefaultProfile ] [-AsJob] [-NoWait] + [-WhatIf] [-Confirm] [] ``` ### CreateViaJsonString @@ -44,8 +44,8 @@ New-AzNetworkCloudBareMetalMachineKeySet -Name -ClusterName -R [-SubscriptionId ] [-IfMatch ] [-IfNoneMatch ] -AzureGroupId -Expiration -ExtendedLocationName -ExtendedLocationType -JumpHostsAllowed -Location -PrivilegeLevel -UserList - [-OSGroupName ] [-Tag ] [-DefaultProfile ] [-AsJob] [-NoWait] - [-WhatIf] [-Confirm] [] + [-OSGroupName ] [-PrivilegeLevelName ] [-Tag ] [-DefaultProfile ] + [-AsJob] [-NoWait] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -354,6 +354,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -PrivilegeLevelName +The name of the access level to apply when the privilege level is set to Other. + +```yaml +Type: System.String +Parameter Sets: CreateViaIdentityClusterExpanded, CreateExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ResourceGroupName The name of the resource group. The name is case insensitive. diff --git a/src/NetworkCloud/NetworkCloud/help/New-AzNetworkCloudCluster.md b/src/NetworkCloud/NetworkCloud/help/New-AzNetworkCloudCluster.md index 4995d908d0e9..a1230457ea0f 100644 --- a/src/NetworkCloud/NetworkCloud/help/New-AzNetworkCloudCluster.md +++ b/src/NetworkCloud/NetworkCloud/help/New-AzNetworkCloudCluster.md @@ -29,12 +29,13 @@ New-AzNetworkCloudCluster -Name -ResourceGroupName [-Subscript [-AssociatedIdentityUserAssignedIdentityResourceId ] [-ClusterLocation ] [-ClusterServicePrincipalApplicationId ] [-ClusterServicePrincipalId ] [-ClusterServicePrincipalPassword ] [-ClusterServicePrincipalTenantId ] - [-CommandOutputSettingContainerUrl ] [-ComputeDeploymentThresholdGrouping ] - [-ComputeDeploymentThresholdType ] [-ComputeDeploymentThresholdValue ] - [-ComputeRackDefinition ] [-EnableSystemAssignedIdentity] - [-ManagedResourceGroupConfigurationLocation ] [-ManagedResourceGroupConfigurationName ] - [-RuntimeProtectionConfigurationEnforcementLevel ] [-SecretArchiveKeyVaultId ] - [-SecretArchiveSettingVaultUri ] [-SecretArchiveSettingsAssociatedIdentityType ] + [-CommandOutputSettingContainerUrl ] [-CommandOutputSettingOverride ] + [-ComputeDeploymentThresholdGrouping ] [-ComputeDeploymentThresholdType ] + [-ComputeDeploymentThresholdValue ] [-ComputeRackDefinition ] + [-EnableSystemAssignedIdentity] [-ManagedResourceGroupConfigurationLocation ] + [-ManagedResourceGroupConfigurationName ] [-RuntimeProtectionConfigurationEnforcementLevel ] + [-SecretArchiveKeyVaultId ] [-SecretArchiveSettingVaultUri ] + [-SecretArchiveSettingsAssociatedIdentityType ] [-SecretArchiveSettingsAssociatedIdentityUserAssignedIdentityResourceId ] [-SecretArchiveUseKeyVault ] [-Tag ] [-UpdateStrategyMaxUnavailable ] [-UpdateStrategyThresholdType ] [-UpdateStrategyThresholdValue ] [-UpdateStrategyType ] @@ -442,6 +443,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -CommandOutputSettingOverride +The list of optional overrides allowing for association of storage containers and identities to specific types of command output. +If a type is not overridden, the default identity and storage container will be utilized. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.ICommandOutputOverride[] +Parameter Sets: CreateExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ComputeDeploymentThresholdGrouping Selection of how the type evaluation is applied to the cluster calculation. @@ -857,7 +874,8 @@ Accept wildcard characters: False ``` ### -UpdateStrategyMaxUnavailable -The maximum number of worker nodes that can be offline within the increment of update, e.g., rack-by-rack.Limited by the maximum number of machines in the increment. +The maximum number of worker nodes that can be offline within the increment of update, e.g., rack-by-rack. +Limited by the maximum number of machines in the increment. Defaults to the whole increment size. ```yaml diff --git a/src/NetworkCloud/NetworkCloud/help/New-AzNetworkCloudClusterManager.md b/src/NetworkCloud/NetworkCloud/help/New-AzNetworkCloudClusterManager.md index 526965bf9fb8..3d43d894ebe5 100644 --- a/src/NetworkCloud/NetworkCloud/help/New-AzNetworkCloudClusterManager.md +++ b/src/NetworkCloud/NetworkCloud/help/New-AzNetworkCloudClusterManager.md @@ -92,7 +92,6 @@ Accept wildcard characters: False ``` ### -AvailabilityZone -Field deprecated, this value will no longer influence the cluster manager allocation process and will be removed in a future version. The Azure availability zones within the region that will be used to support the cluster manager resource. ```yaml @@ -357,7 +356,6 @@ Accept wildcard characters: False ``` ### -VMSize -Field deprecated, this value will no longer influence the cluster manager allocation process and will be removed in a future version. The size of the Azure virtual machines to use for hosting the cluster manager resource. ```yaml diff --git a/src/NetworkCloud/NetworkCloud/help/New-AzNetworkCloudNetworkAttachmentObject.md b/src/NetworkCloud/NetworkCloud/help/New-AzNetworkCloudNetworkAttachmentObject.md index 336a8b4f2f67..3f41554ddd91 100644 --- a/src/NetworkCloud/NetworkCloud/help/New-AzNetworkCloudNetworkAttachmentObject.md +++ b/src/NetworkCloud/NetworkCloud/help/New-AzNetworkCloudNetworkAttachmentObject.md @@ -40,7 +40,7 @@ Create an in-memory object for NetworkAttachment. ### -AttachedNetworkId The resource ID of the associated network attached to the virtual machine. - It can be one of cloudServicesNetwork, l3Network, l2Network or trunkedNetwork resources. +It can be one of cloudServicesNetwork, l3Network, l2Network or trunkedNetwork resources. ```yaml Type: System.String @@ -56,7 +56,7 @@ Accept wildcard characters: False ### -DefaultGateway The indicator of whether this is the default gateway. - Only one of the attached networks (including the CloudServicesNetwork attachment) for a single machine may be specified as True. +Only one of the attached networks (including the CloudServicesNetwork attachment) for a single machine may be specified as True. ```yaml Type: System.String @@ -72,8 +72,8 @@ Accept wildcard characters: False ### -IPAllocationMethod The IP allocation mechanism for the virtual machine. - Dynamic and Static are only valid for l3Network which may also specify Disabled. - Otherwise, Disabled is the only permitted value. +Dynamic and Static are only valid for l3Network which may also specify Disabled. +Otherwise, Disabled is the only permitted value. ```yaml Type: System.String @@ -89,13 +89,10 @@ Accept wildcard characters: False ### -Ipv4Address The IPv4 address of the virtual machine. - - This field is used only if the attached network has IPAllocationType of IPV4 or DualStack. - - If IPAllocationMethod is: - Static - this field must contain a user specified IPv4 address from within the subnet specified in the attached network. - Dynamic - this field is read-only, but will be populated with an address from within the subnet specified in the attached network. - Disabled - this field will be empty. +This field is used only if the attached network has IPAllocationType of IPV4 or DualStack. +If IPAllocationMethod is: Static - this field must contain a user specified IPv4 address from within the subnet specified in the attached network. +Dynamic - this field is read-only, but will be populated with an address from within the subnet specified in the attached network. +Disabled - this field will be empty. ```yaml Type: System.String @@ -111,13 +108,10 @@ Accept wildcard characters: False ### -Ipv6Address The IPv6 address of the virtual machine. - - This field is used only if the attached network has IPAllocationType of IPV6 or DualStack. - - If IPAllocationMethod is: - Static - this field must contain an IPv6 address range from within the range specified in the attached network. - Dynamic - this field is read-only, but will be populated with an range from within the subnet specified in the attached network. - Disabled - this field will be empty. +This field is used only if the attached network has IPAllocationType of IPV6 or DualStack. +If IPAllocationMethod is: Static - this field must contain an IPv6 address range from within the range specified in the attached network. +Dynamic - this field is read-only, but will be populated with an range from within the subnet specified in the attached network. +Disabled - this field will be empty. ```yaml Type: System.String @@ -133,9 +127,9 @@ Accept wildcard characters: False ### -Name The associated network's interface name. - If specified, the network attachment name has a maximum length of 15 characters and must be unique to this virtual machine. - If the user doesn't specify this value, the default interface name of the network resource will be used. - For a CloudServicesNetwork resource, this name will be ignored. +If specified, the network attachment name has a maximum length of 15 characters and must be unique to this virtual machine. +If the user doesn't specify this value, the default interface name of the network resource will be used. +For a CloudServicesNetwork resource, this name will be ignored. ```yaml Type: System.String diff --git a/src/NetworkCloud/NetworkCloud/help/New-AzNetworkCloudServicesNetwork.md b/src/NetworkCloud/NetworkCloud/help/New-AzNetworkCloudServicesNetwork.md index 8903f499b38a..98c9cd2a70b5 100644 --- a/src/NetworkCloud/NetworkCloud/help/New-AzNetworkCloudServicesNetwork.md +++ b/src/NetworkCloud/NetworkCloud/help/New-AzNetworkCloudServicesNetwork.md @@ -17,6 +17,7 @@ Create a new cloud services network or create the properties of the existing clo New-AzNetworkCloudServicesNetwork -Name -ResourceGroupName [-SubscriptionId ] [-IfMatch ] [-IfNoneMatch ] -ExtendedLocationName -ExtendedLocationType -Location [-AdditionalEgressEndpoint ] [-EnableDefaultEgressEndpoint ] + [-StorageOptionMode ] [-StorageOptionSizeMiB ] [-StorageOptionStorageApplianceId ] [-Tag ] [-DefaultProfile ] [-AsJob] [-NoWait] [-WhatIf] [-Confirm] [] ``` @@ -276,6 +277,52 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -StorageOptionMode +The indicator to enable shared storage on the cloud services network. +If not specified, the allocation will align with the standard storage enablement. + +```yaml +Type: System.String +Parameter Sets: CreateExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -StorageOptionSizeMiB +The requested storage allocation for the volume in Mebibytes. + +```yaml +Type: System.Int64 +Parameter Sets: CreateExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -StorageOptionStorageApplianceId +The resource ID of the storage appliance that hosts the storage. + +```yaml +Type: System.String +Parameter Sets: CreateExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -SubscriptionId The ID of the target subscription. The value must be an UUID. diff --git a/src/NetworkCloud/NetworkCloud/help/New-AzNetworkCloudVirtualMachine.md b/src/NetworkCloud/NetworkCloud/help/New-AzNetworkCloudVirtualMachine.md index 02479ac256e8..f1668be7ecc4 100644 --- a/src/NetworkCloud/NetworkCloud/help/New-AzNetworkCloudVirtualMachine.md +++ b/src/NetworkCloud/NetworkCloud/help/New-AzNetworkCloudVirtualMachine.md @@ -22,14 +22,15 @@ New-AzNetworkCloudVirtualMachine -Name -ResourceGroupName [-Su -VMImage [-BootMethod ] [-CloudServiceNetworkAttachmentDefaultGateway ] [-CloudServiceNetworkAttachmentIpv4Address ] [-CloudServiceNetworkAttachmentIpv6Address ] [-CloudServiceNetworkAttachmentName ] [-ConsoleExtendedLocationName ] - [-ConsoleExtendedLocationType ] [-IsolateEmulatorThread ] - [-NetworkAttachment ] [-NetworkData ] [-OSDiskCreateOption ] - [-OSDiskDeleteOption ] [-PlacementHint ] - [-SshPublicKey ] [-StorageProfileVolumeAttachment ] [-Tag ] - [-UserData ] [-VMDeviceModel ] [-VMImageRepositoryCredentialsPassword ] - [-VMImageRepositoryCredentialsRegistryUrl ] [-VMImageRepositoryCredentialsUsername ] - [-VirtioInterface ] [-DefaultProfile ] [-AsJob] [-NoWait] - [-WhatIf] [-Confirm] [] + [-ConsoleExtendedLocationType ] [-EnableSystemAssignedIdentity] [-IsolateEmulatorThread ] + [-NetworkAttachment ] [-NetworkData ] [-NetworkDataContent ] + [-OSDiskCreateOption ] [-OSDiskDeleteOption ] + [-PlacementHint ] [-SshPublicKey ] + [-StorageProfileVolumeAttachment ] [-Tag ] [-UserAssignedIdentity ] + [-UserData ] [-UserDataContent ] [-VMDeviceModel ] + [-VMImageRepositoryCredentialsPassword ] [-VMImageRepositoryCredentialsRegistryUrl ] + [-VMImageRepositoryCredentialsUsername ] [-VirtioInterface ] [-DefaultProfile ] + [-AsJob] [-NoWait] [-WhatIf] [-Confirm] [] ``` ### CreateViaJsonFilePath @@ -130,7 +131,8 @@ Accept wildcard characters: False ``` ### -CloudServiceNetworkAttachmentAttachedNetworkId -The resource ID of the associated network attached to the virtual machine.It can be one of cloudServicesNetwork, l3Network, l2Network or trunkedNetwork resources. +The resource ID of the associated network attached to the virtual machine. +It can be one of cloudServicesNetwork, l3Network, l2Network or trunkedNetwork resources. ```yaml Type: System.String @@ -145,7 +147,8 @@ Accept wildcard characters: False ``` ### -CloudServiceNetworkAttachmentDefaultGateway -The indicator of whether this is the default gateway.Only one of the attached networks (including the CloudServicesNetwork attachment) for a single machine may be specified as True. +The indicator of whether this is the default gateway. +Only one of the attached networks (including the CloudServicesNetwork attachment) for a single machine may be specified as True. ```yaml Type: System.String @@ -160,7 +163,9 @@ Accept wildcard characters: False ``` ### -CloudServiceNetworkAttachmentIPAllocationMethod -The IP allocation mechanism for the virtual machine.Dynamic and Static are only valid for l3Network which may also specify Disabled.Otherwise, Disabled is the only permitted value. +The IP allocation mechanism for the virtual machine. +Dynamic and Static are only valid for l3Network which may also specify Disabled. +Otherwise, Disabled is the only permitted value. ```yaml Type: System.String @@ -175,7 +180,11 @@ Accept wildcard characters: False ``` ### -CloudServiceNetworkAttachmentIpv4Address -The IPv4 address of the virtual machine.This field is used only if the attached network has IPAllocationType of IPV4 or DualStack.If IPAllocationMethod is:Static - this field must contain a user specified IPv4 address from within the subnet specified in the attached network.Dynamic - this field is read-only, but will be populated with an address from within the subnet specified in the attached network.Disabled - this field will be empty. +The IPv4 address of the virtual machine. +This field is used only if the attached network has IPAllocationType of IPV4 or DualStack. +If IPAllocationMethod is: Static - this field must contain a user specified IPv4 address from within the subnet specified in the attached network. +Dynamic - this field is read-only, but will be populated with an address from within the subnet specified in the attached network. +Disabled - this field will be empty. ```yaml Type: System.String @@ -190,7 +199,11 @@ Accept wildcard characters: False ``` ### -CloudServiceNetworkAttachmentIpv6Address -The IPv6 address of the virtual machine.This field is used only if the attached network has IPAllocationType of IPV6 or DualStack.If IPAllocationMethod is:Static - this field must contain an IPv6 address range from within the range specified in the attached network.Dynamic - this field is read-only, but will be populated with an range from within the subnet specified in the attached network.Disabled - this field will be empty. +The IPv6 address of the virtual machine. +This field is used only if the attached network has IPAllocationType of IPV6 or DualStack. +If IPAllocationMethod is: Static - this field must contain an IPv6 address range from within the range specified in the attached network. +Dynamic - this field is read-only, but will be populated with an range from within the subnet specified in the attached network. +Disabled - this field will be empty. ```yaml Type: System.String @@ -205,7 +218,10 @@ Accept wildcard characters: False ``` ### -CloudServiceNetworkAttachmentName -The associated network's interface name.If specified, the network attachment name has a maximum length of 15 characters and must be unique to this virtual machine.If the user doesn't specify this value, the default interface name of the network resource will be used.For a CloudServicesNetwork resource, this name will be ignored. +The associated network's interface name. +If specified, the network attachment name has a maximum length of 15 characters and must be unique to this virtual machine. +If the user doesn't specify this value, the default interface name of the network resource will be used. +For a CloudServicesNetwork resource, this name will be ignored. ```yaml Type: System.String @@ -280,6 +296,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -EnableSystemAssignedIdentity +Determines whether to enable a system-assigned identity for the resource. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: CreateExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ExtendedLocationName The resource ID of the extended location on which the resource will be created. @@ -451,6 +482,22 @@ Accept wildcard characters: False ``` ### -NetworkData +Field Deprecated: The Base64 encoded cloud-init network data. +The networkDataContent property will be used in preference to this property. + +```yaml +Type: System.String +Parameter Sets: CreateExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -NetworkDataContent The Base64 encoded cloud-init network data. ```yaml @@ -620,7 +667,39 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -UserAssignedIdentity +The array of user assigned identities associated with the resource. +The elements in array will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}.' + +```yaml +Type: System.String[] +Parameter Sets: CreateExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -UserData +Field Deprecated: The Base64 encoded cloud-init user data. +The userDataContent property will be used in preference to this property. + +```yaml +Type: System.String +Parameter Sets: CreateExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -UserDataContent The Base64 encoded cloud-init user data. ```yaml diff --git a/src/NetworkCloud/NetworkCloud/help/New-AzNetworkCloudVolume.md b/src/NetworkCloud/NetworkCloud/help/New-AzNetworkCloudVolume.md index 8644eb40b028..7fb70dc88ebc 100644 --- a/src/NetworkCloud/NetworkCloud/help/New-AzNetworkCloudVolume.md +++ b/src/NetworkCloud/NetworkCloud/help/New-AzNetworkCloudVolume.md @@ -16,8 +16,9 @@ Create a new volume or create the properties of the existing one. ``` New-AzNetworkCloudVolume -Name -ResourceGroupName [-SubscriptionId ] [-IfMatch ] [-IfNoneMatch ] -ExtendedLocationName -ExtendedLocationType - -Location -SizeMiB [-Tag ] [-DefaultProfile ] [-AsJob] [-NoWait] - [-WhatIf] [-Confirm] [] + -Location -SizeMiB [-StorageApplianceId ] [-Tag ] + [-DefaultProfile ] [-AsJob] [-NoWait] [-WhatIf] [-Confirm] + [] ``` ### CreateViaJsonFilePath @@ -240,7 +241,7 @@ Accept wildcard characters: False ``` ### -SizeMiB -The size of the allocation for this volume in Mebibytes. +The requested storage allocation for the volume in Mebibytes. ```yaml Type: System.Int64 @@ -254,6 +255,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -StorageApplianceId +The resource ID of the storage appliance that hosts the volume. + +```yaml +Type: System.String +Parameter Sets: CreateExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -SubscriptionId The ID of the target subscription. The value must be an UUID. diff --git a/src/NetworkCloud/NetworkCloud/help/Start-AzNetworkCloudStorageApplianceReadCommand.md b/src/NetworkCloud/NetworkCloud/help/Start-AzNetworkCloudStorageApplianceReadCommand.md new file mode 100644 index 000000000000..2de415cd194d --- /dev/null +++ b/src/NetworkCloud/NetworkCloud/help/Start-AzNetworkCloudStorageApplianceReadCommand.md @@ -0,0 +1,300 @@ +--- +external help file: Az.NetworkCloud-help.xml +Module Name: Az.NetworkCloud +online version: https://learn.microsoft.com/powershell/module/az.networkcloud/start-aznetworkcloudstorageappliancereadcommand +schema: 2.0.0 +--- + +# Start-AzNetworkCloudStorageApplianceReadCommand + +## SYNOPSIS +Run one or more read-only commands on the provided storage appliance. + +## SYNTAX + +### RunViaIdentityExpanded (Default) +``` +Start-AzNetworkCloudStorageApplianceReadCommand -InputObject + -Command -LimitTimeSecond [-DefaultProfile ] + [-AsJob] [-NoWait] [-PassThru] [-WhatIf] [-Confirm] [] +``` + +### RunViaJsonString +``` +Start-AzNetworkCloudStorageApplianceReadCommand -ResourceGroupName -StorageApplianceName + [-SubscriptionId ] -JsonString [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] + [-WhatIf] [-Confirm] [] +``` + +### RunViaJsonFilePath +``` +Start-AzNetworkCloudStorageApplianceReadCommand -ResourceGroupName -StorageApplianceName + [-SubscriptionId ] -JsonFilePath [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] + [-WhatIf] [-Confirm] [] +``` + +### RunExpanded +``` +Start-AzNetworkCloudStorageApplianceReadCommand -ResourceGroupName -StorageApplianceName + [-SubscriptionId ] -Command -LimitTimeSecond + [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-WhatIf] + [-Confirm] [] +``` + +## DESCRIPTION +Run one or more read-only commands on the provided storage appliance. + +## EXAMPLES + +### Example 1: {{ Add title here }} +```powershell +{{ Add code here }} +``` + +```output +{{ Add output here (remove the output block if the example doesn't have an output) }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +{{ Add code here }} +``` + +```output +{{ Add output here (remove the output block if the example doesn't have an output) }} +``` + +{{ Add description here }} + +## PARAMETERS + +### -AsJob +Run the command as a job + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Command +The list of read-only commands to be executed directly against the target storage appliance. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IStorageApplianceCommandSpecification[] +Parameter Sets: RunViaIdentityExpanded, RunExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DefaultProfile +The DefaultProfile parameter is not functional. +Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. + +```yaml +Type: System.Management.Automation.PSObject +Parameter Sets: (All) +Aliases: AzureRMContext, AzureCredential + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -InputObject +Identity Parameter + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity +Parameter Sets: RunViaIdentityExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -JsonFilePath +Path of Json file supplied to the Run operation + +```yaml +Type: System.String +Parameter Sets: RunViaJsonFilePath +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -JsonString +Json string supplied to the Run operation + +```yaml +Type: System.String +Parameter Sets: RunViaJsonString +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -LimitTimeSecond +The maximum time the commands are allowed to run. + +```yaml +Type: System.Int64 +Parameter Sets: RunViaIdentityExpanded, RunExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -NoWait +Run the command asynchronously + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -PassThru +Returns true when the command succeeds + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ResourceGroupName +The name of the resource group. +The name is case insensitive. + +```yaml +Type: System.String +Parameter Sets: RunViaJsonString, RunViaJsonFilePath, RunExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -StorageApplianceName +The name of the storage appliance. + +```yaml +Type: System.String +Parameter Sets: RunViaJsonString, RunViaJsonFilePath, RunExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SubscriptionId +The ID of the target subscription. +The value must be an UUID. + +```yaml +Type: System.String +Parameter Sets: RunViaJsonString, RunViaJsonFilePath, RunExpanded +Aliases: + +Required: False +Position: Named +Default value: (Get-AzContext).Subscription.Id +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Confirm +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: cf + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -WhatIf +Shows what would happen if the cmdlet runs. +The cmdlet is not run. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: wi + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity + +## OUTPUTS + +### System.Boolean + +## NOTES + +## RELATED LINKS diff --git a/src/NetworkCloud/NetworkCloud/help/Update-AzNetworkCloudCluster.md b/src/NetworkCloud/NetworkCloud/help/Update-AzNetworkCloudCluster.md index c94dea120d29..d53cc0dd7b78 100644 --- a/src/NetworkCloud/NetworkCloud/help/Update-AzNetworkCloudCluster.md +++ b/src/NetworkCloud/NetworkCloud/help/Update-AzNetworkCloudCluster.md @@ -29,11 +29,11 @@ Update-AzNetworkCloudCluster -Name -ResourceGroupName [-Subscr [-ClusterLocation ] [-ClusterServicePrincipalApplicationId ] [-ClusterServicePrincipalId ] [-ClusterServicePrincipalPassword ] [-ClusterServicePrincipalTenantId ] [-CommandOutputSettingContainerUrl ] - [-ComputeDeploymentThresholdGrouping ] [-ComputeDeploymentThresholdType ] - [-ComputeDeploymentThresholdValue ] [-ComputeRackDefinition ] - [-EnableSystemAssignedIdentity ] [-RuntimeProtectionConfigurationEnforcementLevel ] - [-SecretArchiveKeyVaultId ] [-SecretArchiveSettingVaultUri ] - [-SecretArchiveSettingsAssociatedIdentityType ] + [-CommandOutputSettingOverride ] [-ComputeDeploymentThresholdGrouping ] + [-ComputeDeploymentThresholdType ] [-ComputeDeploymentThresholdValue ] + [-ComputeRackDefinition ] [-EnableSystemAssignedIdentity ] + [-RuntimeProtectionConfigurationEnforcementLevel ] [-SecretArchiveKeyVaultId ] + [-SecretArchiveSettingVaultUri ] [-SecretArchiveSettingsAssociatedIdentityType ] [-SecretArchiveSettingsAssociatedIdentityUserAssignedIdentityResourceId ] [-SecretArchiveUseKeyVault ] [-Tag ] [-UpdateStrategyMaxUnavailable ] [-UpdateStrategyThresholdType ] [-UpdateStrategyThresholdValue ] [-UpdateStrategyType ] @@ -59,11 +59,11 @@ Update-AzNetworkCloudCluster -InputObject [-IfMatch ] [-ClusterServicePrincipalApplicationId ] [-ClusterServicePrincipalId ] [-ClusterServicePrincipalPassword ] [-ClusterServicePrincipalTenantId ] [-CommandOutputSettingContainerUrl ] - [-ComputeDeploymentThresholdGrouping ] [-ComputeDeploymentThresholdType ] - [-ComputeDeploymentThresholdValue ] [-ComputeRackDefinition ] - [-EnableSystemAssignedIdentity ] [-RuntimeProtectionConfigurationEnforcementLevel ] - [-SecretArchiveKeyVaultId ] [-SecretArchiveSettingVaultUri ] - [-SecretArchiveSettingsAssociatedIdentityType ] + [-CommandOutputSettingOverride ] [-ComputeDeploymentThresholdGrouping ] + [-ComputeDeploymentThresholdType ] [-ComputeDeploymentThresholdValue ] + [-ComputeRackDefinition ] [-EnableSystemAssignedIdentity ] + [-RuntimeProtectionConfigurationEnforcementLevel ] [-SecretArchiveKeyVaultId ] + [-SecretArchiveSettingVaultUri ] [-SecretArchiveSettingsAssociatedIdentityType ] [-SecretArchiveSettingsAssociatedIdentityUserAssignedIdentityResourceId ] [-SecretArchiveUseKeyVault ] [-Tag ] [-UpdateStrategyMaxUnavailable ] [-UpdateStrategyThresholdType ] [-UpdateStrategyThresholdValue ] [-UpdateStrategyType ] @@ -417,6 +417,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -CommandOutputSettingOverride +The list of optional overrides allowing for association of storage containers and identities to specific types of command output. +If a type is not overridden, the default identity and storage container will be utilized. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.ICommandOutputOverride[] +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ComputeDeploymentThresholdGrouping Selection of how the type evaluation is applied to the cluster calculation. @@ -725,7 +741,8 @@ Accept wildcard characters: False ``` ### -UpdateStrategyMaxUnavailable -The maximum number of worker nodes that can be offline within the increment of update, e.g., rack-by-rack.Limited by the maximum number of machines in the increment. +The maximum number of worker nodes that can be offline within the increment of update, e.g., rack-by-rack. +Limited by the maximum number of machines in the increment. Defaults to the whole increment size. ```yaml diff --git a/src/NetworkCloud/NetworkCloud/help/Update-AzNetworkCloudServicesNetwork.md b/src/NetworkCloud/NetworkCloud/help/Update-AzNetworkCloudServicesNetwork.md index 4dc4da3248cd..6f6f2190f65b 100644 --- a/src/NetworkCloud/NetworkCloud/help/Update-AzNetworkCloudServicesNetwork.md +++ b/src/NetworkCloud/NetworkCloud/help/Update-AzNetworkCloudServicesNetwork.md @@ -17,7 +17,8 @@ Properties and tag update can be done independently. ``` Update-AzNetworkCloudServicesNetwork -Name -ResourceGroupName [-SubscriptionId ] [-IfMatch ] [-IfNoneMatch ] [-AdditionalEgressEndpoint ] - [-EnableDefaultEgressEndpoint ] [-Tag ] [-DefaultProfile ] [-AsJob] [-NoWait] + [-EnableDefaultEgressEndpoint ] [-StorageOptionMode ] [-StorageOptionSizeMiB ] + [-StorageOptionStorageApplianceId ] [-Tag ] [-DefaultProfile ] [-AsJob] [-NoWait] [-WhatIf] [-Confirm] [] ``` @@ -39,7 +40,8 @@ Update-AzNetworkCloudServicesNetwork -Name -ResourceGroupName ``` Update-AzNetworkCloudServicesNetwork -InputObject [-IfMatch ] [-IfNoneMatch ] [-AdditionalEgressEndpoint ] - [-EnableDefaultEgressEndpoint ] [-Tag ] [-DefaultProfile ] [-AsJob] [-NoWait] + [-EnableDefaultEgressEndpoint ] [-StorageOptionMode ] [-StorageOptionSizeMiB ] + [-StorageOptionStorageApplianceId ] [-Tag ] [-DefaultProfile ] [-AsJob] [-NoWait] [-WhatIf] [-Confirm] [] ``` @@ -257,6 +259,51 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -StorageOptionMode +The indicator to enable shared storage on the cloud services network. + +```yaml +Type: System.String +Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -StorageOptionSizeMiB +The requested storage allocation for the volume in Mebibytes. + +```yaml +Type: System.Int64 +Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -StorageOptionStorageApplianceId +The resource ID of the storage appliance that hosts the storage. + +```yaml +Type: System.String +Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -SubscriptionId The ID of the target subscription. The value must be an UUID. diff --git a/src/NetworkCloud/NetworkCloud/help/Update-AzNetworkCloudVirtualMachine.md b/src/NetworkCloud/NetworkCloud/help/Update-AzNetworkCloudVirtualMachine.md index e06765ff51e7..70d3ff6f5ce3 100644 --- a/src/NetworkCloud/NetworkCloud/help/Update-AzNetworkCloudVirtualMachine.md +++ b/src/NetworkCloud/NetworkCloud/help/Update-AzNetworkCloudVirtualMachine.md @@ -8,46 +8,32 @@ schema: 2.0.0 # Update-AzNetworkCloudVirtualMachine ## SYNOPSIS -Patch the properties of the provided virtual machine, or update the tags associated with the virtual machine. -Properties and tag update can be done independently. +Update a new virtual machine or update the properties of the existing virtual machine. ## SYNTAX ### UpdateExpanded (Default) ``` Update-AzNetworkCloudVirtualMachine -Name -ResourceGroupName [-SubscriptionId ] - [-IfMatch ] [-IfNoneMatch ] [-Tag ] - [-VMImageRepositoryCredentialsPassword ] [-VMImageRepositoryCredentialsRegistryUrl ] - [-VMImageRepositoryCredentialsUsername ] [-DefaultProfile ] [-AsJob] [-NoWait] - [-WhatIf] [-Confirm] [] -``` - -### UpdateViaJsonString -``` -Update-AzNetworkCloudVirtualMachine -Name -ResourceGroupName [-SubscriptionId ] - [-IfMatch ] [-IfNoneMatch ] -JsonString [-DefaultProfile ] [-AsJob] - [-NoWait] [-WhatIf] [-Confirm] [] -``` - -### UpdateViaJsonFilePath -``` -Update-AzNetworkCloudVirtualMachine -Name -ResourceGroupName [-SubscriptionId ] - [-IfMatch ] [-IfNoneMatch ] -JsonFilePath [-DefaultProfile ] [-AsJob] - [-NoWait] [-WhatIf] [-Confirm] [] + [-IfMatch ] [-IfNoneMatch ] [-EnableSystemAssignedIdentity ] [-Tag ] + [-UserAssignedIdentity ] [-VMImageRepositoryCredentialsPassword ] + [-VMImageRepositoryCredentialsRegistryUrl ] [-VMImageRepositoryCredentialsUsername ] + [-DefaultProfile ] [-AsJob] [-NoWait] [-WhatIf] [-Confirm] + [] ``` ### UpdateViaIdentityExpanded ``` Update-AzNetworkCloudVirtualMachine -InputObject [-IfMatch ] - [-IfNoneMatch ] [-Tag ] [-VMImageRepositoryCredentialsPassword ] + [-IfNoneMatch ] [-EnableSystemAssignedIdentity ] [-Tag ] + [-UserAssignedIdentity ] [-VMImageRepositoryCredentialsPassword ] [-VMImageRepositoryCredentialsRegistryUrl ] [-VMImageRepositoryCredentialsUsername ] [-DefaultProfile ] [-AsJob] [-NoWait] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION -Patch the properties of the provided virtual machine, or update the tags associated with the virtual machine. -Properties and tag update can be done independently. +Update a new virtual machine or update the properties of the existing virtual machine. ## EXAMPLES @@ -105,6 +91,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -EnableSystemAssignedIdentity +Determines whether to enable a system-assigned identity for the resource. + +```yaml +Type: System.Nullable`1[System.Boolean] +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -IfMatch The ETag of the transformation. Omit this value to always overwrite the current resource. @@ -153,42 +154,12 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` -### -JsonFilePath -Path of Json file supplied to the Update operation - -```yaml -Type: System.String -Parameter Sets: UpdateViaJsonFilePath -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -JsonString -Json string supplied to the Update operation - -```yaml -Type: System.String -Parameter Sets: UpdateViaJsonString -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -Name The name of the virtual machine. ```yaml Type: System.String -Parameter Sets: UpdateExpanded, UpdateViaJsonString, UpdateViaJsonFilePath +Parameter Sets: UpdateExpanded Aliases: VirtualMachineName Required: True @@ -219,7 +190,7 @@ The name is case insensitive. ```yaml Type: System.String -Parameter Sets: UpdateExpanded, UpdateViaJsonString, UpdateViaJsonFilePath +Parameter Sets: UpdateExpanded Aliases: Required: True @@ -235,7 +206,7 @@ The value must be an UUID. ```yaml Type: System.String -Parameter Sets: UpdateExpanded, UpdateViaJsonString, UpdateViaJsonFilePath +Parameter Sets: UpdateExpanded Aliases: Required: False @@ -246,11 +217,27 @@ Accept wildcard characters: False ``` ### -Tag -The Azure resource tags that will replace the existing ones. +Resource tags. ```yaml Type: System.Collections.Hashtable -Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -UserAssignedIdentity +The array of user assigned identities associated with the resource. +The elements in array will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}.' + +```yaml +Type: System.String[] +Parameter Sets: (All) Aliases: Required: False @@ -265,7 +252,7 @@ The password or token used to access an image in the target repository. ```yaml Type: System.Security.SecureString -Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Parameter Sets: (All) Aliases: Required: False @@ -280,7 +267,7 @@ The URL of the authentication server used to validate the repository credentials ```yaml Type: System.String -Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Parameter Sets: (All) Aliases: Required: False @@ -295,7 +282,7 @@ The username used to access an image in the target repository. ```yaml Type: System.String -Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Parameter Sets: (All) Aliases: Required: False