diff --git a/src/NetworkCloud/NetworkCloud.Autorest/.gitignore b/src/NetworkCloud/NetworkCloud.Autorest/.gitignore index 6ec158bd9768..ccbe8d018341 100644 --- a/src/NetworkCloud/NetworkCloud.Autorest/.gitignore +++ b/src/NetworkCloud/NetworkCloud.Autorest/.gitignore @@ -5,6 +5,8 @@ generated internal exports tools +custom/*.psm1 +custom/autogen-model-cmdlets test/*-TestResults.xml license.txt /*.ps1 diff --git a/src/NetworkCloud/NetworkCloud.Autorest/Properties/AssemblyInfo.cs b/src/NetworkCloud/NetworkCloud.Autorest/Properties/AssemblyInfo.cs new file mode 100644 index 000000000000..2c092587d8d9 --- /dev/null +++ b/src/NetworkCloud/NetworkCloud.Autorest/Properties/AssemblyInfo.cs @@ -0,0 +1,26 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the Apache License, Version 2.0 (the ""License""); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// http://www.apache.org/licenses/LICENSE-2.0 +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an ""AS IS"" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// Code generated by Microsoft (R) AutoRest Code Generator.Changes may cause incorrect behavior and will be lost if the code +// is regenerated. + +using System; +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +[assembly: System.Reflection.AssemblyCompanyAttribute("Microsoft")] +[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.1.0")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.1.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 426101a48f37..6cc6ada81932 100644 --- a/src/NetworkCloud/NetworkCloud.Autorest/README.md +++ b/src/NetworkCloud/NetworkCloud.Autorest/README.md @@ -45,22 +45,15 @@ title: NetworkCloud service-name: NetworkCloud subject-prefix: NetworkCloud -# If there are post APIs for some kinds of actions in the RP, you may need to -# uncomment following line to support viaIdentity for these post APIs -identity-correction-for-post: true -resourcegroup-append: true -nested-object-to-string: true - -# For new modules, please avoid setting 3.x using the use-extension method and instead, use 4.x as the default option -use-extension: - "@autorest/powershell": "3.x" - directive: # Following is two common directive which are normally required in all the RPs # 1. Remove the unexpanded parameter set # 2. For New-* cmdlets, ViaIdentity is not required, so CreateViaIdentityExpanded is removed as well - where: - variant: ^Create$|^CreateViaIdentity$|^CreateViaIdentityExpanded$|^Update$|^UpdateViaIdentity$|^Cordon$|^CordonViaIdentity$|^DeployViaIdentity$|^Deploy$|^Enable$|^EnableViaIdentity$|^Replace$|^ReplaceViaIdentity$|^Run$|^RunViaIdentity$|^PowerOff$|^PowerOffViaIdentity$ + variant: ^(Create|Update|Cordon|Deploy|Enable|Replace|Run|PowerOff)(?!.*?Expanded) + remove: true + - where: + variant: ^CreateViaIdentity.*$ remove: true - where: subject: KuberneteClusterNode @@ -269,19 +262,19 @@ directive: # Add model-cmdlet for any properties/sub-properties of complex type - model-cmdlet: - - BareMetalMachineConfigurationData - - BgpAdvertisement - - BgpServiceLoadBalancerConfiguration - - ControlPlaneNodeConfiguration - - EgressEndpoint - - EndpointDependency - - InitialAgentPoolConfiguration - - IpAddressPool - - KeySetUser - - L3NetworkAttachmentConfiguration - - NetworkAttachment - - RackDefinition - - ServiceLoadBalancerBgpPeer - - StorageApplianceConfigurationData - - VirtualMachinePlacementHint + - model-name: BareMetalMachineConfigurationData + - model-name: BgpAdvertisement + - model-name: BgpServiceLoadBalancerConfiguration + - model-name: ControlPlaneNodeConfiguration + - model-name: EgressEndpoint + - model-name: EndpointDependency + - model-name: InitialAgentPoolConfiguration + - model-name: IpAddressPool + - model-name: KeySetUser + - model-name: L3NetworkAttachmentConfiguration + - model-name: NetworkAttachment + - model-name: RackDefinition + - model-name: ServiceLoadBalancerBgpPeer + - model-name: StorageApplianceConfigurationData + - model-name: VirtualMachinePlacementHint ``` diff --git a/src/NetworkCloud/NetworkCloud.Autorest/UX/Microsoft.NetworkCloud/clusters.json b/src/NetworkCloud/NetworkCloud.Autorest/UX/Microsoft.NetworkCloud/clusters.json index 328e1cc12dc6..1cabac3c39d0 100644 --- a/src/NetworkCloud/NetworkCloud.Autorest/UX/Microsoft.NetworkCloud/clusters.json +++ b/src/NetworkCloud/NetworkCloud.Autorest/UX/Microsoft.NetworkCloud/clusters.json @@ -43,82 +43,6 @@ } ] }, - { - "name": "Invoke-AzNetworkCloudClusterContinueVersionUpdate", - "description": "Trigger the continuation of an update for a cluster with a matching update strategy that has paused after completing a segment of the update.", - "path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkCloud/clusters/{clusterName}/continueUpdateVersion", - "help": { - "learnMore": { - "url": "https://learn.microsoft.com/powershell/module/az.networkcloud/invoke-aznetworkcloudclustercontinueversionupdate" - }, - "parameterSets": [ - { - "parameters": [ - "-ClusterName ", - "-ResourceGroupName ", - "[-SubscriptionId ]" - ] - } - ] - }, - "examples": [ - { - "description": "Trigger the continuation of an update for a cluster with a matching update strategy that has paused after completing a segment of the update.", - "parameters": [ - { - "name": "-ClusterName", - "value": "[Path.clusterName]" - }, - { - "name": "-ResourceGroupName", - "value": "[Path.resourceGroupName]" - }, - { - "name": "-SubscriptionId", - "value": "[Path.subscriptionId]" - } - ] - } - ] - }, - { - "name": "Invoke-AzNetworkCloudScanClusterRuntime", - "description": "Triggers the execution of a runtime protection scan to detect and remediate detected issues, in accordance with the cluster configuration.", - "path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkCloud/clusters/{clusterName}/scanRuntime", - "help": { - "learnMore": { - "url": "https://learn.microsoft.com/powershell/module/az.networkcloud/invoke-aznetworkcloudscanclusterruntime" - }, - "parameterSets": [ - { - "parameters": [ - "-ClusterName ", - "-ResourceGroupName ", - "[-SubscriptionId ]" - ] - } - ] - }, - "examples": [ - { - "description": "Triggers the execution of a runtime protection scan to detect and remediate detected issues, in accordance with the cluster configuration.", - "parameters": [ - { - "name": "-ClusterName", - "value": "[Path.clusterName]" - }, - { - "name": "-ResourceGroupName", - "value": "[Path.resourceGroupName]" - }, - { - "name": "-SubscriptionId", - "value": "[Path.subscriptionId]" - } - ] - } - ] - }, { "name": "Remove-AzNetworkCloudCluster", "description": "Delete the provided cluster.", 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 a0d74a783b9f..1b025887035e 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 @@ -21,12 +21,13 @@ Create an in-memory object for BareMetalMachineConfigurationData. Create an in-memory object for BareMetalMachineConfigurationData. .Outputs -Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.BareMetalMachineConfigurationData +Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.BareMetalMachineConfigurationData .Link -https://learn.microsoft.com/powershell/module/Az.NetworkCloud/new-AzNetworkCloudBareMetalMachineConfigurationDataObject +https://learn.microsoft.com/powershell/module/Az.NetworkCloud/new-aznetworkcloudbaremetalmachineconfigurationdataobject #> function New-AzNetworkCloudBareMetalMachineConfigurationDataObject { - [OutputType('Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.BareMetalMachineConfigurationData')] + [Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.ModelCmdletAttribute()] + [OutputType('Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.BareMetalMachineConfigurationData')] [CmdletBinding(PositionalBinding=$false)] Param( @@ -58,7 +59,7 @@ function New-AzNetworkCloudBareMetalMachineConfigurationDataObject { ) process { - $Object = [Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.BareMetalMachineConfigurationData]::New() + $Object = [Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.BareMetalMachineConfigurationData]::New() if ($PSBoundParameters.ContainsKey('BmcCredentialsPassword')) { $Object.BmcCredentialsPassword = $BmcCredentialsPassword diff --git a/src/NetworkCloud/NetworkCloud.Autorest/custom/autogen-model-cmdlets/New-AzNetworkCloudBgpAdvertisementObject.ps1 b/src/NetworkCloud/NetworkCloud.Autorest/custom/autogen-model-cmdlets/New-AzNetworkCloudBgpAdvertisementObject.ps1 index d47a61da4942..d65dc93a1785 100644 --- a/src/NetworkCloud/NetworkCloud.Autorest/custom/autogen-model-cmdlets/New-AzNetworkCloudBgpAdvertisementObject.ps1 +++ b/src/NetworkCloud/NetworkCloud.Autorest/custom/autogen-model-cmdlets/New-AzNetworkCloudBgpAdvertisementObject.ps1 @@ -21,23 +21,24 @@ Create an in-memory object for BgpAdvertisement. Create an in-memory object for BgpAdvertisement. .Outputs -Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.BgpAdvertisement +Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.BgpAdvertisement .Link -https://learn.microsoft.com/powershell/module/Az.NetworkCloud/new-AzNetworkCloudBgpAdvertisementObject +https://learn.microsoft.com/powershell/module/Az.NetworkCloud/new-aznetworkcloudbgpadvertisementobject #> function New-AzNetworkCloudBgpAdvertisementObject { - [OutputType('Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.BgpAdvertisement')] + [Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.ModelCmdletAttribute()] + [OutputType('Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.BgpAdvertisement')] [CmdletBinding(PositionalBinding=$false)] Param( [Parameter(HelpMessage="The indicator of if this advertisement is also made to the network fabric associated with the Network Cloud Cluster. This field is ignored if fabricPeeringEnabled is set to False.")] - [ArgumentCompleter([Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.AdvertiseToFabric])] - [Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.AdvertiseToFabric] + [Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.PSArgumentCompleterAttribute("True", "False")] + [string] $AdvertiseToFabric, [Parameter(HelpMessage="The names of the BGP communities to be associated with the announcement, utilizing a BGP community string in 1234:1234 format.")] [string[]] $Community, - [Parameter(Mandatory, HelpMessage="The names of the IP address pools associated with this announcement.")] + [Parameter(HelpMessage="The names of the IP address pools associated with this announcement.")] [string[]] $IPAddressPool, [Parameter(HelpMessage="The names of the BGP peers to limit this advertisement to. If no values are specified, all BGP peers will receive this advertisement.")] @@ -46,7 +47,7 @@ function New-AzNetworkCloudBgpAdvertisementObject { ) process { - $Object = [Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.BgpAdvertisement]::New() + $Object = [Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.BgpAdvertisement]::New() if ($PSBoundParameters.ContainsKey('AdvertiseToFabric')) { $Object.AdvertiseToFabric = $AdvertiseToFabric diff --git a/src/NetworkCloud/NetworkCloud.Autorest/custom/autogen-model-cmdlets/New-AzNetworkCloudBgpServiceLoadBalancerConfigurationObject.ps1 b/src/NetworkCloud/NetworkCloud.Autorest/custom/autogen-model-cmdlets/New-AzNetworkCloudBgpServiceLoadBalancerConfigurationObject.ps1 index 95c8da1b02ef..8e7c5ffea763 100644 --- a/src/NetworkCloud/NetworkCloud.Autorest/custom/autogen-model-cmdlets/New-AzNetworkCloudBgpServiceLoadBalancerConfigurationObject.ps1 +++ b/src/NetworkCloud/NetworkCloud.Autorest/custom/autogen-model-cmdlets/New-AzNetworkCloudBgpServiceLoadBalancerConfigurationObject.ps1 @@ -21,32 +21,33 @@ Create an in-memory object for BgpServiceLoadBalancerConfiguration. Create an in-memory object for BgpServiceLoadBalancerConfiguration. .Outputs -Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.BgpServiceLoadBalancerConfiguration +Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.BgpServiceLoadBalancerConfiguration .Link -https://learn.microsoft.com/powershell/module/Az.NetworkCloud/new-AzNetworkCloudBgpServiceLoadBalancerConfigurationObject +https://learn.microsoft.com/powershell/module/Az.NetworkCloud/new-aznetworkcloudbgpserviceloadbalancerconfigurationobject #> function New-AzNetworkCloudBgpServiceLoadBalancerConfigurationObject { - [OutputType('Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.BgpServiceLoadBalancerConfiguration')] + [Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.ModelCmdletAttribute()] + [OutputType('Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.BgpServiceLoadBalancerConfiguration')] [CmdletBinding(PositionalBinding=$false)] Param( [Parameter(HelpMessage="The association of IP address pools to the communities and peers, allowing for announcement of IPs.")] - [Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IBgpAdvertisement[]] + [Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IBgpAdvertisement[]] $BgpAdvertisement, [Parameter(HelpMessage="The list of additional BgpPeer entities that the Kubernetes cluster will peer with. All peering must be explicitly defined.")] - [Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IServiceLoadBalancerBgpPeer[]] + [Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IServiceLoadBalancerBgpPeer[]] $BgpPeer, [Parameter(HelpMessage="The indicator to specify if the load balancer peers with the network fabric.")] - [ArgumentCompleter([Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.FabricPeeringEnabled])] - [Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.FabricPeeringEnabled] + [Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.PSArgumentCompleterAttribute("True", "False")] + [string] $FabricPeeringEnabled, [Parameter(HelpMessage="The list of pools of IP addresses that can be allocated to load balancer services.")] - [Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IIPAddressPool[]] + [Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IIPAddressPool[]] $IPAddressPool ) process { - $Object = [Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.BgpServiceLoadBalancerConfiguration]::New() + $Object = [Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.BgpServiceLoadBalancerConfiguration]::New() if ($PSBoundParameters.ContainsKey('BgpAdvertisement')) { $Object.BgpAdvertisement = $BgpAdvertisement diff --git a/src/NetworkCloud/NetworkCloud.Autorest/custom/autogen-model-cmdlets/New-AzNetworkCloudControlPlaneNodeConfigurationObject.ps1 b/src/NetworkCloud/NetworkCloud.Autorest/custom/autogen-model-cmdlets/New-AzNetworkCloudControlPlaneNodeConfigurationObject.ps1 index 0e4a409fbf43..3a0843b4cd6d 100644 --- a/src/NetworkCloud/NetworkCloud.Autorest/custom/autogen-model-cmdlets/New-AzNetworkCloudControlPlaneNodeConfigurationObject.ps1 +++ b/src/NetworkCloud/NetworkCloud.Autorest/custom/autogen-model-cmdlets/New-AzNetworkCloudControlPlaneNodeConfigurationObject.ps1 @@ -21,12 +21,13 @@ Create an in-memory object for ControlPlaneNodeConfiguration. Create an in-memory object for ControlPlaneNodeConfiguration. .Outputs -Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.ControlPlaneNodeConfiguration +Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.ControlPlaneNodeConfiguration .Link -https://learn.microsoft.com/powershell/module/Az.NetworkCloud/new-AzNetworkCloudControlPlaneNodeConfigurationObject +https://learn.microsoft.com/powershell/module/Az.NetworkCloud/new-aznetworkcloudcontrolplanenodeconfigurationobject #> function New-AzNetworkCloudControlPlaneNodeConfigurationObject { - [OutputType('Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.ControlPlaneNodeConfiguration')] + [Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.ModelCmdletAttribute()] + [OutputType('Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.ControlPlaneNodeConfiguration')] [CmdletBinding(PositionalBinding=$false)] Param( @@ -34,7 +35,7 @@ function New-AzNetworkCloudControlPlaneNodeConfigurationObject { [string] $AdministratorConfigurationAdminUsername, [Parameter(HelpMessage="The SSH configuration for the operating systems that run the nodes in the Kubernetes cluster. In some cases, specification of public keys may be required to produce a working environment.")] - [Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.ISshPublicKey[]] + [Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.ISshPublicKey[]] $AdministratorConfigurationSshPublicKey, [Parameter(HelpMessage="The list of availability zones of the Network Cloud cluster to be used for the provisioning of nodes in the control plane. If not specified, all availability zones will be used.")] [string[]] @@ -42,13 +43,13 @@ function New-AzNetworkCloudControlPlaneNodeConfigurationObject { [Parameter(Mandatory, HelpMessage="The number of virtual machines that use this configuration.")] [long] $Count, - [Parameter(Mandatory, HelpMessage="The name of the VM SKU supplied during creation.")] + [Parameter(HelpMessage="The name of the VM SKU supplied during creation.")] [string] $VMSkuName ) process { - $Object = [Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.ControlPlaneNodeConfiguration]::New() + $Object = [Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.ControlPlaneNodeConfiguration]::New() if ($PSBoundParameters.ContainsKey('AdministratorConfigurationAdminUsername')) { $Object.AdministratorConfigurationAdminUsername = $AdministratorConfigurationAdminUsername diff --git a/src/NetworkCloud/NetworkCloud.Autorest/custom/autogen-model-cmdlets/New-AzNetworkCloudEgressEndpointObject.ps1 b/src/NetworkCloud/NetworkCloud.Autorest/custom/autogen-model-cmdlets/New-AzNetworkCloudEgressEndpointObject.ps1 index 2713393f352b..f73aa450942f 100644 --- a/src/NetworkCloud/NetworkCloud.Autorest/custom/autogen-model-cmdlets/New-AzNetworkCloudEgressEndpointObject.ps1 +++ b/src/NetworkCloud/NetworkCloud.Autorest/custom/autogen-model-cmdlets/New-AzNetworkCloudEgressEndpointObject.ps1 @@ -21,12 +21,13 @@ Create an in-memory object for EgressEndpoint. Create an in-memory object for EgressEndpoint. .Outputs -Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.EgressEndpoint +Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.EgressEndpoint .Link -https://learn.microsoft.com/powershell/module/Az.NetworkCloud/new-AzNetworkCloudEgressEndpointObject +https://learn.microsoft.com/powershell/module/Az.NetworkCloud/new-aznetworkcloudegressendpointobject #> function New-AzNetworkCloudEgressEndpointObject { - [OutputType('Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.EgressEndpoint')] + [Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.ModelCmdletAttribute()] + [OutputType('Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.EgressEndpoint')] [CmdletBinding(PositionalBinding=$false)] Param( @@ -34,12 +35,12 @@ function New-AzNetworkCloudEgressEndpointObject { [string] $Category, [Parameter(Mandatory, HelpMessage="The list of endpoint dependencies.")] - [Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IEndpointDependency[]] + [Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IEndpointDependency[]] $Endpoint ) process { - $Object = [Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.EgressEndpoint]::New() + $Object = [Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.EgressEndpoint]::New() if ($PSBoundParameters.ContainsKey('Category')) { $Object.Category = $Category diff --git a/src/NetworkCloud/NetworkCloud.Autorest/custom/autogen-model-cmdlets/New-AzNetworkCloudEndpointDependencyObject.ps1 b/src/NetworkCloud/NetworkCloud.Autorest/custom/autogen-model-cmdlets/New-AzNetworkCloudEndpointDependencyObject.ps1 index 57d0bb3e5b4c..6c4f1858d381 100644 --- a/src/NetworkCloud/NetworkCloud.Autorest/custom/autogen-model-cmdlets/New-AzNetworkCloudEndpointDependencyObject.ps1 +++ b/src/NetworkCloud/NetworkCloud.Autorest/custom/autogen-model-cmdlets/New-AzNetworkCloudEndpointDependencyObject.ps1 @@ -21,12 +21,13 @@ Create an in-memory object for EndpointDependency. Create an in-memory object for EndpointDependency. .Outputs -Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.EndpointDependency +Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.EndpointDependency .Link -https://learn.microsoft.com/powershell/module/Az.NetworkCloud/new-AzNetworkCloudEndpointDependencyObject +https://learn.microsoft.com/powershell/module/Az.NetworkCloud/new-aznetworkcloudendpointdependencyobject #> function New-AzNetworkCloudEndpointDependencyObject { - [OutputType('Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.EndpointDependency')] + [Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.ModelCmdletAttribute()] + [OutputType('Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.EndpointDependency')] [CmdletBinding(PositionalBinding=$false)] Param( @@ -39,7 +40,7 @@ function New-AzNetworkCloudEndpointDependencyObject { ) process { - $Object = [Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.EndpointDependency]::New() + $Object = [Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.EndpointDependency]::New() if ($PSBoundParameters.ContainsKey('DomainName')) { $Object.DomainName = $DomainName diff --git a/src/NetworkCloud/NetworkCloud.Autorest/custom/autogen-model-cmdlets/New-AzNetworkCloudInitialAgentPoolConfigurationObject.ps1 b/src/NetworkCloud/NetworkCloud.Autorest/custom/autogen-model-cmdlets/New-AzNetworkCloudInitialAgentPoolConfigurationObject.ps1 index 23f0544376d4..76624933ecc9 100644 --- a/src/NetworkCloud/NetworkCloud.Autorest/custom/autogen-model-cmdlets/New-AzNetworkCloudInitialAgentPoolConfigurationObject.ps1 +++ b/src/NetworkCloud/NetworkCloud.Autorest/custom/autogen-model-cmdlets/New-AzNetworkCloudInitialAgentPoolConfigurationObject.ps1 @@ -21,12 +21,13 @@ Create an in-memory object for InitialAgentPoolConfiguration. Create an in-memory object for InitialAgentPoolConfiguration. .Outputs -Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.InitialAgentPoolConfiguration +Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.InitialAgentPoolConfiguration .Link -https://learn.microsoft.com/powershell/module/Az.NetworkCloud/new-AzNetworkCloudInitialAgentPoolConfigurationObject +https://learn.microsoft.com/powershell/module/Az.NetworkCloud/new-aznetworkcloudinitialagentpoolconfigurationobject #> function New-AzNetworkCloudInitialAgentPoolConfigurationObject { - [OutputType('Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.InitialAgentPoolConfiguration')] + [Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.ModelCmdletAttribute()] + [OutputType('Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.InitialAgentPoolConfiguration')] [CmdletBinding(PositionalBinding=$false)] Param( @@ -34,42 +35,42 @@ function New-AzNetworkCloudInitialAgentPoolConfigurationObject { [string] $AdministratorConfigurationAdminUsername, [Parameter(HelpMessage="The SSH configuration for the operating systems that run the nodes in the Kubernetes cluster. In some cases, specification of public keys may be required to produce a working environment.")] - [Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.ISshPublicKey[]] + [Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.ISshPublicKey[]] $AdministratorConfigurationSshPublicKey, [Parameter(HelpMessage="The number of hugepages to allocate.")] [long] $AgentOptionHugepagesCount, [Parameter(HelpMessage="The size of the hugepages to allocate.")] - [ArgumentCompleter([Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.HugepagesSize])] - [Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.HugepagesSize] + [Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.PSArgumentCompleterAttribute("2M", "1G")] + [string] $AgentOptionHugepagesSize, [Parameter(HelpMessage="The list of Layer 2 Networks and related configuration for attachment.")] - [Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IL2NetworkAttachmentConfiguration[]] + [Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IL2NetworkAttachmentConfiguration[]] $AttachedNetworkConfigurationL2Network, [Parameter(HelpMessage="The list of Layer 3 Networks and related configuration for attachment.")] - [Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IL3NetworkAttachmentConfiguration[]] + [Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IL3NetworkAttachmentConfiguration[]] $AttachedNetworkConfigurationL3Network, [Parameter(HelpMessage="The list of Trunked Networks and related configuration for attachment.")] - [Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.ITrunkedNetworkAttachmentConfiguration[]] + [Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.ITrunkedNetworkAttachmentConfiguration[]] $AttachedNetworkConfigurationTrunkedNetwork, [Parameter(HelpMessage="The list of availability zones of the Network Cloud cluster used for the provisioning of nodes in this agent pool. If not specified, all availability zones will be used.")] [string[]] $AvailabilityZone, - [Parameter(Mandatory, HelpMessage="The number of virtual machines that use this configuration.")] + [Parameter(HelpMessage="The number of virtual machines that use this configuration.")] [long] $Count, [Parameter(HelpMessage="The labels applied to the nodes in this agent pool.")] - [Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IKubernetesLabel[]] + [Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IKubernetesLabel[]] $Label, - [Parameter(Mandatory, HelpMessage="The selection of how this agent pool is utilized, either as a system pool or a user pool. System pools run the features and critical services for the Kubernetes Cluster, while user pools are dedicated to user workloads. Every Kubernetes cluster must contain at least one system node pool with at least one node.")] - [ArgumentCompleter([Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.AgentPoolMode])] - [Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.AgentPoolMode] + [Parameter(HelpMessage="The selection of how this agent pool is utilized, either as a system pool or a user pool. System pools run the features and critical services for the Kubernetes Cluster, while user pools are dedicated to user workloads. Every Kubernetes cluster must contain at least one system node pool with at least one node.")] + [Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.PSArgumentCompleterAttribute("System", "User", "NotApplicable")] + [string] $Mode, - [Parameter(Mandatory, HelpMessage="The name that will be used for the agent pool resource representing this agent pool.")] + [Parameter(HelpMessage="The name that will be used for the agent pool resource representing this agent pool.")] [string] $Name, [Parameter(HelpMessage="The taints applied to the nodes in this agent pool.")] - [Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IKubernetesLabel[]] + [Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IKubernetesLabel[]] $Taint, [Parameter(HelpMessage="The maximum time in seconds that is allowed for a node drain to complete before proceeding with the upgrade of the agent pool. If not specified during creation, a value of 1800 seconds is used.")] [long] @@ -80,13 +81,13 @@ function New-AzNetworkCloudInitialAgentPoolConfigurationObject { [Parameter(HelpMessage="The maximum number or percentage of nodes that can be unavailable during upgrade. This can either be set to an integer (e.g. '5') or a percentage (e.g. '50%'). If a percentage is specified, it is the percentage of the total agent pool size at the time of the upgrade. For percentages, fractional nodes are rounded up. If not specified during creation, a value of 0 is used. One of MaxSurge and MaxUnavailable must be greater than 0.")] [string] $UpgradeSettingMaxUnavailable, - [Parameter(Mandatory, HelpMessage="The name of the VM SKU that determines the size of resources allocated for node VMs.")] + [Parameter(HelpMessage="The name of the VM SKU that determines the size of resources allocated for node VMs.")] [string] $VMSkuName ) process { - $Object = [Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.InitialAgentPoolConfiguration]::New() + $Object = [Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.InitialAgentPoolConfiguration]::New() if ($PSBoundParameters.ContainsKey('AdministratorConfigurationAdminUsername')) { $Object.AdministratorConfigurationAdminUsername = $AdministratorConfigurationAdminUsername diff --git a/src/NetworkCloud/NetworkCloud.Autorest/custom/autogen-model-cmdlets/New-AzNetworkCloudIpAddressPoolObject.ps1 b/src/NetworkCloud/NetworkCloud.Autorest/custom/autogen-model-cmdlets/New-AzNetworkCloudIpAddressPoolObject.ps1 index 7e0ec314ae14..20e99129be3e 100644 --- a/src/NetworkCloud/NetworkCloud.Autorest/custom/autogen-model-cmdlets/New-AzNetworkCloudIpAddressPoolObject.ps1 +++ b/src/NetworkCloud/NetworkCloud.Autorest/custom/autogen-model-cmdlets/New-AzNetworkCloudIpAddressPoolObject.ps1 @@ -21,33 +21,34 @@ Create an in-memory object for IpAddressPool. Create an in-memory object for IpAddressPool. .Outputs -Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IpAddressPool +Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IpAddressPool .Link -https://learn.microsoft.com/powershell/module/Az.NetworkCloud/new-AzNetworkCloudIpAddressPoolObject +https://learn.microsoft.com/powershell/module/Az.NetworkCloud/new-aznetworkcloudipaddresspoolobject #> function New-AzNetworkCloudIpAddressPoolObject { - [OutputType('Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IpAddressPool')] + [Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.ModelCmdletAttribute()] + [OutputType('Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IpAddressPool')] [CmdletBinding(PositionalBinding=$false)] Param( - [Parameter(Mandatory, HelpMessage="The list of IP address ranges. Each range can be a either a subnet in CIDR format or an explicit start-end range of IP addresses. For a BGP service load balancer configuration, only CIDR format is supported and excludes /32 (IPv4) and /128 (IPv6) prefixes.")] + [Parameter(HelpMessage="The list of IP address ranges. Each range can be a either a subnet in CIDR format or an explicit start-end range of IP addresses. For a BGP service load balancer configuration, only CIDR format is supported and excludes /32 (IPv4) and /128 (IPv6) prefixes.")] [string[]] $Address, [Parameter(HelpMessage="The indicator to determine if automatic allocation from the pool should occur.")] - [ArgumentCompleter([Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.BfdEnabled])] - [Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.BfdEnabled] + [Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.PSArgumentCompleterAttribute("True", "False")] + [string] $AutoAssign, - [Parameter(Mandatory, HelpMessage="The name used to identify this IP address pool for association with a BGP advertisement.")] + [Parameter(HelpMessage="The name used to identify this IP address pool for association with a BGP advertisement.")] [string] $Name, [Parameter(HelpMessage="The indicator to prevent the use of IP addresses ending with .0 and .255 for this pool. Enabling this option will only use IP addresses between .1 and .254 inclusive.")] - [ArgumentCompleter([Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.BfdEnabled])] - [Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.BfdEnabled] + [Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.PSArgumentCompleterAttribute("True", "False")] + [string] $OnlyUseHostIP ) process { - $Object = [Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IpAddressPool]::New() + $Object = [Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IpAddressPool]::New() if ($PSBoundParameters.ContainsKey('Address')) { $Object.Address = $Address diff --git a/src/NetworkCloud/NetworkCloud.Autorest/custom/autogen-model-cmdlets/New-AzNetworkCloudKeySetUserObject.ps1 b/src/NetworkCloud/NetworkCloud.Autorest/custom/autogen-model-cmdlets/New-AzNetworkCloudKeySetUserObject.ps1 index e20ada9248a6..dc23ede46da0 100644 --- a/src/NetworkCloud/NetworkCloud.Autorest/custom/autogen-model-cmdlets/New-AzNetworkCloudKeySetUserObject.ps1 +++ b/src/NetworkCloud/NetworkCloud.Autorest/custom/autogen-model-cmdlets/New-AzNetworkCloudKeySetUserObject.ps1 @@ -21,12 +21,13 @@ Create an in-memory object for KeySetUser. Create an in-memory object for KeySetUser. .Outputs -Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.KeySetUser +Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.KeySetUser .Link -https://learn.microsoft.com/powershell/module/Az.NetworkCloud/new-AzNetworkCloudKeySetUserObject +https://learn.microsoft.com/powershell/module/Az.NetworkCloud/new-aznetworkcloudkeysetuserobject #> function New-AzNetworkCloudKeySetUserObject { - [OutputType('Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.KeySetUser')] + [Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.ModelCmdletAttribute()] + [OutputType('Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.KeySetUser')] [CmdletBinding(PositionalBinding=$false)] Param( @@ -45,7 +46,7 @@ function New-AzNetworkCloudKeySetUserObject { ) process { - $Object = [Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.KeySetUser]::New() + $Object = [Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.KeySetUser]::New() if ($PSBoundParameters.ContainsKey('AzureUserName')) { $Object.AzureUserName = $AzureUserName diff --git a/src/NetworkCloud/NetworkCloud.Autorest/custom/autogen-model-cmdlets/New-AzNetworkCloudL3NetworkAttachmentConfigurationObject.ps1 b/src/NetworkCloud/NetworkCloud.Autorest/custom/autogen-model-cmdlets/New-AzNetworkCloudL3NetworkAttachmentConfigurationObject.ps1 index 937e6e0ec7aa..01ffeeb2fd99 100644 --- a/src/NetworkCloud/NetworkCloud.Autorest/custom/autogen-model-cmdlets/New-AzNetworkCloudL3NetworkAttachmentConfigurationObject.ps1 +++ b/src/NetworkCloud/NetworkCloud.Autorest/custom/autogen-model-cmdlets/New-AzNetworkCloudL3NetworkAttachmentConfigurationObject.ps1 @@ -21,30 +21,31 @@ Create an in-memory object for L3NetworkAttachmentConfiguration. Create an in-memory object for L3NetworkAttachmentConfiguration. .Outputs -Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.L3NetworkAttachmentConfiguration +Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.L3NetworkAttachmentConfiguration .Link -https://learn.microsoft.com/powershell/module/Az.NetworkCloud/new-AzNetworkCloudL3NetworkAttachmentConfigurationObject +https://learn.microsoft.com/powershell/module/Az.NetworkCloud/new-aznetworkcloudl3networkattachmentconfigurationobject #> function New-AzNetworkCloudL3NetworkAttachmentConfigurationObject { - [OutputType('Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.L3NetworkAttachmentConfiguration')] + [Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.ModelCmdletAttribute()] + [OutputType('Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.L3NetworkAttachmentConfiguration')] [CmdletBinding(PositionalBinding=$false)] Param( [Parameter(HelpMessage="The indication of whether this network will or will not perform IP address management and allocate IP addresses when attached.")] - [ArgumentCompleter([Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.L3NetworkConfigurationIpamEnabled])] - [Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.L3NetworkConfigurationIpamEnabled] + [Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.PSArgumentCompleterAttribute("True", "False")] + [string] $IpamEnabled, - [Parameter(Mandatory, HelpMessage="The resource ID of the network that is being configured for attachment.")] + [Parameter(HelpMessage="The resource ID of the network that is being configured for attachment.")] [string] $NetworkId, [Parameter(HelpMessage="The indicator of how this network will be utilized by the Kubernetes cluster.")] - [ArgumentCompleter([Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.KubernetesPluginType])] - [Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.KubernetesPluginType] + [Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.PSArgumentCompleterAttribute("DPDK", "SRIOV", "OSDevice", "MACVLAN", "IPVLAN")] + [string] $PluginType ) process { - $Object = [Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.L3NetworkAttachmentConfiguration]::New() + $Object = [Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.L3NetworkAttachmentConfiguration]::New() if ($PSBoundParameters.ContainsKey('IpamEnabled')) { $Object.IpamEnabled = $IpamEnabled 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 636295324956..8513a162fd96 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 @@ -21,29 +21,30 @@ Create an in-memory object for NetworkAttachment. Create an in-memory object for NetworkAttachment. .Outputs -Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.NetworkAttachment +Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.NetworkAttachment .Link -https://learn.microsoft.com/powershell/module/Az.NetworkCloud/new-AzNetworkCloudNetworkAttachmentObject +https://learn.microsoft.com/powershell/module/Az.NetworkCloud/new-aznetworkcloudnetworkattachmentobject #> function New-AzNetworkCloudNetworkAttachmentObject { - [OutputType('Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.NetworkAttachment')] + [Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.ModelCmdletAttribute()] + [OutputType('Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.NetworkAttachment')] [CmdletBinding(PositionalBinding=$false)] Param( - [Parameter(Mandatory, HelpMessage="The resource ID of the associated network attached to the virtual machine. + [Parameter(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.")] - [ArgumentCompleter([Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.DefaultGateway])] - [Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.DefaultGateway] + [Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.PSArgumentCompleterAttribute("True", "False")] + [string] $DefaultGateway, - [Parameter(Mandatory, HelpMessage="The IP allocation mechanism for the virtual machine. + [Parameter(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.")] - [ArgumentCompleter([Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.VirtualMachineIPAllocationMethod])] - [Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.VirtualMachineIPAllocationMethod] + [Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.PSArgumentCompleterAttribute("Dynamic", "Static", "Disabled")] + [string] $IPAllocationMethod, [Parameter(HelpMessage="The IPv4 address of the virtual machine. @@ -74,7 +75,7 @@ function New-AzNetworkCloudNetworkAttachmentObject { ) process { - $Object = [Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.NetworkAttachment]::New() + $Object = [Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.NetworkAttachment]::New() if ($PSBoundParameters.ContainsKey('AttachedNetworkId')) { $Object.AttachedNetworkId = $AttachedNetworkId diff --git a/src/NetworkCloud/NetworkCloud.Autorest/custom/autogen-model-cmdlets/New-AzNetworkCloudRackDefinitionObject.ps1 b/src/NetworkCloud/NetworkCloud.Autorest/custom/autogen-model-cmdlets/New-AzNetworkCloudRackDefinitionObject.ps1 index d192d0489121..9d424db6b50d 100644 --- a/src/NetworkCloud/NetworkCloud.Autorest/custom/autogen-model-cmdlets/New-AzNetworkCloudRackDefinitionObject.ps1 +++ b/src/NetworkCloud/NetworkCloud.Autorest/custom/autogen-model-cmdlets/New-AzNetworkCloudRackDefinitionObject.ps1 @@ -21,12 +21,13 @@ Create an in-memory object for RackDefinition. Create an in-memory object for RackDefinition. .Outputs -Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.RackDefinition +Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.RackDefinition .Link -https://learn.microsoft.com/powershell/module/Az.NetworkCloud/new-AzNetworkCloudRackDefinitionObject +https://learn.microsoft.com/powershell/module/Az.NetworkCloud/new-aznetworkcloudrackdefinitionobject #> function New-AzNetworkCloudRackDefinitionObject { - [OutputType('Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.RackDefinition')] + [Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.ModelCmdletAttribute()] + [OutputType('Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.RackDefinition')] [CmdletBinding(PositionalBinding=$false)] Param( @@ -34,7 +35,7 @@ function New-AzNetworkCloudRackDefinitionObject { [string] $AvailabilityZone, [Parameter(HelpMessage="The unordered list of bare metal machine configuration.")] - [Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IBareMetalMachineConfigurationData[]] + [Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IBareMetalMachineConfigurationData[]] $BareMetalMachineConfigurationData, [Parameter(Mandatory, HelpMessage="The resource ID of the network rack that matches this rack definition.")] [string] @@ -49,12 +50,12 @@ function New-AzNetworkCloudRackDefinitionObject { [string] $RackSkuId, [Parameter(HelpMessage="The list of storage appliance configuration data for this rack.")] - [Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IStorageApplianceConfigurationData[]] + [Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IStorageApplianceConfigurationData[]] $StorageApplianceConfigurationData ) process { - $Object = [Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.RackDefinition]::New() + $Object = [Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.RackDefinition]::New() if ($PSBoundParameters.ContainsKey('AvailabilityZone')) { $Object.AvailabilityZone = $AvailabilityZone diff --git a/src/NetworkCloud/NetworkCloud.Autorest/custom/autogen-model-cmdlets/New-AzNetworkCloudServiceLoadBalancerBgpPeerObject.ps1 b/src/NetworkCloud/NetworkCloud.Autorest/custom/autogen-model-cmdlets/New-AzNetworkCloudServiceLoadBalancerBgpPeerObject.ps1 index ea9a1633b2bd..9d2b7211442d 100644 --- a/src/NetworkCloud/NetworkCloud.Autorest/custom/autogen-model-cmdlets/New-AzNetworkCloudServiceLoadBalancerBgpPeerObject.ps1 +++ b/src/NetworkCloud/NetworkCloud.Autorest/custom/autogen-model-cmdlets/New-AzNetworkCloudServiceLoadBalancerBgpPeerObject.ps1 @@ -21,22 +21,23 @@ Create an in-memory object for ServiceLoadBalancerBgpPeer. Create an in-memory object for ServiceLoadBalancerBgpPeer. .Outputs -Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.ServiceLoadBalancerBgpPeer +Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.ServiceLoadBalancerBgpPeer .Link -https://learn.microsoft.com/powershell/module/Az.NetworkCloud/new-AzNetworkCloudServiceLoadBalancerBgpPeerObject +https://learn.microsoft.com/powershell/module/Az.NetworkCloud/new-aznetworkcloudserviceloadbalancerbgppeerobject #> function New-AzNetworkCloudServiceLoadBalancerBgpPeerObject { - [OutputType('Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.ServiceLoadBalancerBgpPeer')] + [Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.ModelCmdletAttribute()] + [OutputType('Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.ServiceLoadBalancerBgpPeer')] [CmdletBinding(PositionalBinding=$false)] Param( [Parameter(HelpMessage="The indicator of BFD enablement for this BgpPeer.")] - [ArgumentCompleter([Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.BfdEnabled])] - [Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.BfdEnabled] + [Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.PSArgumentCompleterAttribute("True", "False")] + [string] $BfdEnabled, [Parameter(HelpMessage="The indicator to enable multi-hop peering support.")] - [ArgumentCompleter([Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.BgpMultiHop])] - [Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.BgpMultiHop] + [Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.PSArgumentCompleterAttribute("True", "False")] + [string] $BgpMultiHop, [Parameter(HelpMessage="Field Deprecated. The field was previously optional, now it will have no defined behavior and will be ignored. The requested BGP hold time value. This field uses ISO 8601 duration format, for example P1H.")] [string] @@ -47,16 +48,16 @@ function New-AzNetworkCloudServiceLoadBalancerBgpPeerObject { [Parameter(HelpMessage="The autonomous system number used for the local end of the BGP session.")] [long] $MyAsn, - [Parameter(Mandatory, HelpMessage="The name used to identify this BGP peer for association with a BGP advertisement.")] + [Parameter(HelpMessage="The name used to identify this BGP peer for association with a BGP advertisement.")] [string] $Name, [Parameter(HelpMessage="The authentication password for routers enforcing TCP MD5 authenticated sessions.")] [string] $Password, - [Parameter(Mandatory, HelpMessage="The IPv4 or IPv6 address used to connect this BGP session.")] + [Parameter(HelpMessage="The IPv4 or IPv6 address used to connect this BGP session.")] [string] $PeerAddress, - [Parameter(Mandatory, HelpMessage="The autonomous system number expected from the remote end of the BGP session.")] + [Parameter(HelpMessage="The autonomous system number expected from the remote end of the BGP session.")] [long] $PeerAsn, [Parameter(HelpMessage="The port used to connect this BGP session.")] @@ -65,7 +66,7 @@ function New-AzNetworkCloudServiceLoadBalancerBgpPeerObject { ) process { - $Object = [Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.ServiceLoadBalancerBgpPeer]::New() + $Object = [Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.ServiceLoadBalancerBgpPeer]::New() if ($PSBoundParameters.ContainsKey('BfdEnabled')) { $Object.BfdEnabled = $BfdEnabled diff --git a/src/NetworkCloud/NetworkCloud.Autorest/custom/autogen-model-cmdlets/New-AzNetworkCloudStorageApplianceConfigurationDataObject.ps1 b/src/NetworkCloud/NetworkCloud.Autorest/custom/autogen-model-cmdlets/New-AzNetworkCloudStorageApplianceConfigurationDataObject.ps1 index 7772d81a1650..94bebd543daa 100644 --- a/src/NetworkCloud/NetworkCloud.Autorest/custom/autogen-model-cmdlets/New-AzNetworkCloudStorageApplianceConfigurationDataObject.ps1 +++ b/src/NetworkCloud/NetworkCloud.Autorest/custom/autogen-model-cmdlets/New-AzNetworkCloudStorageApplianceConfigurationDataObject.ps1 @@ -21,12 +21,13 @@ Create an in-memory object for StorageApplianceConfigurationData. Create an in-memory object for StorageApplianceConfigurationData. .Outputs -Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.StorageApplianceConfigurationData +Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.StorageApplianceConfigurationData .Link -https://learn.microsoft.com/powershell/module/Az.NetworkCloud/new-AzNetworkCloudStorageApplianceConfigurationDataObject +https://learn.microsoft.com/powershell/module/Az.NetworkCloud/new-aznetworkcloudstorageapplianceconfigurationdataobject #> function New-AzNetworkCloudStorageApplianceConfigurationDataObject { - [OutputType('Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.StorageApplianceConfigurationData')] + [Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.ModelCmdletAttribute()] + [OutputType('Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.StorageApplianceConfigurationData')] [CmdletBinding(PositionalBinding=$false)] Param( @@ -48,7 +49,7 @@ function New-AzNetworkCloudStorageApplianceConfigurationDataObject { ) process { - $Object = [Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.StorageApplianceConfigurationData]::New() + $Object = [Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.StorageApplianceConfigurationData]::New() if ($PSBoundParameters.ContainsKey('AdminCredentialsPassword')) { $Object.AdminCredentialsPassword = $AdminCredentialsPassword diff --git a/src/NetworkCloud/NetworkCloud.Autorest/custom/autogen-model-cmdlets/New-AzNetworkCloudVirtualMachinePlacementHintObject.ps1 b/src/NetworkCloud/NetworkCloud.Autorest/custom/autogen-model-cmdlets/New-AzNetworkCloudVirtualMachinePlacementHintObject.ps1 index c1a136baec31..1158099e3a75 100644 --- a/src/NetworkCloud/NetworkCloud.Autorest/custom/autogen-model-cmdlets/New-AzNetworkCloudVirtualMachinePlacementHintObject.ps1 +++ b/src/NetworkCloud/NetworkCloud.Autorest/custom/autogen-model-cmdlets/New-AzNetworkCloudVirtualMachinePlacementHintObject.ps1 @@ -21,34 +21,35 @@ Create an in-memory object for VirtualMachinePlacementHint. Create an in-memory object for VirtualMachinePlacementHint. .Outputs -Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.VirtualMachinePlacementHint +Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.VirtualMachinePlacementHint .Link -https://learn.microsoft.com/powershell/module/Az.NetworkCloud/new-AzNetworkCloudVirtualMachinePlacementHintObject +https://learn.microsoft.com/powershell/module/Az.NetworkCloud/new-aznetworkcloudvirtualmachineplacementhintobject #> function New-AzNetworkCloudVirtualMachinePlacementHintObject { - [OutputType('Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.VirtualMachinePlacementHint')] + [Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.ModelCmdletAttribute()] + [OutputType('Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.VirtualMachinePlacementHint')] [CmdletBinding(PositionalBinding=$false)] Param( - [Parameter(Mandatory, HelpMessage="The specification of whether this hint supports affinity or anti-affinity with the referenced resources.")] - [ArgumentCompleter([Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.VirtualMachinePlacementHintType])] - [Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.VirtualMachinePlacementHintType] + [Parameter(HelpMessage="The specification of whether this hint supports affinity or anti-affinity with the referenced resources.")] + [Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.PSArgumentCompleterAttribute("Affinity", "AntiAffinity")] + [string] $HintType, - [Parameter(Mandatory, HelpMessage="The resource ID of the target object that the placement hints will be checked against, e.g., the bare metal node to host the virtual machine.")] + [Parameter(HelpMessage="The resource ID of the target object that the placement hints will be checked against, e.g., the bare metal node to host the virtual machine.")] [string] $ResourceId, - [Parameter(Mandatory, HelpMessage="The indicator of whether the hint is a hard or soft requirement during scheduling.")] - [ArgumentCompleter([Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.VirtualMachineSchedulingExecution])] - [Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.VirtualMachineSchedulingExecution] + [Parameter(HelpMessage="The indicator of whether the hint is a hard or soft requirement during scheduling.")] + [Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.PSArgumentCompleterAttribute("Hard", "Soft")] + [string] $SchedulingExecution, - [Parameter(Mandatory, HelpMessage="The scope for the virtual machine affinity or anti-affinity placement hint. It should always be `"Machine`" in the case of node affinity.")] - [ArgumentCompleter([Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.VirtualMachinePlacementHintPodAffinityScope])] - [Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.VirtualMachinePlacementHintPodAffinityScope] + [Parameter(HelpMessage="The scope for the virtual machine affinity or anti-affinity placement hint. It should always be `"Machine`" in the case of node affinity.")] + [Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.PSArgumentCompleterAttribute("Rack", "Machine")] + [string] $Scope ) process { - $Object = [Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.VirtualMachinePlacementHint]::New() + $Object = [Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.VirtualMachinePlacementHint]::New() if ($PSBoundParameters.ContainsKey('HintType')) { $Object.HintType = $HintType diff --git a/src/NetworkCloud/NetworkCloud.Autorest/docs/Az.NetworkCloud.md b/src/NetworkCloud/NetworkCloud.Autorest/docs/Az.NetworkCloud.md index b426649f7433..807b11fdf193 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: 32fbe60e-e2fd-457c-8385-c9c725f59fe2 +Module Guid: 9e841172-1ea2-4853-b72e-f5bbbf2aaa19 Download Help Link: https://learn.microsoft.com/powershell/module/az.networkcloud Help Version: 1.0.0.0 Locale: en-US @@ -102,10 +102,10 @@ The URL to storage account with the command execution results and the command ex Uncordon the provided bare metal machine's Kubernetes node. ### [Invoke-AzNetworkCloudClusterContinueVersionUpdate](Invoke-AzNetworkCloudClusterContinueVersionUpdate.md) -Trigger the continuation of an update for a cluster with a matching update strategy that has paused after completing a segment of the update. +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 +114,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 update 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 update 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 +129,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 update 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 update 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 update 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 update 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 +159,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 update 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 update 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 update 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 update 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 update 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 +186,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 update 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 update 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 update 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 update 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. @@ -271,67 +271,65 @@ Power off the provided virtual machine. ### [Update-AzNetworkCloudAgentPool](Update-AzNetworkCloudAgentPool.md) Patch the properties of the provided Kubernetes cluster agent pool, or update the tags associated with the Kubernetes cluster agent pool. -Properties and tag updates can be done independently. +Properties and tag update can be done independently. ### [Update-AzNetworkCloudBareMetalMachine](Update-AzNetworkCloudBareMetalMachine.md) Patch properties of the provided bare metal machine, or update tags associated with the bare metal machine. -Properties and tag updates can be done independently. +Properties and tag update can be done independently. ### [Update-AzNetworkCloudBareMetalMachineKeySet](Update-AzNetworkCloudBareMetalMachineKeySet.md) Patch properties of bare metal machine key set for the provided cluster, or update the tags associated with it. -Properties and tag updates can be done independently. +Properties and tag update can be done independently. ### [Update-AzNetworkCloudBmcKeySet](Update-AzNetworkCloudBmcKeySet.md) Patch properties of baseboard management controller key set for the provided cluster, or update the tags associated with it. -Properties and tag updates can be done independently. +Properties and tag update can be done independently. ### [Update-AzNetworkCloudCluster](Update-AzNetworkCloudCluster.md) -Patch the properties of the provided cluster, or update the tags associated with the cluster. -Properties and tag updates can be done independently. +update a new cluster or update the properties of the cluster if it exists. ### [Update-AzNetworkCloudClusterManager](Update-AzNetworkCloudClusterManager.md) -Patch properties of the provided cluster manager, or update the tags assigned to the cluster manager. -Properties and tag updates can be done independently. +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. -Properties and tag updates can be done independently. +Properties and tag update can be done independently. ### [Update-AzNetworkCloudKubernetesCluster](Update-AzNetworkCloudKubernetesCluster.md) Patch the properties of the provided Kubernetes cluster, or update the tags associated with the Kubernetes cluster. -Properties and tag updates can be done independently. +Properties and tag update can be done independently. ### [Update-AzNetworkCloudKubernetesClusterFeature](Update-AzNetworkCloudKubernetesClusterFeature.md) 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. -Properties and tag updates can be done independently. +Properties and tag update can be done independently. ### [Update-AzNetworkCloudRack](Update-AzNetworkCloudRack.md) Patch properties of the provided rack, or update the tags associated with the rack. -Properties and tag updates can be done independently. +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. -Properties and tag updates can be done independently. +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 updates 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 updates can be done independently. +Properties and tag update can be done independently. ### [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.Autorest/docs/Deploy-AzNetworkCloudCluster.md b/src/NetworkCloud/NetworkCloud.Autorest/docs/Deploy-AzNetworkCloudCluster.md index ac2fb547d09f..8901a6a83ab5 100644 --- a/src/NetworkCloud/NetworkCloud.Autorest/docs/Deploy-AzNetworkCloudCluster.md +++ b/src/NetworkCloud/NetworkCloud.Autorest/docs/Deploy-AzNetworkCloudCluster.md @@ -78,7 +78,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity diff --git a/src/NetworkCloud/NetworkCloud.Autorest/docs/Disable-AzNetworkCloudStorageApplianceRemoteVendorManagement.md b/src/NetworkCloud/NetworkCloud.Autorest/docs/Disable-AzNetworkCloudStorageApplianceRemoteVendorManagement.md index b1f0e9af7a48..03765618ff22 100644 --- a/src/NetworkCloud/NetworkCloud.Autorest/docs/Disable-AzNetworkCloudStorageApplianceRemoteVendorManagement.md +++ b/src/NetworkCloud/NetworkCloud.Autorest/docs/Disable-AzNetworkCloudStorageApplianceRemoteVendorManagement.md @@ -72,7 +72,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity diff --git a/src/NetworkCloud/NetworkCloud.Autorest/docs/Enable-AzNetworkCloudStorageApplianceRemoteVendorManagement.md b/src/NetworkCloud/NetworkCloud.Autorest/docs/Enable-AzNetworkCloudStorageApplianceRemoteVendorManagement.md index 34ca437db557..ae590210da70 100644 --- a/src/NetworkCloud/NetworkCloud.Autorest/docs/Enable-AzNetworkCloudStorageApplianceRemoteVendorManagement.md +++ b/src/NetworkCloud/NetworkCloud.Autorest/docs/Enable-AzNetworkCloudStorageApplianceRemoteVendorManagement.md @@ -73,7 +73,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity diff --git a/src/NetworkCloud/NetworkCloud.Autorest/docs/Get-AzNetworkCloudAgentPool.md b/src/NetworkCloud/NetworkCloud.Autorest/docs/Get-AzNetworkCloudAgentPool.md index ae0fb6d6e198..14403e184b3d 100644 --- a/src/NetworkCloud/NetworkCloud.Autorest/docs/Get-AzNetworkCloudAgentPool.md +++ b/src/NetworkCloud/NetworkCloud.Autorest/docs/Get-AzNetworkCloudAgentPool.md @@ -30,6 +30,12 @@ Get-AzNetworkCloudAgentPool -InputObject [-DefaultProfil [] ``` +### GetViaIdentityKubernetesCluster +``` +Get-AzNetworkCloudAgentPool -KubernetesClusterInputObject -Name + [-DefaultProfile ] [] +``` + ## DESCRIPTION Get properties of the provided Kubernetes cluster agent pool. @@ -82,7 +88,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity @@ -96,6 +101,21 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` +### -KubernetesClusterInputObject +Identity Parameter + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity +Parameter Sets: GetViaIdentityKubernetesCluster +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + ### -KubernetesClusterName The name of the Kubernetes cluster. @@ -116,7 +136,7 @@ The name of the Kubernetes cluster agent pool. ```yaml Type: System.String -Parameter Sets: Get +Parameter Sets: Get, GetViaIdentityKubernetesCluster Aliases: AgentPoolName Required: True @@ -167,7 +187,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IAgentPool +### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IAgentPool ## NOTES diff --git a/src/NetworkCloud/NetworkCloud.Autorest/docs/Get-AzNetworkCloudBareMetalMachine.md b/src/NetworkCloud/NetworkCloud.Autorest/docs/Get-AzNetworkCloudBareMetalMachine.md index a3a593a2e9af..339dba2449b9 100644 --- a/src/NetworkCloud/NetworkCloud.Autorest/docs/Get-AzNetworkCloudBareMetalMachine.md +++ b/src/NetworkCloud/NetworkCloud.Autorest/docs/Get-AzNetworkCloudBareMetalMachine.md @@ -105,7 +105,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity @@ -175,7 +174,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IBareMetalMachine +### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IBareMetalMachine ## NOTES diff --git a/src/NetworkCloud/NetworkCloud.Autorest/docs/Get-AzNetworkCloudBareMetalMachineKeySet.md b/src/NetworkCloud/NetworkCloud.Autorest/docs/Get-AzNetworkCloudBareMetalMachineKeySet.md index dc7ccdad5ec3..bd4927f1bf17 100644 --- a/src/NetworkCloud/NetworkCloud.Autorest/docs/Get-AzNetworkCloudBareMetalMachineKeySet.md +++ b/src/NetworkCloud/NetworkCloud.Autorest/docs/Get-AzNetworkCloudBareMetalMachineKeySet.md @@ -30,6 +30,12 @@ Get-AzNetworkCloudBareMetalMachineKeySet -InputObject [- [] ``` +### GetViaIdentityCluster +``` +Get-AzNetworkCloudBareMetalMachineKeySet -ClusterInputObject -Name + [-DefaultProfile ] [] +``` + ## DESCRIPTION Get bare metal machine key set of the provided cluster. @@ -64,6 +70,21 @@ This command lists all bare metal machine key sets of the provided cluster. ## PARAMETERS +### -ClusterInputObject +Identity Parameter + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity +Parameter Sets: GetViaIdentityCluster +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + ### -ClusterName The name of the cluster. @@ -97,7 +118,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity @@ -116,7 +136,7 @@ The name of the bare metal machine key set. ```yaml Type: System.String -Parameter Sets: Get +Parameter Sets: Get, GetViaIdentityCluster Aliases: BareMetalMachineKeySetName Required: True @@ -167,7 +187,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IBareMetalMachineKeySet +### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IBareMetalMachineKeySet ## NOTES diff --git a/src/NetworkCloud/NetworkCloud.Autorest/docs/Get-AzNetworkCloudBmcKeySet.md b/src/NetworkCloud/NetworkCloud.Autorest/docs/Get-AzNetworkCloudBmcKeySet.md index 3a76937058d5..a7606cfe1817 100644 --- a/src/NetworkCloud/NetworkCloud.Autorest/docs/Get-AzNetworkCloudBmcKeySet.md +++ b/src/NetworkCloud/NetworkCloud.Autorest/docs/Get-AzNetworkCloudBmcKeySet.md @@ -30,6 +30,12 @@ Get-AzNetworkCloudBmcKeySet -InputObject [-DefaultProfil [] ``` +### GetViaIdentityCluster +``` +Get-AzNetworkCloudBmcKeySet -ClusterInputObject -Name + [-DefaultProfile ] [] +``` + ## DESCRIPTION Get baseboard management controller key set of the provided cluster. @@ -66,6 +72,21 @@ This command lists all baseboard management controller key sets of the provided ## PARAMETERS +### -ClusterInputObject +Identity Parameter + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity +Parameter Sets: GetViaIdentityCluster +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + ### -ClusterName The name of the cluster. @@ -99,7 +120,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity @@ -118,7 +138,7 @@ The name of the baseboard management controller key set. ```yaml Type: System.String -Parameter Sets: Get +Parameter Sets: Get, GetViaIdentityCluster Aliases: BmcKeySetName Required: True @@ -169,7 +189,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IBmcKeySet +### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IBmcKeySet ## NOTES diff --git a/src/NetworkCloud/NetworkCloud.Autorest/docs/Get-AzNetworkCloudCluster.md b/src/NetworkCloud/NetworkCloud.Autorest/docs/Get-AzNetworkCloudCluster.md index aefaf94d07d1..b82c979a31e5 100644 --- a/src/NetworkCloud/NetworkCloud.Autorest/docs/Get-AzNetworkCloudCluster.md +++ b/src/NetworkCloud/NetworkCloud.Autorest/docs/Get-AzNetworkCloudCluster.md @@ -101,7 +101,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity @@ -171,7 +170,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.ICluster +### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.ICluster ## NOTES diff --git a/src/NetworkCloud/NetworkCloud.Autorest/docs/Get-AzNetworkCloudClusterManager.md b/src/NetworkCloud/NetworkCloud.Autorest/docs/Get-AzNetworkCloudClusterManager.md index a86d8dcacf4d..b185469b7899 100644 --- a/src/NetworkCloud/NetworkCloud.Autorest/docs/Get-AzNetworkCloudClusterManager.md +++ b/src/NetworkCloud/NetworkCloud.Autorest/docs/Get-AzNetworkCloudClusterManager.md @@ -101,7 +101,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity @@ -171,7 +170,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IClusterManager +### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IClusterManager ## NOTES diff --git a/src/NetworkCloud/NetworkCloud.Autorest/docs/Get-AzNetworkCloudConsole.md b/src/NetworkCloud/NetworkCloud.Autorest/docs/Get-AzNetworkCloudConsole.md index 9f962fdb55b1..9c121dce0953 100644 --- a/src/NetworkCloud/NetworkCloud.Autorest/docs/Get-AzNetworkCloudConsole.md +++ b/src/NetworkCloud/NetworkCloud.Autorest/docs/Get-AzNetworkCloudConsole.md @@ -30,6 +30,12 @@ Get-AzNetworkCloudConsole -InputObject [-DefaultProfile [] ``` +### GetViaIdentityVirtualMachine +``` +Get-AzNetworkCloudConsole -Name -VirtualMachineInputObject + [-DefaultProfile ] [] +``` + ## DESCRIPTION Get properties of the provided virtual machine console. @@ -81,7 +87,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity @@ -100,7 +105,7 @@ The name of the virtual machine console. ```yaml Type: System.String -Parameter Sets: Get +Parameter Sets: Get, GetViaIdentityVirtualMachine Aliases: ConsoleName Required: True @@ -142,6 +147,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -VirtualMachineInputObject +Identity Parameter + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity +Parameter Sets: GetViaIdentityVirtualMachine +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + ### -VirtualMachineName The name of the virtual machine. @@ -166,7 +186,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IConsole +### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IConsole ## NOTES diff --git a/src/NetworkCloud/NetworkCloud.Autorest/docs/Get-AzNetworkCloudKubernetesCluster.md b/src/NetworkCloud/NetworkCloud.Autorest/docs/Get-AzNetworkCloudKubernetesCluster.md index 5fc18cb64e8c..b3dbeb3c9143 100644 --- a/src/NetworkCloud/NetworkCloud.Autorest/docs/Get-AzNetworkCloudKubernetesCluster.md +++ b/src/NetworkCloud/NetworkCloud.Autorest/docs/Get-AzNetworkCloudKubernetesCluster.md @@ -104,7 +104,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity @@ -174,7 +173,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IKubernetesCluster +### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IKubernetesCluster ## NOTES diff --git a/src/NetworkCloud/NetworkCloud.Autorest/docs/Get-AzNetworkCloudKubernetesClusterFeature.md b/src/NetworkCloud/NetworkCloud.Autorest/docs/Get-AzNetworkCloudKubernetesClusterFeature.md index f13e3e292775..99dadd433f44 100644 --- a/src/NetworkCloud/NetworkCloud.Autorest/docs/Get-AzNetworkCloudKubernetesClusterFeature.md +++ b/src/NetworkCloud/NetworkCloud.Autorest/docs/Get-AzNetworkCloudKubernetesClusterFeature.md @@ -30,6 +30,12 @@ Get-AzNetworkCloudKubernetesClusterFeature -InputObject [] ``` +### GetViaIdentityKubernetesCluster +``` +Get-AzNetworkCloudKubernetesClusterFeature -FeatureName + -KubernetesClusterInputObject [-DefaultProfile ] [] +``` + ## DESCRIPTION Get properties of the provided the Kubernetes cluster feature. @@ -96,7 +102,7 @@ The name of the feature. ```yaml Type: System.String -Parameter Sets: Get +Parameter Sets: Get, GetViaIdentityKubernetesCluster Aliases: Required: True @@ -108,7 +114,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity @@ -122,6 +127,21 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` +### -KubernetesClusterInputObject +Identity Parameter + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity +Parameter Sets: GetViaIdentityKubernetesCluster +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + ### -KubernetesClusterName The name of the Kubernetes cluster. @@ -178,7 +198,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IKubernetesClusterFeature +### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IKubernetesClusterFeature ## NOTES diff --git a/src/NetworkCloud/NetworkCloud.Autorest/docs/Get-AzNetworkCloudL2Network.md b/src/NetworkCloud/NetworkCloud.Autorest/docs/Get-AzNetworkCloudL2Network.md index d56f46c6cc0a..dff29019a4a9 100644 --- a/src/NetworkCloud/NetworkCloud.Autorest/docs/Get-AzNetworkCloudL2Network.md +++ b/src/NetworkCloud/NetworkCloud.Autorest/docs/Get-AzNetworkCloudL2Network.md @@ -100,7 +100,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity @@ -170,7 +169,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IL2Network +### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IL2Network ## NOTES diff --git a/src/NetworkCloud/NetworkCloud.Autorest/docs/Get-AzNetworkCloudL3Network.md b/src/NetworkCloud/NetworkCloud.Autorest/docs/Get-AzNetworkCloudL3Network.md index d0c96fa8d7df..620f8361dd24 100644 --- a/src/NetworkCloud/NetworkCloud.Autorest/docs/Get-AzNetworkCloudL3Network.md +++ b/src/NetworkCloud/NetworkCloud.Autorest/docs/Get-AzNetworkCloudL3Network.md @@ -99,7 +99,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity @@ -169,7 +168,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IL3Network +### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IL3Network ## NOTES diff --git a/src/NetworkCloud/NetworkCloud.Autorest/docs/Get-AzNetworkCloudMetricsConfiguration.md b/src/NetworkCloud/NetworkCloud.Autorest/docs/Get-AzNetworkCloudMetricsConfiguration.md index 173a300ca8d8..ad8285ddff01 100644 --- a/src/NetworkCloud/NetworkCloud.Autorest/docs/Get-AzNetworkCloudMetricsConfiguration.md +++ b/src/NetworkCloud/NetworkCloud.Autorest/docs/Get-AzNetworkCloudMetricsConfiguration.md @@ -30,6 +30,12 @@ Get-AzNetworkCloudMetricsConfiguration -InputObject [-De [] ``` +### GetViaIdentityCluster +``` +Get-AzNetworkCloudMetricsConfiguration -ClusterInputObject -Name + [-DefaultProfile ] [] +``` + ## DESCRIPTION Get metrics configuration of the provided cluster. @@ -63,6 +69,21 @@ This command gets details of a specific metrics configuration for the provided C ## PARAMETERS +### -ClusterInputObject +Identity Parameter + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity +Parameter Sets: GetViaIdentityCluster +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + ### -ClusterName The name of the cluster. @@ -96,7 +117,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity @@ -115,7 +135,7 @@ The name of the metrics configuration for the cluster. ```yaml Type: System.String -Parameter Sets: Get +Parameter Sets: Get, GetViaIdentityCluster Aliases: MetricsConfigurationName Required: True @@ -166,7 +186,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IClusterMetricsConfiguration +### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IClusterMetricsConfiguration ## NOTES diff --git a/src/NetworkCloud/NetworkCloud.Autorest/docs/Get-AzNetworkCloudRack.md b/src/NetworkCloud/NetworkCloud.Autorest/docs/Get-AzNetworkCloudRack.md index 39fca7af12b6..cba637ae43f1 100644 --- a/src/NetworkCloud/NetworkCloud.Autorest/docs/Get-AzNetworkCloudRack.md +++ b/src/NetworkCloud/NetworkCloud.Autorest/docs/Get-AzNetworkCloudRack.md @@ -98,7 +98,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity @@ -168,7 +167,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IRack +### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IRack ## NOTES diff --git a/src/NetworkCloud/NetworkCloud.Autorest/docs/Get-AzNetworkCloudRackSku.md b/src/NetworkCloud/NetworkCloud.Autorest/docs/Get-AzNetworkCloudRackSku.md index 0491d95f636b..65046006805a 100644 --- a/src/NetworkCloud/NetworkCloud.Autorest/docs/Get-AzNetworkCloudRackSku.md +++ b/src/NetworkCloud/NetworkCloud.Autorest/docs/Get-AzNetworkCloudRackSku.md @@ -80,7 +80,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity @@ -134,7 +133,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IRackSku +### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IRackSku ## NOTES diff --git a/src/NetworkCloud/NetworkCloud.Autorest/docs/Get-AzNetworkCloudServicesNetwork.md b/src/NetworkCloud/NetworkCloud.Autorest/docs/Get-AzNetworkCloudServicesNetwork.md index 3446013b89e3..643b9820af6a 100644 --- a/src/NetworkCloud/NetworkCloud.Autorest/docs/Get-AzNetworkCloudServicesNetwork.md +++ b/src/NetworkCloud/NetworkCloud.Autorest/docs/Get-AzNetworkCloudServicesNetwork.md @@ -100,7 +100,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity @@ -170,7 +169,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.ICloudServicesNetwork +### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.ICloudServicesNetwork ## NOTES diff --git a/src/NetworkCloud/NetworkCloud.Autorest/docs/Get-AzNetworkCloudStorageAppliance.md b/src/NetworkCloud/NetworkCloud.Autorest/docs/Get-AzNetworkCloudStorageAppliance.md index b31a8748e2ce..d8ca8703539f 100644 --- a/src/NetworkCloud/NetworkCloud.Autorest/docs/Get-AzNetworkCloudStorageAppliance.md +++ b/src/NetworkCloud/NetworkCloud.Autorest/docs/Get-AzNetworkCloudStorageAppliance.md @@ -102,7 +102,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity @@ -172,7 +171,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IStorageAppliance +### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IStorageAppliance ## NOTES diff --git a/src/NetworkCloud/NetworkCloud.Autorest/docs/Get-AzNetworkCloudTrunkedNetwork.md b/src/NetworkCloud/NetworkCloud.Autorest/docs/Get-AzNetworkCloudTrunkedNetwork.md index 813eee9a2b28..2f852c0c562b 100644 --- a/src/NetworkCloud/NetworkCloud.Autorest/docs/Get-AzNetworkCloudTrunkedNetwork.md +++ b/src/NetworkCloud/NetworkCloud.Autorest/docs/Get-AzNetworkCloudTrunkedNetwork.md @@ -102,7 +102,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity @@ -172,7 +171,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.ITrunkedNetwork +### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.ITrunkedNetwork ## NOTES diff --git a/src/NetworkCloud/NetworkCloud.Autorest/docs/Get-AzNetworkCloudVirtualMachine.md b/src/NetworkCloud/NetworkCloud.Autorest/docs/Get-AzNetworkCloudVirtualMachine.md index 995c302549ea..d755801bd685 100644 --- a/src/NetworkCloud/NetworkCloud.Autorest/docs/Get-AzNetworkCloudVirtualMachine.md +++ b/src/NetworkCloud/NetworkCloud.Autorest/docs/Get-AzNetworkCloudVirtualMachine.md @@ -102,7 +102,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity @@ -172,7 +171,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IVirtualMachine +### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IVirtualMachine ## NOTES diff --git a/src/NetworkCloud/NetworkCloud.Autorest/docs/Get-AzNetworkCloudVolume.md b/src/NetworkCloud/NetworkCloud.Autorest/docs/Get-AzNetworkCloudVolume.md index b953477c4a43..cffaed1ce555 100644 --- a/src/NetworkCloud/NetworkCloud.Autorest/docs/Get-AzNetworkCloudVolume.md +++ b/src/NetworkCloud/NetworkCloud.Autorest/docs/Get-AzNetworkCloudVolume.md @@ -101,7 +101,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity @@ -171,7 +170,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IVolume +### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IVolume ## NOTES diff --git a/src/NetworkCloud/NetworkCloud.Autorest/docs/Invoke-AzNetworkCloudBareMetalMachineCordon.md b/src/NetworkCloud/NetworkCloud.Autorest/docs/Invoke-AzNetworkCloudBareMetalMachineCordon.md index 0875ed884c4e..004ae4dad3ee 100644 --- a/src/NetworkCloud/NetworkCloud.Autorest/docs/Invoke-AzNetworkCloudBareMetalMachineCordon.md +++ b/src/NetworkCloud/NetworkCloud.Autorest/docs/Invoke-AzNetworkCloudBareMetalMachineCordon.md @@ -15,15 +15,14 @@ Cordon the provided bare metal machine's Kubernetes node. ### CordonExpanded (Default) ``` Invoke-AzNetworkCloudBareMetalMachineCordon -BareMetalMachineName -ResourceGroupName - [-SubscriptionId ] [-Evacuate ] [-DefaultProfile ] [-AsJob] - [-NoWait] [-PassThru] [-Confirm] [-WhatIf] [] + [-SubscriptionId ] [-Evacuate ] [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] + [-Confirm] [-WhatIf] [] ``` ### CordonViaIdentityExpanded ``` -Invoke-AzNetworkCloudBareMetalMachineCordon -InputObject - [-Evacuate ] [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-Confirm] - [-WhatIf] [] +Invoke-AzNetworkCloudBareMetalMachineCordon -InputObject [-Evacuate ] + [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-Confirm] [-WhatIf] [] ``` ## DESCRIPTION @@ -90,7 +89,7 @@ Accept wildcard characters: False The indicator of whether to evacuate the node workload when the bare metal machine is cordoned. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.BareMetalMachineEvacuate +Type: System.String Parameter Sets: (All) Aliases: @@ -103,7 +102,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity diff --git a/src/NetworkCloud/NetworkCloud.Autorest/docs/Invoke-AzNetworkCloudBareMetalMachineDataExtract.md b/src/NetworkCloud/NetworkCloud.Autorest/docs/Invoke-AzNetworkCloudBareMetalMachineDataExtract.md index aea402d976a4..f9ba1c5dea23 100644 --- a/src/NetworkCloud/NetworkCloud.Autorest/docs/Invoke-AzNetworkCloudBareMetalMachineDataExtract.md +++ b/src/NetworkCloud/NetworkCloud.Autorest/docs/Invoke-AzNetworkCloudBareMetalMachineDataExtract.md @@ -81,10 +81,9 @@ Accept wildcard characters: False ### -Command The list of curated data extraction commands to be executed directly against the target machine. -To construct, see NOTES section for COMMAND properties and create a hash table. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IBareMetalMachineCommandSpecification[] +Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IBareMetalMachineCommandSpecification[] Parameter Sets: (All) Aliases: @@ -113,7 +112,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity diff --git a/src/NetworkCloud/NetworkCloud.Autorest/docs/Invoke-AzNetworkCloudBareMetalMachineReimage.md b/src/NetworkCloud/NetworkCloud.Autorest/docs/Invoke-AzNetworkCloudBareMetalMachineReimage.md index e3a4f1b79329..56bab5b65e86 100644 --- a/src/NetworkCloud/NetworkCloud.Autorest/docs/Invoke-AzNetworkCloudBareMetalMachineReimage.md +++ b/src/NetworkCloud/NetworkCloud.Autorest/docs/Invoke-AzNetworkCloudBareMetalMachineReimage.md @@ -72,7 +72,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity diff --git a/src/NetworkCloud/NetworkCloud.Autorest/docs/Invoke-AzNetworkCloudBareMetalMachineReplace.md b/src/NetworkCloud/NetworkCloud.Autorest/docs/Invoke-AzNetworkCloudBareMetalMachineReplace.md index 9471cd83d426..08a44f7c4fa9 100644 --- a/src/NetworkCloud/NetworkCloud.Autorest/docs/Invoke-AzNetworkCloudBareMetalMachineReplace.md +++ b/src/NetworkCloud/NetworkCloud.Autorest/docs/Invoke-AzNetworkCloudBareMetalMachineReplace.md @@ -137,7 +137,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity diff --git a/src/NetworkCloud/NetworkCloud.Autorest/docs/Invoke-AzNetworkCloudBareMetalMachineRunCommand.md b/src/NetworkCloud/NetworkCloud.Autorest/docs/Invoke-AzNetworkCloudBareMetalMachineRunCommand.md index 43c0f9e68a02..d5d7d3cc2069 100644 --- a/src/NetworkCloud/NetworkCloud.Autorest/docs/Invoke-AzNetworkCloudBareMetalMachineRunCommand.md +++ b/src/NetworkCloud/NetworkCloud.Autorest/docs/Invoke-AzNetworkCloudBareMetalMachineRunCommand.md @@ -107,7 +107,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity diff --git a/src/NetworkCloud/NetworkCloud.Autorest/docs/Invoke-AzNetworkCloudBareMetalMachineRunReadCommand.md b/src/NetworkCloud/NetworkCloud.Autorest/docs/Invoke-AzNetworkCloudBareMetalMachineRunReadCommand.md index 45a3f1e921d2..9e73b7320f48 100644 --- a/src/NetworkCloud/NetworkCloud.Autorest/docs/Invoke-AzNetworkCloudBareMetalMachineRunReadCommand.md +++ b/src/NetworkCloud/NetworkCloud.Autorest/docs/Invoke-AzNetworkCloudBareMetalMachineRunReadCommand.md @@ -81,10 +81,9 @@ Accept wildcard characters: False ### -Command The list of read-only commands to be executed directly against the target machine. -To construct, see NOTES section for COMMAND properties and create a hash table. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IBareMetalMachineCommandSpecification[] +Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IBareMetalMachineCommandSpecification[] Parameter Sets: (All) Aliases: @@ -113,7 +112,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity diff --git a/src/NetworkCloud/NetworkCloud.Autorest/docs/Invoke-AzNetworkCloudBareMetalMachineUncordon.md b/src/NetworkCloud/NetworkCloud.Autorest/docs/Invoke-AzNetworkCloudBareMetalMachineUncordon.md index 8b6cebc39196..0a9b165a8e6d 100644 --- a/src/NetworkCloud/NetworkCloud.Autorest/docs/Invoke-AzNetworkCloudBareMetalMachineUncordon.md +++ b/src/NetworkCloud/NetworkCloud.Autorest/docs/Invoke-AzNetworkCloudBareMetalMachineUncordon.md @@ -87,7 +87,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity diff --git a/src/NetworkCloud/NetworkCloud.Autorest/docs/Invoke-AzNetworkCloudClusterContinueVersionUpdate.md b/src/NetworkCloud/NetworkCloud.Autorest/docs/Invoke-AzNetworkCloudClusterContinueVersionUpdate.md index 75f632b16bbc..156db3d7154c 100644 --- a/src/NetworkCloud/NetworkCloud.Autorest/docs/Invoke-AzNetworkCloudClusterContinueVersionUpdate.md +++ b/src/NetworkCloud/NetworkCloud.Autorest/docs/Invoke-AzNetworkCloudClusterContinueVersionUpdate.md @@ -8,16 +8,15 @@ schema: 2.0.0 # Invoke-AzNetworkCloudClusterContinueVersionUpdate ## SYNOPSIS -Trigger the continuation of an update for a cluster with a matching update strategy that has paused after completing a segment of the update. +Trigger the continuation of an continue for a cluster with a matching continue strategy that has paused after completing a segment of the continue ## SYNTAX ### ContinueExpanded (Default) ``` Invoke-AzNetworkCloudClusterContinueVersionUpdate -ClusterName -ResourceGroupName - [-SubscriptionId ] - [-MachineGroupTargetingMode ] - [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-Confirm] [-WhatIf] [] + [-SubscriptionId ] [-MachineGroupTargetingMode ] [-DefaultProfile ] [-AsJob] + [-NoWait] [-PassThru] [-Confirm] [-WhatIf] [] ``` ### Continue @@ -37,12 +36,26 @@ Invoke-AzNetworkCloudClusterContinueVersionUpdate -InputObject - [-MachineGroupTargetingMode ] - [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-Confirm] [-WhatIf] [] + [-MachineGroupTargetingMode ] [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-Confirm] + [-WhatIf] [] +``` + +### ContinueViaJsonFilePath +``` +Invoke-AzNetworkCloudClusterContinueVersionUpdate -ClusterName -ResourceGroupName + -JsonFilePath [-SubscriptionId ] [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] + [-Confirm] [-WhatIf] [] +``` + +### ContinueViaJsonString +``` +Invoke-AzNetworkCloudClusterContinueVersionUpdate -ClusterName -ResourceGroupName + -JsonString [-SubscriptionId ] [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] + [-Confirm] [-WhatIf] [] ``` ## DESCRIPTION -Trigger the continuation of an update for a cluster with a matching update strategy that has paused after completing a segment of the update. +Trigger the continuation of an continue for a cluster with a matching continue strategy that has paused after completing a segment of the continue ## EXAMPLES @@ -72,10 +85,9 @@ Accept wildcard characters: False ### -ClusterContinueUpdateVersionParameter ClusterContinueUpdateVersionParameters represents the body of the request to continue the update of a cluster version. -To construct, see NOTES section for CLUSTERCONTINUEUPDATEVERSIONPARAMETER properties and create a hash table. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IClusterContinueUpdateVersionParameters +Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IClusterContinueUpdateVersionParameters Parameter Sets: Continue, ContinueViaIdentity Aliases: @@ -91,7 +103,7 @@ The name of the cluster. ```yaml Type: System.String -Parameter Sets: Continue, ContinueExpanded +Parameter Sets: Continue, ContinueExpanded, ContinueViaJsonFilePath, ContinueViaJsonString Aliases: Required: True @@ -119,7 +131,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity @@ -133,11 +144,41 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` +### -JsonFilePath +Path of Json file supplied to the Continue operation + +```yaml +Type: System.String +Parameter Sets: ContinueViaJsonFilePath +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -JsonString +Json string supplied to the Continue operation + +```yaml +Type: System.String +Parameter Sets: ContinueViaJsonString +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -MachineGroupTargetingMode The mode by which the cluster will target the next grouping of servers to continue the update. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.ClusterContinueUpdateVersionMachineGroupTargetingMode +Type: System.String Parameter Sets: ContinueExpanded, ContinueViaIdentityExpanded Aliases: @@ -184,7 +225,7 @@ The name is case insensitive. ```yaml Type: System.String -Parameter Sets: Continue, ContinueExpanded +Parameter Sets: Continue, ContinueExpanded, ContinueViaJsonFilePath, ContinueViaJsonString Aliases: Required: True @@ -200,7 +241,7 @@ The value must be an UUID. ```yaml Type: System.String -Parameter Sets: Continue, ContinueExpanded +Parameter Sets: Continue, ContinueExpanded, ContinueViaJsonFilePath, ContinueViaJsonString Aliases: Required: False @@ -246,7 +287,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS -### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IClusterContinueUpdateVersionParameters +### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IClusterContinueUpdateVersionParameters ### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity diff --git a/src/NetworkCloud/NetworkCloud.Autorest/docs/Invoke-AzNetworkCloudClusterVersionUpdate.md b/src/NetworkCloud/NetworkCloud.Autorest/docs/Invoke-AzNetworkCloudClusterVersionUpdate.md index 0863011018e3..b8da08a882c5 100644 --- a/src/NetworkCloud/NetworkCloud.Autorest/docs/Invoke-AzNetworkCloudClusterVersionUpdate.md +++ b/src/NetworkCloud/NetworkCloud.Autorest/docs/Invoke-AzNetworkCloudClusterVersionUpdate.md @@ -8,7 +8,7 @@ schema: 2.0.0 # Invoke-AzNetworkCloudClusterVersionUpdate ## SYNOPSIS -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. ## SYNTAX @@ -26,7 +26,7 @@ Invoke-AzNetworkCloudClusterVersionUpdate -InputObject - ``` ## DESCRIPTION -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. ## EXAMPLES @@ -93,7 +93,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity diff --git a/src/NetworkCloud/NetworkCloud.Autorest/docs/Invoke-AzNetworkCloudScanClusterRuntime.md b/src/NetworkCloud/NetworkCloud.Autorest/docs/Invoke-AzNetworkCloudScanClusterRuntime.md index ed78ff87a451..5205e89ccd5a 100644 --- a/src/NetworkCloud/NetworkCloud.Autorest/docs/Invoke-AzNetworkCloudScanClusterRuntime.md +++ b/src/NetworkCloud/NetworkCloud.Autorest/docs/Invoke-AzNetworkCloudScanClusterRuntime.md @@ -15,8 +15,8 @@ Triggers the execution of a runtime protection scan to detect and remediate dete ### ScanExpanded (Default) ``` Invoke-AzNetworkCloudScanClusterRuntime -ClusterName -ResourceGroupName - [-SubscriptionId ] [-ScanActivity ] - [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-Confirm] [-WhatIf] [] + [-SubscriptionId ] [-ScanActivity ] [-DefaultProfile ] [-AsJob] [-NoWait] + [-PassThru] [-Confirm] [-WhatIf] [] ``` ### Scan @@ -35,9 +35,22 @@ Invoke-AzNetworkCloudScanClusterRuntime -InputObject ### ScanViaIdentityExpanded ``` -Invoke-AzNetworkCloudScanClusterRuntime -InputObject - [-ScanActivity ] [-DefaultProfile ] [-AsJob] [-NoWait] - [-PassThru] [-Confirm] [-WhatIf] [] +Invoke-AzNetworkCloudScanClusterRuntime -InputObject [-ScanActivity ] + [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-Confirm] [-WhatIf] [] +``` + +### ScanViaJsonFilePath +``` +Invoke-AzNetworkCloudScanClusterRuntime -ClusterName -ResourceGroupName + -JsonFilePath [-SubscriptionId ] [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] + [-Confirm] [-WhatIf] [] +``` + +### ScanViaJsonString +``` +Invoke-AzNetworkCloudScanClusterRuntime -ClusterName -ResourceGroupName -JsonString + [-SubscriptionId ] [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-Confirm] [-WhatIf] + [] ``` ## DESCRIPTION @@ -74,7 +87,7 @@ The name of the cluster. ```yaml Type: System.String -Parameter Sets: Scan, ScanExpanded +Parameter Sets: Scan, ScanExpanded, ScanViaJsonFilePath, ScanViaJsonString Aliases: Required: True @@ -86,10 +99,9 @@ Accept wildcard characters: False ### -ClusterScanRuntimeParameter ClusterScanRuntimeParameters defines the parameters for the cluster scan runtime operation. -To construct, see NOTES section for CLUSTERSCANRUNTIMEPARAMETER properties and create a hash table. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IClusterScanRuntimeParameters +Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IClusterScanRuntimeParameters Parameter Sets: Scan, ScanViaIdentity Aliases: @@ -118,7 +130,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity @@ -132,6 +143,36 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` +### -JsonFilePath +Path of Json file supplied to the Scan operation + +```yaml +Type: System.String +Parameter Sets: ScanViaJsonFilePath +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -JsonString +Json string supplied to the Scan operation + +```yaml +Type: System.String +Parameter Sets: ScanViaJsonString +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoWait Run the command asynchronously @@ -168,7 +209,7 @@ The name is case insensitive. ```yaml Type: System.String -Parameter Sets: Scan, ScanExpanded +Parameter Sets: Scan, ScanExpanded, ScanViaJsonFilePath, ScanViaJsonString Aliases: Required: True @@ -182,7 +223,7 @@ Accept wildcard characters: False The choice of if the scan operation should run the scan. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.ClusterScanRuntimeParametersScanActivity +Type: System.String Parameter Sets: ScanExpanded, ScanViaIdentityExpanded Aliases: @@ -199,7 +240,7 @@ The value must be an UUID. ```yaml Type: System.String -Parameter Sets: Scan, ScanExpanded +Parameter Sets: Scan, ScanExpanded, ScanViaJsonFilePath, ScanViaJsonString Aliases: Required: False @@ -245,7 +286,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS -### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IClusterScanRuntimeParameters +### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IClusterScanRuntimeParameters ### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity diff --git a/src/NetworkCloud/NetworkCloud.Autorest/docs/Invoke-AzNetworkCloudVirtualMachineReimage.md b/src/NetworkCloud/NetworkCloud.Autorest/docs/Invoke-AzNetworkCloudVirtualMachineReimage.md index 15efa6b0daac..4b80bb304d07 100644 --- a/src/NetworkCloud/NetworkCloud.Autorest/docs/Invoke-AzNetworkCloudVirtualMachineReimage.md +++ b/src/NetworkCloud/NetworkCloud.Autorest/docs/Invoke-AzNetworkCloudVirtualMachineReimage.md @@ -72,7 +72,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity diff --git a/src/NetworkCloud/NetworkCloud.Autorest/docs/New-AzNetworkCloudAgentPool.md b/src/NetworkCloud/NetworkCloud.Autorest/docs/New-AzNetworkCloudAgentPool.md index 40f91971a5df..3d880dffdc64 100644 --- a/src/NetworkCloud/NetworkCloud.Autorest/docs/New-AzNetworkCloudAgentPool.md +++ b/src/NetworkCloud/NetworkCloud.Autorest/docs/New-AzNetworkCloudAgentPool.md @@ -8,16 +8,16 @@ schema: 2.0.0 # New-AzNetworkCloudAgentPool ## SYNOPSIS -Create a new Kubernetes cluster agent pool or update the properties of the existing one. +create a new Kubernetes cluster agent pool or create the properties of the existing one. ## SYNTAX ``` New-AzNetworkCloudAgentPool -KubernetesClusterName -Name -ResourceGroupName - -Count -Location -Mode -VMSkuName [-SubscriptionId ] + -Count -Location -Mode -VMSkuName [-SubscriptionId ] [-AdministratorConfigurationAdminUsername ] [-AdministratorConfigurationSshPublicKey ] [-AgentOptionHugepagesCount ] - [-AgentOptionHugepagesSize ] + [-AgentOptionHugepagesSize ] [-AttachedNetworkConfigurationL2Network ] [-AttachedNetworkConfigurationL3Network ] [-AttachedNetworkConfigurationTrunkedNetwork ] @@ -29,7 +29,7 @@ New-AzNetworkCloudAgentPool -KubernetesClusterName -Name -Reso ``` ## DESCRIPTION -Create a new Kubernetes cluster agent pool or update the properties of the existing one. +create a new Kubernetes cluster agent pool or create the properties of the existing one. ## EXAMPLES @@ -82,10 +82,9 @@ Accept wildcard characters: False ### -AdministratorConfigurationSshPublicKey The SSH configuration for the operating systems that run the nodes in the Kubernetes cluster. In some cases, specification of public keys may be required to produce a working environment. -To construct, see NOTES section for ADMINISTRATORCONFIGURATIONSSHPUBLICKEY properties and create a hash table. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.ISshPublicKey[] +Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.ISshPublicKey[] Parameter Sets: (All) Aliases: @@ -115,7 +114,7 @@ Accept wildcard characters: False The size of the hugepages to allocate. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.HugepagesSize +Type: System.String Parameter Sets: (All) Aliases: @@ -143,10 +142,9 @@ Accept wildcard characters: False ### -AttachedNetworkConfigurationL2Network The list of Layer 2 Networks and related configuration for attachment. -To construct, see NOTES section for ATTACHEDNETWORKCONFIGURATIONL2NETWORK properties and create a hash table. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IL2NetworkAttachmentConfiguration[] +Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IL2NetworkAttachmentConfiguration[] Parameter Sets: (All) Aliases: @@ -159,10 +157,9 @@ Accept wildcard characters: False ### -AttachedNetworkConfigurationL3Network The list of Layer 3 Networks and related configuration for attachment. -To construct, see NOTES section for ATTACHEDNETWORKCONFIGURATIONL3NETWORK properties and create a hash table. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IL3NetworkAttachmentConfiguration[] +Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IL3NetworkAttachmentConfiguration[] Parameter Sets: (All) Aliases: @@ -175,10 +172,9 @@ Accept wildcard characters: False ### -AttachedNetworkConfigurationTrunkedNetwork The list of Trunked Networks and related configuration for attachment. -To construct, see NOTES section for ATTACHEDNETWORKCONFIGURATIONTRUNKEDNETWORK properties and create a hash table. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.ITrunkedNetworkAttachmentConfiguration[] +Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.ITrunkedNetworkAttachmentConfiguration[] Parameter Sets: (All) Aliases: @@ -283,10 +279,9 @@ Accept wildcard characters: False ### -Label The labels applied to the nodes in this agent pool. -To construct, see NOTES section for LABEL properties and create a hash table. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IKubernetesLabel[] +Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IKubernetesLabel[] Parameter Sets: (All) Aliases: @@ -318,7 +313,7 @@ System pools run the features and critical services for the Kubernetes Cluster, Every Kubernetes cluster must contain at least one system node pool with at least one node. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.AgentPoolMode +Type: System.String Parameter Sets: (All) Aliases: @@ -408,10 +403,9 @@ Accept wildcard characters: False ### -Taint The taints applied to the nodes in this agent pool. -To construct, see NOTES section for TAINT properties and create a hash table. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IKubernetesLabel[] +Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IKubernetesLabel[] Parameter Sets: (All) Aliases: @@ -535,7 +529,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IAgentPool +### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IAgentPool ## NOTES diff --git a/src/NetworkCloud/NetworkCloud.Autorest/docs/New-AzNetworkCloudBareMetalMachineConfigurationDataObject.md b/src/NetworkCloud/NetworkCloud.Autorest/docs/New-AzNetworkCloudBareMetalMachineConfigurationDataObject.md index c973b1ba1dcf..ae5b46298ed6 100644 --- a/src/NetworkCloud/NetworkCloud.Autorest/docs/New-AzNetworkCloudBareMetalMachineConfigurationDataObject.md +++ b/src/NetworkCloud/NetworkCloud.Autorest/docs/New-AzNetworkCloudBareMetalMachineConfigurationDataObject.md @@ -1,7 +1,7 @@ --- external help file: Module Name: Az.NetworkCloud -online version: https://learn.microsoft.com/powershell/module/Az.NetworkCloud/new-AzNetworkCloudBareMetalMachineConfigurationDataObject +online version: https://learn.microsoft.com/powershell/module/Az.NetworkCloud/new-aznetworkcloudbaremetalmachineconfigurationdataobject schema: 2.0.0 --- @@ -171,7 +171,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.BareMetalMachineConfigurationData +### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.BareMetalMachineConfigurationData ## NOTES diff --git a/src/NetworkCloud/NetworkCloud.Autorest/docs/New-AzNetworkCloudBareMetalMachineKeySet.md b/src/NetworkCloud/NetworkCloud.Autorest/docs/New-AzNetworkCloudBareMetalMachineKeySet.md index 095f598cd491..bb6f27ba9f2e 100644 --- a/src/NetworkCloud/NetworkCloud.Autorest/docs/New-AzNetworkCloudBareMetalMachineKeySet.md +++ b/src/NetworkCloud/NetworkCloud.Autorest/docs/New-AzNetworkCloudBareMetalMachineKeySet.md @@ -8,20 +8,20 @@ schema: 2.0.0 # New-AzNetworkCloudBareMetalMachineKeySet ## SYNOPSIS -Create a new bare metal machine key set or update the existing one for the provided cluster. +create a new bare metal machine key set or create the existing one for the provided cluster. ## SYNTAX ``` New-AzNetworkCloudBareMetalMachineKeySet -ClusterName -Name -ResourceGroupName -AzureGroupId -Expiration -ExtendedLocationName -ExtendedLocationType - -JumpHostsAllowed -Location -PrivilegeLevel - -UserList [-SubscriptionId ] [-OSGroupName ] [-Tag ] - [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] + -JumpHostsAllowed -Location -PrivilegeLevel -UserList + [-SubscriptionId ] [-OSGroupName ] [-Tag ] [-DefaultProfile ] [-AsJob] + [-NoWait] [-Confirm] [-WhatIf] [] ``` ## DESCRIPTION -Create a new bare metal machine key set or update the existing one for the provided cluster. +create a new bare metal machine key set or create the existing one for the provided cluster. ## EXAMPLES @@ -237,7 +237,7 @@ Accept wildcard characters: False The access level allowed for the users in this key set. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.BareMetalMachineKeySetPrivilegeLevel +Type: System.String Parameter Sets: (All) Aliases: @@ -297,10 +297,9 @@ Accept wildcard characters: False ### -UserList The unique list of permitted users. -To construct, see NOTES section for USERLIST properties and create a hash table. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IKeySetUser[] +Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IKeySetUser[] Parameter Sets: (All) Aliases: @@ -349,7 +348,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IBareMetalMachineKeySet +### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IBareMetalMachineKeySet ## NOTES diff --git a/src/NetworkCloud/NetworkCloud.Autorest/docs/New-AzNetworkCloudBgpAdvertisementObject.md b/src/NetworkCloud/NetworkCloud.Autorest/docs/New-AzNetworkCloudBgpAdvertisementObject.md index 4aef74f47b64..28e2124667eb 100644 --- a/src/NetworkCloud/NetworkCloud.Autorest/docs/New-AzNetworkCloudBgpAdvertisementObject.md +++ b/src/NetworkCloud/NetworkCloud.Autorest/docs/New-AzNetworkCloudBgpAdvertisementObject.md @@ -1,7 +1,7 @@ --- external help file: Module Name: Az.NetworkCloud -online version: https://learn.microsoft.com/powershell/module/Az.NetworkCloud/new-AzNetworkCloudBgpAdvertisementObject +online version: https://learn.microsoft.com/powershell/module/Az.NetworkCloud/new-aznetworkcloudbgpadvertisementobject schema: 2.0.0 --- @@ -13,8 +13,8 @@ Create an in-memory object for BgpAdvertisement. ## SYNTAX ``` -New-AzNetworkCloudBgpAdvertisementObject -IPAddressPool [-AdvertiseToFabric ] - [-Community ] [-Peer ] [] +New-AzNetworkCloudBgpAdvertisementObject [-AdvertiseToFabric ] [-Community ] + [-IPAddressPool ] [-Peer ] [] ``` ## DESCRIPTION @@ -42,7 +42,7 @@ The indicator of if this advertisement is also made to the network fabric associ This field is ignored if fabricPeeringEnabled is set to False. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.AdvertiseToFabric +Type: System.String Parameter Sets: (All) Aliases: @@ -76,7 +76,7 @@ Type: System.String[] Parameter Sets: (All) Aliases: -Required: True +Required: False Position: Named Default value: None Accept pipeline input: False @@ -106,7 +106,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.BgpAdvertisement +### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.BgpAdvertisement ## NOTES diff --git a/src/NetworkCloud/NetworkCloud.Autorest/docs/New-AzNetworkCloudBgpServiceLoadBalancerConfigurationObject.md b/src/NetworkCloud/NetworkCloud.Autorest/docs/New-AzNetworkCloudBgpServiceLoadBalancerConfigurationObject.md index 1fa951efdf5d..cb6c9f3c766f 100644 --- a/src/NetworkCloud/NetworkCloud.Autorest/docs/New-AzNetworkCloudBgpServiceLoadBalancerConfigurationObject.md +++ b/src/NetworkCloud/NetworkCloud.Autorest/docs/New-AzNetworkCloudBgpServiceLoadBalancerConfigurationObject.md @@ -1,7 +1,7 @@ --- external help file: Module Name: Az.NetworkCloud -online version: https://learn.microsoft.com/powershell/module/Az.NetworkCloud/new-AzNetworkCloudBgpServiceLoadBalancerConfigurationObject +online version: https://learn.microsoft.com/powershell/module/Az.NetworkCloud/new-aznetworkcloudbgpserviceloadbalancerconfigurationobject schema: 2.0.0 --- @@ -14,7 +14,7 @@ Create an in-memory object for BgpServiceLoadBalancerConfiguration. ``` New-AzNetworkCloudBgpServiceLoadBalancerConfigurationObject [-BgpAdvertisement ] - [-BgpPeer ] [-FabricPeeringEnabled ] + [-BgpPeer ] [-FabricPeeringEnabled ] [-IPAddressPool ] [] ``` @@ -51,10 +51,9 @@ Create an in-memory object for BgpServiceLoadBalancerConfiguration. ### -BgpAdvertisement The association of IP address pools to the communities and peers, allowing for announcement of IPs. -To construct, see NOTES section for BGPADVERTISEMENT properties and create a hash table. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IBgpAdvertisement[] +Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IBgpAdvertisement[] Parameter Sets: (All) Aliases: @@ -68,10 +67,9 @@ Accept wildcard characters: False ### -BgpPeer The list of additional BgpPeer entities that the Kubernetes cluster will peer with. All peering must be explicitly defined. -To construct, see NOTES section for BGPPEER properties and create a hash table. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IServiceLoadBalancerBgpPeer[] +Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IServiceLoadBalancerBgpPeer[] Parameter Sets: (All) Aliases: @@ -86,7 +84,7 @@ Accept wildcard characters: False The indicator to specify if the load balancer peers with the network fabric. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.FabricPeeringEnabled +Type: System.String Parameter Sets: (All) Aliases: @@ -99,10 +97,9 @@ Accept wildcard characters: False ### -IPAddressPool The list of pools of IP addresses that can be allocated to load balancer services. -To construct, see NOTES section for IPADDRESSPOOL properties and create a hash table. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IIPAddressPool[] +Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IIPAddressPool[] Parameter Sets: (All) Aliases: @@ -120,7 +117,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.BgpServiceLoadBalancerConfiguration +### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.BgpServiceLoadBalancerConfiguration ## NOTES diff --git a/src/NetworkCloud/NetworkCloud.Autorest/docs/New-AzNetworkCloudBmcKeySet.md b/src/NetworkCloud/NetworkCloud.Autorest/docs/New-AzNetworkCloudBmcKeySet.md index 84671fffabdd..80cd42948cb6 100644 --- a/src/NetworkCloud/NetworkCloud.Autorest/docs/New-AzNetworkCloudBmcKeySet.md +++ b/src/NetworkCloud/NetworkCloud.Autorest/docs/New-AzNetworkCloudBmcKeySet.md @@ -8,20 +8,19 @@ schema: 2.0.0 # New-AzNetworkCloudBmcKeySet ## SYNOPSIS -Create a new baseboard management controller key set or update the existing one for the provided cluster. +create a new baseboard management controller key set or create the existing one for the provided cluster. ## SYNTAX ``` New-AzNetworkCloudBmcKeySet -ClusterName -Name -ResourceGroupName -AzureGroupId -Expiration -ExtendedLocationName -ExtendedLocationType - -Location -PrivilegeLevel -UserList - [-SubscriptionId ] [-Tag ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] - [-WhatIf] [] + -Location -PrivilegeLevel -UserList [-SubscriptionId ] + [-Tag ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] ``` ## DESCRIPTION -Create a new baseboard management controller key set or update the existing one for the provided cluster. +create a new baseboard management controller key set or create the existing one for the provided cluster. ## EXAMPLES @@ -208,7 +207,7 @@ Accept wildcard characters: False The access level allowed for the users in this key set. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.BmcKeySetPrivilegeLevel +Type: System.String Parameter Sets: (All) Aliases: @@ -268,10 +267,9 @@ Accept wildcard characters: False ### -UserList The unique list of permitted users. -To construct, see NOTES section for USERLIST properties and create a hash table. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IKeySetUser[] +Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IKeySetUser[] Parameter Sets: (All) Aliases: @@ -320,7 +318,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IBmcKeySet +### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IBmcKeySet ## NOTES diff --git a/src/NetworkCloud/NetworkCloud.Autorest/docs/New-AzNetworkCloudCluster.md b/src/NetworkCloud/NetworkCloud.Autorest/docs/New-AzNetworkCloudCluster.md index 72c1c5a22ef2..f4c163c9a3d5 100644 --- a/src/NetworkCloud/NetworkCloud.Autorest/docs/New-AzNetworkCloudCluster.md +++ b/src/NetworkCloud/NetworkCloud.Autorest/docs/New-AzNetworkCloudCluster.md @@ -8,7 +8,7 @@ schema: 2.0.0 # New-AzNetworkCloudCluster ## SYNOPSIS -Create a new cluster or update the properties of the cluster if it exists. +create a new cluster or create the properties of the cluster if it exists. ## SYNTAX @@ -16,32 +16,29 @@ Create a new cluster or update the properties of the cluster if it exists. New-AzNetworkCloudCluster -Name -ResourceGroupName -AggregatorOrSingleRackDefinitionNetworkRackId -AggregatorOrSingleRackDefinitionRackSerialNumber - -AggregatorOrSingleRackDefinitionRackSkuId -ClusterType -ClusterVersion + -AggregatorOrSingleRackDefinitionRackSkuId -ClusterType -ClusterVersion -ExtendedLocationName -ExtendedLocationType -Location -NetworkFabricId [-SubscriptionId ] [-AggregatorOrSingleRackDefinitionAvailabilityZone ] [-AggregatorOrSingleRackDefinitionBareMetalMachineConfiguration ] [-AggregatorOrSingleRackDefinitionRackLocation ] [-AggregatorOrSingleRackDefinitionStorageApplianceConfiguration ] - [-AnalyticsWorkspaceId ] [-AssociatedIdentityType ] + [-AnalyticsWorkspaceId ] [-AssociatedIdentityType ] [-AssociatedIdentityUserAssignedIdentityResourceId ] [-ClusterLocation ] [-ClusterServicePrincipalApplicationId ] [-ClusterServicePrincipalId ] [-ClusterServicePrincipalPassword ] [-ClusterServicePrincipalTenantId ] - [-CommandOutputSettingContainerUrl ] - [-ComputeDeploymentThresholdGrouping ] - [-ComputeDeploymentThresholdType ] [-ComputeDeploymentThresholdValue ] - [-ComputeRackDefinition ] [-IdentityType ] - [-IdentityUserAssignedIdentity ] [-ManagedResourceGroupConfigurationLocation ] - [-ManagedResourceGroupConfigurationName ] - [-RuntimeProtectionConfigurationEnforcementLevel ] - [-SecretArchiveKeyVaultId ] [-SecretArchiveUseKeyVault ] - [-Tag ] [-UpdateStrategyMaxUnavailable ] - [-UpdateStrategyThresholdType ] [-UpdateStrategyThresholdValue ] - [-UpdateStrategyType ] [-UpdateStrategyWaitTimeMinute ] + [-CommandOutputSettingContainerUrl ] [-ComputeDeploymentThresholdGrouping ] + [-ComputeDeploymentThresholdType ] [-ComputeDeploymentThresholdValue ] + [-ComputeRackDefinition ] [-EnableSystemAssignedIdentity] + [-ManagedResourceGroupConfigurationLocation ] [-ManagedResourceGroupConfigurationName ] + [-RuntimeProtectionConfigurationEnforcementLevel ] [-SecretArchiveKeyVaultId ] + [-SecretArchiveUseKeyVault ] [-Tag ] [-UpdateStrategyMaxUnavailable ] + [-UpdateStrategyThresholdType ] [-UpdateStrategyThresholdValue ] + [-UpdateStrategyType ] [-UpdateStrategyWaitTimeMinute ] [-UserAssignedIdentity ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] ``` ## DESCRIPTION -Create a new cluster or update the properties of the cluster if it exists. +create a new cluster or create the properties of the cluster if it exists. ## EXAMPLES @@ -86,10 +83,9 @@ Accept wildcard characters: False ### -AggregatorOrSingleRackDefinitionBareMetalMachineConfiguration The unordered list of bare metal machine configuration. -To construct, see NOTES section for AGGREGATORORSINGLERACKDEFINITIONBAREMETALMACHINECONFIGURATION properties and create a hash table. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IBareMetalMachineConfigurationData[] +Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IBareMetalMachineConfigurationData[] Parameter Sets: (All) Aliases: @@ -163,10 +159,9 @@ Accept wildcard characters: False ### -AggregatorOrSingleRackDefinitionStorageApplianceConfiguration The list of storage appliance configuration data for this rack. -To construct, see NOTES section for AGGREGATORORSINGLERACKDEFINITIONSTORAGEAPPLIANCECONFIGURATION properties and create a hash table. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IStorageApplianceConfigurationData[] +Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IStorageApplianceConfigurationData[] Parameter Sets: (All) Aliases: @@ -211,7 +206,7 @@ Accept wildcard characters: False The type of managed identity that is being selected. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.ManagedServiceIdentitySelectorType +Type: System.String Parameter Sets: (All) Aliases: @@ -317,7 +312,7 @@ Accept wildcard characters: False The type of rack configuration for the cluster. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.ClusterType +Type: System.String Parameter Sets: (All) Aliases: @@ -362,7 +357,7 @@ Accept wildcard characters: False Selection of how the type evaluation is applied to the cluster calculation. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.ValidationThresholdGrouping +Type: System.String Parameter Sets: (All) Aliases: @@ -377,7 +372,7 @@ Accept wildcard characters: False Selection of how the threshold should be evaluated. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.ValidationThresholdType +Type: System.String Parameter Sets: (All) Aliases: @@ -405,10 +400,9 @@ Accept wildcard characters: False ### -ComputeRackDefinition The list of rack definitions for the compute racks in a multi-rackcluster, or an empty list in a single-rack cluster. -To construct, see NOTES section for COMPUTERACKDEFINITION properties and create a hash table. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IRackDefinition[] +Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IRackDefinition[] Parameter Sets: (All) Aliases: @@ -435,23 +429,23 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ExtendedLocationName -The resource ID of the extended location on which the resource will be created. +### -EnableSystemAssignedIdentity +Determines whether to enable a system-assigned identity for the resource. ```yaml -Type: System.String +Type: System.Management.Automation.SwitchParameter Parameter Sets: (All) Aliases: -Required: True +Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False ``` -### -ExtendedLocationType -The extended location type, for example, CustomLocation. +### -ExtendedLocationName +The resource ID of the extended location on which the resource will be created. ```yaml Type: System.String @@ -465,32 +459,15 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -IdentityType -Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). - -```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.ManagedServiceIdentityType -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -IdentityUserAssignedIdentity -The set of user assigned identities associated with the resource. -The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. -The dictionary values can be empty objects ({}) in requests. +### -ExtendedLocationType +The extended location type, for example, CustomLocation. ```yaml -Type: System.Collections.Hashtable +Type: System.String Parameter Sets: (All) Aliases: -Required: False +Required: True Position: Named Default value: None Accept pipeline input: False @@ -609,7 +586,7 @@ Accept wildcard characters: False The mode of operation for runtime protection. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.RuntimeProtectionEnforcementLevel +Type: System.String Parameter Sets: (All) Aliases: @@ -639,7 +616,7 @@ Accept wildcard characters: False The indicator if the specified key vault should be used to archive the secrets of the cluster. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.ClusterSecretArchiveEnabled +Type: System.String Parameter Sets: (All) Aliases: @@ -701,7 +678,7 @@ Accept wildcard characters: False Selection of how the threshold should be evaluated. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.ValidationThresholdType +Type: System.String Parameter Sets: (All) Aliases: @@ -731,7 +708,7 @@ Accept wildcard characters: False The mode of operation for runtime protection. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.ClusterUpdateStrategyType +Type: System.String Parameter Sets: (All) Aliases: @@ -757,6 +734,22 @@ 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 +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Confirm Prompts you for confirmation before running the cmdlet. @@ -795,7 +788,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.ICluster +### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.ICluster ## NOTES diff --git a/src/NetworkCloud/NetworkCloud.Autorest/docs/New-AzNetworkCloudClusterManager.md b/src/NetworkCloud/NetworkCloud.Autorest/docs/New-AzNetworkCloudClusterManager.md index 6a97287ab752..f9d238ff45f5 100644 --- a/src/NetworkCloud/NetworkCloud.Autorest/docs/New-AzNetworkCloudClusterManager.md +++ b/src/NetworkCloud/NetworkCloud.Autorest/docs/New-AzNetworkCloudClusterManager.md @@ -8,21 +8,20 @@ schema: 2.0.0 # New-AzNetworkCloudClusterManager ## SYNOPSIS -Create a new cluster manager or update properties of the cluster manager if it exists. +create a new cluster manager or create properties of the cluster manager if it exists. ## SYNTAX ``` New-AzNetworkCloudClusterManager -Name -ResourceGroupName -FabricControllerId -Location [-SubscriptionId ] [-AnalyticsWorkspaceId ] [-AvailabilityZone ] - [-IdentityType ] [-IdentityUserAssignedIdentity ] - [-ManagedResourceGroupConfigurationLocation ] [-ManagedResourceGroupConfigurationName ] - [-Tag ] [-VMSize ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] - [] + [-EnableSystemAssignedIdentity] [-ManagedResourceGroupConfigurationLocation ] + [-ManagedResourceGroupConfigurationName ] [-Tag ] [-UserAssignedIdentity ] + [-VMSize ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] ``` ## DESCRIPTION -Create a new cluster manager or update properties of the cluster manager if it exists. +create a new cluster manager or create properties of the cluster manager if it exists. ## EXAMPLES @@ -109,26 +108,11 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -FabricControllerId -The resource ID of the fabric controller that has one to one mapping with the cluster manager. - -```yaml -Type: System.String -Parameter Sets: (All) -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -IdentityType -Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). +### -EnableSystemAssignedIdentity +Determines whether to enable a system-assigned identity for the resource. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.ManagedServiceIdentityType +Type: System.Management.Automation.SwitchParameter Parameter Sets: (All) Aliases: @@ -139,17 +123,15 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -IdentityUserAssignedIdentity -The set of user assigned identities associated with the resource. -The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. -The dictionary values can be empty objects ({}) in requests. +### -FabricControllerId +The resource ID of the fabric controller that has one to one mapping with the cluster manager. ```yaml -Type: System.Collections.Hashtable +Type: System.String Parameter Sets: (All) Aliases: -Required: False +Required: True Position: Named Default value: None Accept pipeline input: False @@ -280,6 +262,22 @@ 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 +Position: Named +Default value: None +Accept pipeline input: False +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. @@ -334,7 +332,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IClusterManager +### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IClusterManager ## NOTES diff --git a/src/NetworkCloud/NetworkCloud.Autorest/docs/New-AzNetworkCloudConsole.md b/src/NetworkCloud/NetworkCloud.Autorest/docs/New-AzNetworkCloudConsole.md index b2415e2e8d43..31a8c7dcd04f 100644 --- a/src/NetworkCloud/NetworkCloud.Autorest/docs/New-AzNetworkCloudConsole.md +++ b/src/NetworkCloud/NetworkCloud.Autorest/docs/New-AzNetworkCloudConsole.md @@ -8,19 +8,19 @@ schema: 2.0.0 # New-AzNetworkCloudConsole ## SYNOPSIS -Create a new virtual machine console or update the properties of the existing virtual machine console. +create a new virtual machine console or create the properties of the existing virtual machine console. ## SYNTAX ``` New-AzNetworkCloudConsole -Name -ResourceGroupName -VirtualMachineName - -Enabled -ExtendedLocationName -ExtendedLocationType -Location + -Enabled -ExtendedLocationName -ExtendedLocationType -Location -SshPublicKeyData [-SubscriptionId ] [-Expiration ] [-Tag ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] ``` ## DESCRIPTION -Create a new virtual machine console or update the properties of the existing virtual machine console. +create a new virtual machine console or create the properties of the existing virtual machine console. ## EXAMPLES @@ -76,7 +76,7 @@ Accept wildcard characters: False The indicator of whether the console access is enabled. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.ConsoleEnabled +Type: System.String Parameter Sets: (All) Aliases: @@ -292,7 +292,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IConsole +### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IConsole ## NOTES diff --git a/src/NetworkCloud/NetworkCloud.Autorest/docs/New-AzNetworkCloudControlPlaneNodeConfigurationObject.md b/src/NetworkCloud/NetworkCloud.Autorest/docs/New-AzNetworkCloudControlPlaneNodeConfigurationObject.md index 5bdc9a27d93e..a9ae97b55de1 100644 --- a/src/NetworkCloud/NetworkCloud.Autorest/docs/New-AzNetworkCloudControlPlaneNodeConfigurationObject.md +++ b/src/NetworkCloud/NetworkCloud.Autorest/docs/New-AzNetworkCloudControlPlaneNodeConfigurationObject.md @@ -1,7 +1,7 @@ --- external help file: Module Name: Az.NetworkCloud -online version: https://learn.microsoft.com/powershell/module/Az.NetworkCloud/new-AzNetworkCloudControlPlaneNodeConfigurationObject +online version: https://learn.microsoft.com/powershell/module/Az.NetworkCloud/new-aznetworkcloudcontrolplanenodeconfigurationobject schema: 2.0.0 --- @@ -13,10 +13,10 @@ Create an in-memory object for ControlPlaneNodeConfiguration. ## SYNTAX ``` -New-AzNetworkCloudControlPlaneNodeConfigurationObject -Count -VMSkuName +New-AzNetworkCloudControlPlaneNodeConfigurationObject -Count [-AdministratorConfigurationAdminUsername ] [-AdministratorConfigurationSshPublicKey ] [-AvailabilityZone ] - [] + [-VMSkuName ] [] ``` ## DESCRIPTION @@ -62,10 +62,9 @@ Accept wildcard characters: False ### -AdministratorConfigurationSshPublicKey The SSH configuration for the operating systems that run the nodes in the Kubernetes cluster. In some cases, specification of public keys may be required to produce a working environment. -To construct, see NOTES section for ADMINISTRATORCONFIGURATIONSSHPUBLICKEY properties and create a hash table. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.ISshPublicKey[] +Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.ISshPublicKey[] Parameter Sets: (All) Aliases: @@ -115,7 +114,7 @@ Type: System.String Parameter Sets: (All) Aliases: -Required: True +Required: False Position: Named Default value: None Accept pipeline input: False @@ -129,7 +128,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.ControlPlaneNodeConfiguration +### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.ControlPlaneNodeConfiguration ## NOTES diff --git a/src/NetworkCloud/NetworkCloud.Autorest/docs/New-AzNetworkCloudEgressEndpointObject.md b/src/NetworkCloud/NetworkCloud.Autorest/docs/New-AzNetworkCloudEgressEndpointObject.md index 25bb9cd04e52..bf866417bd25 100644 --- a/src/NetworkCloud/NetworkCloud.Autorest/docs/New-AzNetworkCloudEgressEndpointObject.md +++ b/src/NetworkCloud/NetworkCloud.Autorest/docs/New-AzNetworkCloudEgressEndpointObject.md @@ -1,7 +1,7 @@ --- external help file: Module Name: Az.NetworkCloud -online version: https://learn.microsoft.com/powershell/module/Az.NetworkCloud/new-AzNetworkCloudEgressEndpointObject +online version: https://learn.microsoft.com/powershell/module/Az.NetworkCloud/new-aznetworkcloudegressendpointobject schema: 2.0.0 --- @@ -58,10 +58,9 @@ Accept wildcard characters: False ### -Endpoint The list of endpoint dependencies. -To construct, see NOTES section for ENDPOINT properties and create a hash table. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IEndpointDependency[] +Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IEndpointDependency[] Parameter Sets: (All) Aliases: @@ -79,7 +78,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.EgressEndpoint +### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.EgressEndpoint ## NOTES diff --git a/src/NetworkCloud/NetworkCloud.Autorest/docs/New-AzNetworkCloudEndpointDependencyObject.md b/src/NetworkCloud/NetworkCloud.Autorest/docs/New-AzNetworkCloudEndpointDependencyObject.md index 91de6c5986b1..8eeb4188e22f 100644 --- a/src/NetworkCloud/NetworkCloud.Autorest/docs/New-AzNetworkCloudEndpointDependencyObject.md +++ b/src/NetworkCloud/NetworkCloud.Autorest/docs/New-AzNetworkCloudEndpointDependencyObject.md @@ -1,7 +1,7 @@ --- external help file: Module Name: Az.NetworkCloud -online version: https://learn.microsoft.com/powershell/module/Az.NetworkCloud/new-AzNetworkCloudEndpointDependencyObject +online version: https://learn.microsoft.com/powershell/module/Az.NetworkCloud/new-aznetworkcloudendpointdependencyobject schema: 2.0.0 --- @@ -73,7 +73,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.EndpointDependency +### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.EndpointDependency ## NOTES diff --git a/src/NetworkCloud/NetworkCloud.Autorest/docs/New-AzNetworkCloudInitialAgentPoolConfigurationObject.md b/src/NetworkCloud/NetworkCloud.Autorest/docs/New-AzNetworkCloudInitialAgentPoolConfigurationObject.md index d2d2048828e7..f4ac15448f32 100644 --- a/src/NetworkCloud/NetworkCloud.Autorest/docs/New-AzNetworkCloudInitialAgentPoolConfigurationObject.md +++ b/src/NetworkCloud/NetworkCloud.Autorest/docs/New-AzNetworkCloudInitialAgentPoolConfigurationObject.md @@ -1,7 +1,7 @@ --- external help file: Module Name: Az.NetworkCloud -online version: https://learn.microsoft.com/powershell/module/Az.NetworkCloud/new-AzNetworkCloudInitialAgentPoolConfigurationObject +online version: https://learn.microsoft.com/powershell/module/Az.NetworkCloud/new-aznetworkcloudinitialagentpoolconfigurationobject schema: 2.0.0 --- @@ -13,16 +13,16 @@ Create an in-memory object for InitialAgentPoolConfiguration. ## SYNTAX ``` -New-AzNetworkCloudInitialAgentPoolConfigurationObject -Count -Mode -Name - -VMSkuName [-AdministratorConfigurationAdminUsername ] +New-AzNetworkCloudInitialAgentPoolConfigurationObject [-AdministratorConfigurationAdminUsername ] [-AdministratorConfigurationSshPublicKey ] [-AgentOptionHugepagesCount ] - [-AgentOptionHugepagesSize ] + [-AgentOptionHugepagesSize ] [-AttachedNetworkConfigurationL2Network ] [-AttachedNetworkConfigurationL3Network ] [-AttachedNetworkConfigurationTrunkedNetwork ] - [-AvailabilityZone ] [-Label ] [-Taint ] - [-UpgradeSettingDrainTimeout ] [-UpgradeSettingMaxSurge ] - [-UpgradeSettingMaxUnavailable ] [] + [-AvailabilityZone ] [-Count ] [-Label ] [-Mode ] + [-Name ] [-Taint ] [-UpgradeSettingDrainTimeout ] + [-UpgradeSettingMaxSurge ] [-UpgradeSettingMaxUnavailable ] [-VMSkuName ] + [] ``` ## DESCRIPTION @@ -58,10 +58,9 @@ Accept wildcard characters: False ### -AdministratorConfigurationSshPublicKey The SSH configuration for the operating systems that run the nodes in the Kubernetes cluster. In some cases, specification of public keys may be required to produce a working environment. -To construct, see NOTES section for ADMINISTRATORCONFIGURATIONSSHPUBLICKEY properties and create a hash table. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.ISshPublicKey[] +Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.ISshPublicKey[] Parameter Sets: (All) Aliases: @@ -91,7 +90,7 @@ Accept wildcard characters: False The size of the hugepages to allocate. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.HugepagesSize +Type: System.String Parameter Sets: (All) Aliases: @@ -104,10 +103,9 @@ Accept wildcard characters: False ### -AttachedNetworkConfigurationL2Network The list of Layer 2 Networks and related configuration for attachment. -To construct, see NOTES section for ATTACHEDNETWORKCONFIGURATIONL2NETWORK properties and create a hash table. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IL2NetworkAttachmentConfiguration[] +Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IL2NetworkAttachmentConfiguration[] Parameter Sets: (All) Aliases: @@ -120,10 +118,9 @@ Accept wildcard characters: False ### -AttachedNetworkConfigurationL3Network The list of Layer 3 Networks and related configuration for attachment. -To construct, see NOTES section for ATTACHEDNETWORKCONFIGURATIONL3NETWORK properties and create a hash table. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IL3NetworkAttachmentConfiguration[] +Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IL3NetworkAttachmentConfiguration[] Parameter Sets: (All) Aliases: @@ -136,10 +133,9 @@ Accept wildcard characters: False ### -AttachedNetworkConfigurationTrunkedNetwork The list of Trunked Networks and related configuration for attachment. -To construct, see NOTES section for ATTACHEDNETWORKCONFIGURATIONTRUNKEDNETWORK properties and create a hash table. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.ITrunkedNetworkAttachmentConfiguration[] +Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.ITrunkedNetworkAttachmentConfiguration[] Parameter Sets: (All) Aliases: @@ -174,7 +170,7 @@ Type: System.Int64 Parameter Sets: (All) Aliases: -Required: True +Required: False Position: Named Default value: None Accept pipeline input: False @@ -183,10 +179,9 @@ Accept wildcard characters: False ### -Label The labels applied to the nodes in this agent pool. -To construct, see NOTES section for LABEL properties and create a hash table. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IKubernetesLabel[] +Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IKubernetesLabel[] Parameter Sets: (All) Aliases: @@ -203,11 +198,11 @@ System pools run the features and critical services for the Kubernetes Cluster, Every Kubernetes cluster must contain at least one system node pool with at least one node. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.AgentPoolMode +Type: System.String Parameter Sets: (All) Aliases: -Required: True +Required: False Position: Named Default value: None Accept pipeline input: False @@ -222,7 +217,7 @@ Type: System.String Parameter Sets: (All) Aliases: -Required: True +Required: False Position: Named Default value: None Accept pipeline input: False @@ -231,10 +226,9 @@ Accept wildcard characters: False ### -Taint The taints applied to the nodes in this agent pool. -To construct, see NOTES section for TAINT properties and create a hash table. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IKubernetesLabel[] +Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IKubernetesLabel[] Parameter Sets: (All) Aliases: @@ -313,7 +307,7 @@ Type: System.String Parameter Sets: (All) Aliases: -Required: True +Required: False Position: Named Default value: None Accept pipeline input: False @@ -327,7 +321,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.InitialAgentPoolConfiguration +### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.InitialAgentPoolConfiguration ## NOTES diff --git a/src/NetworkCloud/NetworkCloud.Autorest/docs/New-AzNetworkCloudIpAddressPoolObject.md b/src/NetworkCloud/NetworkCloud.Autorest/docs/New-AzNetworkCloudIpAddressPoolObject.md index 3f21eea50641..f11a0cdd3249 100644 --- a/src/NetworkCloud/NetworkCloud.Autorest/docs/New-AzNetworkCloudIpAddressPoolObject.md +++ b/src/NetworkCloud/NetworkCloud.Autorest/docs/New-AzNetworkCloudIpAddressPoolObject.md @@ -1,7 +1,7 @@ --- external help file: Module Name: Az.NetworkCloud -online version: https://learn.microsoft.com/powershell/module/Az.NetworkCloud/new-AzNetworkCloudIpAddressPoolObject +online version: https://learn.microsoft.com/powershell/module/Az.NetworkCloud/new-aznetworkcloudipaddresspoolobject schema: 2.0.0 --- @@ -13,8 +13,8 @@ Create an in-memory object for IpAddressPool. ## SYNTAX ``` -New-AzNetworkCloudIpAddressPoolObject -Address -Name [-AutoAssign ] - [-OnlyUseHostIP ] [] +New-AzNetworkCloudIpAddressPoolObject [-Address ] [-AutoAssign ] [-Name ] + [-OnlyUseHostIP ] [] ``` ## DESCRIPTION @@ -47,7 +47,7 @@ Type: System.String[] Parameter Sets: (All) Aliases: -Required: True +Required: False Position: Named Default value: None Accept pipeline input: False @@ -58,7 +58,7 @@ Accept wildcard characters: False The indicator to determine if automatic allocation from the pool should occur. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.BfdEnabled +Type: System.String Parameter Sets: (All) Aliases: @@ -77,7 +77,7 @@ Type: System.String Parameter Sets: (All) Aliases: -Required: True +Required: False Position: Named Default value: None Accept pipeline input: False @@ -89,7 +89,7 @@ The indicator to prevent the use of IP addresses ending with .0 and .255 for thi Enabling this option will only use IP addresses between .1 and .254 inclusive. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.BfdEnabled +Type: System.String Parameter Sets: (All) Aliases: @@ -107,7 +107,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IPAddressPool +### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IPAddressPool ## NOTES diff --git a/src/NetworkCloud/NetworkCloud.Autorest/docs/New-AzNetworkCloudKeySetUserObject.md b/src/NetworkCloud/NetworkCloud.Autorest/docs/New-AzNetworkCloudKeySetUserObject.md index 14403346abb2..564c31187559 100644 --- a/src/NetworkCloud/NetworkCloud.Autorest/docs/New-AzNetworkCloudKeySetUserObject.md +++ b/src/NetworkCloud/NetworkCloud.Autorest/docs/New-AzNetworkCloudKeySetUserObject.md @@ -1,7 +1,7 @@ --- external help file: Module Name: Az.NetworkCloud -online version: https://learn.microsoft.com/powershell/module/Az.NetworkCloud/new-AzNetworkCloudKeySetUserObject +online version: https://learn.microsoft.com/powershell/module/Az.NetworkCloud/new-aznetworkcloudkeysetuserobject schema: 2.0.0 --- @@ -104,7 +104,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.KeySetUser +### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.KeySetUser ## NOTES diff --git a/src/NetworkCloud/NetworkCloud.Autorest/docs/New-AzNetworkCloudKubernetesCluster.md b/src/NetworkCloud/NetworkCloud.Autorest/docs/New-AzNetworkCloudKubernetesCluster.md index f59356bf7017..bb7adc6efcb0 100644 --- a/src/NetworkCloud/NetworkCloud.Autorest/docs/New-AzNetworkCloudKubernetesCluster.md +++ b/src/NetworkCloud/NetworkCloud.Autorest/docs/New-AzNetworkCloudKubernetesCluster.md @@ -8,12 +8,12 @@ schema: 2.0.0 # New-AzNetworkCloudKubernetesCluster ## SYNOPSIS -Create a new Kubernetes cluster or update the properties of the existing one. +create a new Kubernetes cluster or create the properties of the existing one. ## SYNTAX ``` -New-AzNetworkCloudKubernetesCluster -KubernetesClusterName -ResourceGroupName +New-AzNetworkCloudKubernetesCluster -Name -ResourceGroupName -ControlPlaneNodeConfigurationCount -ControlPlaneNodeConfigurationVMSkuName -ExtendedLocationName -ExtendedLocationType -InitialAgentPoolConfiguration -KubernetesVersion @@ -25,7 +25,7 @@ New-AzNetworkCloudKubernetesCluster -KubernetesClusterName -ResourceGro [-AttachedNetworkConfigurationTrunkedNetwork ] [-BgpAdvertisement ] [-BgpIPAddressPool ] [-BgpPeer ] - [-BgpServiceLoadBalancerConfigurationFabricPeeringEnabled ] + [-BgpServiceLoadBalancerConfigurationFabricPeeringEnabled ] [-ControlPlaneNodeConfigurationAdminPublicKey ] [-ControlPlaneNodeConfigurationAdminUsername ] [-ControlPlaneNodeConfigurationAvailabilityZone ] @@ -37,7 +37,7 @@ New-AzNetworkCloudKubernetesCluster -KubernetesClusterName -ResourceGro ``` ## DESCRIPTION -Create a new Kubernetes cluster or update the properties of the existing one. +create a new Kubernetes cluster or create the properties of the existing one. ## EXAMPLES @@ -128,10 +128,9 @@ Accept wildcard characters: False ### -AttachedNetworkConfigurationL2Network The list of Layer 2 Networks and related configuration for attachment. -To construct, see NOTES section for ATTACHEDNETWORKCONFIGURATIONL2NETWORK properties and create a hash table. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IL2NetworkAttachmentConfiguration[] +Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IL2NetworkAttachmentConfiguration[] Parameter Sets: (All) Aliases: @@ -144,10 +143,9 @@ Accept wildcard characters: False ### -AttachedNetworkConfigurationL3Network The list of Layer 3 Networks and related configuration for attachment. -To construct, see NOTES section for ATTACHEDNETWORKCONFIGURATIONL3NETWORK properties and create a hash table. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IL3NetworkAttachmentConfiguration[] +Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IL3NetworkAttachmentConfiguration[] Parameter Sets: (All) Aliases: @@ -160,10 +158,9 @@ Accept wildcard characters: False ### -AttachedNetworkConfigurationTrunkedNetwork The list of Trunked Networks and related configuration for attachment. -To construct, see NOTES section for ATTACHEDNETWORKCONFIGURATIONTRUNKEDNETWORK properties and create a hash table. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.ITrunkedNetworkAttachmentConfiguration[] +Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.ITrunkedNetworkAttachmentConfiguration[] Parameter Sets: (All) Aliases: @@ -176,10 +173,9 @@ Accept wildcard characters: False ### -BgpAdvertisement The association of IP address pools to the communities and peers, allowing for announcement of IPs. -To construct, see NOTES section for BGPADVERTISEMENT properties and create a hash table. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IBgpAdvertisement[] +Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IBgpAdvertisement[] Parameter Sets: (All) Aliases: @@ -192,10 +188,9 @@ Accept wildcard characters: False ### -BgpIPAddressPool The list of pools of IP addresses that can be allocated to load balancer services. -To construct, see NOTES section for BGPIPADDRESSPOOL properties and create a hash table. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IIPAddressPool[] +Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IIPAddressPool[] Parameter Sets: (All) Aliases: @@ -209,10 +204,9 @@ Accept wildcard characters: False ### -BgpPeer The list of additional BgpPeer entities that the Kubernetes cluster will peer with. All peering must be explicitly defined. -To construct, see NOTES section for BGPPEER properties and create a hash table. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IServiceLoadBalancerBgpPeer[] +Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IServiceLoadBalancerBgpPeer[] Parameter Sets: (All) Aliases: @@ -227,7 +221,7 @@ Accept wildcard characters: False The indicator to specify if the load balancer peers with the network fabric. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.FabricPeeringEnabled +Type: System.String Parameter Sets: (All) Aliases: @@ -241,10 +235,9 @@ Accept wildcard characters: False ### -ControlPlaneNodeConfigurationAdminPublicKey The SSH configuration for the operating systems that run the nodes in the Kubernetes cluster. In some cases, specification of public keys may be required to produce a working environment. -To construct, see NOTES section for CONTROLPLANENODECONFIGURATIONADMINPUBLICKEY properties and create a hash table. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.ISshPublicKey[] +Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.ISshPublicKey[] Parameter Sets: (All) Aliases: @@ -367,25 +360,9 @@ Accept wildcard characters: False The agent pools that are created with this Kubernetes cluster for running critical system services and workloads. This data in this field is only used during creation, and the field will be empty following the creation of the Kubernetes Cluster. After creation, the management of agent pools is done using the agentPools sub-resource. -To construct, see NOTES section for INITIALAGENTPOOLCONFIGURATION properties and create a hash table. - -```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IInitialAgentPoolConfiguration[] -Parameter Sets: (All) -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -KubernetesClusterName -The name of the Kubernetes cluster. ```yaml -Type: System.String +Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IInitialAgentPoolConfiguration[] Parameter Sets: (All) Aliases: @@ -413,10 +390,9 @@ Accept wildcard characters: False ### -L2ServiceLoadBalancerConfigurationIPAddressPool The list of pools of IP addresses that can be allocated to load balancer services. -To construct, see NOTES section for L2SERVICELOADBALANCERCONFIGURATIONIPADDRESSPOOL properties and create a hash table. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IIPAddressPool[] +Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IIPAddressPool[] Parameter Sets: (All) Aliases: @@ -474,6 +450,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Name +The name of the Kubernetes cluster. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: KubernetesClusterName + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NetworkConfigurationCloudServicesNetworkId The resource ID of the associated Cloud Services network. @@ -588,10 +579,9 @@ Accept wildcard characters: False ### -SshPublicKey The SSH configuration for the operating systems that run the nodes in the Kubernetes cluster. In some cases, specification of public keys may be required to produce a working environment. -To construct, see NOTES section for SSHPUBLICKEY properties and create a hash table. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.ISshPublicKey[] +Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.ISshPublicKey[] Parameter Sets: (All) Aliases: @@ -671,7 +661,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IKubernetesCluster +### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IKubernetesCluster ## NOTES diff --git a/src/NetworkCloud/NetworkCloud.Autorest/docs/New-AzNetworkCloudKubernetesClusterFeature.md b/src/NetworkCloud/NetworkCloud.Autorest/docs/New-AzNetworkCloudKubernetesClusterFeature.md index 54be755722c4..66a904fb5083 100644 --- a/src/NetworkCloud/NetworkCloud.Autorest/docs/New-AzNetworkCloudKubernetesClusterFeature.md +++ b/src/NetworkCloud/NetworkCloud.Autorest/docs/New-AzNetworkCloudKubernetesClusterFeature.md @@ -8,7 +8,7 @@ schema: 2.0.0 # New-AzNetworkCloudKubernetesClusterFeature ## SYNOPSIS -Create a new Kubernetes cluster feature or update 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. ## SYNTAX @@ -19,7 +19,7 @@ New-AzNetworkCloudKubernetesClusterFeature -FeatureName -KubernetesClus ``` ## DESCRIPTION -Create a new Kubernetes cluster feature or update 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. ## EXAMPLES @@ -131,10 +131,9 @@ Accept wildcard characters: False ### -Option The configured options for the feature. -To construct, see NOTES section for OPTION properties and create a hash table. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IStringKeyValuePair[] +Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IStringKeyValuePair[] Parameter Sets: (All) Aliases: @@ -230,7 +229,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IKubernetesClusterFeature +### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IKubernetesClusterFeature ## NOTES diff --git a/src/NetworkCloud/NetworkCloud.Autorest/docs/New-AzNetworkCloudL2Network.md b/src/NetworkCloud/NetworkCloud.Autorest/docs/New-AzNetworkCloudL2Network.md index 18fa1df0c9fb..105219a02ded 100644 --- a/src/NetworkCloud/NetworkCloud.Autorest/docs/New-AzNetworkCloudL2Network.md +++ b/src/NetworkCloud/NetworkCloud.Autorest/docs/New-AzNetworkCloudL2Network.md @@ -8,19 +8,19 @@ schema: 2.0.0 # New-AzNetworkCloudL2Network ## SYNOPSIS -Create a new layer 2 (L2) network or update the properties of the existing network. +create a new layer 2 (L2) network or create the properties of the existing network. ## SYNTAX ``` New-AzNetworkCloudL2Network -Name -ResourceGroupName -ExtendedLocationName -ExtendedLocationType -L2IsolationDomainId -Location [-SubscriptionId ] - [-HybridAksPluginType ] [-InterfaceName ] [-Tag ] - [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] + [-HybridAksPluginType ] [-InterfaceName ] [-Tag ] [-DefaultProfile ] + [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] ``` ## DESCRIPTION -Create a new layer 2 (L2) network or update the properties of the existing network. +create a new layer 2 (L2) network or create the properties of the existing network. ## EXAMPLES @@ -106,7 +106,7 @@ The field was previously optional, now it will have no defined behavior and will The network plugin type for Hybrid AKS. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.HybridAksPluginType +Type: System.String Parameter Sets: (All) Aliases: @@ -278,7 +278,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IL2Network +### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IL2Network ## NOTES diff --git a/src/NetworkCloud/NetworkCloud.Autorest/docs/New-AzNetworkCloudL3Network.md b/src/NetworkCloud/NetworkCloud.Autorest/docs/New-AzNetworkCloudL3Network.md index f17daf011b55..ad7824dc350b 100644 --- a/src/NetworkCloud/NetworkCloud.Autorest/docs/New-AzNetworkCloudL3Network.md +++ b/src/NetworkCloud/NetworkCloud.Autorest/docs/New-AzNetworkCloudL3Network.md @@ -8,21 +8,21 @@ schema: 2.0.0 # New-AzNetworkCloudL3Network ## SYNOPSIS -Create a new layer 3 (L3) network or update the properties of the existing network. +create a new layer 3 (L3) network or create the properties of the existing network. ## SYNTAX ``` New-AzNetworkCloudL3Network -Name -ResourceGroupName -ExtendedLocationName -ExtendedLocationType -L3IsolationDomainId -Location -Vlan - [-SubscriptionId ] [-HybridAksIpamEnabled ] - [-HybridAksPluginType ] [-InterfaceName ] [-IPAllocationType ] - [-Ipv4ConnectedPrefix ] [-Ipv6ConnectedPrefix ] [-Tag ] - [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] + [-SubscriptionId ] [-HybridAksIpamEnabled ] [-HybridAksPluginType ] + [-InterfaceName ] [-IPAllocationType ] [-Ipv4ConnectedPrefix ] + [-Ipv6ConnectedPrefix ] [-Tag ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] + [-WhatIf] [] ``` ## DESCRIPTION -Create a new layer 3 (L3) network or update the properties of the existing network. +create a new layer 3 (L3) network or create the properties of the existing network. ## EXAMPLES @@ -108,7 +108,7 @@ The field was previously optional, now it will have no defined behavior and will The indicator of whether or not to disable IPAM allocation on the network attachment definition injected into the Hybrid AKS Cluster. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.HybridAksIpamEnabled +Type: System.String Parameter Sets: (All) Aliases: @@ -125,7 +125,7 @@ The field was previously optional, now it will have no defined behavior and will The network plugin type for Hybrid AKS. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.HybridAksPluginType +Type: System.String Parameter Sets: (All) Aliases: @@ -156,7 +156,7 @@ Accept wildcard characters: False The type of the IP address allocation, defaulted to "DualStack". ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.IPAllocationType +Type: System.String Parameter Sets: (All) Aliases: @@ -359,7 +359,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IL3Network +### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IL3Network ## NOTES diff --git a/src/NetworkCloud/NetworkCloud.Autorest/docs/New-AzNetworkCloudL3NetworkAttachmentConfigurationObject.md b/src/NetworkCloud/NetworkCloud.Autorest/docs/New-AzNetworkCloudL3NetworkAttachmentConfigurationObject.md index dedf7b5c7505..aa1881b91d6c 100644 --- a/src/NetworkCloud/NetworkCloud.Autorest/docs/New-AzNetworkCloudL3NetworkAttachmentConfigurationObject.md +++ b/src/NetworkCloud/NetworkCloud.Autorest/docs/New-AzNetworkCloudL3NetworkAttachmentConfigurationObject.md @@ -1,7 +1,7 @@ --- external help file: Module Name: Az.NetworkCloud -online version: https://learn.microsoft.com/powershell/module/Az.NetworkCloud/new-AzNetworkCloudL3NetworkAttachmentConfigurationObject +online version: https://learn.microsoft.com/powershell/module/Az.NetworkCloud/new-aznetworkcloudl3networkattachmentconfigurationobject schema: 2.0.0 --- @@ -13,8 +13,8 @@ Create an in-memory object for L3NetworkAttachmentConfiguration. ## SYNTAX ``` -New-AzNetworkCloudL3NetworkAttachmentConfigurationObject -NetworkId - [-IpamEnabled ] [-PluginType ] [] +New-AzNetworkCloudL3NetworkAttachmentConfigurationObject [-IpamEnabled ] [-NetworkId ] + [-PluginType ] [] ``` ## DESCRIPTION @@ -41,7 +41,7 @@ Create an in-memory object for L3NetworkAttachmentConfiguration. The indication of whether this network will or will not perform IP address management and allocate IP addresses when attached. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.L3NetworkConfigurationIpamEnabled +Type: System.String Parameter Sets: (All) Aliases: @@ -60,7 +60,7 @@ Type: System.String Parameter Sets: (All) Aliases: -Required: True +Required: False Position: Named Default value: None Accept pipeline input: False @@ -71,7 +71,7 @@ Accept wildcard characters: False The indicator of how this network will be utilized by the Kubernetes cluster. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.KubernetesPluginType +Type: System.String Parameter Sets: (All) Aliases: @@ -89,7 +89,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.L3NetworkAttachmentConfiguration +### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.L3NetworkAttachmentConfiguration ## NOTES diff --git a/src/NetworkCloud/NetworkCloud.Autorest/docs/New-AzNetworkCloudMetricsConfiguration.md b/src/NetworkCloud/NetworkCloud.Autorest/docs/New-AzNetworkCloudMetricsConfiguration.md index edab73e9c670..2eb4b9d279aa 100644 --- a/src/NetworkCloud/NetworkCloud.Autorest/docs/New-AzNetworkCloudMetricsConfiguration.md +++ b/src/NetworkCloud/NetworkCloud.Autorest/docs/New-AzNetworkCloudMetricsConfiguration.md @@ -8,19 +8,19 @@ schema: 2.0.0 # New-AzNetworkCloudMetricsConfiguration ## SYNOPSIS -Create new or update the existing metrics configuration of the provided cluster. +create new or create the existing metrics configuration of the provided cluster. ## SYNTAX ``` -New-AzNetworkCloudMetricsConfiguration -ClusterName -MetricsConfigurationName - -ResourceGroupName -CollectionInterval -ExtendedLocationName - -ExtendedLocationType -Location [-SubscriptionId ] [-EnabledMetric ] - [-Tag ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] +New-AzNetworkCloudMetricsConfiguration -ClusterName -Name -ResourceGroupName + -CollectionInterval -ExtendedLocationName -ExtendedLocationType -Location + [-SubscriptionId ] [-EnabledMetric ] [-Tag ] [-DefaultProfile ] + [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] ``` ## DESCRIPTION -Create new or update the existing metrics configuration of the provided cluster. +create new or create the existing metrics configuration of the provided cluster. ## EXAMPLES @@ -160,13 +160,13 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -MetricsConfigurationName +### -Name The name of the metrics configuration for the cluster. ```yaml Type: System.String Parameter Sets: (All) -Aliases: +Aliases: MetricsConfigurationName Required: True Position: Named @@ -275,7 +275,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IClusterMetricsConfiguration +### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IClusterMetricsConfiguration ## NOTES diff --git a/src/NetworkCloud/NetworkCloud.Autorest/docs/New-AzNetworkCloudNetworkAttachmentObject.md b/src/NetworkCloud/NetworkCloud.Autorest/docs/New-AzNetworkCloudNetworkAttachmentObject.md index e405e007cc55..3a9d4687091a 100644 --- a/src/NetworkCloud/NetworkCloud.Autorest/docs/New-AzNetworkCloudNetworkAttachmentObject.md +++ b/src/NetworkCloud/NetworkCloud.Autorest/docs/New-AzNetworkCloudNetworkAttachmentObject.md @@ -1,7 +1,7 @@ --- external help file: Module Name: Az.NetworkCloud -online version: https://learn.microsoft.com/powershell/module/Az.NetworkCloud/new-AzNetworkCloudNetworkAttachmentObject +online version: https://learn.microsoft.com/powershell/module/Az.NetworkCloud/new-aznetworkcloudnetworkattachmentobject schema: 2.0.0 --- @@ -13,9 +13,9 @@ Create an in-memory object for NetworkAttachment. ## SYNTAX ``` -New-AzNetworkCloudNetworkAttachmentObject -AttachedNetworkId - -IPAllocationMethod [-DefaultGateway ] - [-Ipv4Address ] [-Ipv6Address ] [-Name ] [] +New-AzNetworkCloudNetworkAttachmentObject [-AttachedNetworkId ] [-DefaultGateway ] + [-IPAllocationMethod ] [-Ipv4Address ] [-Ipv6Address ] [-Name ] + [] ``` ## DESCRIPTION @@ -48,7 +48,7 @@ Type: System.String Parameter Sets: (All) Aliases: -Required: True +Required: False Position: Named Default value: None Accept pipeline input: False @@ -60,7 +60,7 @@ 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: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.DefaultGateway +Type: System.String Parameter Sets: (All) Aliases: @@ -77,11 +77,11 @@ The IP allocation mechanism for the virtual machine. Otherwise, Disabled is the only permitted value. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.VirtualMachineIPAllocationMethod +Type: System.String Parameter Sets: (All) Aliases: -Required: True +Required: False Position: Named Default value: None Accept pipeline input: False @@ -157,7 +157,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.NetworkAttachment +### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.NetworkAttachment ## NOTES diff --git a/src/NetworkCloud/NetworkCloud.Autorest/docs/New-AzNetworkCloudRackDefinitionObject.md b/src/NetworkCloud/NetworkCloud.Autorest/docs/New-AzNetworkCloudRackDefinitionObject.md index 0a8e063d8f2e..97e7c85fa2fb 100644 --- a/src/NetworkCloud/NetworkCloud.Autorest/docs/New-AzNetworkCloudRackDefinitionObject.md +++ b/src/NetworkCloud/NetworkCloud.Autorest/docs/New-AzNetworkCloudRackDefinitionObject.md @@ -1,7 +1,7 @@ --- external help file: Module Name: Az.NetworkCloud -online version: https://learn.microsoft.com/powershell/module/Az.NetworkCloud/new-AzNetworkCloudRackDefinitionObject +online version: https://learn.microsoft.com/powershell/module/Az.NetworkCloud/new-aznetworkcloudrackdefinitionobject schema: 2.0.0 --- @@ -86,10 +86,9 @@ Accept wildcard characters: False ### -BareMetalMachineConfigurationData The unordered list of bare metal machine configuration. -To construct, see NOTES section for BAREMETALMACHINECONFIGURATIONDATA properties and create a hash table. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IBareMetalMachineConfigurationData[] +Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IBareMetalMachineConfigurationData[] Parameter Sets: (All) Aliases: @@ -163,10 +162,9 @@ Accept wildcard characters: False ### -StorageApplianceConfigurationData The list of storage appliance configuration data for this rack. -To construct, see NOTES section for STORAGEAPPLIANCECONFIGURATIONDATA properties and create a hash table. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IStorageApplianceConfigurationData[] +Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IStorageApplianceConfigurationData[] Parameter Sets: (All) Aliases: @@ -184,7 +182,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.RackDefinition +### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.RackDefinition ## NOTES diff --git a/src/NetworkCloud/NetworkCloud.Autorest/docs/New-AzNetworkCloudServiceLoadBalancerBgpPeerObject.md b/src/NetworkCloud/NetworkCloud.Autorest/docs/New-AzNetworkCloudServiceLoadBalancerBgpPeerObject.md index 8442c5a214e8..fbce74fba00a 100644 --- a/src/NetworkCloud/NetworkCloud.Autorest/docs/New-AzNetworkCloudServiceLoadBalancerBgpPeerObject.md +++ b/src/NetworkCloud/NetworkCloud.Autorest/docs/New-AzNetworkCloudServiceLoadBalancerBgpPeerObject.md @@ -1,7 +1,7 @@ --- external help file: Module Name: Az.NetworkCloud -online version: https://learn.microsoft.com/powershell/module/Az.NetworkCloud/new-AzNetworkCloudServiceLoadBalancerBgpPeerObject +online version: https://learn.microsoft.com/powershell/module/Az.NetworkCloud/new-aznetworkcloudserviceloadbalancerbgppeerobject schema: 2.0.0 --- @@ -13,9 +13,9 @@ Create an in-memory object for ServiceLoadBalancerBgpPeer. ## SYNTAX ``` -New-AzNetworkCloudServiceLoadBalancerBgpPeerObject -Name -PeerAddress -PeerAsn - [-BfdEnabled ] [-BgpMultiHop ] [-HoldTime ] [-KeepAliveTime ] - [-MyAsn ] [-Password ] [-PeerPort ] [] +New-AzNetworkCloudServiceLoadBalancerBgpPeerObject [-BfdEnabled ] [-BgpMultiHop ] + [-HoldTime ] [-KeepAliveTime ] [-MyAsn ] [-Name ] [-Password ] + [-PeerAddress ] [-PeerAsn ] [-PeerPort ] [] ``` ## DESCRIPTION @@ -42,7 +42,7 @@ Create an in-memory object for ServiceLoadBalancerBgpPeer. The indicator of BFD enablement for this BgpPeer. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.BfdEnabled +Type: System.String Parameter Sets: (All) Aliases: @@ -57,7 +57,7 @@ Accept wildcard characters: False The indicator to enable multi-hop peering support. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.BgpMultiHop +Type: System.String Parameter Sets: (All) Aliases: @@ -127,7 +127,7 @@ Type: System.String Parameter Sets: (All) Aliases: -Required: True +Required: False Position: Named Default value: None Accept pipeline input: False @@ -157,7 +157,7 @@ Type: System.String Parameter Sets: (All) Aliases: -Required: True +Required: False Position: Named Default value: None Accept pipeline input: False @@ -172,7 +172,7 @@ Type: System.Int64 Parameter Sets: (All) Aliases: -Required: True +Required: False Position: Named Default value: None Accept pipeline input: False @@ -201,7 +201,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.ServiceLoadBalancerBgpPeer +### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.ServiceLoadBalancerBgpPeer ## NOTES diff --git a/src/NetworkCloud/NetworkCloud.Autorest/docs/New-AzNetworkCloudServicesNetwork.md b/src/NetworkCloud/NetworkCloud.Autorest/docs/New-AzNetworkCloudServicesNetwork.md index a961d8509f67..911f7665b56a 100644 --- a/src/NetworkCloud/NetworkCloud.Autorest/docs/New-AzNetworkCloudServicesNetwork.md +++ b/src/NetworkCloud/NetworkCloud.Autorest/docs/New-AzNetworkCloudServicesNetwork.md @@ -8,20 +8,19 @@ schema: 2.0.0 # New-AzNetworkCloudServicesNetwork ## SYNOPSIS -Create a new cloud services network or update the properties of the existing cloud services network. +create a new cloud services network or create the properties of the existing cloud services network. ## SYNTAX ``` -New-AzNetworkCloudServicesNetwork -CloudServicesNetworkName -ResourceGroupName - -ExtendedLocationName -ExtendedLocationType -Location [-SubscriptionId ] - [-AdditionalEgressEndpoint ] - [-EnableDefaultEgressEndpoint ] [-Tag ] +New-AzNetworkCloudServicesNetwork -Name -ResourceGroupName -ExtendedLocationName + -ExtendedLocationType -Location [-SubscriptionId ] + [-AdditionalEgressEndpoint ] [-EnableDefaultEgressEndpoint ] [-Tag ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] ``` ## DESCRIPTION -Create a new cloud services network or update the properties of the existing cloud services network. +create a new cloud services network or create the properties of the existing cloud services network. ## EXAMPLES @@ -48,10 +47,9 @@ This command creates a cloud services network. ### -AdditionalEgressEndpoint The list of egress endpoints. This allows for connection from a Hybrid AKS cluster to the specified endpoint. -To construct, see NOTES section for ADDITIONALEGRESSENDPOINT properties and create a hash table. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IEgressEndpoint[] +Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IEgressEndpoint[] Parameter Sets: (All) Aliases: @@ -77,21 +75,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -CloudServicesNetworkName -The name of the cloud services network. - -```yaml -Type: System.String -Parameter Sets: (All) -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. @@ -112,7 +95,7 @@ Accept wildcard characters: False The indicator of whether the platform default endpoints are allowed for the egress traffic. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.CloudServicesNetworkEnableDefaultEgressEndpoints +Type: System.String Parameter Sets: (All) Aliases: @@ -168,6 +151,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Name +The name of the cloud services network. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: CloudServicesNetworkName + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoWait Run the command asynchronously @@ -268,7 +266,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.ICloudServicesNetwork +### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.ICloudServicesNetwork ## NOTES diff --git a/src/NetworkCloud/NetworkCloud.Autorest/docs/New-AzNetworkCloudStorageApplianceConfigurationDataObject.md b/src/NetworkCloud/NetworkCloud.Autorest/docs/New-AzNetworkCloudStorageApplianceConfigurationDataObject.md index 4683ecc66390..2f9492ca12eb 100644 --- a/src/NetworkCloud/NetworkCloud.Autorest/docs/New-AzNetworkCloudStorageApplianceConfigurationDataObject.md +++ b/src/NetworkCloud/NetworkCloud.Autorest/docs/New-AzNetworkCloudStorageApplianceConfigurationDataObject.md @@ -1,7 +1,7 @@ --- external help file: Module Name: Az.NetworkCloud -online version: https://learn.microsoft.com/powershell/module/Az.NetworkCloud/new-AzNetworkCloudStorageApplianceConfigurationDataObject +online version: https://learn.microsoft.com/powershell/module/Az.NetworkCloud/new-aznetworkcloudstorageapplianceconfigurationdataobject schema: 2.0.0 --- @@ -122,7 +122,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.StorageApplianceConfigurationData +### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.StorageApplianceConfigurationData ## NOTES diff --git a/src/NetworkCloud/NetworkCloud.Autorest/docs/New-AzNetworkCloudTrunkedNetwork.md b/src/NetworkCloud/NetworkCloud.Autorest/docs/New-AzNetworkCloudTrunkedNetwork.md index 7092ad52da91..851dc1b2fff6 100644 --- a/src/NetworkCloud/NetworkCloud.Autorest/docs/New-AzNetworkCloudTrunkedNetwork.md +++ b/src/NetworkCloud/NetworkCloud.Autorest/docs/New-AzNetworkCloudTrunkedNetwork.md @@ -8,19 +8,19 @@ schema: 2.0.0 # New-AzNetworkCloudTrunkedNetwork ## SYNOPSIS -Create a new trunked network or update the properties of the existing trunked network. +create a new trunked network or create the properties of the existing trunked network. ## SYNTAX ``` New-AzNetworkCloudTrunkedNetwork -Name -ResourceGroupName -ExtendedLocationName -ExtendedLocationType -IsolationDomainId -Location -Vlan - [-SubscriptionId ] [-HybridAksPluginType ] [-InterfaceName ] - [-Tag ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] + [-SubscriptionId ] [-HybridAksPluginType ] [-InterfaceName ] [-Tag ] + [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] ``` ## DESCRIPTION -Create a new trunked network or update the properties of the existing trunked network. +create a new trunked network or create the properties of the existing trunked network. ## EXAMPLES @@ -106,7 +106,7 @@ The field was previously optional, now it will have no defined behavior and will The network plugin type for Hybrid AKS. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.HybridAksPluginType +Type: System.String Parameter Sets: (All) Aliases: @@ -294,7 +294,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.ITrunkedNetwork +### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.ITrunkedNetwork ## NOTES diff --git a/src/NetworkCloud/NetworkCloud.Autorest/docs/New-AzNetworkCloudVirtualMachine.md b/src/NetworkCloud/NetworkCloud.Autorest/docs/New-AzNetworkCloudVirtualMachine.md index 9a915845a05c..6f8c4447ebf7 100644 --- a/src/NetworkCloud/NetworkCloud.Autorest/docs/New-AzNetworkCloudVirtualMachine.md +++ b/src/NetworkCloud/NetworkCloud.Autorest/docs/New-AzNetworkCloudVirtualMachine.md @@ -8,31 +8,29 @@ schema: 2.0.0 # New-AzNetworkCloudVirtualMachine ## SYNOPSIS -Create a new virtual machine or update the properties of the existing virtual machine. +create a new virtual machine or create the properties of the existing virtual machine. ## SYNTAX ``` New-AzNetworkCloudVirtualMachine -Name -ResourceGroupName -AdminUsername -CloudServiceNetworkAttachmentAttachedNetworkId - -CloudServiceNetworkAttachmentIPAllocationMethod -CpuCore - -ExtendedLocationName -ExtendedLocationType -Location -MemorySizeGb - -OSDiskSizeGb -VMImage [-SubscriptionId ] [-BootMethod ] - [-CloudServiceNetworkAttachmentDefaultGateway ] - [-CloudServiceNetworkAttachmentIpv4Address ] [-CloudServiceNetworkAttachmentIpv6Address ] - [-CloudServiceNetworkAttachmentName ] [-IsolateEmulatorThread ] - [-NetworkAttachment ] [-NetworkData ] - [-OSDiskCreateOption ] [-OSDiskDeleteOption ] + -CloudServiceNetworkAttachmentIPAllocationMethod -CpuCore -ExtendedLocationName + -ExtendedLocationType -Location -MemorySizeGb -OSDiskSizeGb + -VMImage [-SubscriptionId ] [-BootMethod ] + [-CloudServiceNetworkAttachmentDefaultGateway ] [-CloudServiceNetworkAttachmentIpv4Address ] + [-CloudServiceNetworkAttachmentIpv6Address ] [-CloudServiceNetworkAttachmentName ] + [-IsolateEmulatorThread ] [-NetworkAttachment ] [-NetworkData ] + [-OSDiskCreateOption ] [-OSDiskDeleteOption ] [-PlacementHint ] [-SshPublicKey ] [-StorageProfileVolumeAttachment ] [-Tag ] [-UserData ] - [-VirtioInterface ] [-VMDeviceModel ] - [-VMImageRepositoryCredentialsPassword ] [-VMImageRepositoryCredentialsRegistryUrl ] - [-VMImageRepositoryCredentialsUsername ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] - [-WhatIf] [] + [-VirtioInterface ] [-VMDeviceModel ] [-VMImageRepositoryCredentialsPassword ] + [-VMImageRepositoryCredentialsRegistryUrl ] [-VMImageRepositoryCredentialsUsername ] + [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] ``` ## DESCRIPTION -Create a new virtual machine or update the properties of the existing virtual machine. +create a new virtual machine or create the properties of the existing virtual machine. ## EXAMPLES @@ -103,7 +101,7 @@ Accept wildcard characters: False Selects the boot method for the virtual machine. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.VirtualMachineBootMethod +Type: System.String Parameter Sets: (All) Aliases: @@ -133,7 +131,7 @@ Accept wildcard characters: False 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: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.DefaultGateway +Type: System.String Parameter Sets: (All) Aliases: @@ -148,7 +146,7 @@ Accept wildcard characters: False 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: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.VirtualMachineIPAllocationMethod +Type: System.String Parameter Sets: (All) Aliases: @@ -270,7 +268,7 @@ Field Deprecated, the value will be ignored if provided. The indicator of whether one of the specified CPU cores is isolated to run the emulator thread for this virtual machine. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.VirtualMachineIsolateEmulatorThread +Type: System.String Parameter Sets: (All) Aliases: @@ -329,10 +327,9 @@ Accept wildcard characters: False ### -NetworkAttachment The list of network attachments to the virtual machine. -To construct, see NOTES section for NETWORKATTACHMENT properties and create a hash table. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.INetworkAttachment[] +Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkAttachment[] Parameter Sets: (All) Aliases: @@ -377,7 +374,7 @@ Accept wildcard characters: False The strategy for creating the OS disk. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.OSDiskCreateOption +Type: System.String Parameter Sets: (All) Aliases: @@ -392,7 +389,7 @@ Accept wildcard characters: False The strategy for deleting the OS disk. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.OSDiskDeleteOption +Type: System.String Parameter Sets: (All) Aliases: @@ -422,10 +419,9 @@ Accept wildcard characters: False ### -PlacementHint The scheduling hints for the virtual machine. -To construct, see NOTES section for PLACEMENTHINT properties and create a hash table. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IVirtualMachinePlacementHint[] +Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IVirtualMachinePlacementHint[] Parameter Sets: (All) Aliases: @@ -455,10 +451,9 @@ Accept wildcard characters: False ### -SshPublicKey The list of ssh public keys. Each key will be added to the virtual machine using the cloud-init ssh_authorized_keys mechanism for the adminUsername. -To construct, see NOTES section for SSHPUBLICKEY properties and create a hash table. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.ISshPublicKey[] +Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.ISshPublicKey[] Parameter Sets: (All) Aliases: @@ -535,7 +530,7 @@ Field Deprecated, use virtualizationModel instead. The type of the virtio interface. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.VirtualMachineVirtioInterfaceType +Type: System.String Parameter Sets: (All) Aliases: @@ -550,7 +545,7 @@ Accept wildcard characters: False The type of the device model to use. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.VirtualMachineDeviceModelType +Type: System.String Parameter Sets: (All) Aliases: @@ -659,7 +654,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IVirtualMachine +### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IVirtualMachine ## NOTES diff --git a/src/NetworkCloud/NetworkCloud.Autorest/docs/New-AzNetworkCloudVirtualMachinePlacementHintObject.md b/src/NetworkCloud/NetworkCloud.Autorest/docs/New-AzNetworkCloudVirtualMachinePlacementHintObject.md index 0a8b58f42080..9cefdd4db160 100644 --- a/src/NetworkCloud/NetworkCloud.Autorest/docs/New-AzNetworkCloudVirtualMachinePlacementHintObject.md +++ b/src/NetworkCloud/NetworkCloud.Autorest/docs/New-AzNetworkCloudVirtualMachinePlacementHintObject.md @@ -1,7 +1,7 @@ --- external help file: Module Name: Az.NetworkCloud -online version: https://learn.microsoft.com/powershell/module/Az.NetworkCloud/new-AzNetworkCloudVirtualMachinePlacementHintObject +online version: https://learn.microsoft.com/powershell/module/Az.NetworkCloud/new-aznetworkcloudvirtualmachineplacementhintobject schema: 2.0.0 --- @@ -13,9 +13,8 @@ Create an in-memory object for VirtualMachinePlacementHint. ## SYNTAX ``` -New-AzNetworkCloudVirtualMachinePlacementHintObject -HintType - -ResourceId -SchedulingExecution - -Scope [] +New-AzNetworkCloudVirtualMachinePlacementHintObject [-HintType ] [-ResourceId ] + [-SchedulingExecution ] [-Scope ] [] ``` ## DESCRIPTION @@ -42,11 +41,11 @@ Creates an in-memory object for VirtualMachinePlacementHint. The specification of whether this hint supports affinity or anti-affinity with the referenced resources. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.VirtualMachinePlacementHintType +Type: System.String Parameter Sets: (All) Aliases: -Required: True +Required: False Position: Named Default value: None Accept pipeline input: False @@ -61,7 +60,7 @@ Type: System.String Parameter Sets: (All) Aliases: -Required: True +Required: False Position: Named Default value: None Accept pipeline input: False @@ -72,11 +71,11 @@ Accept wildcard characters: False The indicator of whether the hint is a hard or soft requirement during scheduling. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.VirtualMachineSchedulingExecution +Type: System.String Parameter Sets: (All) Aliases: -Required: True +Required: False Position: Named Default value: None Accept pipeline input: False @@ -88,11 +87,11 @@ The scope for the virtual machine affinity or anti-affinity placement hint. It should always be "Machine" in the case of node affinity. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.VirtualMachinePlacementHintPodAffinityScope +Type: System.String Parameter Sets: (All) Aliases: -Required: True +Required: False Position: Named Default value: None Accept pipeline input: False @@ -106,7 +105,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.VirtualMachinePlacementHint +### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.VirtualMachinePlacementHint ## NOTES diff --git a/src/NetworkCloud/NetworkCloud.Autorest/docs/New-AzNetworkCloudVolume.md b/src/NetworkCloud/NetworkCloud.Autorest/docs/New-AzNetworkCloudVolume.md index 0c7341624854..a399125e0022 100644 --- a/src/NetworkCloud/NetworkCloud.Autorest/docs/New-AzNetworkCloudVolume.md +++ b/src/NetworkCloud/NetworkCloud.Autorest/docs/New-AzNetworkCloudVolume.md @@ -8,7 +8,7 @@ schema: 2.0.0 # New-AzNetworkCloudVolume ## SYNOPSIS -Create a new volume or update the properties of the existing one. +create a new volume or create the properties of the existing one. ## SYNTAX @@ -19,7 +19,7 @@ New-AzNetworkCloudVolume -Name -ResourceGroupName -ExtendedLoc ``` ## DESCRIPTION -Create a new volume or update the properties of the existing one. +create a new volume or create the properties of the existing one. ## EXAMPLES @@ -244,7 +244,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IVolume +### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IVolume ## NOTES diff --git a/src/NetworkCloud/NetworkCloud.Autorest/docs/Remove-AzNetworkCloudAgentPool.md b/src/NetworkCloud/NetworkCloud.Autorest/docs/Remove-AzNetworkCloudAgentPool.md index 5319d3cd573e..15ce25b3b683 100644 --- a/src/NetworkCloud/NetworkCloud.Autorest/docs/Remove-AzNetworkCloudAgentPool.md +++ b/src/NetworkCloud/NetworkCloud.Autorest/docs/Remove-AzNetworkCloudAgentPool.md @@ -25,6 +25,12 @@ Remove-AzNetworkCloudAgentPool -InputObject [-DefaultPro [-NoWait] [-PassThru] [-Confirm] [-WhatIf] [] ``` +### DeleteViaIdentityKubernetesCluster +``` +Remove-AzNetworkCloudAgentPool -KubernetesClusterInputObject -Name + [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-Confirm] [-WhatIf] [] +``` + ## DESCRIPTION Delete the provided Kubernetes cluster agent pool. @@ -72,7 +78,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity @@ -86,6 +91,21 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` +### -KubernetesClusterInputObject +Identity Parameter + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity +Parameter Sets: DeleteViaIdentityKubernetesCluster +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + ### -KubernetesClusterName The name of the Kubernetes cluster. @@ -106,7 +126,7 @@ The name of the Kubernetes cluster agent pool. ```yaml Type: System.String -Parameter Sets: Delete +Parameter Sets: Delete, DeleteViaIdentityKubernetesCluster Aliases: AgentPoolName Required: True diff --git a/src/NetworkCloud/NetworkCloud.Autorest/docs/Remove-AzNetworkCloudBareMetalMachineKeySet.md b/src/NetworkCloud/NetworkCloud.Autorest/docs/Remove-AzNetworkCloudBareMetalMachineKeySet.md index 434301703fa8..57a5cffacc2f 100644 --- a/src/NetworkCloud/NetworkCloud.Autorest/docs/Remove-AzNetworkCloudBareMetalMachineKeySet.md +++ b/src/NetworkCloud/NetworkCloud.Autorest/docs/Remove-AzNetworkCloudBareMetalMachineKeySet.md @@ -25,6 +25,12 @@ Remove-AzNetworkCloudBareMetalMachineKeySet -InputObject [-AsJob] [-NoWait] [-PassThru] [-Confirm] [-WhatIf] [] ``` +### DeleteViaIdentityCluster +``` +Remove-AzNetworkCloudBareMetalMachineKeySet -ClusterInputObject -Name + [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-Confirm] [-WhatIf] [] +``` + ## DESCRIPTION Delete the bare metal machine key set of the provided cluster. @@ -54,6 +60,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ClusterInputObject +Identity Parameter + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity +Parameter Sets: DeleteViaIdentityCluster +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + ### -ClusterName The name of the cluster. @@ -87,7 +108,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity @@ -106,7 +126,7 @@ The name of the bare metal machine key set. ```yaml Type: System.String -Parameter Sets: Delete +Parameter Sets: Delete, DeleteViaIdentityCluster Aliases: BareMetalMachineKeySetName Required: True diff --git a/src/NetworkCloud/NetworkCloud.Autorest/docs/Remove-AzNetworkCloudBmcKeySet.md b/src/NetworkCloud/NetworkCloud.Autorest/docs/Remove-AzNetworkCloudBmcKeySet.md index 206dcd023339..5682438c6977 100644 --- a/src/NetworkCloud/NetworkCloud.Autorest/docs/Remove-AzNetworkCloudBmcKeySet.md +++ b/src/NetworkCloud/NetworkCloud.Autorest/docs/Remove-AzNetworkCloudBmcKeySet.md @@ -25,6 +25,12 @@ Remove-AzNetworkCloudBmcKeySet -InputObject [-DefaultPro [-NoWait] [-PassThru] [-Confirm] [-WhatIf] [] ``` +### DeleteViaIdentityCluster +``` +Remove-AzNetworkCloudBmcKeySet -ClusterInputObject -Name + [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-Confirm] [-WhatIf] [] +``` + ## DESCRIPTION Delete the baseboard management controller key set of the provided cluster. @@ -54,6 +60,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ClusterInputObject +Identity Parameter + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity +Parameter Sets: DeleteViaIdentityCluster +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + ### -ClusterName The name of the cluster. @@ -87,7 +108,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity @@ -106,7 +126,7 @@ The name of the baseboard management controller key set. ```yaml Type: System.String -Parameter Sets: Delete +Parameter Sets: Delete, DeleteViaIdentityCluster Aliases: BmcKeySetName Required: True diff --git a/src/NetworkCloud/NetworkCloud.Autorest/docs/Remove-AzNetworkCloudCluster.md b/src/NetworkCloud/NetworkCloud.Autorest/docs/Remove-AzNetworkCloudCluster.md index 74e201e61cb4..cd04e0e0dc08 100644 --- a/src/NetworkCloud/NetworkCloud.Autorest/docs/Remove-AzNetworkCloudCluster.md +++ b/src/NetworkCloud/NetworkCloud.Autorest/docs/Remove-AzNetworkCloudCluster.md @@ -71,7 +71,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity diff --git a/src/NetworkCloud/NetworkCloud.Autorest/docs/Remove-AzNetworkCloudClusterManager.md b/src/NetworkCloud/NetworkCloud.Autorest/docs/Remove-AzNetworkCloudClusterManager.md index 78a4ecc2dd21..858094c436ec 100644 --- a/src/NetworkCloud/NetworkCloud.Autorest/docs/Remove-AzNetworkCloudClusterManager.md +++ b/src/NetworkCloud/NetworkCloud.Autorest/docs/Remove-AzNetworkCloudClusterManager.md @@ -71,7 +71,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity diff --git a/src/NetworkCloud/NetworkCloud.Autorest/docs/Remove-AzNetworkCloudConsole.md b/src/NetworkCloud/NetworkCloud.Autorest/docs/Remove-AzNetworkCloudConsole.md index db7fe5c2baa7..58fa391ebb70 100644 --- a/src/NetworkCloud/NetworkCloud.Autorest/docs/Remove-AzNetworkCloudConsole.md +++ b/src/NetworkCloud/NetworkCloud.Autorest/docs/Remove-AzNetworkCloudConsole.md @@ -25,6 +25,12 @@ Remove-AzNetworkCloudConsole -InputObject [-DefaultProfi [-NoWait] [-PassThru] [-Confirm] [-WhatIf] [] ``` +### DeleteViaIdentityVirtualMachine +``` +Remove-AzNetworkCloudConsole -Name -VirtualMachineInputObject + [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-Confirm] [-WhatIf] [] +``` + ## DESCRIPTION Delete the provided virtual machine console. @@ -72,7 +78,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity @@ -91,7 +96,7 @@ The name of the virtual machine console. ```yaml Type: System.String -Parameter Sets: Delete +Parameter Sets: Delete, DeleteViaIdentityVirtualMachine Aliases: ConsoleName Required: True @@ -163,6 +168,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -VirtualMachineInputObject +Identity Parameter + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity +Parameter Sets: DeleteViaIdentityVirtualMachine +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + ### -VirtualMachineName The name of the virtual machine. diff --git a/src/NetworkCloud/NetworkCloud.Autorest/docs/Remove-AzNetworkCloudKubernetesCluster.md b/src/NetworkCloud/NetworkCloud.Autorest/docs/Remove-AzNetworkCloudKubernetesCluster.md index 78364ebd1a68..842be123f1f8 100644 --- a/src/NetworkCloud/NetworkCloud.Autorest/docs/Remove-AzNetworkCloudKubernetesCluster.md +++ b/src/NetworkCloud/NetworkCloud.Autorest/docs/Remove-AzNetworkCloudKubernetesCluster.md @@ -71,7 +71,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity diff --git a/src/NetworkCloud/NetworkCloud.Autorest/docs/Remove-AzNetworkCloudKubernetesClusterFeature.md b/src/NetworkCloud/NetworkCloud.Autorest/docs/Remove-AzNetworkCloudKubernetesClusterFeature.md index bf683c931a11..6b718ab50e68 100644 --- a/src/NetworkCloud/NetworkCloud.Autorest/docs/Remove-AzNetworkCloudKubernetesClusterFeature.md +++ b/src/NetworkCloud/NetworkCloud.Autorest/docs/Remove-AzNetworkCloudKubernetesClusterFeature.md @@ -25,6 +25,13 @@ Remove-AzNetworkCloudKubernetesClusterFeature -InputObject ] [-AsJob] [-NoWait] [-PassThru] [-Confirm] [-WhatIf] [] ``` +### DeleteViaIdentityKubernetesCluster +``` +Remove-AzNetworkCloudKubernetesClusterFeature -FeatureName + -KubernetesClusterInputObject [-DefaultProfile ] [-AsJob] [-NoWait] + [-PassThru] [-Confirm] [-WhatIf] [] +``` + ## DESCRIPTION Delete the provided Kubernetes cluster feature. @@ -75,7 +82,7 @@ The name of the feature. ```yaml Type: System.String -Parameter Sets: Delete +Parameter Sets: Delete, DeleteViaIdentityKubernetesCluster Aliases: Required: True @@ -87,7 +94,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity @@ -101,6 +107,21 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` +### -KubernetesClusterInputObject +Identity Parameter + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity +Parameter Sets: DeleteViaIdentityKubernetesCluster +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + ### -KubernetesClusterName The name of the Kubernetes cluster. diff --git a/src/NetworkCloud/NetworkCloud.Autorest/docs/Remove-AzNetworkCloudL2Network.md b/src/NetworkCloud/NetworkCloud.Autorest/docs/Remove-AzNetworkCloudL2Network.md index f574171fdc46..cc13218636da 100644 --- a/src/NetworkCloud/NetworkCloud.Autorest/docs/Remove-AzNetworkCloudL2Network.md +++ b/src/NetworkCloud/NetworkCloud.Autorest/docs/Remove-AzNetworkCloudL2Network.md @@ -71,7 +71,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity diff --git a/src/NetworkCloud/NetworkCloud.Autorest/docs/Remove-AzNetworkCloudL3Network.md b/src/NetworkCloud/NetworkCloud.Autorest/docs/Remove-AzNetworkCloudL3Network.md index 2a0219b5cc9a..896be7e26d47 100644 --- a/src/NetworkCloud/NetworkCloud.Autorest/docs/Remove-AzNetworkCloudL3Network.md +++ b/src/NetworkCloud/NetworkCloud.Autorest/docs/Remove-AzNetworkCloudL3Network.md @@ -71,7 +71,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity diff --git a/src/NetworkCloud/NetworkCloud.Autorest/docs/Remove-AzNetworkCloudMetricsConfiguration.md b/src/NetworkCloud/NetworkCloud.Autorest/docs/Remove-AzNetworkCloudMetricsConfiguration.md index 1cef4eb98117..b669515912f1 100644 --- a/src/NetworkCloud/NetworkCloud.Autorest/docs/Remove-AzNetworkCloudMetricsConfiguration.md +++ b/src/NetworkCloud/NetworkCloud.Autorest/docs/Remove-AzNetworkCloudMetricsConfiguration.md @@ -25,6 +25,12 @@ Remove-AzNetworkCloudMetricsConfiguration -InputObject [ [-AsJob] [-NoWait] [-PassThru] [-Confirm] [-WhatIf] [] ``` +### DeleteViaIdentityCluster +``` +Remove-AzNetworkCloudMetricsConfiguration -ClusterInputObject -Name + [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-Confirm] [-WhatIf] [] +``` + ## DESCRIPTION Delete the metrics configuration of the provided cluster. @@ -54,6 +60,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ClusterInputObject +Identity Parameter + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity +Parameter Sets: DeleteViaIdentityCluster +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + ### -ClusterName The name of the cluster. @@ -87,7 +108,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity @@ -106,7 +126,7 @@ The name of the metrics configuration for the cluster. ```yaml Type: System.String -Parameter Sets: Delete +Parameter Sets: Delete, DeleteViaIdentityCluster Aliases: MetricsConfigurationName Required: True diff --git a/src/NetworkCloud/NetworkCloud.Autorest/docs/Remove-AzNetworkCloudServicesNetwork.md b/src/NetworkCloud/NetworkCloud.Autorest/docs/Remove-AzNetworkCloudServicesNetwork.md index 124b68a1a6d0..069f9811c567 100644 --- a/src/NetworkCloud/NetworkCloud.Autorest/docs/Remove-AzNetworkCloudServicesNetwork.md +++ b/src/NetworkCloud/NetworkCloud.Autorest/docs/Remove-AzNetworkCloudServicesNetwork.md @@ -71,7 +71,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity diff --git a/src/NetworkCloud/NetworkCloud.Autorest/docs/Remove-AzNetworkCloudTrunkedNetwork.md b/src/NetworkCloud/NetworkCloud.Autorest/docs/Remove-AzNetworkCloudTrunkedNetwork.md index 4184403cdb47..3bf69c3ef29c 100644 --- a/src/NetworkCloud/NetworkCloud.Autorest/docs/Remove-AzNetworkCloudTrunkedNetwork.md +++ b/src/NetworkCloud/NetworkCloud.Autorest/docs/Remove-AzNetworkCloudTrunkedNetwork.md @@ -71,7 +71,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity diff --git a/src/NetworkCloud/NetworkCloud.Autorest/docs/Remove-AzNetworkCloudVirtualMachine.md b/src/NetworkCloud/NetworkCloud.Autorest/docs/Remove-AzNetworkCloudVirtualMachine.md index c91659bfadfb..789abcda4b5e 100644 --- a/src/NetworkCloud/NetworkCloud.Autorest/docs/Remove-AzNetworkCloudVirtualMachine.md +++ b/src/NetworkCloud/NetworkCloud.Autorest/docs/Remove-AzNetworkCloudVirtualMachine.md @@ -71,7 +71,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity diff --git a/src/NetworkCloud/NetworkCloud.Autorest/docs/Remove-AzNetworkCloudVolume.md b/src/NetworkCloud/NetworkCloud.Autorest/docs/Remove-AzNetworkCloudVolume.md index e1d4692c3bc6..7e858fd33810 100644 --- a/src/NetworkCloud/NetworkCloud.Autorest/docs/Remove-AzNetworkCloudVolume.md +++ b/src/NetworkCloud/NetworkCloud.Autorest/docs/Remove-AzNetworkCloudVolume.md @@ -71,7 +71,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity diff --git a/src/NetworkCloud/NetworkCloud.Autorest/docs/Restart-AzNetworkCloudBareMetalMachine.md b/src/NetworkCloud/NetworkCloud.Autorest/docs/Restart-AzNetworkCloudBareMetalMachine.md index 7fc19ccb7f92..93e9d3f8bc96 100644 --- a/src/NetworkCloud/NetworkCloud.Autorest/docs/Restart-AzNetworkCloudBareMetalMachine.md +++ b/src/NetworkCloud/NetworkCloud.Autorest/docs/Restart-AzNetworkCloudBareMetalMachine.md @@ -71,7 +71,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity diff --git a/src/NetworkCloud/NetworkCloud.Autorest/docs/Restart-AzNetworkCloudKubernetesClusterNode.md b/src/NetworkCloud/NetworkCloud.Autorest/docs/Restart-AzNetworkCloudKubernetesClusterNode.md index d83badcd506b..566638cf9293 100644 --- a/src/NetworkCloud/NetworkCloud.Autorest/docs/Restart-AzNetworkCloudKubernetesClusterNode.md +++ b/src/NetworkCloud/NetworkCloud.Autorest/docs/Restart-AzNetworkCloudKubernetesClusterNode.md @@ -19,12 +19,40 @@ Restart-AzNetworkCloudKubernetesClusterNode -KubernetesClusterName -Res [-Confirm] [-WhatIf] [] ``` +### Restart +``` +Restart-AzNetworkCloudKubernetesClusterNode -KubernetesClusterName -ResourceGroupName + -KubernetesClusterRestartNodeParameter [-SubscriptionId ] + [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-Confirm] [-WhatIf] [] +``` + +### RestartViaIdentity +``` +Restart-AzNetworkCloudKubernetesClusterNode -InputObject + -KubernetesClusterRestartNodeParameter [-DefaultProfile ] + [-AsJob] [-NoWait] [-PassThru] [-Confirm] [-WhatIf] [] +``` + ### RestartViaIdentityExpanded ``` Restart-AzNetworkCloudKubernetesClusterNode -InputObject -NodeName [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-Confirm] [-WhatIf] [] ``` +### RestartViaJsonFilePath +``` +Restart-AzNetworkCloudKubernetesClusterNode -KubernetesClusterName -ResourceGroupName + -JsonFilePath [-SubscriptionId ] [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] + [-Confirm] [-WhatIf] [] +``` + +### RestartViaJsonString +``` +Restart-AzNetworkCloudKubernetesClusterNode -KubernetesClusterName -ResourceGroupName + -JsonString [-SubscriptionId ] [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] + [-Confirm] [-WhatIf] [] +``` + ## DESCRIPTION Restart a targeted node of a Kubernetes cluster. @@ -72,11 +100,10 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity -Parameter Sets: RestartViaIdentityExpanded +Parameter Sets: RestartViaIdentity, RestartViaIdentityExpanded Aliases: Required: True @@ -86,12 +113,42 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` +### -JsonFilePath +Path of Json file supplied to the Restart operation + +```yaml +Type: System.String +Parameter Sets: RestartViaJsonFilePath +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -JsonString +Json string supplied to the Restart operation + +```yaml +Type: System.String +Parameter Sets: RestartViaJsonString +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -KubernetesClusterName The name of the Kubernetes cluster. ```yaml Type: System.String -Parameter Sets: RestartExpanded +Parameter Sets: Restart, RestartExpanded, RestartViaJsonFilePath, RestartViaJsonString Aliases: Required: True @@ -101,12 +158,27 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -KubernetesClusterRestartNodeParameter +KubernetesClusterRestartNodeParameters represents the body of the request to restart the node of a Kubernetes cluster. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IKubernetesClusterRestartNodeParameters +Parameter Sets: Restart, RestartViaIdentity +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + ### -NodeName The name of the node to restart. ```yaml Type: System.String -Parameter Sets: (All) +Parameter Sets: RestartExpanded, RestartViaIdentityExpanded Aliases: Required: True @@ -152,7 +224,7 @@ The name is case insensitive. ```yaml Type: System.String -Parameter Sets: RestartExpanded +Parameter Sets: Restart, RestartExpanded, RestartViaJsonFilePath, RestartViaJsonString Aliases: Required: True @@ -168,7 +240,7 @@ The value must be an UUID. ```yaml Type: System.String -Parameter Sets: RestartExpanded +Parameter Sets: Restart, RestartExpanded, RestartViaJsonFilePath, RestartViaJsonString Aliases: Required: False @@ -214,6 +286,8 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS +### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IKubernetesClusterRestartNodeParameters + ### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity ## OUTPUTS diff --git a/src/NetworkCloud/NetworkCloud.Autorest/docs/Restart-AzNetworkCloudVirtualMachine.md b/src/NetworkCloud/NetworkCloud.Autorest/docs/Restart-AzNetworkCloudVirtualMachine.md index d3acca74f888..c7932d41fea0 100644 --- a/src/NetworkCloud/NetworkCloud.Autorest/docs/Restart-AzNetworkCloudVirtualMachine.md +++ b/src/NetworkCloud/NetworkCloud.Autorest/docs/Restart-AzNetworkCloudVirtualMachine.md @@ -71,7 +71,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity diff --git a/src/NetworkCloud/NetworkCloud.Autorest/docs/Start-AzNetworkCloudBareMetalMachine.md b/src/NetworkCloud/NetworkCloud.Autorest/docs/Start-AzNetworkCloudBareMetalMachine.md index a0d51f153979..38c53f1453c7 100644 --- a/src/NetworkCloud/NetworkCloud.Autorest/docs/Start-AzNetworkCloudBareMetalMachine.md +++ b/src/NetworkCloud/NetworkCloud.Autorest/docs/Start-AzNetworkCloudBareMetalMachine.md @@ -71,7 +71,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity diff --git a/src/NetworkCloud/NetworkCloud.Autorest/docs/Start-AzNetworkCloudVirtualMachine.md b/src/NetworkCloud/NetworkCloud.Autorest/docs/Start-AzNetworkCloudVirtualMachine.md index ae7951a77fc7..b89825f6e192 100644 --- a/src/NetworkCloud/NetworkCloud.Autorest/docs/Start-AzNetworkCloudVirtualMachine.md +++ b/src/NetworkCloud/NetworkCloud.Autorest/docs/Start-AzNetworkCloudVirtualMachine.md @@ -71,7 +71,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity diff --git a/src/NetworkCloud/NetworkCloud.Autorest/docs/Stop-AzNetworkCloudBareMetalMachine.md b/src/NetworkCloud/NetworkCloud.Autorest/docs/Stop-AzNetworkCloudBareMetalMachine.md index 420e4b647fc9..b491d832a0d5 100644 --- a/src/NetworkCloud/NetworkCloud.Autorest/docs/Stop-AzNetworkCloudBareMetalMachine.md +++ b/src/NetworkCloud/NetworkCloud.Autorest/docs/Stop-AzNetworkCloudBareMetalMachine.md @@ -15,15 +15,14 @@ Power off the provided bare metal machine. ### PowerOffExpanded (Default) ``` Stop-AzNetworkCloudBareMetalMachine -Name -ResourceGroupName [-SubscriptionId ] - [-SkipShutdown ] [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] - [-Confirm] [-WhatIf] [] + [-SkipShutdown ] [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-Confirm] [-WhatIf] + [] ``` ### PowerOffViaIdentityExpanded ``` -Stop-AzNetworkCloudBareMetalMachine -InputObject - [-SkipShutdown ] [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] - [-Confirm] [-WhatIf] [] +Stop-AzNetworkCloudBareMetalMachine -InputObject [-SkipShutdown ] + [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-Confirm] [-WhatIf] [] ``` ## DESCRIPTION @@ -73,7 +72,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity @@ -152,7 +150,7 @@ Accept wildcard characters: False The indicator of whether to skip the graceful OS shutdown and power off the bare metal machine immediately. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.BareMetalMachineSkipShutdown +Type: System.String Parameter Sets: (All) Aliases: diff --git a/src/NetworkCloud/NetworkCloud.Autorest/docs/Stop-AzNetworkCloudVirtualMachine.md b/src/NetworkCloud/NetworkCloud.Autorest/docs/Stop-AzNetworkCloudVirtualMachine.md index 8df04d574e82..894c329938c6 100644 --- a/src/NetworkCloud/NetworkCloud.Autorest/docs/Stop-AzNetworkCloudVirtualMachine.md +++ b/src/NetworkCloud/NetworkCloud.Autorest/docs/Stop-AzNetworkCloudVirtualMachine.md @@ -15,13 +15,13 @@ Power off the provided virtual machine. ### PowerOffExpanded (Default) ``` Stop-AzNetworkCloudVirtualMachine -Name -ResourceGroupName [-SubscriptionId ] - [-SkipShutdown ] [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-Confirm] - [-WhatIf] [] + [-SkipShutdown ] [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-Confirm] [-WhatIf] + [] ``` ### PowerOffViaIdentityExpanded ``` -Stop-AzNetworkCloudVirtualMachine -InputObject [-SkipShutdown ] +Stop-AzNetworkCloudVirtualMachine -InputObject [-SkipShutdown ] [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-Confirm] [-WhatIf] [] ``` @@ -72,7 +72,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity @@ -151,7 +150,7 @@ Accept wildcard characters: False The indicator of whether to skip the graceful OS shutdown and power off the virtual machine immediately. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.SkipShutdown +Type: System.String Parameter Sets: (All) Aliases: diff --git a/src/NetworkCloud/NetworkCloud.Autorest/docs/Update-AzNetworkCloudAgentPool.md b/src/NetworkCloud/NetworkCloud.Autorest/docs/Update-AzNetworkCloudAgentPool.md index 7548e50d5786..3e0958998bd1 100644 --- a/src/NetworkCloud/NetworkCloud.Autorest/docs/Update-AzNetworkCloudAgentPool.md +++ b/src/NetworkCloud/NetworkCloud.Autorest/docs/Update-AzNetworkCloudAgentPool.md @@ -9,7 +9,7 @@ schema: 2.0.0 ## SYNOPSIS Patch the properties of the provided Kubernetes cluster agent pool, or update the tags associated with the Kubernetes cluster agent pool. -Properties and tag updates can be done independently. +Properties and tag update can be done independently. ## SYNTAX @@ -31,9 +31,18 @@ Update-AzNetworkCloudAgentPool -InputObject [] ``` +### UpdateViaIdentityKubernetesClusterExpanded +``` +Update-AzNetworkCloudAgentPool -KubernetesClusterInputObject -Name + [-AdministratorConfigurationSshPublicKey ] [-Count ] [-Tag ] + [-UpgradeSettingDrainTimeout ] [-UpgradeSettingMaxSurge ] + [-UpgradeSettingMaxUnavailable ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] + [] +``` + ## DESCRIPTION Patch the properties of the provided Kubernetes cluster agent pool, or update the tags associated with the Kubernetes cluster agent pool. -Properties and tag updates can be done independently. +Properties and tag update can be done independently. ## EXAMPLES @@ -54,10 +63,9 @@ This command updates a Kubernetes cluster agent pool's properties. ### -AdministratorConfigurationSshPublicKey SshPublicKey represents the public key used to authenticate with a resource through SSH. -To construct, see NOTES section for ADMINISTRATORCONFIGURATIONSSHPUBLICKEY properties and create a hash table. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.ISshPublicKey[] +Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.ISshPublicKey[] Parameter Sets: (All) Aliases: @@ -116,7 +124,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity @@ -130,6 +137,21 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` +### -KubernetesClusterInputObject +Identity Parameter + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity +Parameter Sets: UpdateViaIdentityKubernetesClusterExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + ### -KubernetesClusterName The name of the Kubernetes cluster. @@ -150,7 +172,7 @@ The name of the Kubernetes cluster agent pool. ```yaml Type: System.String -Parameter Sets: UpdateExpanded +Parameter Sets: UpdateExpanded, UpdateViaIdentityKubernetesClusterExpanded Aliases: AgentPoolName Required: True @@ -322,7 +344,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IAgentPool +### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IAgentPool ## NOTES diff --git a/src/NetworkCloud/NetworkCloud.Autorest/docs/Update-AzNetworkCloudBareMetalMachine.md b/src/NetworkCloud/NetworkCloud.Autorest/docs/Update-AzNetworkCloudBareMetalMachine.md index 5305ae49c151..c1bf128e8e27 100644 --- a/src/NetworkCloud/NetworkCloud.Autorest/docs/Update-AzNetworkCloudBareMetalMachine.md +++ b/src/NetworkCloud/NetworkCloud.Autorest/docs/Update-AzNetworkCloudBareMetalMachine.md @@ -9,7 +9,7 @@ schema: 2.0.0 ## SYNOPSIS Patch properties of the provided bare metal machine, or update tags associated with the bare metal machine. -Properties and tag updates can be done independently. +Properties and tag update can be done independently. ## SYNTAX @@ -28,7 +28,7 @@ Update-AzNetworkCloudBareMetalMachine -InputObject [-Mac ## DESCRIPTION Patch properties of the provided bare metal machine, or update tags associated with the bare metal machine. -Properties and tag updates can be done independently. +Properties and tag update can be done independently. ## EXAMPLES @@ -80,7 +80,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity @@ -226,7 +225,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IBareMetalMachine +### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IBareMetalMachine ## NOTES diff --git a/src/NetworkCloud/NetworkCloud.Autorest/docs/Update-AzNetworkCloudBareMetalMachineKeySet.md b/src/NetworkCloud/NetworkCloud.Autorest/docs/Update-AzNetworkCloudBareMetalMachineKeySet.md index 4ce7c3165032..902bd3e13763 100644 --- a/src/NetworkCloud/NetworkCloud.Autorest/docs/Update-AzNetworkCloudBareMetalMachineKeySet.md +++ b/src/NetworkCloud/NetworkCloud.Autorest/docs/Update-AzNetworkCloudBareMetalMachineKeySet.md @@ -9,7 +9,7 @@ schema: 2.0.0 ## SYNOPSIS Patch properties of bare metal machine key set for the provided cluster, or update the tags associated with it. -Properties and tag updates can be done independently. +Properties and tag update can be done independently. ## SYNTAX @@ -21,6 +21,13 @@ Update-AzNetworkCloudBareMetalMachineKeySet -ClusterName -Name [] ``` +### UpdateViaIdentityClusterExpanded +``` +Update-AzNetworkCloudBareMetalMachineKeySet -ClusterInputObject -Name + [-Expiration ] [-JumpHostsAllowed ] [-Tag ] [-UserList ] + [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] +``` + ### UpdateViaIdentityExpanded ``` Update-AzNetworkCloudBareMetalMachineKeySet -InputObject [-Expiration ] @@ -30,7 +37,7 @@ Update-AzNetworkCloudBareMetalMachineKeySet -InputObject ## DESCRIPTION Patch properties of bare metal machine key set for the provided cluster, or update the tags associated with it. -Properties and tag updates can be done independently. +Properties and tag update can be done independently. ## EXAMPLES @@ -73,6 +80,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ClusterInputObject +Identity Parameter + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity +Parameter Sets: UpdateViaIdentityClusterExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + ### -ClusterName The name of the cluster. @@ -121,7 +143,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity @@ -155,7 +176,7 @@ The name of the bare metal machine key set. ```yaml Type: System.String -Parameter Sets: UpdateExpanded +Parameter Sets: UpdateExpanded, UpdateViaIdentityClusterExpanded Aliases: BareMetalMachineKeySetName Required: True @@ -229,10 +250,9 @@ Accept wildcard characters: False ### -UserList The unique list of permitted users. -To construct, see NOTES section for USERLIST properties and create a hash table. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IKeySetUser[] +Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IKeySetUser[] Parameter Sets: (All) Aliases: @@ -283,7 +303,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IBareMetalMachineKeySet +### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IBareMetalMachineKeySet ## NOTES diff --git a/src/NetworkCloud/NetworkCloud.Autorest/docs/Update-AzNetworkCloudBmcKeySet.md b/src/NetworkCloud/NetworkCloud.Autorest/docs/Update-AzNetworkCloudBmcKeySet.md index cbaa1ddcb7ba..2fd086ba58ed 100644 --- a/src/NetworkCloud/NetworkCloud.Autorest/docs/Update-AzNetworkCloudBmcKeySet.md +++ b/src/NetworkCloud/NetworkCloud.Autorest/docs/Update-AzNetworkCloudBmcKeySet.md @@ -9,7 +9,7 @@ schema: 2.0.0 ## SYNOPSIS Patch properties of baseboard management controller key set for the provided cluster, or update the tags associated with it. -Properties and tag updates can be done independently. +Properties and tag update can be done independently. ## SYNTAX @@ -20,6 +20,13 @@ Update-AzNetworkCloudBmcKeySet -ClusterName -Name -ResourceGro [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] ``` +### UpdateViaIdentityClusterExpanded +``` +Update-AzNetworkCloudBmcKeySet -ClusterInputObject -Name + [-Expiration ] [-Tag ] [-UserList ] [-DefaultProfile ] [-AsJob] + [-NoWait] [-Confirm] [-WhatIf] [] +``` + ### UpdateViaIdentityExpanded ``` Update-AzNetworkCloudBmcKeySet -InputObject [-Expiration ] @@ -29,7 +36,7 @@ Update-AzNetworkCloudBmcKeySet -InputObject [-Expiration ## DESCRIPTION Patch properties of baseboard management controller key set for the provided cluster, or update the tags associated with it. -Properties and tag updates can be done independently. +Properties and tag update can be done independently. ## EXAMPLES @@ -73,6 +80,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ClusterInputObject +Identity Parameter + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity +Parameter Sets: UpdateViaIdentityClusterExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + ### -ClusterName The name of the cluster. @@ -121,7 +143,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity @@ -140,7 +161,7 @@ The name of the baseboard management controller key set. ```yaml Type: System.String -Parameter Sets: UpdateExpanded +Parameter Sets: UpdateExpanded, UpdateViaIdentityClusterExpanded Aliases: BmcKeySetName Required: True @@ -214,10 +235,9 @@ Accept wildcard characters: False ### -UserList The unique list of permitted users. -To construct, see NOTES section for USERLIST properties and create a hash table. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IKeySetUser[] +Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IKeySetUser[] Parameter Sets: (All) Aliases: @@ -268,7 +288,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IBmcKeySet +### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IBmcKeySet ## NOTES diff --git a/src/NetworkCloud/NetworkCloud.Autorest/docs/Update-AzNetworkCloudCluster.md b/src/NetworkCloud/NetworkCloud.Autorest/docs/Update-AzNetworkCloudCluster.md index ca6e11f2bef5..3517e5142d12 100644 --- a/src/NetworkCloud/NetworkCloud.Autorest/docs/Update-AzNetworkCloudCluster.md +++ b/src/NetworkCloud/NetworkCloud.Autorest/docs/Update-AzNetworkCloudCluster.md @@ -8,8 +8,7 @@ schema: 2.0.0 # Update-AzNetworkCloudCluster ## SYNOPSIS -Patch the properties of the provided cluster, or update the tags associated with the cluster. -Properties and tag updates can be done independently. +update a new cluster or update the properties of the cluster if it exists. ## SYNTAX @@ -23,21 +22,18 @@ Update-AzNetworkCloudCluster -Name -ResourceGroupName [-Subscr [-AggregatorOrSingleRackDefinitionRackSerialNumber ] [-AggregatorOrSingleRackDefinitionRackSkuId ] [-AggregatorOrSingleRackDefinitionStorageApplianceConfiguration ] - [-AssociatedIdentityType ] - [-AssociatedIdentityUserAssignedIdentityResourceId ] [-ClusterLocation ] - [-ClusterServicePrincipalApplicationId ] [-ClusterServicePrincipalId ] - [-ClusterServicePrincipalPassword ] [-ClusterServicePrincipalTenantId ] - [-CommandOutputSettingContainerUrl ] - [-ComputeDeploymentThresholdGrouping ] - [-ComputeDeploymentThresholdType ] [-ComputeDeploymentThresholdValue ] - [-ComputeRackDefinition ] [-IdentityType ] - [-IdentityUserAssignedIdentity ] - [-RuntimeProtectionConfigurationEnforcementLevel ] - [-SecretArchiveKeyVaultId ] [-SecretArchiveUseKeyVault ] - [-Tag ] [-UpdateStrategyMaxUnavailable ] - [-UpdateStrategyThresholdType ] [-UpdateStrategyThresholdValue ] - [-UpdateStrategyType ] [-UpdateStrategyWaitTimeMinute ] - [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] + [-AssociatedIdentityType ] [-AssociatedIdentityUserAssignedIdentityResourceId ] + [-ClusterLocation ] [-ClusterServicePrincipalApplicationId ] + [-ClusterServicePrincipalId ] [-ClusterServicePrincipalPassword ] + [-ClusterServicePrincipalTenantId ] [-CommandOutputSettingContainerUrl ] + [-ComputeDeploymentThresholdGrouping ] [-ComputeDeploymentThresholdType ] + [-ComputeDeploymentThresholdValue ] [-ComputeRackDefinition ] + [-EnableSystemAssignedIdentity ] [-RuntimeProtectionConfigurationEnforcementLevel ] + [-SecretArchiveKeyVaultId ] [-SecretArchiveUseKeyVault ] [-Tag ] + [-UpdateStrategyMaxUnavailable ] [-UpdateStrategyThresholdType ] + [-UpdateStrategyThresholdValue ] [-UpdateStrategyType ] + [-UpdateStrategyWaitTimeMinute ] [-UserAssignedIdentity ] [-DefaultProfile ] + [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] ``` ### UpdateViaIdentityExpanded @@ -50,26 +46,22 @@ Update-AzNetworkCloudCluster -InputObject [-AggregatorOrSingleRackDefinitionRackSerialNumber ] [-AggregatorOrSingleRackDefinitionRackSkuId ] [-AggregatorOrSingleRackDefinitionStorageApplianceConfiguration ] - [-AssociatedIdentityType ] - [-AssociatedIdentityUserAssignedIdentityResourceId ] [-ClusterLocation ] - [-ClusterServicePrincipalApplicationId ] [-ClusterServicePrincipalId ] - [-ClusterServicePrincipalPassword ] [-ClusterServicePrincipalTenantId ] - [-CommandOutputSettingContainerUrl ] - [-ComputeDeploymentThresholdGrouping ] - [-ComputeDeploymentThresholdType ] [-ComputeDeploymentThresholdValue ] - [-ComputeRackDefinition ] [-IdentityType ] - [-IdentityUserAssignedIdentity ] - [-RuntimeProtectionConfigurationEnforcementLevel ] - [-SecretArchiveKeyVaultId ] [-SecretArchiveUseKeyVault ] - [-Tag ] [-UpdateStrategyMaxUnavailable ] - [-UpdateStrategyThresholdType ] [-UpdateStrategyThresholdValue ] - [-UpdateStrategyType ] [-UpdateStrategyWaitTimeMinute ] - [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] + [-AssociatedIdentityType ] [-AssociatedIdentityUserAssignedIdentityResourceId ] + [-ClusterLocation ] [-ClusterServicePrincipalApplicationId ] + [-ClusterServicePrincipalId ] [-ClusterServicePrincipalPassword ] + [-ClusterServicePrincipalTenantId ] [-CommandOutputSettingContainerUrl ] + [-ComputeDeploymentThresholdGrouping ] [-ComputeDeploymentThresholdType ] + [-ComputeDeploymentThresholdValue ] [-ComputeRackDefinition ] + [-EnableSystemAssignedIdentity ] [-RuntimeProtectionConfigurationEnforcementLevel ] + [-SecretArchiveKeyVaultId ] [-SecretArchiveUseKeyVault ] [-Tag ] + [-UpdateStrategyMaxUnavailable ] [-UpdateStrategyThresholdType ] + [-UpdateStrategyThresholdValue ] [-UpdateStrategyType ] + [-UpdateStrategyWaitTimeMinute ] [-UserAssignedIdentity ] [-DefaultProfile ] + [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] ``` ## DESCRIPTION -Patch the properties of the provided cluster, or update the tags associated with the cluster. -Properties and tag updates can be done independently. +update a new cluster or update the properties of the cluster if it exists. ## EXAMPLES @@ -117,10 +109,9 @@ Accept wildcard characters: False ### -AggregatorOrSingleRackDefinitionBareMetalMachineConfiguration The unordered list of bare metal machine configuration. -To construct, see NOTES section for AGGREGATORORSINGLERACKDEFINITIONBAREMETALMACHINECONFIGURATION properties and create a hash table. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IBareMetalMachineConfigurationData[] +Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IBareMetalMachineConfigurationData[] Parameter Sets: (All) Aliases: @@ -194,10 +185,9 @@ Accept wildcard characters: False ### -AggregatorOrSingleRackDefinitionStorageApplianceConfiguration The list of storage appliance configuration data for this rack. -To construct, see NOTES section for AGGREGATORORSINGLERACKDEFINITIONSTORAGEAPPLIANCECONFIGURATION properties and create a hash table. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IStorageApplianceConfigurationData[] +Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IStorageApplianceConfigurationData[] Parameter Sets: (All) Aliases: @@ -227,7 +217,7 @@ Accept wildcard characters: False The type of managed identity that is being selected. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.ManagedServiceIdentitySelectorType +Type: System.String Parameter Sets: (All) Aliases: @@ -348,7 +338,7 @@ Accept wildcard characters: False Selection of how the type evaluation is applied to the cluster calculation. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.ValidationThresholdGrouping +Type: System.String Parameter Sets: (All) Aliases: @@ -363,7 +353,7 @@ Accept wildcard characters: False Selection of how the threshold should be evaluated. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.ValidationThresholdType +Type: System.String Parameter Sets: (All) Aliases: @@ -391,10 +381,9 @@ Accept wildcard characters: False ### -ComputeRackDefinition The list of rack definitions for the compute racks in a multi-rackcluster, or an empty list in a single-rack cluster. -To construct, see NOTES section for COMPUTERACKDEFINITION properties and create a hash table. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IRackDefinition[] +Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IRackDefinition[] Parameter Sets: (All) Aliases: @@ -421,28 +410,11 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -IdentityType -Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). - -```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.ManagedServiceIdentityType -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -IdentityUserAssignedIdentity -The set of user assigned identities associated with the resource. -The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. -The dictionary values can be empty objects ({}) in requests. +### -EnableSystemAssignedIdentity +Determines whether to enable a system-assigned identity for the resource. ```yaml -Type: System.Collections.Hashtable +Type: System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]] Parameter Sets: (All) Aliases: @@ -455,7 +427,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity @@ -519,7 +490,7 @@ Accept wildcard characters: False The mode of operation for runtime protection. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.RuntimeProtectionEnforcementLevel +Type: System.String Parameter Sets: (All) Aliases: @@ -549,7 +520,7 @@ Accept wildcard characters: False The indicator if the specified key vault should be used to archive the secrets of the cluster. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.ClusterSecretArchiveEnabled +Type: System.String Parameter Sets: (All) Aliases: @@ -577,7 +548,7 @@ Accept wildcard characters: False ``` ### -Tag -The Azure resource tags that will replace the existing ones. +Resource tags. ```yaml Type: System.Collections.Hashtable @@ -611,7 +582,7 @@ Accept wildcard characters: False Selection of how the threshold should be evaluated. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.ValidationThresholdType +Type: System.String Parameter Sets: (All) Aliases: @@ -641,7 +612,7 @@ Accept wildcard characters: False The mode of operation for runtime protection. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.ClusterUpdateStrategyType +Type: System.String Parameter Sets: (All) Aliases: @@ -667,6 +638,22 @@ 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 +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Confirm Prompts you for confirmation before running the cmdlet. @@ -707,7 +694,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.ICluster +### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.ICluster ## NOTES diff --git a/src/NetworkCloud/NetworkCloud.Autorest/docs/Update-AzNetworkCloudClusterManager.md b/src/NetworkCloud/NetworkCloud.Autorest/docs/Update-AzNetworkCloudClusterManager.md index 454895c3691a..8cadccf44219 100644 --- a/src/NetworkCloud/NetworkCloud.Autorest/docs/Update-AzNetworkCloudClusterManager.md +++ b/src/NetworkCloud/NetworkCloud.Autorest/docs/Update-AzNetworkCloudClusterManager.md @@ -8,28 +8,26 @@ schema: 2.0.0 # Update-AzNetworkCloudClusterManager ## SYNOPSIS -Patch properties of the provided cluster manager, or update the tags assigned to the cluster manager. -Properties and tag updates can be done independently. +update a new cluster manager or update properties of the cluster manager if it exists. ## SYNTAX ### UpdateExpanded (Default) ``` Update-AzNetworkCloudClusterManager -Name -ResourceGroupName [-SubscriptionId ] - [-IdentityType ] [-IdentityUserAssignedIdentity ] [-Tag ] - [-DefaultProfile ] [-Confirm] [-WhatIf] [] + [-EnableSystemAssignedIdentity ] [-Tag ] [-UserAssignedIdentity ] + [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] ``` ### UpdateViaIdentityExpanded ``` Update-AzNetworkCloudClusterManager -InputObject - [-IdentityType ] [-IdentityUserAssignedIdentity ] [-Tag ] - [-DefaultProfile ] [-Confirm] [-WhatIf] [] + [-EnableSystemAssignedIdentity ] [-Tag ] [-UserAssignedIdentity ] + [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] ``` ## DESCRIPTION -Patch properties of the provided cluster manager, or update the tags assigned to the cluster manager. -Properties and tag updates can be done independently. +update a new cluster manager or update properties of the cluster manager if it exists. ## EXAMPLES @@ -53,14 +51,13 @@ This command updates properties of a cluster manager. ## PARAMETERS -### -DefaultProfile -The DefaultProfile parameter is not functional. -Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. +### -AsJob +Run the command as a job ```yaml -Type: System.Management.Automation.PSObject +Type: System.Management.Automation.SwitchParameter Parameter Sets: (All) -Aliases: AzureRMContext, AzureCredential +Aliases: Required: False Position: Named @@ -69,13 +66,14 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -IdentityType -Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). +### -DefaultProfile +The DefaultProfile parameter is not functional. +Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.ManagedServiceIdentityType +Type: System.Management.Automation.PSObject Parameter Sets: (All) -Aliases: +Aliases: AzureRMContext, AzureCredential Required: False Position: Named @@ -84,13 +82,11 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -IdentityUserAssignedIdentity -The set of user assigned identities associated with the resource. -The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. -The dictionary values can be empty objects ({}) in requests. +### -EnableSystemAssignedIdentity +Determines whether to enable a system-assigned identity for the resource. ```yaml -Type: System.Collections.Hashtable +Type: System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]] Parameter Sets: (All) Aliases: @@ -103,7 +99,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity @@ -132,6 +127,21 @@ 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 +``` + ### -ResourceGroupName The name of the resource group. The name is case insensitive. @@ -165,7 +175,7 @@ Accept wildcard characters: False ``` ### -Tag -The Azure resource tags that will replace the existing ones. +Resource tags. ```yaml Type: System.Collections.Hashtable @@ -179,6 +189,22 @@ 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 +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Confirm Prompts you for confirmation before running the cmdlet. @@ -219,7 +245,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IClusterManager +### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IClusterManager ## NOTES diff --git a/src/NetworkCloud/NetworkCloud.Autorest/docs/Update-AzNetworkCloudConsole.md b/src/NetworkCloud/NetworkCloud.Autorest/docs/Update-AzNetworkCloudConsole.md index ee45c04c9984..fd9e56ceaadb 100644 --- a/src/NetworkCloud/NetworkCloud.Autorest/docs/Update-AzNetworkCloudConsole.md +++ b/src/NetworkCloud/NetworkCloud.Autorest/docs/Update-AzNetworkCloudConsole.md @@ -9,27 +9,34 @@ schema: 2.0.0 ## SYNOPSIS Patch the properties of the provided virtual machine console, or update the tags associated with the virtual machine console. -Properties and tag updates can be done independently. +Properties and tag update can be done independently. ## SYNTAX ### UpdateExpanded (Default) ``` Update-AzNetworkCloudConsole -Name -ResourceGroupName -VirtualMachineName - [-SubscriptionId ] [-Enabled ] [-Expiration ] [-SshPublicKeyData ] + [-SubscriptionId ] [-Enabled ] [-Expiration ] [-SshPublicKeyData ] [-Tag ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] ``` ### UpdateViaIdentityExpanded ``` -Update-AzNetworkCloudConsole -InputObject [-Enabled ] - [-Expiration ] [-SshPublicKeyData ] [-Tag ] [-DefaultProfile ] - [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] +Update-AzNetworkCloudConsole -InputObject [-Enabled ] [-Expiration ] + [-SshPublicKeyData ] [-Tag ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] + [-WhatIf] [] +``` + +### UpdateViaIdentityVirtualMachineExpanded +``` +Update-AzNetworkCloudConsole -Name -VirtualMachineInputObject + [-Enabled ] [-Expiration ] [-SshPublicKeyData ] [-Tag ] + [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] ``` ## DESCRIPTION Patch the properties of the provided virtual machine console, or update the tags associated with the virtual machine console. -Properties and tag updates can be done independently. +Properties and tag update can be done independently. ## EXAMPLES @@ -90,7 +97,7 @@ Accept wildcard characters: False The indicator of whether the console access is enabled. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.ConsoleEnabled +Type: System.String Parameter Sets: (All) Aliases: @@ -118,7 +125,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity @@ -137,7 +143,7 @@ The name of the virtual machine console. ```yaml Type: System.String -Parameter Sets: UpdateExpanded +Parameter Sets: UpdateExpanded, UpdateViaIdentityVirtualMachineExpanded Aliases: ConsoleName Required: True @@ -224,6 +230,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -VirtualMachineInputObject +Identity Parameter + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity +Parameter Sets: UpdateViaIdentityVirtualMachineExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + ### -VirtualMachineName The name of the virtual machine. @@ -279,7 +300,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IConsole +### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IConsole ## NOTES diff --git a/src/NetworkCloud/NetworkCloud.Autorest/docs/Update-AzNetworkCloudKubernetesCluster.md b/src/NetworkCloud/NetworkCloud.Autorest/docs/Update-AzNetworkCloudKubernetesCluster.md index c2c88d72d9c8..66cd59f46471 100644 --- a/src/NetworkCloud/NetworkCloud.Autorest/docs/Update-AzNetworkCloudKubernetesCluster.md +++ b/src/NetworkCloud/NetworkCloud.Autorest/docs/Update-AzNetworkCloudKubernetesCluster.md @@ -9,7 +9,7 @@ schema: 2.0.0 ## SYNOPSIS Patch the properties of the provided Kubernetes cluster, or update the tags associated with the Kubernetes cluster. -Properties and tag updates can be done independently. +Properties and tag update can be done independently. ## SYNTAX @@ -31,7 +31,7 @@ Update-AzNetworkCloudKubernetesCluster -InputObject ## DESCRIPTION Patch the properties of the provided Kubernetes cluster, or update the tags associated with the Kubernetes cluster. -Properties and tag updates can be done independently. +Properties and tag update can be done independently. ## EXAMPLES @@ -72,10 +72,9 @@ Accept wildcard characters: False ### -ControlPlaneNodeConfigurationAdminPublicKey SshPublicKey represents the public key used to authenticate with a resource through SSH. -To construct, see NOTES section for CONTROLPLANENODECONFIGURATIONADMINPUBLICKEY properties and create a hash table. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.ISshPublicKey[] +Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.ISshPublicKey[] Parameter Sets: (All) Aliases: @@ -119,7 +118,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity @@ -196,10 +194,9 @@ Accept wildcard characters: False ### -SshPublicKey SshPublicKey represents the public key used to authenticate with a resource through SSH. -To construct, see NOTES section for SSHPUBLICKEY properties and create a hash table. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.ISshPublicKey[] +Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.ISshPublicKey[] Parameter Sets: (All) Aliases: @@ -281,7 +278,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IKubernetesCluster +### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IKubernetesCluster ## NOTES diff --git a/src/NetworkCloud/NetworkCloud.Autorest/docs/Update-AzNetworkCloudKubernetesClusterFeature.md b/src/NetworkCloud/NetworkCloud.Autorest/docs/Update-AzNetworkCloudKubernetesClusterFeature.md index b39682fe694b..34846ba838e0 100644 --- a/src/NetworkCloud/NetworkCloud.Autorest/docs/Update-AzNetworkCloudKubernetesClusterFeature.md +++ b/src/NetworkCloud/NetworkCloud.Autorest/docs/Update-AzNetworkCloudKubernetesClusterFeature.md @@ -26,6 +26,13 @@ Update-AzNetworkCloudKubernetesClusterFeature -InputObject ] ``` +### UpdateViaIdentityKubernetesClusterExpanded +``` +Update-AzNetworkCloudKubernetesClusterFeature -FeatureName + -KubernetesClusterInputObject [-Option ] [-Tag ] + [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] +``` + ## DESCRIPTION Patch properties of the provided Kubernetes cluster feature. @@ -82,7 +89,7 @@ The name of the feature. ```yaml Type: System.String -Parameter Sets: UpdateExpanded +Parameter Sets: UpdateExpanded, UpdateViaIdentityKubernetesClusterExpanded Aliases: Required: True @@ -94,7 +101,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity @@ -108,6 +114,21 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` +### -KubernetesClusterInputObject +Identity Parameter + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity +Parameter Sets: UpdateViaIdentityKubernetesClusterExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + ### -KubernetesClusterName The name of the Kubernetes cluster. @@ -140,10 +161,9 @@ Accept wildcard characters: False ### -Option The configured options for the feature. -To construct, see NOTES section for OPTION properties and create a hash table. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IStringKeyValuePair[] +Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IStringKeyValuePair[] Parameter Sets: (All) Aliases: @@ -241,7 +261,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IKubernetesClusterFeature +### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IKubernetesClusterFeature ## NOTES diff --git a/src/NetworkCloud/NetworkCloud.Autorest/docs/Update-AzNetworkCloudL2Network.md b/src/NetworkCloud/NetworkCloud.Autorest/docs/Update-AzNetworkCloudL2Network.md index b50a824ad453..bf23b74c3f8c 100644 --- a/src/NetworkCloud/NetworkCloud.Autorest/docs/Update-AzNetworkCloudL2Network.md +++ b/src/NetworkCloud/NetworkCloud.Autorest/docs/Update-AzNetworkCloudL2Network.md @@ -8,7 +8,7 @@ schema: 2.0.0 # Update-AzNetworkCloudL2Network ## SYNOPSIS -Update tags associated with the provided layer 2 (L2) network. +update tags associated with the provided layer 2 (L2) network. ## SYNTAX @@ -25,7 +25,7 @@ Update-AzNetworkCloudL2Network -InputObject [-Tag [-Tag -Name - [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] ``` +### UpdateViaIdentityClusterExpanded +``` +Update-AzNetworkCloudMetricsConfiguration -ClusterInputObject -Name + [-CollectionInterval ] [-EnabledMetric ] [-Tag ] [-DefaultProfile ] + [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] +``` + ### UpdateViaIdentityExpanded ``` Update-AzNetworkCloudMetricsConfiguration -InputObject [-CollectionInterval ] @@ -29,7 +36,7 @@ Update-AzNetworkCloudMetricsConfiguration -InputObject [ ## DESCRIPTION Patch properties of metrics configuration for the provided cluster, or update the tags associated with it. -Properties and tag updates can be done independently. +Properties and tag update can be done independently. ## EXAMPLES @@ -63,6 +70,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ClusterInputObject +Identity Parameter + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity +Parameter Sets: UpdateViaIdentityClusterExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + ### -ClusterName The name of the cluster. @@ -126,7 +148,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity @@ -145,7 +166,7 @@ The name of the metrics configuration for the cluster. ```yaml Type: System.String -Parameter Sets: UpdateExpanded +Parameter Sets: UpdateExpanded, UpdateViaIdentityClusterExpanded Aliases: MetricsConfigurationName Required: True @@ -257,7 +278,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IClusterMetricsConfiguration +### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IClusterMetricsConfiguration ## NOTES diff --git a/src/NetworkCloud/NetworkCloud.Autorest/docs/Update-AzNetworkCloudRack.md b/src/NetworkCloud/NetworkCloud.Autorest/docs/Update-AzNetworkCloudRack.md index d3ab955fd628..3343f4b2b799 100644 --- a/src/NetworkCloud/NetworkCloud.Autorest/docs/Update-AzNetworkCloudRack.md +++ b/src/NetworkCloud/NetworkCloud.Autorest/docs/Update-AzNetworkCloudRack.md @@ -9,7 +9,7 @@ schema: 2.0.0 ## SYNOPSIS Patch properties of the provided rack, or update the tags associated with the rack. -Properties and tag updates can be done independently. +Properties and tag update can be done independently. ## SYNTAX @@ -29,7 +29,7 @@ Update-AzNetworkCloudRack -InputObject [-RackLocation -ResourceGroupName [-SubscriptionId ] - [-AdditionalEgressEndpoint ] - [-EnableDefaultEgressEndpoint ] [-Tag ] + [-AdditionalEgressEndpoint ] [-EnableDefaultEgressEndpoint ] [-Tag ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] ``` ### UpdateViaIdentityExpanded ``` Update-AzNetworkCloudServicesNetwork -InputObject - [-AdditionalEgressEndpoint ] - [-EnableDefaultEgressEndpoint ] [-Tag ] + [-AdditionalEgressEndpoint ] [-EnableDefaultEgressEndpoint ] [-Tag ] [-DefaultProfile ] [-AsJob] [-NoWait] [-Confirm] [-WhatIf] [] ``` ## DESCRIPTION -Update properties of the provided cloud services network, or update the tags associated with it. -Properties and tag updates can be done independently. +update properties of the provided cloud services network, or update the tags associated with it. +Properties and tag update can be done independently. ## EXAMPLES @@ -60,10 +58,9 @@ This command updates the egress endpoint for the cloud services network. ### -AdditionalEgressEndpoint The list of egress endpoints. This allows for connection from a Hybrid AKS cluster to the specified endpoint. -To construct, see NOTES section for ADDITIONALEGRESSENDPOINT properties and create a hash table. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IEgressEndpoint[] +Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IEgressEndpoint[] Parameter Sets: (All) Aliases: @@ -109,7 +106,7 @@ Accept wildcard characters: False The indicator of whether the platform default endpoints are allowed for the egress traffic. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.CloudServicesNetworkEnableDefaultEgressEndpoints +Type: System.String Parameter Sets: (All) Aliases: @@ -122,7 +119,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity @@ -253,7 +249,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.ICloudServicesNetwork +### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.ICloudServicesNetwork ## NOTES diff --git a/src/NetworkCloud/NetworkCloud.Autorest/docs/Update-AzNetworkCloudStorageAppliance.md b/src/NetworkCloud/NetworkCloud.Autorest/docs/Update-AzNetworkCloudStorageAppliance.md index ba944c40dbea..437d9c84cefe 100644 --- a/src/NetworkCloud/NetworkCloud.Autorest/docs/Update-AzNetworkCloudStorageAppliance.md +++ b/src/NetworkCloud/NetworkCloud.Autorest/docs/Update-AzNetworkCloudStorageAppliance.md @@ -8,7 +8,7 @@ schema: 2.0.0 # Update-AzNetworkCloudStorageAppliance ## SYNOPSIS -Update properties of the provided storage appliance, or update tags associated with the storage appliance Properties and tag updates 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. ## SYNTAX @@ -26,7 +26,7 @@ Update-AzNetworkCloudStorageAppliance -InputObject [-Ser ``` ## DESCRIPTION -Update properties of the provided storage appliance, or update tags associated with the storage appliance Properties and tag updates 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. ## EXAMPLES @@ -78,7 +78,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity @@ -224,7 +223,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IStorageAppliance +### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IStorageAppliance ## NOTES diff --git a/src/NetworkCloud/NetworkCloud.Autorest/docs/Update-AzNetworkCloudTrunkedNetwork.md b/src/NetworkCloud/NetworkCloud.Autorest/docs/Update-AzNetworkCloudTrunkedNetwork.md index 967ffd974e11..450e757b40da 100644 --- a/src/NetworkCloud/NetworkCloud.Autorest/docs/Update-AzNetworkCloudTrunkedNetwork.md +++ b/src/NetworkCloud/NetworkCloud.Autorest/docs/Update-AzNetworkCloudTrunkedNetwork.md @@ -8,7 +8,7 @@ schema: 2.0.0 # Update-AzNetworkCloudTrunkedNetwork ## SYNOPSIS -Update tags associated with the provided trunked network. +update tags associated with the provided trunked network. ## SYNTAX @@ -25,7 +25,7 @@ Update-AzNetworkCloudTrunkedNetwork -InputObject [-Tag < ``` ## DESCRIPTION -Update tags associated with the provided trunked network. +update tags associated with the provided trunked network. ## EXAMPLES @@ -62,7 +62,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity @@ -178,7 +177,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.ITrunkedNetwork +### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.ITrunkedNetwork ## NOTES diff --git a/src/NetworkCloud/NetworkCloud.Autorest/docs/Update-AzNetworkCloudVirtualMachine.md b/src/NetworkCloud/NetworkCloud.Autorest/docs/Update-AzNetworkCloudVirtualMachine.md index 05fec89db527..eae92298f5f8 100644 --- a/src/NetworkCloud/NetworkCloud.Autorest/docs/Update-AzNetworkCloudVirtualMachine.md +++ b/src/NetworkCloud/NetworkCloud.Autorest/docs/Update-AzNetworkCloudVirtualMachine.md @@ -9,7 +9,7 @@ schema: 2.0.0 ## SYNOPSIS Patch the properties of the provided virtual machine, or update the tags associated with the virtual machine. -Properties and tag updates can be done independently. +Properties and tag update can be done independently. ## SYNTAX @@ -31,7 +31,7 @@ Update-AzNetworkCloudVirtualMachine -InputObject [-Tag < ## DESCRIPTION Patch the properties of the provided virtual machine, or update the tags associated with the virtual machine. -Properties and tag updates can be done independently. +Properties and tag update can be done independently. ## EXAMPLES @@ -91,7 +91,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity @@ -267,7 +266,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IVirtualMachine +### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IVirtualMachine ## NOTES diff --git a/src/NetworkCloud/NetworkCloud.Autorest/docs/Update-AzNetworkCloudVolume.md b/src/NetworkCloud/NetworkCloud.Autorest/docs/Update-AzNetworkCloudVolume.md index c924e75b831b..35c0563ffb62 100644 --- a/src/NetworkCloud/NetworkCloud.Autorest/docs/Update-AzNetworkCloudVolume.md +++ b/src/NetworkCloud/NetworkCloud.Autorest/docs/Update-AzNetworkCloudVolume.md @@ -8,7 +8,7 @@ schema: 2.0.0 # Update-AzNetworkCloudVolume ## SYNOPSIS -Update tags associated with the provided volume. +update tags associated with the provided volume. ## SYNTAX @@ -25,7 +25,7 @@ Update-AzNetworkCloudVolume -InputObject [-Tag -Name -Reso [] ``` +### GetViaIdentityKubernetesCluster +``` +Get-AzNetworkCloudAgentPool -Name -KubernetesClusterInputObject + [-DefaultProfile ] [] +``` + ### GetViaIdentity ``` Get-AzNetworkCloudAgentPool -InputObject [-DefaultProfile ] @@ -84,7 +90,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity @@ -98,6 +103,21 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` +### -KubernetesClusterInputObject +Identity Parameter + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity +Parameter Sets: GetViaIdentityKubernetesCluster +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + ### -KubernetesClusterName The name of the Kubernetes cluster. @@ -118,7 +138,7 @@ The name of the Kubernetes cluster agent pool. ```yaml Type: System.String -Parameter Sets: Get +Parameter Sets: Get, GetViaIdentityKubernetesCluster Aliases: AgentPoolName Required: True @@ -169,7 +189,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IAgentPool +### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IAgentPool ## NOTES diff --git a/src/NetworkCloud/NetworkCloud/help/Get-AzNetworkCloudBareMetalMachine.md b/src/NetworkCloud/NetworkCloud/help/Get-AzNetworkCloudBareMetalMachine.md index aa571cae7005..9b1794fd5afc 100644 --- a/src/NetworkCloud/NetworkCloud/help/Get-AzNetworkCloudBareMetalMachine.md +++ b/src/NetworkCloud/NetworkCloud/help/Get-AzNetworkCloudBareMetalMachine.md @@ -104,7 +104,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity @@ -174,7 +173,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IBareMetalMachine +### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IBareMetalMachine ## NOTES diff --git a/src/NetworkCloud/NetworkCloud/help/Get-AzNetworkCloudBareMetalMachineKeySet.md b/src/NetworkCloud/NetworkCloud/help/Get-AzNetworkCloudBareMetalMachineKeySet.md index 885d1d1e6ba8..6e56593b5144 100644 --- a/src/NetworkCloud/NetworkCloud/help/Get-AzNetworkCloudBareMetalMachineKeySet.md +++ b/src/NetworkCloud/NetworkCloud/help/Get-AzNetworkCloudBareMetalMachineKeySet.md @@ -26,6 +26,12 @@ Get-AzNetworkCloudBareMetalMachineKeySet -ClusterName -Name -R [] ``` +### GetViaIdentityCluster +``` +Get-AzNetworkCloudBareMetalMachineKeySet -Name -ClusterInputObject + [-DefaultProfile ] [] +``` + ### GetViaIdentity ``` Get-AzNetworkCloudBareMetalMachineKeySet -InputObject [-DefaultProfile ] @@ -66,6 +72,21 @@ This command lists all bare metal machine key sets of the provided cluster. ## PARAMETERS +### -ClusterInputObject +Identity Parameter + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity +Parameter Sets: GetViaIdentityCluster +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + ### -ClusterName The name of the cluster. @@ -99,7 +120,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity @@ -118,7 +138,7 @@ The name of the bare metal machine key set. ```yaml Type: System.String -Parameter Sets: Get +Parameter Sets: Get, GetViaIdentityCluster Aliases: BareMetalMachineKeySetName Required: True @@ -169,7 +189,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IBareMetalMachineKeySet +### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IBareMetalMachineKeySet ## NOTES diff --git a/src/NetworkCloud/NetworkCloud/help/Get-AzNetworkCloudBmcKeySet.md b/src/NetworkCloud/NetworkCloud/help/Get-AzNetworkCloudBmcKeySet.md index c91a5962c37f..49fdde5fc516 100644 --- a/src/NetworkCloud/NetworkCloud/help/Get-AzNetworkCloudBmcKeySet.md +++ b/src/NetworkCloud/NetworkCloud/help/Get-AzNetworkCloudBmcKeySet.md @@ -25,6 +25,12 @@ Get-AzNetworkCloudBmcKeySet -ClusterName -Name -ResourceGroupN [] ``` +### GetViaIdentityCluster +``` +Get-AzNetworkCloudBmcKeySet -Name -ClusterInputObject + [-DefaultProfile ] [] +``` + ### GetViaIdentity ``` Get-AzNetworkCloudBmcKeySet -InputObject [-DefaultProfile ] @@ -67,6 +73,21 @@ This command lists all baseboard management controller key sets of the provided ## PARAMETERS +### -ClusterInputObject +Identity Parameter + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity +Parameter Sets: GetViaIdentityCluster +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + ### -ClusterName The name of the cluster. @@ -100,7 +121,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity @@ -119,7 +139,7 @@ The name of the baseboard management controller key set. ```yaml Type: System.String -Parameter Sets: Get +Parameter Sets: Get, GetViaIdentityCluster Aliases: BmcKeySetName Required: True @@ -170,7 +190,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IBmcKeySet +### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IBmcKeySet ## NOTES diff --git a/src/NetworkCloud/NetworkCloud/help/Get-AzNetworkCloudCluster.md b/src/NetworkCloud/NetworkCloud/help/Get-AzNetworkCloudCluster.md index 7df256c39894..c71d5ff62486 100644 --- a/src/NetworkCloud/NetworkCloud/help/Get-AzNetworkCloudCluster.md +++ b/src/NetworkCloud/NetworkCloud/help/Get-AzNetworkCloudCluster.md @@ -102,7 +102,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity @@ -172,7 +171,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.ICluster +### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.ICluster ## NOTES diff --git a/src/NetworkCloud/NetworkCloud/help/Get-AzNetworkCloudClusterManager.md b/src/NetworkCloud/NetworkCloud/help/Get-AzNetworkCloudClusterManager.md index b10275c8a9f2..d418356cc1b8 100644 --- a/src/NetworkCloud/NetworkCloud/help/Get-AzNetworkCloudClusterManager.md +++ b/src/NetworkCloud/NetworkCloud/help/Get-AzNetworkCloudClusterManager.md @@ -100,7 +100,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity @@ -170,7 +169,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IClusterManager +### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IClusterManager ## NOTES diff --git a/src/NetworkCloud/NetworkCloud/help/Get-AzNetworkCloudConsole.md b/src/NetworkCloud/NetworkCloud/help/Get-AzNetworkCloudConsole.md index a4cba843f245..b84197039cdf 100644 --- a/src/NetworkCloud/NetworkCloud/help/Get-AzNetworkCloudConsole.md +++ b/src/NetworkCloud/NetworkCloud/help/Get-AzNetworkCloudConsole.md @@ -18,6 +18,12 @@ Get-AzNetworkCloudConsole -ResourceGroupName [-SubscriptionId ] [] ``` +### GetViaIdentityVirtualMachine +``` +Get-AzNetworkCloudConsole -Name -VirtualMachineInputObject + [-DefaultProfile ] [] +``` + ### Get ``` Get-AzNetworkCloudConsole -Name -ResourceGroupName [-SubscriptionId ] @@ -82,7 +88,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity @@ -101,7 +106,7 @@ The name of the virtual machine console. ```yaml Type: System.String -Parameter Sets: Get +Parameter Sets: GetViaIdentityVirtualMachine, Get Aliases: ConsoleName Required: True @@ -143,6 +148,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -VirtualMachineInputObject +Identity Parameter + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity +Parameter Sets: GetViaIdentityVirtualMachine +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + ### -VirtualMachineName The name of the virtual machine. @@ -167,7 +187,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IConsole +### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IConsole ## NOTES diff --git a/src/NetworkCloud/NetworkCloud/help/Get-AzNetworkCloudKubernetesCluster.md b/src/NetworkCloud/NetworkCloud/help/Get-AzNetworkCloudKubernetesCluster.md index 3448627dd7f0..28cb082eee03 100644 --- a/src/NetworkCloud/NetworkCloud/help/Get-AzNetworkCloudKubernetesCluster.md +++ b/src/NetworkCloud/NetworkCloud/help/Get-AzNetworkCloudKubernetesCluster.md @@ -103,7 +103,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity @@ -173,7 +172,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IKubernetesCluster +### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IKubernetesCluster ## NOTES diff --git a/src/NetworkCloud/NetworkCloud/help/Get-AzNetworkCloudKubernetesClusterFeature.md b/src/NetworkCloud/NetworkCloud/help/Get-AzNetworkCloudKubernetesClusterFeature.md index 6e32b3d3cc51..3fe7a9b09477 100644 --- a/src/NetworkCloud/NetworkCloud/help/Get-AzNetworkCloudKubernetesClusterFeature.md +++ b/src/NetworkCloud/NetworkCloud/help/Get-AzNetworkCloudKubernetesClusterFeature.md @@ -19,6 +19,13 @@ Get-AzNetworkCloudKubernetesClusterFeature -KubernetesClusterName -Reso [] ``` +### GetViaIdentityKubernetesCluster +``` +Get-AzNetworkCloudKubernetesClusterFeature -FeatureName + -KubernetesClusterInputObject [-DefaultProfile ] + [] +``` + ### Get ``` Get-AzNetworkCloudKubernetesClusterFeature -FeatureName -KubernetesClusterName @@ -97,7 +104,7 @@ The name of the feature. ```yaml Type: System.String -Parameter Sets: Get +Parameter Sets: GetViaIdentityKubernetesCluster, Get Aliases: Required: True @@ -109,7 +116,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity @@ -123,6 +129,21 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` +### -KubernetesClusterInputObject +Identity Parameter + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity +Parameter Sets: GetViaIdentityKubernetesCluster +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + ### -KubernetesClusterName The name of the Kubernetes cluster. @@ -179,7 +200,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IKubernetesClusterFeature +### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IKubernetesClusterFeature ## NOTES diff --git a/src/NetworkCloud/NetworkCloud/help/Get-AzNetworkCloudL2Network.md b/src/NetworkCloud/NetworkCloud/help/Get-AzNetworkCloudL2Network.md index 640643d66ef6..21a2826b2c03 100644 --- a/src/NetworkCloud/NetworkCloud/help/Get-AzNetworkCloudL2Network.md +++ b/src/NetworkCloud/NetworkCloud/help/Get-AzNetworkCloudL2Network.md @@ -101,7 +101,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity @@ -171,7 +170,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IL2Network +### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IL2Network ## NOTES diff --git a/src/NetworkCloud/NetworkCloud/help/Get-AzNetworkCloudL3Network.md b/src/NetworkCloud/NetworkCloud/help/Get-AzNetworkCloudL3Network.md index cad12032b7bd..23f8bde4e03b 100644 --- a/src/NetworkCloud/NetworkCloud/help/Get-AzNetworkCloudL3Network.md +++ b/src/NetworkCloud/NetworkCloud/help/Get-AzNetworkCloudL3Network.md @@ -100,7 +100,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity @@ -170,7 +169,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IL3Network +### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IL3Network ## NOTES diff --git a/src/NetworkCloud/NetworkCloud/help/Get-AzNetworkCloudMetricsConfiguration.md b/src/NetworkCloud/NetworkCloud/help/Get-AzNetworkCloudMetricsConfiguration.md index 0aebba324ecb..085aa75c1b66 100644 --- a/src/NetworkCloud/NetworkCloud/help/Get-AzNetworkCloudMetricsConfiguration.md +++ b/src/NetworkCloud/NetworkCloud/help/Get-AzNetworkCloudMetricsConfiguration.md @@ -26,6 +26,12 @@ Get-AzNetworkCloudMetricsConfiguration -ClusterName -Name -Res [] ``` +### GetViaIdentityCluster +``` +Get-AzNetworkCloudMetricsConfiguration -Name -ClusterInputObject + [-DefaultProfile ] [] +``` + ### GetViaIdentity ``` Get-AzNetworkCloudMetricsConfiguration -InputObject [-DefaultProfile ] @@ -65,6 +71,21 @@ This command gets details of a specific metrics configuration for the provided C ## PARAMETERS +### -ClusterInputObject +Identity Parameter + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity +Parameter Sets: GetViaIdentityCluster +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + ### -ClusterName The name of the cluster. @@ -98,7 +119,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity @@ -117,7 +137,7 @@ The name of the metrics configuration for the cluster. ```yaml Type: System.String -Parameter Sets: Get +Parameter Sets: Get, GetViaIdentityCluster Aliases: MetricsConfigurationName Required: True @@ -168,7 +188,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IClusterMetricsConfiguration +### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IClusterMetricsConfiguration ## NOTES diff --git a/src/NetworkCloud/NetworkCloud/help/Get-AzNetworkCloudRack.md b/src/NetworkCloud/NetworkCloud/help/Get-AzNetworkCloudRack.md index 9b68d896f2d8..6509cbc53e9f 100644 --- a/src/NetworkCloud/NetworkCloud/help/Get-AzNetworkCloudRack.md +++ b/src/NetworkCloud/NetworkCloud/help/Get-AzNetworkCloudRack.md @@ -100,7 +100,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity @@ -170,7 +169,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IRack +### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IRack ## NOTES diff --git a/src/NetworkCloud/NetworkCloud/help/Get-AzNetworkCloudRackSku.md b/src/NetworkCloud/NetworkCloud/help/Get-AzNetworkCloudRackSku.md index 25350fd24dd8..f049e5bae2a2 100644 --- a/src/NetworkCloud/NetworkCloud/help/Get-AzNetworkCloudRackSku.md +++ b/src/NetworkCloud/NetworkCloud/help/Get-AzNetworkCloudRackSku.md @@ -81,7 +81,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity @@ -135,7 +134,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IRackSku +### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IRackSku ## NOTES diff --git a/src/NetworkCloud/NetworkCloud/help/Get-AzNetworkCloudServicesNetwork.md b/src/NetworkCloud/NetworkCloud/help/Get-AzNetworkCloudServicesNetwork.md index 01c0bb396b98..d9e022d9ac46 100644 --- a/src/NetworkCloud/NetworkCloud/help/Get-AzNetworkCloudServicesNetwork.md +++ b/src/NetworkCloud/NetworkCloud/help/Get-AzNetworkCloudServicesNetwork.md @@ -100,7 +100,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity @@ -170,7 +169,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.ICloudServicesNetwork +### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.ICloudServicesNetwork ## NOTES diff --git a/src/NetworkCloud/NetworkCloud/help/Get-AzNetworkCloudStorageAppliance.md b/src/NetworkCloud/NetworkCloud/help/Get-AzNetworkCloudStorageAppliance.md index 6b3d94532ca3..0029801d69c5 100644 --- a/src/NetworkCloud/NetworkCloud/help/Get-AzNetworkCloudStorageAppliance.md +++ b/src/NetworkCloud/NetworkCloud/help/Get-AzNetworkCloudStorageAppliance.md @@ -102,7 +102,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity @@ -172,7 +171,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IStorageAppliance +### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IStorageAppliance ## NOTES diff --git a/src/NetworkCloud/NetworkCloud/help/Get-AzNetworkCloudTrunkedNetwork.md b/src/NetworkCloud/NetworkCloud/help/Get-AzNetworkCloudTrunkedNetwork.md index 8df4c8550434..7edf7ce58bf6 100644 --- a/src/NetworkCloud/NetworkCloud/help/Get-AzNetworkCloudTrunkedNetwork.md +++ b/src/NetworkCloud/NetworkCloud/help/Get-AzNetworkCloudTrunkedNetwork.md @@ -102,7 +102,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity @@ -172,7 +171,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.ITrunkedNetwork +### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.ITrunkedNetwork ## NOTES diff --git a/src/NetworkCloud/NetworkCloud/help/Get-AzNetworkCloudVirtualMachine.md b/src/NetworkCloud/NetworkCloud/help/Get-AzNetworkCloudVirtualMachine.md index 59a1896a2422..85bb617391d4 100644 --- a/src/NetworkCloud/NetworkCloud/help/Get-AzNetworkCloudVirtualMachine.md +++ b/src/NetworkCloud/NetworkCloud/help/Get-AzNetworkCloudVirtualMachine.md @@ -102,7 +102,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity @@ -172,7 +171,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IVirtualMachine +### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IVirtualMachine ## NOTES diff --git a/src/NetworkCloud/NetworkCloud/help/Get-AzNetworkCloudVolume.md b/src/NetworkCloud/NetworkCloud/help/Get-AzNetworkCloudVolume.md index fbbad0870b9d..468cdfc31776 100644 --- a/src/NetworkCloud/NetworkCloud/help/Get-AzNetworkCloudVolume.md +++ b/src/NetworkCloud/NetworkCloud/help/Get-AzNetworkCloudVolume.md @@ -102,7 +102,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity @@ -172,7 +171,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IVolume +### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IVolume ## NOTES diff --git a/src/NetworkCloud/NetworkCloud/help/Invoke-AzNetworkCloudBareMetalMachineCordon.md b/src/NetworkCloud/NetworkCloud/help/Invoke-AzNetworkCloudBareMetalMachineCordon.md index 4f9066d4bfb0..a7135a7c73b5 100644 --- a/src/NetworkCloud/NetworkCloud/help/Invoke-AzNetworkCloudBareMetalMachineCordon.md +++ b/src/NetworkCloud/NetworkCloud/help/Invoke-AzNetworkCloudBareMetalMachineCordon.md @@ -15,15 +15,15 @@ Cordon the provided bare metal machine's Kubernetes node. ### CordonExpanded (Default) ``` Invoke-AzNetworkCloudBareMetalMachineCordon -BareMetalMachineName -ResourceGroupName - [-SubscriptionId ] [-Evacuate ] [-DefaultProfile ] [-AsJob] - [-NoWait] [-PassThru] [-WhatIf] [-Confirm] [] + [-SubscriptionId ] [-Evacuate ] [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] + [-WhatIf] [-Confirm] [] ``` ### CordonViaIdentityExpanded ``` -Invoke-AzNetworkCloudBareMetalMachineCordon -InputObject - [-Evacuate ] [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] - [-WhatIf] [-Confirm] [] +Invoke-AzNetworkCloudBareMetalMachineCordon -InputObject [-Evacuate ] + [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-WhatIf] + [-Confirm] [] ``` ## DESCRIPTION @@ -90,7 +90,7 @@ Accept wildcard characters: False The indicator of whether to evacuate the node workload when the bare metal machine is cordoned. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.BareMetalMachineEvacuate +Type: System.String Parameter Sets: (All) Aliases: @@ -103,7 +103,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity diff --git a/src/NetworkCloud/NetworkCloud/help/Invoke-AzNetworkCloudBareMetalMachineDataExtract.md b/src/NetworkCloud/NetworkCloud/help/Invoke-AzNetworkCloudBareMetalMachineDataExtract.md index 8ccb2dc3ac2c..9858ca9457b5 100644 --- a/src/NetworkCloud/NetworkCloud/help/Invoke-AzNetworkCloudBareMetalMachineDataExtract.md +++ b/src/NetworkCloud/NetworkCloud/help/Invoke-AzNetworkCloudBareMetalMachineDataExtract.md @@ -82,10 +82,9 @@ Accept wildcard characters: False ### -Command The list of curated data extraction commands to be executed directly against the target machine. -To construct, see NOTES section for COMMAND properties and create a hash table. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IBareMetalMachineCommandSpecification[] +Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IBareMetalMachineCommandSpecification[] Parameter Sets: (All) Aliases: @@ -114,7 +113,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity diff --git a/src/NetworkCloud/NetworkCloud/help/Invoke-AzNetworkCloudBareMetalMachineReimage.md b/src/NetworkCloud/NetworkCloud/help/Invoke-AzNetworkCloudBareMetalMachineReimage.md index 7d19f57aeb79..3fb613d2536d 100644 --- a/src/NetworkCloud/NetworkCloud/help/Invoke-AzNetworkCloudBareMetalMachineReimage.md +++ b/src/NetworkCloud/NetworkCloud/help/Invoke-AzNetworkCloudBareMetalMachineReimage.md @@ -72,7 +72,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity diff --git a/src/NetworkCloud/NetworkCloud/help/Invoke-AzNetworkCloudBareMetalMachineReplace.md b/src/NetworkCloud/NetworkCloud/help/Invoke-AzNetworkCloudBareMetalMachineReplace.md index a918cf9c20f6..361db39712e7 100644 --- a/src/NetworkCloud/NetworkCloud/help/Invoke-AzNetworkCloudBareMetalMachineReplace.md +++ b/src/NetworkCloud/NetworkCloud/help/Invoke-AzNetworkCloudBareMetalMachineReplace.md @@ -138,7 +138,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity diff --git a/src/NetworkCloud/NetworkCloud/help/Invoke-AzNetworkCloudBareMetalMachineRunCommand.md b/src/NetworkCloud/NetworkCloud/help/Invoke-AzNetworkCloudBareMetalMachineRunCommand.md index ff889372442c..a25bd8aefc4f 100644 --- a/src/NetworkCloud/NetworkCloud/help/Invoke-AzNetworkCloudBareMetalMachineRunCommand.md +++ b/src/NetworkCloud/NetworkCloud/help/Invoke-AzNetworkCloudBareMetalMachineRunCommand.md @@ -108,7 +108,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity diff --git a/src/NetworkCloud/NetworkCloud/help/Invoke-AzNetworkCloudBareMetalMachineRunReadCommand.md b/src/NetworkCloud/NetworkCloud/help/Invoke-AzNetworkCloudBareMetalMachineRunReadCommand.md index 9b91476b8c65..bdac2c729f5b 100644 --- a/src/NetworkCloud/NetworkCloud/help/Invoke-AzNetworkCloudBareMetalMachineRunReadCommand.md +++ b/src/NetworkCloud/NetworkCloud/help/Invoke-AzNetworkCloudBareMetalMachineRunReadCommand.md @@ -82,10 +82,9 @@ Accept wildcard characters: False ### -Command The list of read-only commands to be executed directly against the target machine. -To construct, see NOTES section for COMMAND properties and create a hash table. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IBareMetalMachineCommandSpecification[] +Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IBareMetalMachineCommandSpecification[] Parameter Sets: (All) Aliases: @@ -114,7 +113,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity diff --git a/src/NetworkCloud/NetworkCloud/help/Invoke-AzNetworkCloudBareMetalMachineUncordon.md b/src/NetworkCloud/NetworkCloud/help/Invoke-AzNetworkCloudBareMetalMachineUncordon.md index a817afa2622d..055491de480d 100644 --- a/src/NetworkCloud/NetworkCloud/help/Invoke-AzNetworkCloudBareMetalMachineUncordon.md +++ b/src/NetworkCloud/NetworkCloud/help/Invoke-AzNetworkCloudBareMetalMachineUncordon.md @@ -87,7 +87,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity diff --git a/src/NetworkCloud/NetworkCloud/help/Invoke-AzNetworkCloudClusterContinueVersionUpdate.md b/src/NetworkCloud/NetworkCloud/help/Invoke-AzNetworkCloudClusterContinueVersionUpdate.md index e71f526e23b3..0ce3a59ec43a 100644 --- a/src/NetworkCloud/NetworkCloud/help/Invoke-AzNetworkCloudClusterContinueVersionUpdate.md +++ b/src/NetworkCloud/NetworkCloud/help/Invoke-AzNetworkCloudClusterContinueVersionUpdate.md @@ -8,17 +8,29 @@ schema: 2.0.0 # Invoke-AzNetworkCloudClusterContinueVersionUpdate ## SYNOPSIS -Trigger the continuation of an update for a cluster with a matching update strategy that has paused after completing a segment of the update. +Trigger the continuation of an continue for a cluster with a matching continue strategy that has paused after completing a segment of the continue ## SYNTAX ### ContinueExpanded (Default) ``` Invoke-AzNetworkCloudClusterContinueVersionUpdate -ClusterName -ResourceGroupName - [-SubscriptionId ] - [-MachineGroupTargetingMode ] - [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-WhatIf] - [-Confirm] [] + [-SubscriptionId ] [-MachineGroupTargetingMode ] [-DefaultProfile ] [-AsJob] + [-NoWait] [-PassThru] [-WhatIf] [-Confirm] [] +``` + +### ContinueViaJsonString +``` +Invoke-AzNetworkCloudClusterContinueVersionUpdate -ClusterName -ResourceGroupName + [-SubscriptionId ] -JsonString [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] + [-WhatIf] [-Confirm] [] +``` + +### ContinueViaJsonFilePath +``` +Invoke-AzNetworkCloudClusterContinueVersionUpdate -ClusterName -ResourceGroupName + [-SubscriptionId ] -JsonFilePath [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] + [-WhatIf] [-Confirm] [] ``` ### Continue @@ -32,9 +44,8 @@ Invoke-AzNetworkCloudClusterContinueVersionUpdate -ClusterName -Resourc ### ContinueViaIdentityExpanded ``` Invoke-AzNetworkCloudClusterContinueVersionUpdate -InputObject - [-MachineGroupTargetingMode ] - [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-WhatIf] - [-Confirm] [] + [-MachineGroupTargetingMode ] [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] + [-WhatIf] [-Confirm] [] ``` ### ContinueViaIdentity @@ -45,7 +56,7 @@ Invoke-AzNetworkCloudClusterContinueVersionUpdate -InputObject - ``` ## DESCRIPTION -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. ## EXAMPLES @@ -94,7 +94,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity diff --git a/src/NetworkCloud/NetworkCloud/help/Invoke-AzNetworkCloudScanClusterRuntime.md b/src/NetworkCloud/NetworkCloud/help/Invoke-AzNetworkCloudScanClusterRuntime.md index 31639501264e..c45daaacdff4 100644 --- a/src/NetworkCloud/NetworkCloud/help/Invoke-AzNetworkCloudScanClusterRuntime.md +++ b/src/NetworkCloud/NetworkCloud/help/Invoke-AzNetworkCloudScanClusterRuntime.md @@ -15,9 +15,22 @@ Triggers the execution of a runtime protection scan to detect and remediate dete ### ScanExpanded (Default) ``` Invoke-AzNetworkCloudScanClusterRuntime -ClusterName -ResourceGroupName - [-SubscriptionId ] [-ScanActivity ] - [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-WhatIf] - [-Confirm] [] + [-SubscriptionId ] [-ScanActivity ] [-DefaultProfile ] [-AsJob] [-NoWait] + [-PassThru] [-WhatIf] [-Confirm] [] +``` + +### ScanViaJsonString +``` +Invoke-AzNetworkCloudScanClusterRuntime -ClusterName -ResourceGroupName + [-SubscriptionId ] -JsonString [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] + [-WhatIf] [-Confirm] [] +``` + +### ScanViaJsonFilePath +``` +Invoke-AzNetworkCloudScanClusterRuntime -ClusterName -ResourceGroupName + [-SubscriptionId ] -JsonFilePath [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] + [-WhatIf] [-Confirm] [] ``` ### Scan @@ -30,9 +43,9 @@ Invoke-AzNetworkCloudScanClusterRuntime -ClusterName -ResourceGroupName ### ScanViaIdentityExpanded ``` -Invoke-AzNetworkCloudScanClusterRuntime -InputObject - [-ScanActivity ] [-DefaultProfile ] [-AsJob] [-NoWait] - [-PassThru] [-WhatIf] [-Confirm] [] +Invoke-AzNetworkCloudScanClusterRuntime -InputObject [-ScanActivity ] + [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-WhatIf] + [-Confirm] [] ``` ### ScanViaIdentity @@ -76,7 +89,7 @@ The name of the cluster. ```yaml Type: System.String -Parameter Sets: ScanExpanded, Scan +Parameter Sets: ScanExpanded, ScanViaJsonString, ScanViaJsonFilePath, Scan Aliases: Required: True @@ -88,10 +101,9 @@ Accept wildcard characters: False ### -ClusterScanRuntimeParameter ClusterScanRuntimeParameters defines the parameters for the cluster scan runtime operation. -To construct, see NOTES section for CLUSTERSCANRUNTIMEPARAMETER properties and create a hash table. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IClusterScanRuntimeParameters +Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IClusterScanRuntimeParameters Parameter Sets: Scan, ScanViaIdentity Aliases: @@ -120,7 +132,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity @@ -134,6 +145,36 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` +### -JsonFilePath +Path of Json file supplied to the Scan operation + +```yaml +Type: System.String +Parameter Sets: ScanViaJsonFilePath +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -JsonString +Json string supplied to the Scan operation + +```yaml +Type: System.String +Parameter Sets: ScanViaJsonString +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoWait Run the command asynchronously @@ -170,7 +211,7 @@ The name is case insensitive. ```yaml Type: System.String -Parameter Sets: ScanExpanded, Scan +Parameter Sets: ScanExpanded, ScanViaJsonString, ScanViaJsonFilePath, Scan Aliases: Required: True @@ -184,7 +225,7 @@ Accept wildcard characters: False The choice of if the scan operation should run the scan. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.ClusterScanRuntimeParametersScanActivity +Type: System.String Parameter Sets: ScanExpanded, ScanViaIdentityExpanded Aliases: @@ -201,7 +242,7 @@ The value must be an UUID. ```yaml Type: System.String -Parameter Sets: ScanExpanded, Scan +Parameter Sets: ScanExpanded, ScanViaJsonString, ScanViaJsonFilePath, Scan Aliases: Required: False @@ -247,7 +288,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS -### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IClusterScanRuntimeParameters +### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IClusterScanRuntimeParameters ### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity diff --git a/src/NetworkCloud/NetworkCloud/help/Invoke-AzNetworkCloudVirtualMachineReimage.md b/src/NetworkCloud/NetworkCloud/help/Invoke-AzNetworkCloudVirtualMachineReimage.md index 1baa49749782..1708fdbc146a 100644 --- a/src/NetworkCloud/NetworkCloud/help/Invoke-AzNetworkCloudVirtualMachineReimage.md +++ b/src/NetworkCloud/NetworkCloud/help/Invoke-AzNetworkCloudVirtualMachineReimage.md @@ -72,7 +72,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity diff --git a/src/NetworkCloud/NetworkCloud/help/New-AzNetworkCloudAgentPool.md b/src/NetworkCloud/NetworkCloud/help/New-AzNetworkCloudAgentPool.md index 920bb837ffbf..cb44c8053753 100644 --- a/src/NetworkCloud/NetworkCloud/help/New-AzNetworkCloudAgentPool.md +++ b/src/NetworkCloud/NetworkCloud/help/New-AzNetworkCloudAgentPool.md @@ -8,16 +8,16 @@ schema: 2.0.0 # New-AzNetworkCloudAgentPool ## SYNOPSIS -Create a new Kubernetes cluster agent pool or update the properties of the existing one. +create a new Kubernetes cluster agent pool or create the properties of the existing one. ## SYNTAX ``` New-AzNetworkCloudAgentPool -KubernetesClusterName -Name -ResourceGroupName - [-SubscriptionId ] -Count -Location -Mode -VMSkuName + [-SubscriptionId ] -Count -Location -Mode -VMSkuName [-AdministratorConfigurationAdminUsername ] [-AdministratorConfigurationSshPublicKey ] [-AgentOptionHugepagesCount ] - [-AgentOptionHugepagesSize ] + [-AgentOptionHugepagesSize ] [-AttachedNetworkConfigurationL2Network ] [-AttachedNetworkConfigurationL3Network ] [-AttachedNetworkConfigurationTrunkedNetwork ] @@ -29,7 +29,7 @@ New-AzNetworkCloudAgentPool -KubernetesClusterName -Name -Reso ``` ## DESCRIPTION -Create a new Kubernetes cluster agent pool or update the properties of the existing one. +create a new Kubernetes cluster agent pool or create the properties of the existing one. ## EXAMPLES @@ -82,10 +82,9 @@ Accept wildcard characters: False ### -AdministratorConfigurationSshPublicKey The SSH configuration for the operating systems that run the nodes in the Kubernetes cluster. In some cases, specification of public keys may be required to produce a working environment. -To construct, see NOTES section for ADMINISTRATORCONFIGURATIONSSHPUBLICKEY properties and create a hash table. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.ISshPublicKey[] +Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.ISshPublicKey[] Parameter Sets: (All) Aliases: @@ -115,7 +114,7 @@ Accept wildcard characters: False The size of the hugepages to allocate. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.HugepagesSize +Type: System.String Parameter Sets: (All) Aliases: @@ -143,10 +142,9 @@ Accept wildcard characters: False ### -AttachedNetworkConfigurationL2Network The list of Layer 2 Networks and related configuration for attachment. -To construct, see NOTES section for ATTACHEDNETWORKCONFIGURATIONL2NETWORK properties and create a hash table. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IL2NetworkAttachmentConfiguration[] +Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IL2NetworkAttachmentConfiguration[] Parameter Sets: (All) Aliases: @@ -159,10 +157,9 @@ Accept wildcard characters: False ### -AttachedNetworkConfigurationL3Network The list of Layer 3 Networks and related configuration for attachment. -To construct, see NOTES section for ATTACHEDNETWORKCONFIGURATIONL3NETWORK properties and create a hash table. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IL3NetworkAttachmentConfiguration[] +Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IL3NetworkAttachmentConfiguration[] Parameter Sets: (All) Aliases: @@ -175,10 +172,9 @@ Accept wildcard characters: False ### -AttachedNetworkConfigurationTrunkedNetwork The list of Trunked Networks and related configuration for attachment. -To construct, see NOTES section for ATTACHEDNETWORKCONFIGURATIONTRUNKEDNETWORK properties and create a hash table. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.ITrunkedNetworkAttachmentConfiguration[] +Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.ITrunkedNetworkAttachmentConfiguration[] Parameter Sets: (All) Aliases: @@ -283,10 +279,9 @@ Accept wildcard characters: False ### -Label The labels applied to the nodes in this agent pool. -To construct, see NOTES section for LABEL properties and create a hash table. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IKubernetesLabel[] +Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IKubernetesLabel[] Parameter Sets: (All) Aliases: @@ -318,7 +313,7 @@ System pools run the features and critical services for the Kubernetes Cluster, Every Kubernetes cluster must contain at least one system node pool with at least one node. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.AgentPoolMode +Type: System.String Parameter Sets: (All) Aliases: @@ -408,10 +403,9 @@ Accept wildcard characters: False ### -Taint The taints applied to the nodes in this agent pool. -To construct, see NOTES section for TAINT properties and create a hash table. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IKubernetesLabel[] +Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IKubernetesLabel[] Parameter Sets: (All) Aliases: @@ -535,7 +529,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IAgentPool +### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IAgentPool ## NOTES diff --git a/src/NetworkCloud/NetworkCloud/help/New-AzNetworkCloudBareMetalMachineConfigurationDataObject.md b/src/NetworkCloud/NetworkCloud/help/New-AzNetworkCloudBareMetalMachineConfigurationDataObject.md index 17c3608534f9..104c03a17795 100644 --- a/src/NetworkCloud/NetworkCloud/help/New-AzNetworkCloudBareMetalMachineConfigurationDataObject.md +++ b/src/NetworkCloud/NetworkCloud/help/New-AzNetworkCloudBareMetalMachineConfigurationDataObject.md @@ -1,7 +1,7 @@ --- external help file: Az.NetworkCloud-help.xml Module Name: Az.NetworkCloud -online version: https://learn.microsoft.com/powershell/module/Az.NetworkCloud/new-AzNetworkCloudBareMetalMachineConfigurationDataObject +online version: https://learn.microsoft.com/powershell/module/Az.NetworkCloud/new-aznetworkcloudbaremetalmachineconfigurationdataobject schema: 2.0.0 --- @@ -172,7 +172,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.BareMetalMachineConfigurationData +### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.BareMetalMachineConfigurationData ## NOTES diff --git a/src/NetworkCloud/NetworkCloud/help/New-AzNetworkCloudBareMetalMachineKeySet.md b/src/NetworkCloud/NetworkCloud/help/New-AzNetworkCloudBareMetalMachineKeySet.md index 61e26793b278..d4c46976b1d7 100644 --- a/src/NetworkCloud/NetworkCloud/help/New-AzNetworkCloudBareMetalMachineKeySet.md +++ b/src/NetworkCloud/NetworkCloud/help/New-AzNetworkCloudBareMetalMachineKeySet.md @@ -8,21 +8,20 @@ schema: 2.0.0 # New-AzNetworkCloudBareMetalMachineKeySet ## SYNOPSIS -Create a new bare metal machine key set or update the existing one for the provided cluster. +create a new bare metal machine key set or create the existing one for the provided cluster. ## SYNTAX ``` New-AzNetworkCloudBareMetalMachineKeySet -ClusterName -Name -ResourceGroupName [-SubscriptionId ] -AzureGroupId -Expiration -ExtendedLocationName - -ExtendedLocationType -JumpHostsAllowed -Location - -PrivilegeLevel -UserList [-OSGroupName ] - [-Tag ] [-DefaultProfile ] [-AsJob] [-NoWait] - [-WhatIf] [-Confirm] [] + -ExtendedLocationType -JumpHostsAllowed -Location -PrivilegeLevel + -UserList [-OSGroupName ] [-Tag ] [-DefaultProfile ] [-AsJob] + [-NoWait] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION -Create a new bare metal machine key set or update the existing one for the provided cluster. +create a new bare metal machine key set or create the existing one for the provided cluster. ## EXAMPLES @@ -238,7 +237,7 @@ Accept wildcard characters: False The access level allowed for the users in this key set. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.BareMetalMachineKeySetPrivilegeLevel +Type: System.String Parameter Sets: (All) Aliases: @@ -298,10 +297,9 @@ Accept wildcard characters: False ### -UserList The unique list of permitted users. -To construct, see NOTES section for USERLIST properties and create a hash table. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IKeySetUser[] +Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IKeySetUser[] Parameter Sets: (All) Aliases: @@ -350,7 +348,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IBareMetalMachineKeySet +### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IBareMetalMachineKeySet ## NOTES diff --git a/src/NetworkCloud/NetworkCloud/help/New-AzNetworkCloudBgpAdvertisementObject.md b/src/NetworkCloud/NetworkCloud/help/New-AzNetworkCloudBgpAdvertisementObject.md index ff63c5fc40da..eace59d3ce7c 100644 --- a/src/NetworkCloud/NetworkCloud/help/New-AzNetworkCloudBgpAdvertisementObject.md +++ b/src/NetworkCloud/NetworkCloud/help/New-AzNetworkCloudBgpAdvertisementObject.md @@ -1,7 +1,7 @@ --- external help file: Az.NetworkCloud-help.xml Module Name: Az.NetworkCloud -online version: https://learn.microsoft.com/powershell/module/Az.NetworkCloud/new-AzNetworkCloudBgpAdvertisementObject +online version: https://learn.microsoft.com/powershell/module/Az.NetworkCloud/new-aznetworkcloudbgpadvertisementobject schema: 2.0.0 --- @@ -13,8 +13,8 @@ Create an in-memory object for BgpAdvertisement. ## SYNTAX ``` -New-AzNetworkCloudBgpAdvertisementObject -IPAddressPool [-AdvertiseToFabric ] - [-Community ] [-Peer ] [] +New-AzNetworkCloudBgpAdvertisementObject [-AdvertiseToFabric ] [-Community ] + [-IPAddressPool ] [-Peer ] [] ``` ## DESCRIPTION @@ -42,7 +42,7 @@ The indicator of if this advertisement is also made to the network fabric associ This field is ignored if fabricPeeringEnabled is set to False. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.AdvertiseToFabric +Type: System.String Parameter Sets: (All) Aliases: @@ -76,7 +76,7 @@ Type: System.String[] Parameter Sets: (All) Aliases: -Required: True +Required: False Position: Named Default value: None Accept pipeline input: False @@ -106,7 +106,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.BgpAdvertisement +### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.BgpAdvertisement ## NOTES diff --git a/src/NetworkCloud/NetworkCloud/help/New-AzNetworkCloudBgpServiceLoadBalancerConfigurationObject.md b/src/NetworkCloud/NetworkCloud/help/New-AzNetworkCloudBgpServiceLoadBalancerConfigurationObject.md index 8240c909397f..bf2f044ff40b 100644 --- a/src/NetworkCloud/NetworkCloud/help/New-AzNetworkCloudBgpServiceLoadBalancerConfigurationObject.md +++ b/src/NetworkCloud/NetworkCloud/help/New-AzNetworkCloudBgpServiceLoadBalancerConfigurationObject.md @@ -1,7 +1,7 @@ --- external help file: Az.NetworkCloud-help.xml Module Name: Az.NetworkCloud -online version: https://learn.microsoft.com/powershell/module/Az.NetworkCloud/new-AzNetworkCloudBgpServiceLoadBalancerConfigurationObject +online version: https://learn.microsoft.com/powershell/module/Az.NetworkCloud/new-aznetworkcloudbgpserviceloadbalancerconfigurationobject schema: 2.0.0 --- @@ -14,7 +14,7 @@ Create an in-memory object for BgpServiceLoadBalancerConfiguration. ``` New-AzNetworkCloudBgpServiceLoadBalancerConfigurationObject [-BgpAdvertisement ] - [-BgpPeer ] [-FabricPeeringEnabled ] + [-BgpPeer ] [-FabricPeeringEnabled ] [-IPAddressPool ] [] ``` @@ -50,10 +50,9 @@ Create an in-memory object for BgpServiceLoadBalancerConfiguration. ### -BgpAdvertisement The association of IP address pools to the communities and peers, allowing for announcement of IPs. -To construct, see NOTES section for BGPADVERTISEMENT properties and create a hash table. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IBgpAdvertisement[] +Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IBgpAdvertisement[] Parameter Sets: (All) Aliases: @@ -67,10 +66,9 @@ Accept wildcard characters: False ### -BgpPeer The list of additional BgpPeer entities that the Kubernetes cluster will peer with. All peering must be explicitly defined. -To construct, see NOTES section for BGPPEER properties and create a hash table. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IServiceLoadBalancerBgpPeer[] +Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IServiceLoadBalancerBgpPeer[] Parameter Sets: (All) Aliases: @@ -85,7 +83,7 @@ Accept wildcard characters: False The indicator to specify if the load balancer peers with the network fabric. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.FabricPeeringEnabled +Type: System.String Parameter Sets: (All) Aliases: @@ -98,10 +96,9 @@ Accept wildcard characters: False ### -IPAddressPool The list of pools of IP addresses that can be allocated to load balancer services. -To construct, see NOTES section for IPADDRESSPOOL properties and create a hash table. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IIPAddressPool[] +Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IIPAddressPool[] Parameter Sets: (All) Aliases: @@ -119,7 +116,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.BgpServiceLoadBalancerConfiguration +### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.BgpServiceLoadBalancerConfiguration ## NOTES diff --git a/src/NetworkCloud/NetworkCloud/help/New-AzNetworkCloudBmcKeySet.md b/src/NetworkCloud/NetworkCloud/help/New-AzNetworkCloudBmcKeySet.md index 4be37fbeb3b6..1f8282a3e2d4 100644 --- a/src/NetworkCloud/NetworkCloud/help/New-AzNetworkCloudBmcKeySet.md +++ b/src/NetworkCloud/NetworkCloud/help/New-AzNetworkCloudBmcKeySet.md @@ -8,20 +8,20 @@ schema: 2.0.0 # New-AzNetworkCloudBmcKeySet ## SYNOPSIS -Create a new baseboard management controller key set or update the existing one for the provided cluster. +create a new baseboard management controller key set or create the existing one for the provided cluster. ## SYNTAX ``` New-AzNetworkCloudBmcKeySet -ClusterName -Name -ResourceGroupName [-SubscriptionId ] -AzureGroupId -Expiration -ExtendedLocationName - -ExtendedLocationType -Location -PrivilegeLevel - -UserList [-Tag ] [-DefaultProfile ] [-AsJob] [-NoWait] + -ExtendedLocationType -Location -PrivilegeLevel -UserList + [-Tag ] [-DefaultProfile ] [-AsJob] [-NoWait] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION -Create a new baseboard management controller key set or update the existing one for the provided cluster. +create a new baseboard management controller key set or create the existing one for the provided cluster. ## EXAMPLES @@ -208,7 +208,7 @@ Accept wildcard characters: False The access level allowed for the users in this key set. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.BmcKeySetPrivilegeLevel +Type: System.String Parameter Sets: (All) Aliases: @@ -268,10 +268,9 @@ Accept wildcard characters: False ### -UserList The unique list of permitted users. -To construct, see NOTES section for USERLIST properties and create a hash table. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IKeySetUser[] +Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IKeySetUser[] Parameter Sets: (All) Aliases: @@ -320,7 +319,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IBmcKeySet +### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IBmcKeySet ## NOTES diff --git a/src/NetworkCloud/NetworkCloud/help/New-AzNetworkCloudCluster.md b/src/NetworkCloud/NetworkCloud/help/New-AzNetworkCloudCluster.md index d2dcfd8c671e..a6417f35215d 100644 --- a/src/NetworkCloud/NetworkCloud/help/New-AzNetworkCloudCluster.md +++ b/src/NetworkCloud/NetworkCloud/help/New-AzNetworkCloudCluster.md @@ -8,7 +8,7 @@ schema: 2.0.0 # New-AzNetworkCloudCluster ## SYNOPSIS -Create a new cluster or update the properties of the cluster if it exists. +create a new cluster or create the properties of the cluster if it exists. ## SYNTAX @@ -16,33 +16,28 @@ Create a new cluster or update the properties of the cluster if it exists. New-AzNetworkCloudCluster -Name -ResourceGroupName [-SubscriptionId ] -AggregatorOrSingleRackDefinitionNetworkRackId -AggregatorOrSingleRackDefinitionRackSerialNumber -AggregatorOrSingleRackDefinitionRackSkuId - -ClusterType -ClusterVersion -ExtendedLocationName - -ExtendedLocationType -Location -NetworkFabricId - [-AggregatorOrSingleRackDefinitionAvailabilityZone ] + -ClusterType -ClusterVersion -ExtendedLocationName -ExtendedLocationType + -Location -NetworkFabricId [-AggregatorOrSingleRackDefinitionAvailabilityZone ] [-AggregatorOrSingleRackDefinitionBareMetalMachineConfiguration ] [-AggregatorOrSingleRackDefinitionRackLocation ] [-AggregatorOrSingleRackDefinitionStorageApplianceConfiguration ] - [-AnalyticsWorkspaceId ] [-AssociatedIdentityType ] + [-AnalyticsWorkspaceId ] [-AssociatedIdentityType ] [-AssociatedIdentityUserAssignedIdentityResourceId ] [-ClusterLocation ] [-ClusterServicePrincipalApplicationId ] [-ClusterServicePrincipalId ] [-ClusterServicePrincipalPassword ] [-ClusterServicePrincipalTenantId ] - [-CommandOutputSettingContainerUrl ] - [-ComputeDeploymentThresholdGrouping ] - [-ComputeDeploymentThresholdType ] [-ComputeDeploymentThresholdValue ] - [-ComputeRackDefinition ] [-IdentityType ] - [-IdentityUserAssignedIdentity ] [-ManagedResourceGroupConfigurationLocation ] - [-ManagedResourceGroupConfigurationName ] - [-RuntimeProtectionConfigurationEnforcementLevel ] - [-SecretArchiveKeyVaultId ] [-SecretArchiveUseKeyVault ] - [-Tag ] [-UpdateStrategyMaxUnavailable ] - [-UpdateStrategyThresholdType ] [-UpdateStrategyThresholdValue ] - [-UpdateStrategyType ] [-UpdateStrategyWaitTimeMinute ] - [-DefaultProfile ] [-AsJob] [-NoWait] [-WhatIf] [-Confirm] - [] + [-CommandOutputSettingContainerUrl ] [-ComputeDeploymentThresholdGrouping ] + [-ComputeDeploymentThresholdType ] [-ComputeDeploymentThresholdValue ] + [-ComputeRackDefinition ] [-EnableSystemAssignedIdentity] + [-ManagedResourceGroupConfigurationLocation ] [-ManagedResourceGroupConfigurationName ] + [-RuntimeProtectionConfigurationEnforcementLevel ] [-SecretArchiveKeyVaultId ] + [-SecretArchiveUseKeyVault ] [-Tag ] [-UpdateStrategyMaxUnavailable ] + [-UpdateStrategyThresholdType ] [-UpdateStrategyThresholdValue ] [-UpdateStrategyType ] + [-UpdateStrategyWaitTimeMinute ] [-UserAssignedIdentity ] [-DefaultProfile ] + [-AsJob] [-NoWait] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION -Create a new cluster or update the properties of the cluster if it exists. +create a new cluster or create the properties of the cluster if it exists. ## EXAMPLES @@ -87,10 +82,9 @@ Accept wildcard characters: False ### -AggregatorOrSingleRackDefinitionBareMetalMachineConfiguration The unordered list of bare metal machine configuration. -To construct, see NOTES section for AGGREGATORORSINGLERACKDEFINITIONBAREMETALMACHINECONFIGURATION properties and create a hash table. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IBareMetalMachineConfigurationData[] +Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IBareMetalMachineConfigurationData[] Parameter Sets: (All) Aliases: @@ -164,10 +158,9 @@ Accept wildcard characters: False ### -AggregatorOrSingleRackDefinitionStorageApplianceConfiguration The list of storage appliance configuration data for this rack. -To construct, see NOTES section for AGGREGATORORSINGLERACKDEFINITIONSTORAGEAPPLIANCECONFIGURATION properties and create a hash table. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IStorageApplianceConfigurationData[] +Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IStorageApplianceConfigurationData[] Parameter Sets: (All) Aliases: @@ -212,7 +205,7 @@ Accept wildcard characters: False The type of managed identity that is being selected. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.ManagedServiceIdentitySelectorType +Type: System.String Parameter Sets: (All) Aliases: @@ -318,7 +311,7 @@ Accept wildcard characters: False The type of rack configuration for the cluster. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.ClusterType +Type: System.String Parameter Sets: (All) Aliases: @@ -363,7 +356,7 @@ Accept wildcard characters: False Selection of how the type evaluation is applied to the cluster calculation. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.ValidationThresholdGrouping +Type: System.String Parameter Sets: (All) Aliases: @@ -378,7 +371,7 @@ Accept wildcard characters: False Selection of how the threshold should be evaluated. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.ValidationThresholdType +Type: System.String Parameter Sets: (All) Aliases: @@ -406,10 +399,9 @@ Accept wildcard characters: False ### -ComputeRackDefinition The list of rack definitions for the compute racks in a multi-rackcluster, or an empty list in a single-rack cluster. -To construct, see NOTES section for COMPUTERACKDEFINITION properties and create a hash table. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IRackDefinition[] +Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IRackDefinition[] Parameter Sets: (All) Aliases: @@ -436,23 +428,23 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -ExtendedLocationName -The resource ID of the extended location on which the resource will be created. +### -EnableSystemAssignedIdentity +Determines whether to enable a system-assigned identity for the resource. ```yaml -Type: System.String +Type: System.Management.Automation.SwitchParameter Parameter Sets: (All) Aliases: -Required: True +Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False ``` -### -ExtendedLocationType -The extended location type, for example, CustomLocation. +### -ExtendedLocationName +The resource ID of the extended location on which the resource will be created. ```yaml Type: System.String @@ -466,32 +458,15 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -IdentityType -Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). - -```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.ManagedServiceIdentityType -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -IdentityUserAssignedIdentity -The set of user assigned identities associated with the resource. -The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. -The dictionary values can be empty objects ({}) in requests. +### -ExtendedLocationType +The extended location type, for example, CustomLocation. ```yaml -Type: System.Collections.Hashtable +Type: System.String Parameter Sets: (All) Aliases: -Required: False +Required: True Position: Named Default value: None Accept pipeline input: False @@ -610,7 +585,7 @@ Accept wildcard characters: False The mode of operation for runtime protection. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.RuntimeProtectionEnforcementLevel +Type: System.String Parameter Sets: (All) Aliases: @@ -640,7 +615,7 @@ Accept wildcard characters: False The indicator if the specified key vault should be used to archive the secrets of the cluster. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.ClusterSecretArchiveEnabled +Type: System.String Parameter Sets: (All) Aliases: @@ -702,7 +677,7 @@ Accept wildcard characters: False Selection of how the threshold should be evaluated. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.ValidationThresholdType +Type: System.String Parameter Sets: (All) Aliases: @@ -732,7 +707,7 @@ Accept wildcard characters: False The mode of operation for runtime protection. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.ClusterUpdateStrategyType +Type: System.String Parameter Sets: (All) Aliases: @@ -758,6 +733,22 @@ 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 +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Confirm Prompts you for confirmation before running the cmdlet. @@ -796,7 +787,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.ICluster +### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.ICluster ## NOTES diff --git a/src/NetworkCloud/NetworkCloud/help/New-AzNetworkCloudClusterManager.md b/src/NetworkCloud/NetworkCloud/help/New-AzNetworkCloudClusterManager.md index 253a7cc7dbc3..7b8b569fca92 100644 --- a/src/NetworkCloud/NetworkCloud/help/New-AzNetworkCloudClusterManager.md +++ b/src/NetworkCloud/NetworkCloud/help/New-AzNetworkCloudClusterManager.md @@ -8,22 +8,21 @@ schema: 2.0.0 # New-AzNetworkCloudClusterManager ## SYNOPSIS -Create a new cluster manager or update properties of the cluster manager if it exists. +create a new cluster manager or create properties of the cluster manager if it exists. ## SYNTAX ``` New-AzNetworkCloudClusterManager -Name -ResourceGroupName [-SubscriptionId ] -FabricControllerId -Location [-AnalyticsWorkspaceId ] - [-AvailabilityZone ] [-IdentityType ] - [-IdentityUserAssignedIdentity ] [-ManagedResourceGroupConfigurationLocation ] - [-ManagedResourceGroupConfigurationName ] [-Tag ] [-VMSize ] - [-DefaultProfile ] [-AsJob] [-NoWait] [-WhatIf] [-Confirm] - [] + [-AvailabilityZone ] [-EnableSystemAssignedIdentity] + [-ManagedResourceGroupConfigurationLocation ] [-ManagedResourceGroupConfigurationName ] + [-Tag ] [-UserAssignedIdentity ] [-VMSize ] [-DefaultProfile ] [-AsJob] + [-NoWait] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION -Create a new cluster manager or update properties of the cluster manager if it exists. +create a new cluster manager or create properties of the cluster manager if it exists. ## EXAMPLES @@ -109,26 +108,11 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -FabricControllerId -The resource ID of the fabric controller that has one to one mapping with the cluster manager. - -```yaml -Type: System.String -Parameter Sets: (All) -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -IdentityType -Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). +### -EnableSystemAssignedIdentity +Determines whether to enable a system-assigned identity for the resource. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.ManagedServiceIdentityType +Type: System.Management.Automation.SwitchParameter Parameter Sets: (All) Aliases: @@ -139,17 +123,15 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -IdentityUserAssignedIdentity -The set of user assigned identities associated with the resource. -The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. -The dictionary values can be empty objects ({}) in requests. +### -FabricControllerId +The resource ID of the fabric controller that has one to one mapping with the cluster manager. ```yaml -Type: System.Collections.Hashtable +Type: System.String Parameter Sets: (All) Aliases: -Required: False +Required: True Position: Named Default value: None Accept pipeline input: False @@ -280,6 +262,22 @@ 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 +Position: Named +Default value: None +Accept pipeline input: False +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. @@ -334,7 +332,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IClusterManager +### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IClusterManager ## NOTES diff --git a/src/NetworkCloud/NetworkCloud/help/New-AzNetworkCloudConsole.md b/src/NetworkCloud/NetworkCloud/help/New-AzNetworkCloudConsole.md index 8992cb6241b6..9561c9223344 100644 --- a/src/NetworkCloud/NetworkCloud/help/New-AzNetworkCloudConsole.md +++ b/src/NetworkCloud/NetworkCloud/help/New-AzNetworkCloudConsole.md @@ -8,20 +8,20 @@ schema: 2.0.0 # New-AzNetworkCloudConsole ## SYNOPSIS -Create a new virtual machine console or update the properties of the existing virtual machine console. +create a new virtual machine console or create the properties of the existing virtual machine console. ## SYNTAX ``` New-AzNetworkCloudConsole -Name -ResourceGroupName -VirtualMachineName - [-SubscriptionId ] -Enabled -ExtendedLocationName - -ExtendedLocationType -Location -SshPublicKeyData [-Expiration ] - [-Tag ] [-DefaultProfile ] [-AsJob] [-NoWait] - [-WhatIf] [-Confirm] [] + [-SubscriptionId ] -Enabled -ExtendedLocationName -ExtendedLocationType + -Location -SshPublicKeyData [-Expiration ] [-Tag ] + [-DefaultProfile ] [-AsJob] [-NoWait] [-WhatIf] [-Confirm] + [] ``` ## DESCRIPTION -Create a new virtual machine console or update the properties of the existing virtual machine console. +create a new virtual machine console or create the properties of the existing virtual machine console. ## EXAMPLES @@ -77,7 +77,7 @@ Accept wildcard characters: False The indicator of whether the console access is enabled. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.ConsoleEnabled +Type: System.String Parameter Sets: (All) Aliases: @@ -293,7 +293,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IConsole +### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IConsole ## NOTES diff --git a/src/NetworkCloud/NetworkCloud/help/New-AzNetworkCloudControlPlaneNodeConfigurationObject.md b/src/NetworkCloud/NetworkCloud/help/New-AzNetworkCloudControlPlaneNodeConfigurationObject.md index 2f8a22f4f1e6..46957ec7072d 100644 --- a/src/NetworkCloud/NetworkCloud/help/New-AzNetworkCloudControlPlaneNodeConfigurationObject.md +++ b/src/NetworkCloud/NetworkCloud/help/New-AzNetworkCloudControlPlaneNodeConfigurationObject.md @@ -1,7 +1,7 @@ --- external help file: Az.NetworkCloud-help.xml Module Name: Az.NetworkCloud -online version: https://learn.microsoft.com/powershell/module/Az.NetworkCloud/new-AzNetworkCloudControlPlaneNodeConfigurationObject +online version: https://learn.microsoft.com/powershell/module/Az.NetworkCloud/new-aznetworkcloudcontrolplanenodeconfigurationobject schema: 2.0.0 --- @@ -13,10 +13,10 @@ Create an in-memory object for ControlPlaneNodeConfiguration. ## SYNTAX ``` -New-AzNetworkCloudControlPlaneNodeConfigurationObject -Count -VMSkuName +New-AzNetworkCloudControlPlaneNodeConfigurationObject -Count [-AdministratorConfigurationAdminUsername ] [-AdministratorConfigurationSshPublicKey ] [-AvailabilityZone ] - [] + [-VMSkuName ] [] ``` ## DESCRIPTION @@ -61,10 +61,9 @@ Accept wildcard characters: False ### -AdministratorConfigurationSshPublicKey The SSH configuration for the operating systems that run the nodes in the Kubernetes cluster. In some cases, specification of public keys may be required to produce a working environment. -To construct, see NOTES section for ADMINISTRATORCONFIGURATIONSSHPUBLICKEY properties and create a hash table. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.ISshPublicKey[] +Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.ISshPublicKey[] Parameter Sets: (All) Aliases: @@ -114,7 +113,7 @@ Type: System.String Parameter Sets: (All) Aliases: -Required: True +Required: False Position: Named Default value: None Accept pipeline input: False @@ -128,7 +127,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.ControlPlaneNodeConfiguration +### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.ControlPlaneNodeConfiguration ## NOTES diff --git a/src/NetworkCloud/NetworkCloud/help/New-AzNetworkCloudEgressEndpointObject.md b/src/NetworkCloud/NetworkCloud/help/New-AzNetworkCloudEgressEndpointObject.md index c2f2e07ef777..0aed0c3d06c7 100644 --- a/src/NetworkCloud/NetworkCloud/help/New-AzNetworkCloudEgressEndpointObject.md +++ b/src/NetworkCloud/NetworkCloud/help/New-AzNetworkCloudEgressEndpointObject.md @@ -1,7 +1,7 @@ --- external help file: Az.NetworkCloud-help.xml Module Name: Az.NetworkCloud -online version: https://learn.microsoft.com/powershell/module/Az.NetworkCloud/new-AzNetworkCloudEgressEndpointObject +online version: https://learn.microsoft.com/powershell/module/Az.NetworkCloud/new-aznetworkcloudegressendpointobject schema: 2.0.0 --- @@ -58,10 +58,9 @@ Accept wildcard characters: False ### -Endpoint The list of endpoint dependencies. -To construct, see NOTES section for ENDPOINT properties and create a hash table. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IEndpointDependency[] +Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IEndpointDependency[] Parameter Sets: (All) Aliases: @@ -79,7 +78,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.EgressEndpoint +### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.EgressEndpoint ## NOTES diff --git a/src/NetworkCloud/NetworkCloud/help/New-AzNetworkCloudEndpointDependencyObject.md b/src/NetworkCloud/NetworkCloud/help/New-AzNetworkCloudEndpointDependencyObject.md index 4fd6588f06d1..c9830247457e 100644 --- a/src/NetworkCloud/NetworkCloud/help/New-AzNetworkCloudEndpointDependencyObject.md +++ b/src/NetworkCloud/NetworkCloud/help/New-AzNetworkCloudEndpointDependencyObject.md @@ -1,7 +1,7 @@ --- external help file: Az.NetworkCloud-help.xml Module Name: Az.NetworkCloud -online version: https://learn.microsoft.com/powershell/module/Az.NetworkCloud/new-AzNetworkCloudEndpointDependencyObject +online version: https://learn.microsoft.com/powershell/module/Az.NetworkCloud/new-aznetworkcloudendpointdependencyobject schema: 2.0.0 --- @@ -74,7 +74,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.EndpointDependency +### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.EndpointDependency ## NOTES diff --git a/src/NetworkCloud/NetworkCloud/help/New-AzNetworkCloudInitialAgentPoolConfigurationObject.md b/src/NetworkCloud/NetworkCloud/help/New-AzNetworkCloudInitialAgentPoolConfigurationObject.md index c419eee76bfb..d5428a768997 100644 --- a/src/NetworkCloud/NetworkCloud/help/New-AzNetworkCloudInitialAgentPoolConfigurationObject.md +++ b/src/NetworkCloud/NetworkCloud/help/New-AzNetworkCloudInitialAgentPoolConfigurationObject.md @@ -1,7 +1,7 @@ --- external help file: Az.NetworkCloud-help.xml Module Name: Az.NetworkCloud -online version: https://learn.microsoft.com/powershell/module/Az.NetworkCloud/new-AzNetworkCloudInitialAgentPoolConfigurationObject +online version: https://learn.microsoft.com/powershell/module/Az.NetworkCloud/new-aznetworkcloudinitialagentpoolconfigurationobject schema: 2.0.0 --- @@ -13,16 +13,16 @@ Create an in-memory object for InitialAgentPoolConfiguration. ## SYNTAX ``` -New-AzNetworkCloudInitialAgentPoolConfigurationObject -Count -Mode -Name - -VMSkuName [-AdministratorConfigurationAdminUsername ] +New-AzNetworkCloudInitialAgentPoolConfigurationObject [-AdministratorConfigurationAdminUsername ] [-AdministratorConfigurationSshPublicKey ] [-AgentOptionHugepagesCount ] - [-AgentOptionHugepagesSize ] + [-AgentOptionHugepagesSize ] [-AttachedNetworkConfigurationL2Network ] [-AttachedNetworkConfigurationL3Network ] [-AttachedNetworkConfigurationTrunkedNetwork ] - [-AvailabilityZone ] [-Label ] [-Taint ] - [-UpgradeSettingDrainTimeout ] [-UpgradeSettingMaxSurge ] - [-UpgradeSettingMaxUnavailable ] [] + [-AvailabilityZone ] [-Count ] [-Label ] [-Mode ] + [-Name ] [-Taint ] [-UpgradeSettingDrainTimeout ] + [-UpgradeSettingMaxSurge ] [-UpgradeSettingMaxUnavailable ] [-VMSkuName ] + [] ``` ## DESCRIPTION @@ -58,10 +58,9 @@ Accept wildcard characters: False ### -AdministratorConfigurationSshPublicKey The SSH configuration for the operating systems that run the nodes in the Kubernetes cluster. In some cases, specification of public keys may be required to produce a working environment. -To construct, see NOTES section for ADMINISTRATORCONFIGURATIONSSHPUBLICKEY properties and create a hash table. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.ISshPublicKey[] +Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.ISshPublicKey[] Parameter Sets: (All) Aliases: @@ -91,7 +90,7 @@ Accept wildcard characters: False The size of the hugepages to allocate. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.HugepagesSize +Type: System.String Parameter Sets: (All) Aliases: @@ -104,10 +103,9 @@ Accept wildcard characters: False ### -AttachedNetworkConfigurationL2Network The list of Layer 2 Networks and related configuration for attachment. -To construct, see NOTES section for ATTACHEDNETWORKCONFIGURATIONL2NETWORK properties and create a hash table. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IL2NetworkAttachmentConfiguration[] +Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IL2NetworkAttachmentConfiguration[] Parameter Sets: (All) Aliases: @@ -120,10 +118,9 @@ Accept wildcard characters: False ### -AttachedNetworkConfigurationL3Network The list of Layer 3 Networks and related configuration for attachment. -To construct, see NOTES section for ATTACHEDNETWORKCONFIGURATIONL3NETWORK properties and create a hash table. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IL3NetworkAttachmentConfiguration[] +Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IL3NetworkAttachmentConfiguration[] Parameter Sets: (All) Aliases: @@ -136,10 +133,9 @@ Accept wildcard characters: False ### -AttachedNetworkConfigurationTrunkedNetwork The list of Trunked Networks and related configuration for attachment. -To construct, see NOTES section for ATTACHEDNETWORKCONFIGURATIONTRUNKEDNETWORK properties and create a hash table. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.ITrunkedNetworkAttachmentConfiguration[] +Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.ITrunkedNetworkAttachmentConfiguration[] Parameter Sets: (All) Aliases: @@ -174,7 +170,7 @@ Type: System.Int64 Parameter Sets: (All) Aliases: -Required: True +Required: False Position: Named Default value: None Accept pipeline input: False @@ -183,10 +179,9 @@ Accept wildcard characters: False ### -Label The labels applied to the nodes in this agent pool. -To construct, see NOTES section for LABEL properties and create a hash table. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IKubernetesLabel[] +Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IKubernetesLabel[] Parameter Sets: (All) Aliases: @@ -203,11 +198,11 @@ System pools run the features and critical services for the Kubernetes Cluster, Every Kubernetes cluster must contain at least one system node pool with at least one node. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.AgentPoolMode +Type: System.String Parameter Sets: (All) Aliases: -Required: True +Required: False Position: Named Default value: None Accept pipeline input: False @@ -222,7 +217,7 @@ Type: System.String Parameter Sets: (All) Aliases: -Required: True +Required: False Position: Named Default value: None Accept pipeline input: False @@ -231,10 +226,9 @@ Accept wildcard characters: False ### -Taint The taints applied to the nodes in this agent pool. -To construct, see NOTES section for TAINT properties and create a hash table. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IKubernetesLabel[] +Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IKubernetesLabel[] Parameter Sets: (All) Aliases: @@ -313,7 +307,7 @@ Type: System.String Parameter Sets: (All) Aliases: -Required: True +Required: False Position: Named Default value: None Accept pipeline input: False @@ -327,7 +321,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.InitialAgentPoolConfiguration +### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.InitialAgentPoolConfiguration ## NOTES diff --git a/src/NetworkCloud/NetworkCloud/help/New-AzNetworkCloudIpAddressPoolObject.md b/src/NetworkCloud/NetworkCloud/help/New-AzNetworkCloudIpAddressPoolObject.md index 41490d80006a..6633a9a394ba 100644 --- a/src/NetworkCloud/NetworkCloud/help/New-AzNetworkCloudIpAddressPoolObject.md +++ b/src/NetworkCloud/NetworkCloud/help/New-AzNetworkCloudIpAddressPoolObject.md @@ -1,7 +1,7 @@ --- external help file: Az.NetworkCloud-help.xml Module Name: Az.NetworkCloud -online version: https://learn.microsoft.com/powershell/module/Az.NetworkCloud/new-AzNetworkCloudIpAddressPoolObject +online version: https://learn.microsoft.com/powershell/module/Az.NetworkCloud/new-aznetworkcloudipaddresspoolobject schema: 2.0.0 --- @@ -13,8 +13,8 @@ Create an in-memory object for IpAddressPool. ## SYNTAX ``` -New-AzNetworkCloudIpAddressPoolObject -Address -Name [-AutoAssign ] - [-OnlyUseHostIP ] [] +New-AzNetworkCloudIpAddressPoolObject [-Address ] [-AutoAssign ] [-Name ] + [-OnlyUseHostIP ] [] ``` ## DESCRIPTION @@ -47,7 +47,7 @@ Type: System.String[] Parameter Sets: (All) Aliases: -Required: True +Required: False Position: Named Default value: None Accept pipeline input: False @@ -58,7 +58,7 @@ Accept wildcard characters: False The indicator to determine if automatic allocation from the pool should occur. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.BfdEnabled +Type: System.String Parameter Sets: (All) Aliases: @@ -77,7 +77,7 @@ Type: System.String Parameter Sets: (All) Aliases: -Required: True +Required: False Position: Named Default value: None Accept pipeline input: False @@ -89,7 +89,7 @@ The indicator to prevent the use of IP addresses ending with .0 and .255 for thi Enabling this option will only use IP addresses between .1 and .254 inclusive. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.BfdEnabled +Type: System.String Parameter Sets: (All) Aliases: @@ -107,7 +107,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IPAddressPool +### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IPAddressPool ## NOTES diff --git a/src/NetworkCloud/NetworkCloud/help/New-AzNetworkCloudKeySetUserObject.md b/src/NetworkCloud/NetworkCloud/help/New-AzNetworkCloudKeySetUserObject.md index cdf030ee7cee..3783a3778f76 100644 --- a/src/NetworkCloud/NetworkCloud/help/New-AzNetworkCloudKeySetUserObject.md +++ b/src/NetworkCloud/NetworkCloud/help/New-AzNetworkCloudKeySetUserObject.md @@ -1,7 +1,7 @@ --- external help file: Az.NetworkCloud-help.xml Module Name: Az.NetworkCloud -online version: https://learn.microsoft.com/powershell/module/Az.NetworkCloud/new-AzNetworkCloudKeySetUserObject +online version: https://learn.microsoft.com/powershell/module/Az.NetworkCloud/new-aznetworkcloudkeysetuserobject schema: 2.0.0 --- @@ -104,7 +104,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.KeySetUser +### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.KeySetUser ## NOTES diff --git a/src/NetworkCloud/NetworkCloud/help/New-AzNetworkCloudKubernetesCluster.md b/src/NetworkCloud/NetworkCloud/help/New-AzNetworkCloudKubernetesCluster.md index 3ac981602898..2876c3f7b883 100644 --- a/src/NetworkCloud/NetworkCloud/help/New-AzNetworkCloudKubernetesCluster.md +++ b/src/NetworkCloud/NetworkCloud/help/New-AzNetworkCloudKubernetesCluster.md @@ -8,14 +8,14 @@ schema: 2.0.0 # New-AzNetworkCloudKubernetesCluster ## SYNOPSIS -Create a new Kubernetes cluster or update the properties of the existing one. +create a new Kubernetes cluster or create the properties of the existing one. ## SYNTAX ``` -New-AzNetworkCloudKubernetesCluster -KubernetesClusterName -ResourceGroupName - [-SubscriptionId ] -ControlPlaneNodeConfigurationCount - -ControlPlaneNodeConfigurationVMSkuName -ExtendedLocationName -ExtendedLocationType +New-AzNetworkCloudKubernetesCluster -Name -ResourceGroupName [-SubscriptionId ] + -ControlPlaneNodeConfigurationCount -ControlPlaneNodeConfigurationVMSkuName + -ExtendedLocationName -ExtendedLocationType -InitialAgentPoolConfiguration -KubernetesVersion -Location -NetworkConfigurationCloudServicesNetworkId -NetworkConfigurationCniNetworkId [-AadConfigurationAdminGroupObjectId ] @@ -23,8 +23,7 @@ New-AzNetworkCloudKubernetesCluster -KubernetesClusterName -ResourceGro [-AttachedNetworkConfigurationL3Network ] [-AttachedNetworkConfigurationTrunkedNetwork ] [-BgpAdvertisement ] [-BgpIPAddressPool ] - [-BgpPeer ] - [-BgpServiceLoadBalancerConfigurationFabricPeeringEnabled ] + [-BgpPeer ] [-BgpServiceLoadBalancerConfigurationFabricPeeringEnabled ] [-ControlPlaneNodeConfigurationAdminPublicKey ] [-ControlPlaneNodeConfigurationAdminUsername ] [-ControlPlaneNodeConfigurationAvailabilityZone ] @@ -37,7 +36,7 @@ New-AzNetworkCloudKubernetesCluster -KubernetesClusterName -ResourceGro ``` ## DESCRIPTION -Create a new Kubernetes cluster or update the properties of the existing one. +create a new Kubernetes cluster or create the properties of the existing one. ## EXAMPLES @@ -127,10 +126,9 @@ Accept wildcard characters: False ### -AttachedNetworkConfigurationL2Network The list of Layer 2 Networks and related configuration for attachment. -To construct, see NOTES section for ATTACHEDNETWORKCONFIGURATIONL2NETWORK properties and create a hash table. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IL2NetworkAttachmentConfiguration[] +Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IL2NetworkAttachmentConfiguration[] Parameter Sets: (All) Aliases: @@ -143,10 +141,9 @@ Accept wildcard characters: False ### -AttachedNetworkConfigurationL3Network The list of Layer 3 Networks and related configuration for attachment. -To construct, see NOTES section for ATTACHEDNETWORKCONFIGURATIONL3NETWORK properties and create a hash table. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IL3NetworkAttachmentConfiguration[] +Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IL3NetworkAttachmentConfiguration[] Parameter Sets: (All) Aliases: @@ -159,10 +156,9 @@ Accept wildcard characters: False ### -AttachedNetworkConfigurationTrunkedNetwork The list of Trunked Networks and related configuration for attachment. -To construct, see NOTES section for ATTACHEDNETWORKCONFIGURATIONTRUNKEDNETWORK properties and create a hash table. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.ITrunkedNetworkAttachmentConfiguration[] +Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.ITrunkedNetworkAttachmentConfiguration[] Parameter Sets: (All) Aliases: @@ -175,10 +171,9 @@ Accept wildcard characters: False ### -BgpAdvertisement The association of IP address pools to the communities and peers, allowing for announcement of IPs. -To construct, see NOTES section for BGPADVERTISEMENT properties and create a hash table. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IBgpAdvertisement[] +Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IBgpAdvertisement[] Parameter Sets: (All) Aliases: @@ -191,10 +186,9 @@ Accept wildcard characters: False ### -BgpIPAddressPool The list of pools of IP addresses that can be allocated to load balancer services. -To construct, see NOTES section for BGPIPADDRESSPOOL properties and create a hash table. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IIPAddressPool[] +Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IIPAddressPool[] Parameter Sets: (All) Aliases: @@ -208,10 +202,9 @@ Accept wildcard characters: False ### -BgpPeer The list of additional BgpPeer entities that the Kubernetes cluster will peer with. All peering must be explicitly defined. -To construct, see NOTES section for BGPPEER properties and create a hash table. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IServiceLoadBalancerBgpPeer[] +Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IServiceLoadBalancerBgpPeer[] Parameter Sets: (All) Aliases: @@ -226,7 +219,7 @@ Accept wildcard characters: False The indicator to specify if the load balancer peers with the network fabric. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.FabricPeeringEnabled +Type: System.String Parameter Sets: (All) Aliases: @@ -240,10 +233,9 @@ Accept wildcard characters: False ### -ControlPlaneNodeConfigurationAdminPublicKey The SSH configuration for the operating systems that run the nodes in the Kubernetes cluster. In some cases, specification of public keys may be required to produce a working environment. -To construct, see NOTES section for CONTROLPLANENODECONFIGURATIONADMINPUBLICKEY properties and create a hash table. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.ISshPublicKey[] +Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.ISshPublicKey[] Parameter Sets: (All) Aliases: @@ -366,25 +358,9 @@ Accept wildcard characters: False The agent pools that are created with this Kubernetes cluster for running critical system services and workloads. This data in this field is only used during creation, and the field will be empty following the creation of the Kubernetes Cluster. After creation, the management of agent pools is done using the agentPools sub-resource. -To construct, see NOTES section for INITIALAGENTPOOLCONFIGURATION properties and create a hash table. - -```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IInitialAgentPoolConfiguration[] -Parameter Sets: (All) -Aliases: - -Required: True -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -KubernetesClusterName -The name of the Kubernetes cluster. ```yaml -Type: System.String +Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IInitialAgentPoolConfiguration[] Parameter Sets: (All) Aliases: @@ -412,10 +388,9 @@ Accept wildcard characters: False ### -L2ServiceLoadBalancerConfigurationIPAddressPool The list of pools of IP addresses that can be allocated to load balancer services. -To construct, see NOTES section for L2SERVICELOADBALANCERCONFIGURATIONIPADDRESSPOOL properties and create a hash table. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IIPAddressPool[] +Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IIPAddressPool[] Parameter Sets: (All) Aliases: @@ -473,6 +448,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Name +The name of the Kubernetes cluster. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: KubernetesClusterName + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NetworkConfigurationCloudServicesNetworkId The resource ID of the associated Cloud Services network. @@ -587,10 +577,9 @@ Accept wildcard characters: False ### -SshPublicKey The SSH configuration for the operating systems that run the nodes in the Kubernetes cluster. In some cases, specification of public keys may be required to produce a working environment. -To construct, see NOTES section for SSHPUBLICKEY properties and create a hash table. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.ISshPublicKey[] +Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.ISshPublicKey[] Parameter Sets: (All) Aliases: @@ -670,7 +659,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IKubernetesCluster +### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IKubernetesCluster ## NOTES diff --git a/src/NetworkCloud/NetworkCloud/help/New-AzNetworkCloudKubernetesClusterFeature.md b/src/NetworkCloud/NetworkCloud/help/New-AzNetworkCloudKubernetesClusterFeature.md index 1b5340e60c9a..ef591971fcb5 100644 --- a/src/NetworkCloud/NetworkCloud/help/New-AzNetworkCloudKubernetesClusterFeature.md +++ b/src/NetworkCloud/NetworkCloud/help/New-AzNetworkCloudKubernetesClusterFeature.md @@ -8,7 +8,7 @@ schema: 2.0.0 # New-AzNetworkCloudKubernetesClusterFeature ## SYNOPSIS -Create a new Kubernetes cluster feature or update 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. ## SYNTAX @@ -20,7 +20,7 @@ New-AzNetworkCloudKubernetesClusterFeature -FeatureName -KubernetesClus ``` ## DESCRIPTION -Create a new Kubernetes cluster feature or update 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. ## EXAMPLES @@ -132,10 +132,9 @@ Accept wildcard characters: False ### -Option The configured options for the feature. -To construct, see NOTES section for OPTION properties and create a hash table. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IStringKeyValuePair[] +Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IStringKeyValuePair[] Parameter Sets: (All) Aliases: @@ -231,7 +230,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IKubernetesClusterFeature +### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IKubernetesClusterFeature ## NOTES diff --git a/src/NetworkCloud/NetworkCloud/help/New-AzNetworkCloudL2Network.md b/src/NetworkCloud/NetworkCloud/help/New-AzNetworkCloudL2Network.md index 819c7cc13e13..c66e333f4f2c 100644 --- a/src/NetworkCloud/NetworkCloud/help/New-AzNetworkCloudL2Network.md +++ b/src/NetworkCloud/NetworkCloud/help/New-AzNetworkCloudL2Network.md @@ -8,20 +8,19 @@ schema: 2.0.0 # New-AzNetworkCloudL2Network ## SYNOPSIS -Create a new layer 2 (L2) network or update the properties of the existing network. +create a new layer 2 (L2) network or create the properties of the existing network. ## SYNTAX ``` New-AzNetworkCloudL2Network -Name -ResourceGroupName [-SubscriptionId ] -ExtendedLocationName -ExtendedLocationType -L2IsolationDomainId -Location - [-HybridAksPluginType ] [-InterfaceName ] [-Tag ] - [-DefaultProfile ] [-AsJob] [-NoWait] [-WhatIf] [-Confirm] - [] + [-HybridAksPluginType ] [-InterfaceName ] [-Tag ] [-DefaultProfile ] + [-AsJob] [-NoWait] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION -Create a new layer 2 (L2) network or update the properties of the existing network. +create a new layer 2 (L2) network or create the properties of the existing network. ## EXAMPLES @@ -107,7 +106,7 @@ The field was previously optional, now it will have no defined behavior and will The network plugin type for Hybrid AKS. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.HybridAksPluginType +Type: System.String Parameter Sets: (All) Aliases: @@ -279,7 +278,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IL2Network +### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IL2Network ## NOTES diff --git a/src/NetworkCloud/NetworkCloud/help/New-AzNetworkCloudL3Network.md b/src/NetworkCloud/NetworkCloud/help/New-AzNetworkCloudL3Network.md index 69472d091bd3..78ccb85e328b 100644 --- a/src/NetworkCloud/NetworkCloud/help/New-AzNetworkCloudL3Network.md +++ b/src/NetworkCloud/NetworkCloud/help/New-AzNetworkCloudL3Network.md @@ -8,21 +8,21 @@ schema: 2.0.0 # New-AzNetworkCloudL3Network ## SYNOPSIS -Create a new layer 3 (L3) network or update the properties of the existing network. +create a new layer 3 (L3) network or create the properties of the existing network. ## SYNTAX ``` New-AzNetworkCloudL3Network -Name -ResourceGroupName [-SubscriptionId ] -ExtendedLocationName -ExtendedLocationType -L3IsolationDomainId -Location - -Vlan [-HybridAksIpamEnabled ] [-HybridAksPluginType ] - [-IPAllocationType ] [-InterfaceName ] [-Ipv4ConnectedPrefix ] - [-Ipv6ConnectedPrefix ] [-Tag ] [-DefaultProfile ] [-AsJob] [-NoWait] - [-WhatIf] [-Confirm] [] + -Vlan [-HybridAksIpamEnabled ] [-HybridAksPluginType ] [-IPAllocationType ] + [-InterfaceName ] [-Ipv4ConnectedPrefix ] [-Ipv6ConnectedPrefix ] [-Tag ] + [-DefaultProfile ] [-AsJob] [-NoWait] [-WhatIf] [-Confirm] + [] ``` ## DESCRIPTION -Create a new layer 3 (L3) network or update the properties of the existing network. +create a new layer 3 (L3) network or create the properties of the existing network. ## EXAMPLES @@ -108,7 +108,7 @@ The field was previously optional, now it will have no defined behavior and will The indicator of whether or not to disable IPAM allocation on the network attachment definition injected into the Hybrid AKS Cluster. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.HybridAksIpamEnabled +Type: System.String Parameter Sets: (All) Aliases: @@ -125,7 +125,7 @@ The field was previously optional, now it will have no defined behavior and will The network plugin type for Hybrid AKS. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.HybridAksPluginType +Type: System.String Parameter Sets: (All) Aliases: @@ -156,7 +156,7 @@ Accept wildcard characters: False The type of the IP address allocation, defaulted to "DualStack". ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.IPAllocationType +Type: System.String Parameter Sets: (All) Aliases: @@ -359,7 +359,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IL3Network +### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IL3Network ## NOTES diff --git a/src/NetworkCloud/NetworkCloud/help/New-AzNetworkCloudL3NetworkAttachmentConfigurationObject.md b/src/NetworkCloud/NetworkCloud/help/New-AzNetworkCloudL3NetworkAttachmentConfigurationObject.md index 8977b791e662..72803df55a21 100644 --- a/src/NetworkCloud/NetworkCloud/help/New-AzNetworkCloudL3NetworkAttachmentConfigurationObject.md +++ b/src/NetworkCloud/NetworkCloud/help/New-AzNetworkCloudL3NetworkAttachmentConfigurationObject.md @@ -1,7 +1,7 @@ --- external help file: Az.NetworkCloud-help.xml Module Name: Az.NetworkCloud -online version: https://learn.microsoft.com/powershell/module/Az.NetworkCloud/new-AzNetworkCloudL3NetworkAttachmentConfigurationObject +online version: https://learn.microsoft.com/powershell/module/Az.NetworkCloud/new-aznetworkcloudl3networkattachmentconfigurationobject schema: 2.0.0 --- @@ -13,9 +13,8 @@ Create an in-memory object for L3NetworkAttachmentConfiguration. ## SYNTAX ``` -New-AzNetworkCloudL3NetworkAttachmentConfigurationObject -NetworkId - [-IpamEnabled ] [-PluginType ] - [] +New-AzNetworkCloudL3NetworkAttachmentConfigurationObject [-IpamEnabled ] [-NetworkId ] + [-PluginType ] [] ``` ## DESCRIPTION @@ -42,7 +41,7 @@ Create an in-memory object for L3NetworkAttachmentConfiguration. The indication of whether this network will or will not perform IP address management and allocate IP addresses when attached. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.L3NetworkConfigurationIpamEnabled +Type: System.String Parameter Sets: (All) Aliases: @@ -61,7 +60,7 @@ Type: System.String Parameter Sets: (All) Aliases: -Required: True +Required: False Position: Named Default value: None Accept pipeline input: False @@ -72,7 +71,7 @@ Accept wildcard characters: False The indicator of how this network will be utilized by the Kubernetes cluster. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.KubernetesPluginType +Type: System.String Parameter Sets: (All) Aliases: @@ -90,7 +89,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.L3NetworkAttachmentConfiguration +### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.L3NetworkAttachmentConfiguration ## NOTES diff --git a/src/NetworkCloud/NetworkCloud/help/New-AzNetworkCloudMetricsConfiguration.md b/src/NetworkCloud/NetworkCloud/help/New-AzNetworkCloudMetricsConfiguration.md index e132faf7678f..a842c6680b30 100644 --- a/src/NetworkCloud/NetworkCloud/help/New-AzNetworkCloudMetricsConfiguration.md +++ b/src/NetworkCloud/NetworkCloud/help/New-AzNetworkCloudMetricsConfiguration.md @@ -8,20 +8,20 @@ schema: 2.0.0 # New-AzNetworkCloudMetricsConfiguration ## SYNOPSIS -Create new or update the existing metrics configuration of the provided cluster. +create new or create the existing metrics configuration of the provided cluster. ## SYNTAX ``` -New-AzNetworkCloudMetricsConfiguration -ClusterName -MetricsConfigurationName - -ResourceGroupName [-SubscriptionId ] -CollectionInterval - -ExtendedLocationName -ExtendedLocationType -Location [-EnabledMetric ] - [-Tag ] [-DefaultProfile ] [-AsJob] [-NoWait] - [-WhatIf] [-Confirm] [] +New-AzNetworkCloudMetricsConfiguration -ClusterName -Name -ResourceGroupName + [-SubscriptionId ] -CollectionInterval -ExtendedLocationName + -ExtendedLocationType -Location [-EnabledMetric ] [-Tag ] + [-DefaultProfile ] [-AsJob] [-NoWait] [-WhatIf] [-Confirm] + [] ``` ## DESCRIPTION -Create new or update the existing metrics configuration of the provided cluster. +create new or create the existing metrics configuration of the provided cluster. ## EXAMPLES @@ -161,13 +161,13 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -MetricsConfigurationName +### -Name The name of the metrics configuration for the cluster. ```yaml Type: System.String Parameter Sets: (All) -Aliases: +Aliases: MetricsConfigurationName Required: True Position: Named @@ -276,7 +276,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IClusterMetricsConfiguration +### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IClusterMetricsConfiguration ## NOTES diff --git a/src/NetworkCloud/NetworkCloud/help/New-AzNetworkCloudNetworkAttachmentObject.md b/src/NetworkCloud/NetworkCloud/help/New-AzNetworkCloudNetworkAttachmentObject.md index 7973357b2c79..5ce25c93f060 100644 --- a/src/NetworkCloud/NetworkCloud/help/New-AzNetworkCloudNetworkAttachmentObject.md +++ b/src/NetworkCloud/NetworkCloud/help/New-AzNetworkCloudNetworkAttachmentObject.md @@ -1,7 +1,7 @@ --- external help file: Az.NetworkCloud-help.xml Module Name: Az.NetworkCloud -online version: https://learn.microsoft.com/powershell/module/Az.NetworkCloud/new-AzNetworkCloudNetworkAttachmentObject +online version: https://learn.microsoft.com/powershell/module/Az.NetworkCloud/new-aznetworkcloudnetworkattachmentobject schema: 2.0.0 --- @@ -13,9 +13,8 @@ Create an in-memory object for NetworkAttachment. ## SYNTAX ``` -New-AzNetworkCloudNetworkAttachmentObject -AttachedNetworkId - -IPAllocationMethod [-DefaultGateway ] - [-Ipv4Address ] [-Ipv6Address ] [-Name ] +New-AzNetworkCloudNetworkAttachmentObject [-AttachedNetworkId ] [-DefaultGateway ] + [-IPAllocationMethod ] [-Ipv4Address ] [-Ipv6Address ] [-Name ] [] ``` @@ -48,7 +47,7 @@ Type: System.String Parameter Sets: (All) Aliases: -Required: True +Required: False Position: Named Default value: None Accept pipeline input: False @@ -60,7 +59,7 @@ 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: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.DefaultGateway +Type: System.String Parameter Sets: (All) Aliases: @@ -77,11 +76,11 @@ The IP allocation mechanism for the virtual machine. Otherwise, Disabled is the only permitted value. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.VirtualMachineIPAllocationMethod +Type: System.String Parameter Sets: (All) Aliases: -Required: True +Required: False Position: Named Default value: None Accept pipeline input: False @@ -157,7 +156,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.NetworkAttachment +### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.NetworkAttachment ## NOTES diff --git a/src/NetworkCloud/NetworkCloud/help/New-AzNetworkCloudRackDefinitionObject.md b/src/NetworkCloud/NetworkCloud/help/New-AzNetworkCloudRackDefinitionObject.md index e564b36195fd..93d7ee822221 100644 --- a/src/NetworkCloud/NetworkCloud/help/New-AzNetworkCloudRackDefinitionObject.md +++ b/src/NetworkCloud/NetworkCloud/help/New-AzNetworkCloudRackDefinitionObject.md @@ -1,7 +1,7 @@ --- external help file: Az.NetworkCloud-help.xml Module Name: Az.NetworkCloud -online version: https://learn.microsoft.com/powershell/module/Az.NetworkCloud/new-AzNetworkCloudRackDefinitionObject +online version: https://learn.microsoft.com/powershell/module/Az.NetworkCloud/new-aznetworkcloudrackdefinitionobject schema: 2.0.0 --- @@ -86,10 +86,9 @@ Accept wildcard characters: False ### -BareMetalMachineConfigurationData The unordered list of bare metal machine configuration. -To construct, see NOTES section for BAREMETALMACHINECONFIGURATIONDATA properties and create a hash table. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IBareMetalMachineConfigurationData[] +Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IBareMetalMachineConfigurationData[] Parameter Sets: (All) Aliases: @@ -163,10 +162,9 @@ Accept wildcard characters: False ### -StorageApplianceConfigurationData The list of storage appliance configuration data for this rack. -To construct, see NOTES section for STORAGEAPPLIANCECONFIGURATIONDATA properties and create a hash table. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IStorageApplianceConfigurationData[] +Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IStorageApplianceConfigurationData[] Parameter Sets: (All) Aliases: @@ -184,7 +182,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.RackDefinition +### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.RackDefinition ## NOTES diff --git a/src/NetworkCloud/NetworkCloud/help/New-AzNetworkCloudServiceLoadBalancerBgpPeerObject.md b/src/NetworkCloud/NetworkCloud/help/New-AzNetworkCloudServiceLoadBalancerBgpPeerObject.md index afa623f8665c..76789e777c27 100644 --- a/src/NetworkCloud/NetworkCloud/help/New-AzNetworkCloudServiceLoadBalancerBgpPeerObject.md +++ b/src/NetworkCloud/NetworkCloud/help/New-AzNetworkCloudServiceLoadBalancerBgpPeerObject.md @@ -1,7 +1,7 @@ --- external help file: Az.NetworkCloud-help.xml Module Name: Az.NetworkCloud -online version: https://learn.microsoft.com/powershell/module/Az.NetworkCloud/new-AzNetworkCloudServiceLoadBalancerBgpPeerObject +online version: https://learn.microsoft.com/powershell/module/Az.NetworkCloud/new-aznetworkcloudserviceloadbalancerbgppeerobject schema: 2.0.0 --- @@ -13,9 +13,9 @@ Create an in-memory object for ServiceLoadBalancerBgpPeer. ## SYNTAX ``` -New-AzNetworkCloudServiceLoadBalancerBgpPeerObject -Name -PeerAddress -PeerAsn - [-BfdEnabled ] [-BgpMultiHop ] [-HoldTime ] [-KeepAliveTime ] - [-MyAsn ] [-Password ] [-PeerPort ] +New-AzNetworkCloudServiceLoadBalancerBgpPeerObject [-BfdEnabled ] [-BgpMultiHop ] + [-HoldTime ] [-KeepAliveTime ] [-MyAsn ] [-Name ] [-Password ] + [-PeerAddress ] [-PeerAsn ] [-PeerPort ] [] ``` @@ -43,7 +43,7 @@ Create an in-memory object for ServiceLoadBalancerBgpPeer. The indicator of BFD enablement for this BgpPeer. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.BfdEnabled +Type: System.String Parameter Sets: (All) Aliases: @@ -58,7 +58,7 @@ Accept wildcard characters: False The indicator to enable multi-hop peering support. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.BgpMultiHop +Type: System.String Parameter Sets: (All) Aliases: @@ -128,7 +128,7 @@ Type: System.String Parameter Sets: (All) Aliases: -Required: True +Required: False Position: Named Default value: None Accept pipeline input: False @@ -158,7 +158,7 @@ Type: System.String Parameter Sets: (All) Aliases: -Required: True +Required: False Position: Named Default value: None Accept pipeline input: False @@ -173,7 +173,7 @@ Type: System.Int64 Parameter Sets: (All) Aliases: -Required: True +Required: False Position: Named Default value: None Accept pipeline input: False @@ -202,7 +202,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.ServiceLoadBalancerBgpPeer +### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.ServiceLoadBalancerBgpPeer ## NOTES diff --git a/src/NetworkCloud/NetworkCloud/help/New-AzNetworkCloudServicesNetwork.md b/src/NetworkCloud/NetworkCloud/help/New-AzNetworkCloudServicesNetwork.md index 8d66b05cf544..0eb37b36d6e6 100644 --- a/src/NetworkCloud/NetworkCloud/help/New-AzNetworkCloudServicesNetwork.md +++ b/src/NetworkCloud/NetworkCloud/help/New-AzNetworkCloudServicesNetwork.md @@ -8,21 +8,20 @@ schema: 2.0.0 # New-AzNetworkCloudServicesNetwork ## SYNOPSIS -Create a new cloud services network or update the properties of the existing cloud services network. +create a new cloud services network or create the properties of the existing cloud services network. ## SYNTAX ``` -New-AzNetworkCloudServicesNetwork -CloudServicesNetworkName -ResourceGroupName - [-SubscriptionId ] -ExtendedLocationName -ExtendedLocationType -Location - [-AdditionalEgressEndpoint ] - [-EnableDefaultEgressEndpoint ] [-Tag ] +New-AzNetworkCloudServicesNetwork -Name -ResourceGroupName [-SubscriptionId ] + -ExtendedLocationName -ExtendedLocationType -Location + [-AdditionalEgressEndpoint ] [-EnableDefaultEgressEndpoint ] [-Tag ] [-DefaultProfile ] [-AsJob] [-NoWait] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION -Create a new cloud services network or update the properties of the existing cloud services network. +create a new cloud services network or create the properties of the existing cloud services network. ## EXAMPLES @@ -49,10 +48,9 @@ This command creates a cloud services network. ### -AdditionalEgressEndpoint The list of egress endpoints. This allows for connection from a Hybrid AKS cluster to the specified endpoint. -To construct, see NOTES section for ADDITIONALEGRESSENDPOINT properties and create a hash table. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IEgressEndpoint[] +Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IEgressEndpoint[] Parameter Sets: (All) Aliases: @@ -78,21 +76,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -CloudServicesNetworkName -The name of the cloud services network. - -```yaml -Type: System.String -Parameter Sets: (All) -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. @@ -113,7 +96,7 @@ Accept wildcard characters: False The indicator of whether the platform default endpoints are allowed for the egress traffic. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.CloudServicesNetworkEnableDefaultEgressEndpoints +Type: System.String Parameter Sets: (All) Aliases: @@ -169,6 +152,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Name +The name of the cloud services network. + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: CloudServicesNetworkName + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -NoWait Run the command asynchronously @@ -269,7 +267,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.ICloudServicesNetwork +### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.ICloudServicesNetwork ## NOTES diff --git a/src/NetworkCloud/NetworkCloud/help/New-AzNetworkCloudStorageApplianceConfigurationDataObject.md b/src/NetworkCloud/NetworkCloud/help/New-AzNetworkCloudStorageApplianceConfigurationDataObject.md index a6b69065ac8a..6c6af0154680 100644 --- a/src/NetworkCloud/NetworkCloud/help/New-AzNetworkCloudStorageApplianceConfigurationDataObject.md +++ b/src/NetworkCloud/NetworkCloud/help/New-AzNetworkCloudStorageApplianceConfigurationDataObject.md @@ -1,7 +1,7 @@ --- external help file: Az.NetworkCloud-help.xml Module Name: Az.NetworkCloud -online version: https://learn.microsoft.com/powershell/module/Az.NetworkCloud/new-AzNetworkCloudStorageApplianceConfigurationDataObject +online version: https://learn.microsoft.com/powershell/module/Az.NetworkCloud/new-aznetworkcloudstorageapplianceconfigurationdataobject schema: 2.0.0 --- @@ -122,7 +122,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.StorageApplianceConfigurationData +### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.StorageApplianceConfigurationData ## NOTES diff --git a/src/NetworkCloud/NetworkCloud/help/New-AzNetworkCloudTrunkedNetwork.md b/src/NetworkCloud/NetworkCloud/help/New-AzNetworkCloudTrunkedNetwork.md index 904732b6e6c1..d9a266eb1023 100644 --- a/src/NetworkCloud/NetworkCloud/help/New-AzNetworkCloudTrunkedNetwork.md +++ b/src/NetworkCloud/NetworkCloud/help/New-AzNetworkCloudTrunkedNetwork.md @@ -8,20 +8,20 @@ schema: 2.0.0 # New-AzNetworkCloudTrunkedNetwork ## SYNOPSIS -Create a new trunked network or update the properties of the existing trunked network. +create a new trunked network or create the properties of the existing trunked network. ## SYNTAX ``` New-AzNetworkCloudTrunkedNetwork -Name -ResourceGroupName [-SubscriptionId ] -ExtendedLocationName -ExtendedLocationType -IsolationDomainId -Location - -Vlan [-HybridAksPluginType ] [-InterfaceName ] [-Tag ] + -Vlan [-HybridAksPluginType ] [-InterfaceName ] [-Tag ] [-DefaultProfile ] [-AsJob] [-NoWait] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION -Create a new trunked network or update the properties of the existing trunked network. +create a new trunked network or create the properties of the existing trunked network. ## EXAMPLES @@ -107,7 +107,7 @@ The field was previously optional, now it will have no defined behavior and will The network plugin type for Hybrid AKS. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.HybridAksPluginType +Type: System.String Parameter Sets: (All) Aliases: @@ -295,7 +295,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.ITrunkedNetwork +### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.ITrunkedNetwork ## NOTES diff --git a/src/NetworkCloud/NetworkCloud/help/New-AzNetworkCloudVirtualMachine.md b/src/NetworkCloud/NetworkCloud/help/New-AzNetworkCloudVirtualMachine.md index 7bb3a48983d3..87c980ed8b04 100644 --- a/src/NetworkCloud/NetworkCloud/help/New-AzNetworkCloudVirtualMachine.md +++ b/src/NetworkCloud/NetworkCloud/help/New-AzNetworkCloudVirtualMachine.md @@ -8,31 +8,29 @@ schema: 2.0.0 # New-AzNetworkCloudVirtualMachine ## SYNOPSIS -Create a new virtual machine or update the properties of the existing virtual machine. +create a new virtual machine or create the properties of the existing virtual machine. ## SYNTAX ``` New-AzNetworkCloudVirtualMachine -Name -ResourceGroupName [-SubscriptionId ] -AdminUsername -CloudServiceNetworkAttachmentAttachedNetworkId - -CloudServiceNetworkAttachmentIPAllocationMethod -CpuCore - -ExtendedLocationName -ExtendedLocationType -Location -MemorySizeGb - -OSDiskSizeGb -VMImage [-BootMethod ] - [-CloudServiceNetworkAttachmentDefaultGateway ] + -CloudServiceNetworkAttachmentIPAllocationMethod -CpuCore -ExtendedLocationName + -ExtendedLocationType -Location -MemorySizeGb -OSDiskSizeGb + -VMImage [-BootMethod ] [-CloudServiceNetworkAttachmentDefaultGateway ] [-CloudServiceNetworkAttachmentIpv4Address ] [-CloudServiceNetworkAttachmentIpv6Address ] - [-CloudServiceNetworkAttachmentName ] [-IsolateEmulatorThread ] - [-NetworkAttachment ] [-NetworkData ] [-OSDiskCreateOption ] - [-OSDiskDeleteOption ] [-PlacementHint ] + [-CloudServiceNetworkAttachmentName ] [-IsolateEmulatorThread ] + [-NetworkAttachment ] [-NetworkData ] [-OSDiskCreateOption ] + [-OSDiskDeleteOption ] [-PlacementHint ] [-SshPublicKey ] [-StorageProfileVolumeAttachment ] [-Tag ] - [-UserData ] [-VMDeviceModel ] - [-VMImageRepositoryCredentialsPassword ] [-VMImageRepositoryCredentialsRegistryUrl ] - [-VMImageRepositoryCredentialsUsername ] [-VirtioInterface ] - [-DefaultProfile ] [-AsJob] [-NoWait] [-WhatIf] [-Confirm] - [] + [-UserData ] [-VMDeviceModel ] [-VMImageRepositoryCredentialsPassword ] + [-VMImageRepositoryCredentialsRegistryUrl ] [-VMImageRepositoryCredentialsUsername ] + [-VirtioInterface ] [-DefaultProfile ] [-AsJob] [-NoWait] + [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION -Create a new virtual machine or update the properties of the existing virtual machine. +create a new virtual machine or create the properties of the existing virtual machine. ## EXAMPLES @@ -103,7 +101,7 @@ Accept wildcard characters: False Selects the boot method for the virtual machine. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.VirtualMachineBootMethod +Type: System.String Parameter Sets: (All) Aliases: @@ -133,7 +131,7 @@ Accept wildcard characters: False 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: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.DefaultGateway +Type: System.String Parameter Sets: (All) Aliases: @@ -148,7 +146,7 @@ Accept wildcard characters: False 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: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.VirtualMachineIPAllocationMethod +Type: System.String Parameter Sets: (All) Aliases: @@ -270,7 +268,7 @@ Field Deprecated, the value will be ignored if provided. The indicator of whether one of the specified CPU cores is isolated to run the emulator thread for this virtual machine. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.VirtualMachineIsolateEmulatorThread +Type: System.String Parameter Sets: (All) Aliases: @@ -329,10 +327,9 @@ Accept wildcard characters: False ### -NetworkAttachment The list of network attachments to the virtual machine. -To construct, see NOTES section for NETWORKATTACHMENT properties and create a hash table. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.INetworkAttachment[] +Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkAttachment[] Parameter Sets: (All) Aliases: @@ -377,7 +374,7 @@ Accept wildcard characters: False The strategy for creating the OS disk. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.OSDiskCreateOption +Type: System.String Parameter Sets: (All) Aliases: @@ -392,7 +389,7 @@ Accept wildcard characters: False The strategy for deleting the OS disk. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.OSDiskDeleteOption +Type: System.String Parameter Sets: (All) Aliases: @@ -422,10 +419,9 @@ Accept wildcard characters: False ### -PlacementHint The scheduling hints for the virtual machine. -To construct, see NOTES section for PLACEMENTHINT properties and create a hash table. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IVirtualMachinePlacementHint[] +Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IVirtualMachinePlacementHint[] Parameter Sets: (All) Aliases: @@ -455,10 +451,9 @@ Accept wildcard characters: False ### -SshPublicKey The list of ssh public keys. Each key will be added to the virtual machine using the cloud-init ssh_authorized_keys mechanism for the adminUsername. -To construct, see NOTES section for SSHPUBLICKEY properties and create a hash table. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.ISshPublicKey[] +Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.ISshPublicKey[] Parameter Sets: (All) Aliases: @@ -535,7 +530,7 @@ Field Deprecated, use virtualizationModel instead. The type of the virtio interface. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.VirtualMachineVirtioInterfaceType +Type: System.String Parameter Sets: (All) Aliases: @@ -550,7 +545,7 @@ Accept wildcard characters: False The type of the device model to use. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.VirtualMachineDeviceModelType +Type: System.String Parameter Sets: (All) Aliases: @@ -659,7 +654,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IVirtualMachine +### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IVirtualMachine ## NOTES diff --git a/src/NetworkCloud/NetworkCloud/help/New-AzNetworkCloudVirtualMachinePlacementHintObject.md b/src/NetworkCloud/NetworkCloud/help/New-AzNetworkCloudVirtualMachinePlacementHintObject.md index 6b2af016ccbd..8ba6a963d441 100644 --- a/src/NetworkCloud/NetworkCloud/help/New-AzNetworkCloudVirtualMachinePlacementHintObject.md +++ b/src/NetworkCloud/NetworkCloud/help/New-AzNetworkCloudVirtualMachinePlacementHintObject.md @@ -1,7 +1,7 @@ --- external help file: Az.NetworkCloud-help.xml Module Name: Az.NetworkCloud -online version: https://learn.microsoft.com/powershell/module/Az.NetworkCloud/new-AzNetworkCloudVirtualMachinePlacementHintObject +online version: https://learn.microsoft.com/powershell/module/Az.NetworkCloud/new-aznetworkcloudvirtualmachineplacementhintobject schema: 2.0.0 --- @@ -13,9 +13,8 @@ Create an in-memory object for VirtualMachinePlacementHint. ## SYNTAX ``` -New-AzNetworkCloudVirtualMachinePlacementHintObject -HintType - -ResourceId -SchedulingExecution - -Scope [] +New-AzNetworkCloudVirtualMachinePlacementHintObject [-HintType ] [-ResourceId ] + [-SchedulingExecution ] [-Scope ] [] ``` ## DESCRIPTION @@ -42,11 +41,11 @@ Creates an in-memory object for VirtualMachinePlacementHint. The specification of whether this hint supports affinity or anti-affinity with the referenced resources. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.VirtualMachinePlacementHintType +Type: System.String Parameter Sets: (All) Aliases: -Required: True +Required: False Position: Named Default value: None Accept pipeline input: False @@ -61,7 +60,7 @@ Type: System.String Parameter Sets: (All) Aliases: -Required: True +Required: False Position: Named Default value: None Accept pipeline input: False @@ -72,11 +71,11 @@ Accept wildcard characters: False The indicator of whether the hint is a hard or soft requirement during scheduling. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.VirtualMachineSchedulingExecution +Type: System.String Parameter Sets: (All) Aliases: -Required: True +Required: False Position: Named Default value: None Accept pipeline input: False @@ -88,11 +87,11 @@ The scope for the virtual machine affinity or anti-affinity placement hint. It should always be "Machine" in the case of node affinity. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.VirtualMachinePlacementHintPodAffinityScope +Type: System.String Parameter Sets: (All) Aliases: -Required: True +Required: False Position: Named Default value: None Accept pipeline input: False @@ -106,7 +105,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.VirtualMachinePlacementHint +### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.VirtualMachinePlacementHint ## NOTES diff --git a/src/NetworkCloud/NetworkCloud/help/New-AzNetworkCloudVolume.md b/src/NetworkCloud/NetworkCloud/help/New-AzNetworkCloudVolume.md index 934e9d684e3d..67c6b95346dc 100644 --- a/src/NetworkCloud/NetworkCloud/help/New-AzNetworkCloudVolume.md +++ b/src/NetworkCloud/NetworkCloud/help/New-AzNetworkCloudVolume.md @@ -8,7 +8,7 @@ schema: 2.0.0 # New-AzNetworkCloudVolume ## SYNOPSIS -Create a new volume or update the properties of the existing one. +create a new volume or create the properties of the existing one. ## SYNTAX @@ -20,7 +20,7 @@ New-AzNetworkCloudVolume -Name -ResourceGroupName [-Subscripti ``` ## DESCRIPTION -Create a new volume or update the properties of the existing one. +create a new volume or create the properties of the existing one. ## EXAMPLES @@ -245,7 +245,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IVolume +### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IVolume ## NOTES diff --git a/src/NetworkCloud/NetworkCloud/help/Remove-AzNetworkCloudAgentPool.md b/src/NetworkCloud/NetworkCloud/help/Remove-AzNetworkCloudAgentPool.md index e6a13ecfb863..88c51b355204 100644 --- a/src/NetworkCloud/NetworkCloud/help/Remove-AzNetworkCloudAgentPool.md +++ b/src/NetworkCloud/NetworkCloud/help/Remove-AzNetworkCloudAgentPool.md @@ -19,6 +19,13 @@ Remove-AzNetworkCloudAgentPool -KubernetesClusterName -Name -R [-WhatIf] [-Confirm] [] ``` +### DeleteViaIdentityKubernetesCluster +``` +Remove-AzNetworkCloudAgentPool -Name -KubernetesClusterInputObject + [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-WhatIf] + [-Confirm] [] +``` + ### DeleteViaIdentity ``` Remove-AzNetworkCloudAgentPool -InputObject [-DefaultProfile ] [-AsJob] @@ -72,7 +79,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity @@ -86,6 +92,21 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` +### -KubernetesClusterInputObject +Identity Parameter + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity +Parameter Sets: DeleteViaIdentityKubernetesCluster +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + ### -KubernetesClusterName The name of the Kubernetes cluster. @@ -106,7 +127,7 @@ The name of the Kubernetes cluster agent pool. ```yaml Type: System.String -Parameter Sets: Delete +Parameter Sets: Delete, DeleteViaIdentityKubernetesCluster Aliases: AgentPoolName Required: True diff --git a/src/NetworkCloud/NetworkCloud/help/Remove-AzNetworkCloudBareMetalMachineKeySet.md b/src/NetworkCloud/NetworkCloud/help/Remove-AzNetworkCloudBareMetalMachineKeySet.md index 73092bf25995..e5b56c97223e 100644 --- a/src/NetworkCloud/NetworkCloud/help/Remove-AzNetworkCloudBareMetalMachineKeySet.md +++ b/src/NetworkCloud/NetworkCloud/help/Remove-AzNetworkCloudBareMetalMachineKeySet.md @@ -19,6 +19,13 @@ Remove-AzNetworkCloudBareMetalMachineKeySet -ClusterName -Name [-WhatIf] [-Confirm] [] ``` +### DeleteViaIdentityCluster +``` +Remove-AzNetworkCloudBareMetalMachineKeySet -Name -ClusterInputObject + [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-WhatIf] + [-Confirm] [] +``` + ### DeleteViaIdentity ``` Remove-AzNetworkCloudBareMetalMachineKeySet -InputObject [-DefaultProfile ] @@ -54,6 +61,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ClusterInputObject +Identity Parameter + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity +Parameter Sets: DeleteViaIdentityCluster +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + ### -ClusterName The name of the cluster. @@ -87,7 +109,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity @@ -106,7 +127,7 @@ The name of the bare metal machine key set. ```yaml Type: System.String -Parameter Sets: Delete +Parameter Sets: Delete, DeleteViaIdentityCluster Aliases: BareMetalMachineKeySetName Required: True diff --git a/src/NetworkCloud/NetworkCloud/help/Remove-AzNetworkCloudBmcKeySet.md b/src/NetworkCloud/NetworkCloud/help/Remove-AzNetworkCloudBmcKeySet.md index 2d5e463f55e0..75e753dbad36 100644 --- a/src/NetworkCloud/NetworkCloud/help/Remove-AzNetworkCloudBmcKeySet.md +++ b/src/NetworkCloud/NetworkCloud/help/Remove-AzNetworkCloudBmcKeySet.md @@ -19,6 +19,13 @@ Remove-AzNetworkCloudBmcKeySet -ClusterName -Name -ResourceGro [-WhatIf] [-Confirm] [] ``` +### DeleteViaIdentityCluster +``` +Remove-AzNetworkCloudBmcKeySet -Name -ClusterInputObject + [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-WhatIf] + [-Confirm] [] +``` + ### DeleteViaIdentity ``` Remove-AzNetworkCloudBmcKeySet -InputObject [-DefaultProfile ] [-AsJob] @@ -54,6 +61,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ClusterInputObject +Identity Parameter + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity +Parameter Sets: DeleteViaIdentityCluster +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + ### -ClusterName The name of the cluster. @@ -87,7 +109,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity @@ -106,7 +127,7 @@ The name of the baseboard management controller key set. ```yaml Type: System.String -Parameter Sets: Delete +Parameter Sets: Delete, DeleteViaIdentityCluster Aliases: BmcKeySetName Required: True diff --git a/src/NetworkCloud/NetworkCloud/help/Remove-AzNetworkCloudCluster.md b/src/NetworkCloud/NetworkCloud/help/Remove-AzNetworkCloudCluster.md index 07b15d4dd85f..c8018c12e69b 100644 --- a/src/NetworkCloud/NetworkCloud/help/Remove-AzNetworkCloudCluster.md +++ b/src/NetworkCloud/NetworkCloud/help/Remove-AzNetworkCloudCluster.md @@ -72,7 +72,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity diff --git a/src/NetworkCloud/NetworkCloud/help/Remove-AzNetworkCloudClusterManager.md b/src/NetworkCloud/NetworkCloud/help/Remove-AzNetworkCloudClusterManager.md index 0e880589c98f..ea2672fab631 100644 --- a/src/NetworkCloud/NetworkCloud/help/Remove-AzNetworkCloudClusterManager.md +++ b/src/NetworkCloud/NetworkCloud/help/Remove-AzNetworkCloudClusterManager.md @@ -72,7 +72,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity diff --git a/src/NetworkCloud/NetworkCloud/help/Remove-AzNetworkCloudConsole.md b/src/NetworkCloud/NetworkCloud/help/Remove-AzNetworkCloudConsole.md index 2f6047dfc0ab..87b10ce95ca5 100644 --- a/src/NetworkCloud/NetworkCloud/help/Remove-AzNetworkCloudConsole.md +++ b/src/NetworkCloud/NetworkCloud/help/Remove-AzNetworkCloudConsole.md @@ -19,6 +19,13 @@ Remove-AzNetworkCloudConsole -Name -ResourceGroupName [-Subscr [-WhatIf] [-Confirm] [] ``` +### DeleteViaIdentityVirtualMachine +``` +Remove-AzNetworkCloudConsole -Name -VirtualMachineInputObject + [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-WhatIf] + [-Confirm] [] +``` + ### DeleteViaIdentity ``` Remove-AzNetworkCloudConsole -InputObject [-DefaultProfile ] [-AsJob] @@ -72,7 +79,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity @@ -91,7 +97,7 @@ The name of the virtual machine console. ```yaml Type: System.String -Parameter Sets: Delete +Parameter Sets: Delete, DeleteViaIdentityVirtualMachine Aliases: ConsoleName Required: True @@ -163,6 +169,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -VirtualMachineInputObject +Identity Parameter + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity +Parameter Sets: DeleteViaIdentityVirtualMachine +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + ### -VirtualMachineName The name of the virtual machine. diff --git a/src/NetworkCloud/NetworkCloud/help/Remove-AzNetworkCloudKubernetesCluster.md b/src/NetworkCloud/NetworkCloud/help/Remove-AzNetworkCloudKubernetesCluster.md index c5a0ff26a0b2..eea9347a73dd 100644 --- a/src/NetworkCloud/NetworkCloud/help/Remove-AzNetworkCloudKubernetesCluster.md +++ b/src/NetworkCloud/NetworkCloud/help/Remove-AzNetworkCloudKubernetesCluster.md @@ -72,7 +72,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity diff --git a/src/NetworkCloud/NetworkCloud/help/Remove-AzNetworkCloudKubernetesClusterFeature.md b/src/NetworkCloud/NetworkCloud/help/Remove-AzNetworkCloudKubernetesClusterFeature.md index 8673100ddb59..9f25b5b0ea60 100644 --- a/src/NetworkCloud/NetworkCloud/help/Remove-AzNetworkCloudKubernetesClusterFeature.md +++ b/src/NetworkCloud/NetworkCloud/help/Remove-AzNetworkCloudKubernetesClusterFeature.md @@ -19,6 +19,13 @@ Remove-AzNetworkCloudKubernetesClusterFeature -FeatureName -KubernetesC [-PassThru] [-WhatIf] [-Confirm] [] ``` +### DeleteViaIdentityKubernetesCluster +``` +Remove-AzNetworkCloudKubernetesClusterFeature -FeatureName + -KubernetesClusterInputObject [-DefaultProfile ] [-AsJob] [-NoWait] + [-PassThru] [-WhatIf] [-Confirm] [] +``` + ### DeleteViaIdentity ``` Remove-AzNetworkCloudKubernetesClusterFeature -InputObject [-DefaultProfile ] @@ -75,7 +82,7 @@ The name of the feature. ```yaml Type: System.String -Parameter Sets: Delete +Parameter Sets: Delete, DeleteViaIdentityKubernetesCluster Aliases: Required: True @@ -87,7 +94,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity @@ -101,6 +107,21 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` +### -KubernetesClusterInputObject +Identity Parameter + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity +Parameter Sets: DeleteViaIdentityKubernetesCluster +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + ### -KubernetesClusterName The name of the Kubernetes cluster. diff --git a/src/NetworkCloud/NetworkCloud/help/Remove-AzNetworkCloudL2Network.md b/src/NetworkCloud/NetworkCloud/help/Remove-AzNetworkCloudL2Network.md index f9c0f9eee770..1e0a62eddf83 100644 --- a/src/NetworkCloud/NetworkCloud/help/Remove-AzNetworkCloudL2Network.md +++ b/src/NetworkCloud/NetworkCloud/help/Remove-AzNetworkCloudL2Network.md @@ -72,7 +72,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity diff --git a/src/NetworkCloud/NetworkCloud/help/Remove-AzNetworkCloudL3Network.md b/src/NetworkCloud/NetworkCloud/help/Remove-AzNetworkCloudL3Network.md index bf39e5dd004b..3cfe31cf32d1 100644 --- a/src/NetworkCloud/NetworkCloud/help/Remove-AzNetworkCloudL3Network.md +++ b/src/NetworkCloud/NetworkCloud/help/Remove-AzNetworkCloudL3Network.md @@ -72,7 +72,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity diff --git a/src/NetworkCloud/NetworkCloud/help/Remove-AzNetworkCloudMetricsConfiguration.md b/src/NetworkCloud/NetworkCloud/help/Remove-AzNetworkCloudMetricsConfiguration.md index 4b6f5798c24d..fd915e0c059a 100644 --- a/src/NetworkCloud/NetworkCloud/help/Remove-AzNetworkCloudMetricsConfiguration.md +++ b/src/NetworkCloud/NetworkCloud/help/Remove-AzNetworkCloudMetricsConfiguration.md @@ -19,6 +19,13 @@ Remove-AzNetworkCloudMetricsConfiguration -ClusterName -Name - [-WhatIf] [-Confirm] [] ``` +### DeleteViaIdentityCluster +``` +Remove-AzNetworkCloudMetricsConfiguration -Name -ClusterInputObject + [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-WhatIf] + [-Confirm] [] +``` + ### DeleteViaIdentity ``` Remove-AzNetworkCloudMetricsConfiguration -InputObject [-DefaultProfile ] @@ -54,6 +61,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ClusterInputObject +Identity Parameter + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity +Parameter Sets: DeleteViaIdentityCluster +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + ### -ClusterName The name of the cluster. @@ -87,7 +109,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity @@ -106,7 +127,7 @@ The name of the metrics configuration for the cluster. ```yaml Type: System.String -Parameter Sets: Delete +Parameter Sets: Delete, DeleteViaIdentityCluster Aliases: MetricsConfigurationName Required: True diff --git a/src/NetworkCloud/NetworkCloud/help/Remove-AzNetworkCloudServicesNetwork.md b/src/NetworkCloud/NetworkCloud/help/Remove-AzNetworkCloudServicesNetwork.md index da9ba8db41e1..e301f9ba7cf8 100644 --- a/src/NetworkCloud/NetworkCloud/help/Remove-AzNetworkCloudServicesNetwork.md +++ b/src/NetworkCloud/NetworkCloud/help/Remove-AzNetworkCloudServicesNetwork.md @@ -72,7 +72,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity diff --git a/src/NetworkCloud/NetworkCloud/help/Remove-AzNetworkCloudTrunkedNetwork.md b/src/NetworkCloud/NetworkCloud/help/Remove-AzNetworkCloudTrunkedNetwork.md index 8a3d81167b90..e42f34dba709 100644 --- a/src/NetworkCloud/NetworkCloud/help/Remove-AzNetworkCloudTrunkedNetwork.md +++ b/src/NetworkCloud/NetworkCloud/help/Remove-AzNetworkCloudTrunkedNetwork.md @@ -72,7 +72,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity diff --git a/src/NetworkCloud/NetworkCloud/help/Remove-AzNetworkCloudVirtualMachine.md b/src/NetworkCloud/NetworkCloud/help/Remove-AzNetworkCloudVirtualMachine.md index 744e56599d2e..d2058ba92441 100644 --- a/src/NetworkCloud/NetworkCloud/help/Remove-AzNetworkCloudVirtualMachine.md +++ b/src/NetworkCloud/NetworkCloud/help/Remove-AzNetworkCloudVirtualMachine.md @@ -72,7 +72,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity diff --git a/src/NetworkCloud/NetworkCloud/help/Remove-AzNetworkCloudVolume.md b/src/NetworkCloud/NetworkCloud/help/Remove-AzNetworkCloudVolume.md index ee4f71eff2bf..92ae61ff5ac4 100644 --- a/src/NetworkCloud/NetworkCloud/help/Remove-AzNetworkCloudVolume.md +++ b/src/NetworkCloud/NetworkCloud/help/Remove-AzNetworkCloudVolume.md @@ -72,7 +72,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity diff --git a/src/NetworkCloud/NetworkCloud/help/Restart-AzNetworkCloudBareMetalMachine.md b/src/NetworkCloud/NetworkCloud/help/Restart-AzNetworkCloudBareMetalMachine.md index ce0532a06d86..2f0fcc3bfc9d 100644 --- a/src/NetworkCloud/NetworkCloud/help/Restart-AzNetworkCloudBareMetalMachine.md +++ b/src/NetworkCloud/NetworkCloud/help/Restart-AzNetworkCloudBareMetalMachine.md @@ -72,7 +72,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity diff --git a/src/NetworkCloud/NetworkCloud/help/Restart-AzNetworkCloudKubernetesClusterNode.md b/src/NetworkCloud/NetworkCloud/help/Restart-AzNetworkCloudKubernetesClusterNode.md index f0e62cdcfc52..230f0cc6eb82 100644 --- a/src/NetworkCloud/NetworkCloud/help/Restart-AzNetworkCloudKubernetesClusterNode.md +++ b/src/NetworkCloud/NetworkCloud/help/Restart-AzNetworkCloudKubernetesClusterNode.md @@ -19,6 +19,28 @@ Restart-AzNetworkCloudKubernetesClusterNode -KubernetesClusterName -Res [-WhatIf] [-Confirm] [] ``` +### RestartViaJsonString +``` +Restart-AzNetworkCloudKubernetesClusterNode -KubernetesClusterName -ResourceGroupName + [-SubscriptionId ] -JsonString [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] + [-WhatIf] [-Confirm] [] +``` + +### RestartViaJsonFilePath +``` +Restart-AzNetworkCloudKubernetesClusterNode -KubernetesClusterName -ResourceGroupName + [-SubscriptionId ] -JsonFilePath [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] + [-WhatIf] [-Confirm] [] +``` + +### Restart +``` +Restart-AzNetworkCloudKubernetesClusterNode -KubernetesClusterName -ResourceGroupName + [-SubscriptionId ] -KubernetesClusterRestartNodeParameter + [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-WhatIf] + [-Confirm] [] +``` + ### RestartViaIdentityExpanded ``` Restart-AzNetworkCloudKubernetesClusterNode -InputObject -NodeName @@ -26,6 +48,13 @@ Restart-AzNetworkCloudKubernetesClusterNode -InputObject [-Confirm] [] ``` +### RestartViaIdentity +``` +Restart-AzNetworkCloudKubernetesClusterNode -InputObject + -KubernetesClusterRestartNodeParameter [-DefaultProfile ] + [-AsJob] [-NoWait] [-PassThru] [-WhatIf] [-Confirm] [] +``` + ## DESCRIPTION Restart a targeted node of a Kubernetes cluster. @@ -73,11 +102,10 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity -Parameter Sets: RestartViaIdentityExpanded +Parameter Sets: RestartViaIdentityExpanded, RestartViaIdentity Aliases: Required: True @@ -87,12 +115,42 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` +### -JsonFilePath +Path of Json file supplied to the Restart operation + +```yaml +Type: System.String +Parameter Sets: RestartViaJsonFilePath +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -JsonString +Json string supplied to the Restart operation + +```yaml +Type: System.String +Parameter Sets: RestartViaJsonString +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -KubernetesClusterName The name of the Kubernetes cluster. ```yaml Type: System.String -Parameter Sets: RestartExpanded +Parameter Sets: RestartExpanded, RestartViaJsonString, RestartViaJsonFilePath, Restart Aliases: Required: True @@ -102,12 +160,27 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -KubernetesClusterRestartNodeParameter +KubernetesClusterRestartNodeParameters represents the body of the request to restart the node of a Kubernetes cluster. + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IKubernetesClusterRestartNodeParameters +Parameter Sets: Restart, RestartViaIdentity +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + ### -NodeName The name of the node to restart. ```yaml Type: System.String -Parameter Sets: (All) +Parameter Sets: RestartExpanded, RestartViaIdentityExpanded Aliases: Required: True @@ -153,7 +226,7 @@ The name is case insensitive. ```yaml Type: System.String -Parameter Sets: RestartExpanded +Parameter Sets: RestartExpanded, RestartViaJsonString, RestartViaJsonFilePath, Restart Aliases: Required: True @@ -169,7 +242,7 @@ The value must be an UUID. ```yaml Type: System.String -Parameter Sets: RestartExpanded +Parameter Sets: RestartExpanded, RestartViaJsonString, RestartViaJsonFilePath, Restart Aliases: Required: False @@ -215,6 +288,8 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS +### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IKubernetesClusterRestartNodeParameters + ### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity ## OUTPUTS diff --git a/src/NetworkCloud/NetworkCloud/help/Restart-AzNetworkCloudVirtualMachine.md b/src/NetworkCloud/NetworkCloud/help/Restart-AzNetworkCloudVirtualMachine.md index f83251cc6cae..cb0d559564ff 100644 --- a/src/NetworkCloud/NetworkCloud/help/Restart-AzNetworkCloudVirtualMachine.md +++ b/src/NetworkCloud/NetworkCloud/help/Restart-AzNetworkCloudVirtualMachine.md @@ -72,7 +72,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity diff --git a/src/NetworkCloud/NetworkCloud/help/Start-AzNetworkCloudBareMetalMachine.md b/src/NetworkCloud/NetworkCloud/help/Start-AzNetworkCloudBareMetalMachine.md index f2090948d66d..e32be34a966e 100644 --- a/src/NetworkCloud/NetworkCloud/help/Start-AzNetworkCloudBareMetalMachine.md +++ b/src/NetworkCloud/NetworkCloud/help/Start-AzNetworkCloudBareMetalMachine.md @@ -72,7 +72,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity diff --git a/src/NetworkCloud/NetworkCloud/help/Start-AzNetworkCloudVirtualMachine.md b/src/NetworkCloud/NetworkCloud/help/Start-AzNetworkCloudVirtualMachine.md index c934c535bfa4..fb79eb0c0a88 100644 --- a/src/NetworkCloud/NetworkCloud/help/Start-AzNetworkCloudVirtualMachine.md +++ b/src/NetworkCloud/NetworkCloud/help/Start-AzNetworkCloudVirtualMachine.md @@ -72,7 +72,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity diff --git a/src/NetworkCloud/NetworkCloud/help/Stop-AzNetworkCloudBareMetalMachine.md b/src/NetworkCloud/NetworkCloud/help/Stop-AzNetworkCloudBareMetalMachine.md index af6f3b3bf277..f23eb1b64d0d 100644 --- a/src/NetworkCloud/NetworkCloud/help/Stop-AzNetworkCloudBareMetalMachine.md +++ b/src/NetworkCloud/NetworkCloud/help/Stop-AzNetworkCloudBareMetalMachine.md @@ -15,15 +15,15 @@ Power off the provided bare metal machine. ### PowerOffExpanded (Default) ``` Stop-AzNetworkCloudBareMetalMachine -Name -ResourceGroupName [-SubscriptionId ] - [-SkipShutdown ] [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] + [-SkipShutdown ] [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-WhatIf] [-Confirm] [] ``` ### PowerOffViaIdentityExpanded ``` -Stop-AzNetworkCloudBareMetalMachine -InputObject - [-SkipShutdown ] [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] - [-WhatIf] [-Confirm] [] +Stop-AzNetworkCloudBareMetalMachine -InputObject [-SkipShutdown ] + [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-WhatIf] + [-Confirm] [] ``` ## DESCRIPTION @@ -73,7 +73,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity @@ -152,7 +151,7 @@ Accept wildcard characters: False The indicator of whether to skip the graceful OS shutdown and power off the bare metal machine immediately. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.BareMetalMachineSkipShutdown +Type: System.String Parameter Sets: (All) Aliases: diff --git a/src/NetworkCloud/NetworkCloud/help/Stop-AzNetworkCloudVirtualMachine.md b/src/NetworkCloud/NetworkCloud/help/Stop-AzNetworkCloudVirtualMachine.md index 9231893c43a9..681b220511a1 100644 --- a/src/NetworkCloud/NetworkCloud/help/Stop-AzNetworkCloudVirtualMachine.md +++ b/src/NetworkCloud/NetworkCloud/help/Stop-AzNetworkCloudVirtualMachine.md @@ -15,13 +15,13 @@ Power off the provided virtual machine. ### PowerOffExpanded (Default) ``` Stop-AzNetworkCloudVirtualMachine -Name -ResourceGroupName [-SubscriptionId ] - [-SkipShutdown ] [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] + [-SkipShutdown ] [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-WhatIf] [-Confirm] [] ``` ### PowerOffViaIdentityExpanded ``` -Stop-AzNetworkCloudVirtualMachine -InputObject [-SkipShutdown ] +Stop-AzNetworkCloudVirtualMachine -InputObject [-SkipShutdown ] [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-WhatIf] [-Confirm] [] ``` @@ -73,7 +73,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity @@ -152,7 +151,7 @@ Accept wildcard characters: False The indicator of whether to skip the graceful OS shutdown and power off the virtual machine immediately. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.SkipShutdown +Type: System.String Parameter Sets: (All) Aliases: diff --git a/src/NetworkCloud/NetworkCloud/help/Update-AzNetworkCloudAgentPool.md b/src/NetworkCloud/NetworkCloud/help/Update-AzNetworkCloudAgentPool.md index a2a2d0029ac2..ba9e9c564005 100644 --- a/src/NetworkCloud/NetworkCloud/help/Update-AzNetworkCloudAgentPool.md +++ b/src/NetworkCloud/NetworkCloud/help/Update-AzNetworkCloudAgentPool.md @@ -9,7 +9,7 @@ schema: 2.0.0 ## SYNOPSIS Patch the properties of the provided Kubernetes cluster agent pool, or update the tags associated with the Kubernetes cluster agent pool. -Properties and tag updates can be done independently. +Properties and tag update can be done independently. ## SYNTAX @@ -22,6 +22,15 @@ Update-AzNetworkCloudAgentPool -KubernetesClusterName -Name -R [-WhatIf] [-Confirm] [] ``` +### UpdateViaIdentityKubernetesClusterExpanded +``` +Update-AzNetworkCloudAgentPool -Name -KubernetesClusterInputObject + [-AdministratorConfigurationSshPublicKey ] [-Count ] [-Tag ] + [-UpgradeSettingDrainTimeout ] [-UpgradeSettingMaxSurge ] + [-UpgradeSettingMaxUnavailable ] [-DefaultProfile ] [-AsJob] [-NoWait] + [-WhatIf] [-Confirm] [] +``` + ### UpdateViaIdentityExpanded ``` Update-AzNetworkCloudAgentPool -InputObject @@ -33,7 +42,7 @@ Update-AzNetworkCloudAgentPool -InputObject ## DESCRIPTION Patch the properties of the provided Kubernetes cluster agent pool, or update the tags associated with the Kubernetes cluster agent pool. -Properties and tag updates can be done independently. +Properties and tag update can be done independently. ## EXAMPLES @@ -54,10 +63,9 @@ This command updates a Kubernetes cluster agent pool's properties. ### -AdministratorConfigurationSshPublicKey SshPublicKey represents the public key used to authenticate with a resource through SSH. -To construct, see NOTES section for ADMINISTRATORCONFIGURATIONSSHPUBLICKEY properties and create a hash table. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.ISshPublicKey[] +Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.ISshPublicKey[] Parameter Sets: (All) Aliases: @@ -116,7 +124,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity @@ -130,6 +137,21 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` +### -KubernetesClusterInputObject +Identity Parameter + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity +Parameter Sets: UpdateViaIdentityKubernetesClusterExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + ### -KubernetesClusterName The name of the Kubernetes cluster. @@ -150,7 +172,7 @@ The name of the Kubernetes cluster agent pool. ```yaml Type: System.String -Parameter Sets: UpdateExpanded +Parameter Sets: UpdateExpanded, UpdateViaIdentityKubernetesClusterExpanded Aliases: AgentPoolName Required: True @@ -322,7 +344,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IAgentPool +### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IAgentPool ## NOTES diff --git a/src/NetworkCloud/NetworkCloud/help/Update-AzNetworkCloudBareMetalMachine.md b/src/NetworkCloud/NetworkCloud/help/Update-AzNetworkCloudBareMetalMachine.md index 0697a959728f..8f5f85a02c24 100644 --- a/src/NetworkCloud/NetworkCloud/help/Update-AzNetworkCloudBareMetalMachine.md +++ b/src/NetworkCloud/NetworkCloud/help/Update-AzNetworkCloudBareMetalMachine.md @@ -9,7 +9,7 @@ schema: 2.0.0 ## SYNOPSIS Patch properties of the provided bare metal machine, or update tags associated with the bare metal machine. -Properties and tag updates can be done independently. +Properties and tag update can be done independently. ## SYNTAX @@ -29,7 +29,7 @@ Update-AzNetworkCloudBareMetalMachine -InputObject [-Mac ## DESCRIPTION Patch properties of the provided bare metal machine, or update tags associated with the bare metal machine. -Properties and tag updates can be done independently. +Properties and tag update can be done independently. ## EXAMPLES @@ -81,7 +81,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity @@ -227,7 +226,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IBareMetalMachine +### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IBareMetalMachine ## NOTES diff --git a/src/NetworkCloud/NetworkCloud/help/Update-AzNetworkCloudBareMetalMachineKeySet.md b/src/NetworkCloud/NetworkCloud/help/Update-AzNetworkCloudBareMetalMachineKeySet.md index 47defeb6d2df..234fdf68102d 100644 --- a/src/NetworkCloud/NetworkCloud/help/Update-AzNetworkCloudBareMetalMachineKeySet.md +++ b/src/NetworkCloud/NetworkCloud/help/Update-AzNetworkCloudBareMetalMachineKeySet.md @@ -9,7 +9,7 @@ schema: 2.0.0 ## SYNOPSIS Patch properties of bare metal machine key set for the provided cluster, or update the tags associated with it. -Properties and tag updates can be done independently. +Properties and tag update can be done independently. ## SYNTAX @@ -21,6 +21,14 @@ Update-AzNetworkCloudBareMetalMachineKeySet -ClusterName -Name [-WhatIf] [-Confirm] [] ``` +### UpdateViaIdentityClusterExpanded +``` +Update-AzNetworkCloudBareMetalMachineKeySet -Name -ClusterInputObject + [-Expiration ] [-JumpHostsAllowed ] [-Tag ] [-UserList ] + [-DefaultProfile ] [-AsJob] [-NoWait] [-WhatIf] [-Confirm] + [] +``` + ### UpdateViaIdentityExpanded ``` Update-AzNetworkCloudBareMetalMachineKeySet -InputObject [-Expiration ] @@ -30,7 +38,7 @@ Update-AzNetworkCloudBareMetalMachineKeySet -InputObject ## DESCRIPTION Patch properties of bare metal machine key set for the provided cluster, or update the tags associated with it. -Properties and tag updates can be done independently. +Properties and tag update can be done independently. ## EXAMPLES @@ -73,6 +81,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ClusterInputObject +Identity Parameter + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity +Parameter Sets: UpdateViaIdentityClusterExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + ### -ClusterName The name of the cluster. @@ -121,7 +144,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity @@ -155,7 +177,7 @@ The name of the bare metal machine key set. ```yaml Type: System.String -Parameter Sets: UpdateExpanded +Parameter Sets: UpdateExpanded, UpdateViaIdentityClusterExpanded Aliases: BareMetalMachineKeySetName Required: True @@ -229,10 +251,9 @@ Accept wildcard characters: False ### -UserList The unique list of permitted users. -To construct, see NOTES section for USERLIST properties and create a hash table. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IKeySetUser[] +Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IKeySetUser[] Parameter Sets: (All) Aliases: @@ -283,7 +304,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IBareMetalMachineKeySet +### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IBareMetalMachineKeySet ## NOTES diff --git a/src/NetworkCloud/NetworkCloud/help/Update-AzNetworkCloudBmcKeySet.md b/src/NetworkCloud/NetworkCloud/help/Update-AzNetworkCloudBmcKeySet.md index 44442d4f4ac4..ccf85a8b87c5 100644 --- a/src/NetworkCloud/NetworkCloud/help/Update-AzNetworkCloudBmcKeySet.md +++ b/src/NetworkCloud/NetworkCloud/help/Update-AzNetworkCloudBmcKeySet.md @@ -9,7 +9,7 @@ schema: 2.0.0 ## SYNOPSIS Patch properties of baseboard management controller key set for the provided cluster, or update the tags associated with it. -Properties and tag updates can be done independently. +Properties and tag update can be done independently. ## SYNTAX @@ -21,6 +21,13 @@ Update-AzNetworkCloudBmcKeySet -ClusterName -Name -ResourceGro [] ``` +### UpdateViaIdentityClusterExpanded +``` +Update-AzNetworkCloudBmcKeySet -Name -ClusterInputObject + [-Expiration ] [-Tag ] [-UserList ] [-DefaultProfile ] [-AsJob] + [-NoWait] [-WhatIf] [-Confirm] [] +``` + ### UpdateViaIdentityExpanded ``` Update-AzNetworkCloudBmcKeySet -InputObject [-Expiration ] [-Tag ] @@ -30,7 +37,7 @@ Update-AzNetworkCloudBmcKeySet -InputObject [-Expiration ## DESCRIPTION Patch properties of baseboard management controller key set for the provided cluster, or update the tags associated with it. -Properties and tag updates can be done independently. +Properties and tag update can be done independently. ## EXAMPLES @@ -74,6 +81,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ClusterInputObject +Identity Parameter + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity +Parameter Sets: UpdateViaIdentityClusterExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + ### -ClusterName The name of the cluster. @@ -122,7 +144,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity @@ -141,7 +162,7 @@ The name of the baseboard management controller key set. ```yaml Type: System.String -Parameter Sets: UpdateExpanded +Parameter Sets: UpdateExpanded, UpdateViaIdentityClusterExpanded Aliases: BmcKeySetName Required: True @@ -215,10 +236,9 @@ Accept wildcard characters: False ### -UserList The unique list of permitted users. -To construct, see NOTES section for USERLIST properties and create a hash table. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IKeySetUser[] +Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IKeySetUser[] Parameter Sets: (All) Aliases: @@ -269,7 +289,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IBmcKeySet +### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IBmcKeySet ## NOTES diff --git a/src/NetworkCloud/NetworkCloud/help/Update-AzNetworkCloudCluster.md b/src/NetworkCloud/NetworkCloud/help/Update-AzNetworkCloudCluster.md index 706c0193d631..ce33b6e0f5ac 100644 --- a/src/NetworkCloud/NetworkCloud/help/Update-AzNetworkCloudCluster.md +++ b/src/NetworkCloud/NetworkCloud/help/Update-AzNetworkCloudCluster.md @@ -8,8 +8,7 @@ schema: 2.0.0 # Update-AzNetworkCloudCluster ## SYNOPSIS -Patch the properties of the provided cluster, or update the tags associated with the cluster. -Properties and tag updates can be done independently. +update a new cluster or update the properties of the cluster if it exists. ## SYNTAX @@ -23,22 +22,18 @@ Update-AzNetworkCloudCluster -Name -ResourceGroupName [-Subscr [-AggregatorOrSingleRackDefinitionRackSerialNumber ] [-AggregatorOrSingleRackDefinitionRackSkuId ] [-AggregatorOrSingleRackDefinitionStorageApplianceConfiguration ] - [-AssociatedIdentityType ] - [-AssociatedIdentityUserAssignedIdentityResourceId ] [-ClusterLocation ] - [-ClusterServicePrincipalApplicationId ] [-ClusterServicePrincipalId ] - [-ClusterServicePrincipalPassword ] [-ClusterServicePrincipalTenantId ] - [-CommandOutputSettingContainerUrl ] - [-ComputeDeploymentThresholdGrouping ] - [-ComputeDeploymentThresholdType ] [-ComputeDeploymentThresholdValue ] - [-ComputeRackDefinition ] [-IdentityType ] - [-IdentityUserAssignedIdentity ] - [-RuntimeProtectionConfigurationEnforcementLevel ] - [-SecretArchiveKeyVaultId ] [-SecretArchiveUseKeyVault ] - [-Tag ] [-UpdateStrategyMaxUnavailable ] - [-UpdateStrategyThresholdType ] [-UpdateStrategyThresholdValue ] - [-UpdateStrategyType ] [-UpdateStrategyWaitTimeMinute ] - [-DefaultProfile ] [-AsJob] [-NoWait] [-WhatIf] [-Confirm] - [] + [-AssociatedIdentityType ] [-AssociatedIdentityUserAssignedIdentityResourceId ] + [-ClusterLocation ] [-ClusterServicePrincipalApplicationId ] + [-ClusterServicePrincipalId ] [-ClusterServicePrincipalPassword ] + [-ClusterServicePrincipalTenantId ] [-CommandOutputSettingContainerUrl ] + [-ComputeDeploymentThresholdGrouping ] [-ComputeDeploymentThresholdType ] + [-ComputeDeploymentThresholdValue ] [-ComputeRackDefinition ] + [-EnableSystemAssignedIdentity ] [-RuntimeProtectionConfigurationEnforcementLevel ] + [-SecretArchiveKeyVaultId ] [-SecretArchiveUseKeyVault ] [-Tag ] + [-UpdateStrategyMaxUnavailable ] [-UpdateStrategyThresholdType ] + [-UpdateStrategyThresholdValue ] [-UpdateStrategyType ] [-UpdateStrategyWaitTimeMinute ] + [-UserAssignedIdentity ] [-DefaultProfile ] [-AsJob] [-NoWait] + [-WhatIf] [-Confirm] [] ``` ### UpdateViaIdentityExpanded @@ -51,27 +46,22 @@ Update-AzNetworkCloudCluster -InputObject [-AggregatorOrSingleRackDefinitionRackSerialNumber ] [-AggregatorOrSingleRackDefinitionRackSkuId ] [-AggregatorOrSingleRackDefinitionStorageApplianceConfiguration ] - [-AssociatedIdentityType ] - [-AssociatedIdentityUserAssignedIdentityResourceId ] [-ClusterLocation ] - [-ClusterServicePrincipalApplicationId ] [-ClusterServicePrincipalId ] - [-ClusterServicePrincipalPassword ] [-ClusterServicePrincipalTenantId ] - [-CommandOutputSettingContainerUrl ] - [-ComputeDeploymentThresholdGrouping ] - [-ComputeDeploymentThresholdType ] [-ComputeDeploymentThresholdValue ] - [-ComputeRackDefinition ] [-IdentityType ] - [-IdentityUserAssignedIdentity ] - [-RuntimeProtectionConfigurationEnforcementLevel ] - [-SecretArchiveKeyVaultId ] [-SecretArchiveUseKeyVault ] - [-Tag ] [-UpdateStrategyMaxUnavailable ] - [-UpdateStrategyThresholdType ] [-UpdateStrategyThresholdValue ] - [-UpdateStrategyType ] [-UpdateStrategyWaitTimeMinute ] - [-DefaultProfile ] [-AsJob] [-NoWait] [-WhatIf] [-Confirm] - [] + [-AssociatedIdentityType ] [-AssociatedIdentityUserAssignedIdentityResourceId ] + [-ClusterLocation ] [-ClusterServicePrincipalApplicationId ] + [-ClusterServicePrincipalId ] [-ClusterServicePrincipalPassword ] + [-ClusterServicePrincipalTenantId ] [-CommandOutputSettingContainerUrl ] + [-ComputeDeploymentThresholdGrouping ] [-ComputeDeploymentThresholdType ] + [-ComputeDeploymentThresholdValue ] [-ComputeRackDefinition ] + [-EnableSystemAssignedIdentity ] [-RuntimeProtectionConfigurationEnforcementLevel ] + [-SecretArchiveKeyVaultId ] [-SecretArchiveUseKeyVault ] [-Tag ] + [-UpdateStrategyMaxUnavailable ] [-UpdateStrategyThresholdType ] + [-UpdateStrategyThresholdValue ] [-UpdateStrategyType ] [-UpdateStrategyWaitTimeMinute ] + [-UserAssignedIdentity ] [-DefaultProfile ] [-AsJob] [-NoWait] + [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION -Patch the properties of the provided cluster, or update the tags associated with the cluster. -Properties and tag updates can be done independently. +update a new cluster or update the properties of the cluster if it exists. ## EXAMPLES @@ -119,10 +109,9 @@ Accept wildcard characters: False ### -AggregatorOrSingleRackDefinitionBareMetalMachineConfiguration The unordered list of bare metal machine configuration. -To construct, see NOTES section for AGGREGATORORSINGLERACKDEFINITIONBAREMETALMACHINECONFIGURATION properties and create a hash table. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IBareMetalMachineConfigurationData[] +Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IBareMetalMachineConfigurationData[] Parameter Sets: (All) Aliases: @@ -196,10 +185,9 @@ Accept wildcard characters: False ### -AggregatorOrSingleRackDefinitionStorageApplianceConfiguration The list of storage appliance configuration data for this rack. -To construct, see NOTES section for AGGREGATORORSINGLERACKDEFINITIONSTORAGEAPPLIANCECONFIGURATION properties and create a hash table. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IStorageApplianceConfigurationData[] +Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IStorageApplianceConfigurationData[] Parameter Sets: (All) Aliases: @@ -229,7 +217,7 @@ Accept wildcard characters: False The type of managed identity that is being selected. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.ManagedServiceIdentitySelectorType +Type: System.String Parameter Sets: (All) Aliases: @@ -350,7 +338,7 @@ Accept wildcard characters: False Selection of how the type evaluation is applied to the cluster calculation. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.ValidationThresholdGrouping +Type: System.String Parameter Sets: (All) Aliases: @@ -365,7 +353,7 @@ Accept wildcard characters: False Selection of how the threshold should be evaluated. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.ValidationThresholdType +Type: System.String Parameter Sets: (All) Aliases: @@ -393,10 +381,9 @@ Accept wildcard characters: False ### -ComputeRackDefinition The list of rack definitions for the compute racks in a multi-rackcluster, or an empty list in a single-rack cluster. -To construct, see NOTES section for COMPUTERACKDEFINITION properties and create a hash table. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IRackDefinition[] +Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IRackDefinition[] Parameter Sets: (All) Aliases: @@ -423,28 +410,11 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -IdentityType -Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). - -```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.ManagedServiceIdentityType -Parameter Sets: (All) -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -IdentityUserAssignedIdentity -The set of user assigned identities associated with the resource. -The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. -The dictionary values can be empty objects ({}) in requests. +### -EnableSystemAssignedIdentity +Determines whether to enable a system-assigned identity for the resource. ```yaml -Type: System.Collections.Hashtable +Type: System.Nullable`1[System.Boolean] Parameter Sets: (All) Aliases: @@ -457,7 +427,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity @@ -521,7 +490,7 @@ Accept wildcard characters: False The mode of operation for runtime protection. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.RuntimeProtectionEnforcementLevel +Type: System.String Parameter Sets: (All) Aliases: @@ -551,7 +520,7 @@ Accept wildcard characters: False The indicator if the specified key vault should be used to archive the secrets of the cluster. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.ClusterSecretArchiveEnabled +Type: System.String Parameter Sets: (All) Aliases: @@ -579,7 +548,7 @@ Accept wildcard characters: False ``` ### -Tag -The Azure resource tags that will replace the existing ones. +Resource tags. ```yaml Type: System.Collections.Hashtable @@ -613,7 +582,7 @@ Accept wildcard characters: False Selection of how the threshold should be evaluated. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.ValidationThresholdType +Type: System.String Parameter Sets: (All) Aliases: @@ -643,7 +612,7 @@ Accept wildcard characters: False The mode of operation for runtime protection. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.ClusterUpdateStrategyType +Type: System.String Parameter Sets: (All) Aliases: @@ -669,6 +638,22 @@ 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 +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Confirm Prompts you for confirmation before running the cmdlet. @@ -709,7 +694,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.ICluster +### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.ICluster ## NOTES diff --git a/src/NetworkCloud/NetworkCloud/help/Update-AzNetworkCloudClusterManager.md b/src/NetworkCloud/NetworkCloud/help/Update-AzNetworkCloudClusterManager.md index 0ed2da423d1c..6afef3e5b9ad 100644 --- a/src/NetworkCloud/NetworkCloud/help/Update-AzNetworkCloudClusterManager.md +++ b/src/NetworkCloud/NetworkCloud/help/Update-AzNetworkCloudClusterManager.md @@ -8,28 +8,28 @@ schema: 2.0.0 # Update-AzNetworkCloudClusterManager ## SYNOPSIS -Patch properties of the provided cluster manager, or update the tags assigned to the cluster manager. -Properties and tag updates can be done independently. +update a new cluster manager or update properties of the cluster manager if it exists. ## SYNTAX ### UpdateExpanded (Default) ``` Update-AzNetworkCloudClusterManager -Name -ResourceGroupName [-SubscriptionId ] - [-IdentityType ] [-IdentityUserAssignedIdentity ] [-Tag ] - [-DefaultProfile ] [-WhatIf] [-Confirm] [] + [-EnableSystemAssignedIdentity ] [-Tag ] [-UserAssignedIdentity ] + [-DefaultProfile ] [-AsJob] [-NoWait] [-WhatIf] [-Confirm] + [] ``` ### UpdateViaIdentityExpanded ``` Update-AzNetworkCloudClusterManager -InputObject - [-IdentityType ] [-IdentityUserAssignedIdentity ] [-Tag ] - [-DefaultProfile ] [-WhatIf] [-Confirm] [] + [-EnableSystemAssignedIdentity ] [-Tag ] [-UserAssignedIdentity ] + [-DefaultProfile ] [-AsJob] [-NoWait] [-WhatIf] [-Confirm] + [] ``` ## DESCRIPTION -Patch properties of the provided cluster manager, or update the tags assigned to the cluster manager. -Properties and tag updates can be done independently. +update a new cluster manager or update properties of the cluster manager if it exists. ## EXAMPLES @@ -53,14 +53,13 @@ This command updates properties of a cluster manager. ## PARAMETERS -### -DefaultProfile -The DefaultProfile parameter is not functional. -Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. +### -AsJob +Run the command as a job ```yaml -Type: System.Management.Automation.PSObject +Type: System.Management.Automation.SwitchParameter Parameter Sets: (All) -Aliases: AzureRMContext, AzureCredential +Aliases: Required: False Position: Named @@ -69,13 +68,14 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -IdentityType -Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). +### -DefaultProfile +The DefaultProfile parameter is not functional. +Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.ManagedServiceIdentityType +Type: System.Management.Automation.PSObject Parameter Sets: (All) -Aliases: +Aliases: AzureRMContext, AzureCredential Required: False Position: Named @@ -84,13 +84,11 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -IdentityUserAssignedIdentity -The set of user assigned identities associated with the resource. -The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. -The dictionary values can be empty objects ({}) in requests. +### -EnableSystemAssignedIdentity +Determines whether to enable a system-assigned identity for the resource. ```yaml -Type: System.Collections.Hashtable +Type: System.Nullable`1[System.Boolean] Parameter Sets: (All) Aliases: @@ -103,7 +101,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity @@ -132,6 +129,21 @@ 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 +``` + ### -ResourceGroupName The name of the resource group. The name is case insensitive. @@ -165,7 +177,7 @@ Accept wildcard characters: False ``` ### -Tag -The Azure resource tags that will replace the existing ones. +Resource tags. ```yaml Type: System.Collections.Hashtable @@ -179,6 +191,22 @@ 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 +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Confirm Prompts you for confirmation before running the cmdlet. @@ -219,7 +247,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IClusterManager +### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IClusterManager ## NOTES diff --git a/src/NetworkCloud/NetworkCloud/help/Update-AzNetworkCloudConsole.md b/src/NetworkCloud/NetworkCloud/help/Update-AzNetworkCloudConsole.md index ca4847616e76..815d4fa045a9 100644 --- a/src/NetworkCloud/NetworkCloud/help/Update-AzNetworkCloudConsole.md +++ b/src/NetworkCloud/NetworkCloud/help/Update-AzNetworkCloudConsole.md @@ -9,28 +9,36 @@ schema: 2.0.0 ## SYNOPSIS Patch the properties of the provided virtual machine console, or update the tags associated with the virtual machine console. -Properties and tag updates can be done independently. +Properties and tag update can be done independently. ## SYNTAX ### UpdateExpanded (Default) ``` Update-AzNetworkCloudConsole -Name -ResourceGroupName [-SubscriptionId ] - -VirtualMachineName [-Enabled ] [-Expiration ] [-SshPublicKeyData ] + -VirtualMachineName [-Enabled ] [-Expiration ] [-SshPublicKeyData ] [-Tag ] [-DefaultProfile ] [-AsJob] [-NoWait] [-WhatIf] [-Confirm] [] ``` +### UpdateViaIdentityVirtualMachineExpanded +``` +Update-AzNetworkCloudConsole -Name -VirtualMachineInputObject + [-Enabled ] [-Expiration ] [-SshPublicKeyData ] [-Tag ] + [-DefaultProfile ] [-AsJob] [-NoWait] [-WhatIf] [-Confirm] + [] +``` + ### UpdateViaIdentityExpanded ``` -Update-AzNetworkCloudConsole -InputObject [-Enabled ] - [-Expiration ] [-SshPublicKeyData ] [-Tag ] [-DefaultProfile ] [-AsJob] - [-NoWait] [-WhatIf] [-Confirm] [] +Update-AzNetworkCloudConsole -InputObject [-Enabled ] [-Expiration ] + [-SshPublicKeyData ] [-Tag ] [-DefaultProfile ] [-AsJob] [-NoWait] + [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION Patch the properties of the provided virtual machine console, or update the tags associated with the virtual machine console. -Properties and tag updates can be done independently. +Properties and tag update can be done independently. ## EXAMPLES @@ -91,7 +99,7 @@ Accept wildcard characters: False The indicator of whether the console access is enabled. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.ConsoleEnabled +Type: System.String Parameter Sets: (All) Aliases: @@ -119,7 +127,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity @@ -138,7 +145,7 @@ The name of the virtual machine console. ```yaml Type: System.String -Parameter Sets: UpdateExpanded +Parameter Sets: UpdateExpanded, UpdateViaIdentityVirtualMachineExpanded Aliases: ConsoleName Required: True @@ -225,6 +232,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -VirtualMachineInputObject +Identity Parameter + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity +Parameter Sets: UpdateViaIdentityVirtualMachineExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + ### -VirtualMachineName The name of the virtual machine. @@ -280,7 +302,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IConsole +### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IConsole ## NOTES diff --git a/src/NetworkCloud/NetworkCloud/help/Update-AzNetworkCloudKubernetesCluster.md b/src/NetworkCloud/NetworkCloud/help/Update-AzNetworkCloudKubernetesCluster.md index 68f58562c883..4b3ceda601e5 100644 --- a/src/NetworkCloud/NetworkCloud/help/Update-AzNetworkCloudKubernetesCluster.md +++ b/src/NetworkCloud/NetworkCloud/help/Update-AzNetworkCloudKubernetesCluster.md @@ -9,7 +9,7 @@ schema: 2.0.0 ## SYNOPSIS Patch the properties of the provided Kubernetes cluster, or update the tags associated with the Kubernetes cluster. -Properties and tag updates can be done independently. +Properties and tag update can be done independently. ## SYNTAX @@ -33,7 +33,7 @@ Update-AzNetworkCloudKubernetesCluster -InputObject ## DESCRIPTION Patch the properties of the provided Kubernetes cluster, or update the tags associated with the Kubernetes cluster. -Properties and tag updates can be done independently. +Properties and tag update can be done independently. ## EXAMPLES @@ -74,10 +74,9 @@ Accept wildcard characters: False ### -ControlPlaneNodeConfigurationAdminPublicKey SshPublicKey represents the public key used to authenticate with a resource through SSH. -To construct, see NOTES section for CONTROLPLANENODECONFIGURATIONADMINPUBLICKEY properties and create a hash table. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.ISshPublicKey[] +Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.ISshPublicKey[] Parameter Sets: (All) Aliases: @@ -121,7 +120,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity @@ -198,10 +196,9 @@ Accept wildcard characters: False ### -SshPublicKey SshPublicKey represents the public key used to authenticate with a resource through SSH. -To construct, see NOTES section for SSHPUBLICKEY properties and create a hash table. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.ISshPublicKey[] +Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.ISshPublicKey[] Parameter Sets: (All) Aliases: @@ -283,7 +280,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IKubernetesCluster +### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IKubernetesCluster ## NOTES diff --git a/src/NetworkCloud/NetworkCloud/help/Update-AzNetworkCloudKubernetesClusterFeature.md b/src/NetworkCloud/NetworkCloud/help/Update-AzNetworkCloudKubernetesClusterFeature.md index 3916de7c003b..c0457f9807a9 100644 --- a/src/NetworkCloud/NetworkCloud/help/Update-AzNetworkCloudKubernetesClusterFeature.md +++ b/src/NetworkCloud/NetworkCloud/help/Update-AzNetworkCloudKubernetesClusterFeature.md @@ -20,6 +20,14 @@ Update-AzNetworkCloudKubernetesClusterFeature -FeatureName -KubernetesC [] ``` +### UpdateViaIdentityKubernetesClusterExpanded +``` +Update-AzNetworkCloudKubernetesClusterFeature -FeatureName + -KubernetesClusterInputObject [-Option ] [-Tag ] + [-DefaultProfile ] [-AsJob] [-NoWait] [-WhatIf] [-Confirm] + [] +``` + ### UpdateViaIdentityExpanded ``` Update-AzNetworkCloudKubernetesClusterFeature -InputObject @@ -83,7 +91,7 @@ The name of the feature. ```yaml Type: System.String -Parameter Sets: UpdateExpanded +Parameter Sets: UpdateExpanded, UpdateViaIdentityKubernetesClusterExpanded Aliases: Required: True @@ -95,7 +103,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity @@ -109,6 +116,21 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` +### -KubernetesClusterInputObject +Identity Parameter + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity +Parameter Sets: UpdateViaIdentityKubernetesClusterExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + ### -KubernetesClusterName The name of the Kubernetes cluster. @@ -141,10 +163,9 @@ Accept wildcard characters: False ### -Option The configured options for the feature. -To construct, see NOTES section for OPTION properties and create a hash table. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IStringKeyValuePair[] +Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IStringKeyValuePair[] Parameter Sets: (All) Aliases: @@ -242,7 +263,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IKubernetesClusterFeature +### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IKubernetesClusterFeature ## NOTES diff --git a/src/NetworkCloud/NetworkCloud/help/Update-AzNetworkCloudL2Network.md b/src/NetworkCloud/NetworkCloud/help/Update-AzNetworkCloudL2Network.md index fe6549e4e098..5566ae003b09 100644 --- a/src/NetworkCloud/NetworkCloud/help/Update-AzNetworkCloudL2Network.md +++ b/src/NetworkCloud/NetworkCloud/help/Update-AzNetworkCloudL2Network.md @@ -8,7 +8,7 @@ schema: 2.0.0 # Update-AzNetworkCloudL2Network ## SYNOPSIS -Update tags associated with the provided layer 2 (L2) network. +update tags associated with the provided layer 2 (L2) network. ## SYNTAX @@ -26,7 +26,7 @@ Update-AzNetworkCloudL2Network -InputObject [-Tag [-Tag -Name - [] ``` +### UpdateViaIdentityClusterExpanded +``` +Update-AzNetworkCloudMetricsConfiguration -Name -ClusterInputObject + [-CollectionInterval ] [-EnabledMetric ] [-Tag ] [-DefaultProfile ] + [-AsJob] [-NoWait] [-WhatIf] [-Confirm] [] +``` + ### UpdateViaIdentityExpanded ``` Update-AzNetworkCloudMetricsConfiguration -InputObject [-CollectionInterval ] @@ -30,7 +37,7 @@ Update-AzNetworkCloudMetricsConfiguration -InputObject [ ## DESCRIPTION Patch properties of metrics configuration for the provided cluster, or update the tags associated with it. -Properties and tag updates can be done independently. +Properties and tag update can be done independently. ## EXAMPLES @@ -64,6 +71,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ClusterInputObject +Identity Parameter + +```yaml +Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity +Parameter Sets: UpdateViaIdentityClusterExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + ### -ClusterName The name of the cluster. @@ -127,7 +149,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity @@ -146,7 +167,7 @@ The name of the metrics configuration for the cluster. ```yaml Type: System.String -Parameter Sets: UpdateExpanded +Parameter Sets: UpdateExpanded, UpdateViaIdentityClusterExpanded Aliases: MetricsConfigurationName Required: True @@ -258,7 +279,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IClusterMetricsConfiguration +### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IClusterMetricsConfiguration ## NOTES diff --git a/src/NetworkCloud/NetworkCloud/help/Update-AzNetworkCloudRack.md b/src/NetworkCloud/NetworkCloud/help/Update-AzNetworkCloudRack.md index bc693c65920c..aac5405e9063 100644 --- a/src/NetworkCloud/NetworkCloud/help/Update-AzNetworkCloudRack.md +++ b/src/NetworkCloud/NetworkCloud/help/Update-AzNetworkCloudRack.md @@ -9,7 +9,7 @@ schema: 2.0.0 ## SYNOPSIS Patch properties of the provided rack, or update the tags associated with the rack. -Properties and tag updates can be done independently. +Properties and tag update can be done independently. ## SYNTAX @@ -29,7 +29,7 @@ Update-AzNetworkCloudRack -InputObject [-RackLocation -ResourceGroupName [-SubscriptionId ] - [-AdditionalEgressEndpoint ] - [-EnableDefaultEgressEndpoint ] [-Tag ] + [-AdditionalEgressEndpoint ] [-EnableDefaultEgressEndpoint ] [-Tag ] [-DefaultProfile ] [-AsJob] [-NoWait] [-WhatIf] [-Confirm] [] ``` @@ -25,15 +24,14 @@ Update-AzNetworkCloudServicesNetwork -Name -ResourceGroupName ### UpdateViaIdentityExpanded ``` Update-AzNetworkCloudServicesNetwork -InputObject - [-AdditionalEgressEndpoint ] - [-EnableDefaultEgressEndpoint ] [-Tag ] + [-AdditionalEgressEndpoint ] [-EnableDefaultEgressEndpoint ] [-Tag ] [-DefaultProfile ] [-AsJob] [-NoWait] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION -Update properties of the provided cloud services network, or update the tags associated with it. -Properties and tag updates can be done independently. +update properties of the provided cloud services network, or update the tags associated with it. +Properties and tag update can be done independently. ## EXAMPLES @@ -62,10 +60,9 @@ This command updates the egress endpoint for the cloud services network. ### -AdditionalEgressEndpoint The list of egress endpoints. This allows for connection from a Hybrid AKS cluster to the specified endpoint. -To construct, see NOTES section for ADDITIONALEGRESSENDPOINT properties and create a hash table. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IEgressEndpoint[] +Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IEgressEndpoint[] Parameter Sets: (All) Aliases: @@ -111,7 +108,7 @@ Accept wildcard characters: False The indicator of whether the platform default endpoints are allowed for the egress traffic. ```yaml -Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.CloudServicesNetworkEnableDefaultEgressEndpoints +Type: System.String Parameter Sets: (All) Aliases: @@ -124,7 +121,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity @@ -255,7 +251,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.ICloudServicesNetwork +### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.ICloudServicesNetwork ## NOTES diff --git a/src/NetworkCloud/NetworkCloud/help/Update-AzNetworkCloudStorageAppliance.md b/src/NetworkCloud/NetworkCloud/help/Update-AzNetworkCloudStorageAppliance.md index 72994a904c51..42a710772492 100644 --- a/src/NetworkCloud/NetworkCloud/help/Update-AzNetworkCloudStorageAppliance.md +++ b/src/NetworkCloud/NetworkCloud/help/Update-AzNetworkCloudStorageAppliance.md @@ -8,7 +8,7 @@ schema: 2.0.0 # Update-AzNetworkCloudStorageAppliance ## SYNOPSIS -Update properties of the provided storage appliance, or update tags associated with the storage appliance Properties and tag updates 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. ## SYNTAX @@ -27,7 +27,7 @@ Update-AzNetworkCloudStorageAppliance -InputObject [-Ser ``` ## DESCRIPTION -Update properties of the provided storage appliance, or update tags associated with the storage appliance Properties and tag updates 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. ## EXAMPLES @@ -79,7 +79,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity @@ -225,7 +224,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IStorageAppliance +### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IStorageAppliance ## NOTES diff --git a/src/NetworkCloud/NetworkCloud/help/Update-AzNetworkCloudTrunkedNetwork.md b/src/NetworkCloud/NetworkCloud/help/Update-AzNetworkCloudTrunkedNetwork.md index 6283eca68773..a2b5b4ab9372 100644 --- a/src/NetworkCloud/NetworkCloud/help/Update-AzNetworkCloudTrunkedNetwork.md +++ b/src/NetworkCloud/NetworkCloud/help/Update-AzNetworkCloudTrunkedNetwork.md @@ -8,7 +8,7 @@ schema: 2.0.0 # Update-AzNetworkCloudTrunkedNetwork ## SYNOPSIS -Update tags associated with the provided trunked network. +update tags associated with the provided trunked network. ## SYNTAX @@ -26,7 +26,7 @@ Update-AzNetworkCloudTrunkedNetwork -InputObject [-Tag < ``` ## DESCRIPTION -Update tags associated with the provided trunked network. +update tags associated with the provided trunked network. ## EXAMPLES @@ -63,7 +63,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity @@ -179,7 +178,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.ITrunkedNetwork +### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.ITrunkedNetwork ## NOTES diff --git a/src/NetworkCloud/NetworkCloud/help/Update-AzNetworkCloudVirtualMachine.md b/src/NetworkCloud/NetworkCloud/help/Update-AzNetworkCloudVirtualMachine.md index b23afb837a39..6ce146c42186 100644 --- a/src/NetworkCloud/NetworkCloud/help/Update-AzNetworkCloudVirtualMachine.md +++ b/src/NetworkCloud/NetworkCloud/help/Update-AzNetworkCloudVirtualMachine.md @@ -9,7 +9,7 @@ schema: 2.0.0 ## SYNOPSIS Patch the properties of the provided virtual machine, or update the tags associated with the virtual machine. -Properties and tag updates can be done independently. +Properties and tag update can be done independently. ## SYNTAX @@ -32,7 +32,7 @@ Update-AzNetworkCloudVirtualMachine -InputObject [-Tag < ## DESCRIPTION Patch the properties of the provided virtual machine, or update the tags associated with the virtual machine. -Properties and tag updates can be done independently. +Properties and tag update can be done independently. ## EXAMPLES @@ -92,7 +92,6 @@ Accept wildcard characters: False ### -InputObject Identity Parameter -To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ```yaml Type: Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.INetworkCloudIdentity @@ -268,7 +267,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IVirtualMachine +### Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IVirtualMachine ## NOTES diff --git a/src/NetworkCloud/NetworkCloud/help/Update-AzNetworkCloudVolume.md b/src/NetworkCloud/NetworkCloud/help/Update-AzNetworkCloudVolume.md index 27f93aeaf9a5..3685069cefb5 100644 --- a/src/NetworkCloud/NetworkCloud/help/Update-AzNetworkCloudVolume.md +++ b/src/NetworkCloud/NetworkCloud/help/Update-AzNetworkCloudVolume.md @@ -8,7 +8,7 @@ schema: 2.0.0 # Update-AzNetworkCloudVolume ## SYNOPSIS -Update tags associated with the provided volume. +update tags associated with the provided volume. ## SYNTAX @@ -26,7 +26,7 @@ Update-AzNetworkCloudVolume -InputObject [-Tag