Open
Show file tree
Hide file tree
Changes from 1 commit
Show all changes
25 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Failed to load files.
PrevPrevious commit
Next Next commit
Update module and make sure generate-info.json is included
  • Loading branch information
Anna Pankiewicz committedJun 9, 2025
commit f8edce1f9b9a0ebcc437b385339f8250f4e59ac5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
// 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)]

Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
---
Module Name: Az.NetworkCloud
Module Guid: fc8b2007-5084-4c06-9fa0-102aa06fd2f1
Module Guid: a3d56e81-c4a2-430b-9caa-d68c7518329a
Download Help Link: https://learn.microsoft.com/powershell/module/az.networkcloud
Help Version: 1.0.0.0
Locale: en-US
Expand Down
Original file line numberDiff line numberDiff line change
Expand Up@@ -34,6 +34,10 @@ properties of the provided Kubernetes cluster feature.

### Example 1: Update Kubernetes cluster's feature
```powershell
$tagUpdatedHash = @{
tag = "tag"
}

Update-AzNetworkCloudKubernetesClusterFeature -FeatureName featureName -KubernetesClusterName kubernetesClusterName -ResourceGroupName resourceGroup -SubscriptionId subscriptionId -Tag $tagUpdatedHash
```

Expand Down
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
{
"generate_Id": "81e125e7-14d6-457b-a816-5445c9f72366"
"generate_Id": "a4afd51f-1274-4878-b51c-d277ae981832"
}
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@


Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
Expand All@@ -19,7 +19,7 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authenticators", "..\Accoun
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NetworkCloud", "NetworkCloud\NetworkCloud.csproj", "{13B52C8D-AC21-493E-98FF-641CED72F9CA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.NetworkCloud", "..\..\generated\NetworkCloud\NetworkCloud.Autorest\Az.NetworkCloud.csproj", "{C89F4FD0-67E2-4307-A7FE-35D847C62C43}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.NetworkCloud", "NetworkCloud.Autorest\Az.NetworkCloud.csproj", "{61E332BB-BD1C-41AC-B2A1-3C1785818852}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand DownExpand Up@@ -58,10 +58,10 @@ Global
{13B52C8D-AC21-493E-98FF-641CED72F9CA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{13B52C8D-AC21-493E-98FF-641CED72F9CA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{13B52C8D-AC21-493E-98FF-641CED72F9CA}.Release|Any CPU.Build.0 = Release|Any CPU
{C89F4FD0-67E2-4307-A7FE-35D847C62C43}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C89F4FD0-67E2-4307-A7FE-35D847C62C43}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C89F4FD0-67E2-4307-A7FE-35D847C62C43}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C89F4FD0-67E2-4307-A7FE-35D847C62C43}.Release|Any CPU.Build.0 = Release|Any CPU
{61E332BB-BD1C-41AC-B2A1-3C1785818852}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{61E332BB-BD1C-41AC-B2A1-3C1785818852}.Debug|Any CPU.Build.0 = Debug|Any CPU
{61E332BB-BD1C-41AC-B2A1-3C1785818852}.Release|Any CPU.ActiveCfg = Release|Any CPU
{61E332BB-BD1C-41AC-B2A1-3C1785818852}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{BC968D43-2720-4809-93B6-0EB81C5AFDEC} = {705FDC1F-054D-4648-804A-D1BF94195930}
Expand Down
Original file line numberDiff line numberDiff line change
Expand Up@@ -3,7 +3,7 @@
#
# Generated by: Microsoft Corporation
#
# Generated on: 1/9/2025
# Generated on: 06/09/2025
#

@{
Expand DownExpand Up@@ -51,16 +51,16 @@ DotNetFrameworkVersion = '4.7.2'
# ProcessorArchitecture = ''

# Modules that must be imported into the global environment prior to importing this module
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '4.0.1'; })
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '4.2.0'; })

# Assemblies that must be loaded prior to importing this module
RequiredAssemblies = 'NetworkCloud.Autorest/bin/Az.NetworkCloud.private.dll'

# Script files (.ps1) that are run in the caller's environment prior to importing this module.
# ScriptsToProcess = @()
ScriptsToProcess = @()

# Type files (.ps1xml) to be loaded when importing this module
# TypesToProcess = @()
TypesToProcess = @()

# Format files (.ps1xml) to be loaded when importing this module
FormatsToProcess = 'NetworkCloud.Autorest/Az.NetworkCloud.format.ps1xml'
Expand All@@ -69,92 +69,92 @@ FormatsToProcess = 'NetworkCloud.Autorest/Az.NetworkCloud.format.ps1xml'
NestedModules = @('NetworkCloud.Autorest/Az.NetworkCloud.psm1')

# Functions to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no functions to export.
FunctionsToExport = 'Deploy-AzNetworkCloudCluster',
'Disable-AzNetworkCloudStorageApplianceRemoteVendorManagement',
'Enable-AzNetworkCloudStorageApplianceRemoteVendorManagement',
'Get-AzNetworkCloudAgentPool', 'Get-AzNetworkCloudBareMetalMachine',
'Get-AzNetworkCloudBareMetalMachineKeySet',
'Get-AzNetworkCloudBmcKeySet', 'Get-AzNetworkCloudCluster',
'Get-AzNetworkCloudClusterManager', 'Get-AzNetworkCloudConsole',
'Get-AzNetworkCloudKubernetesCluster',
'Get-AzNetworkCloudKubernetesClusterFeature',
'Get-AzNetworkCloudL2Network', 'Get-AzNetworkCloudL3Network',
'Get-AzNetworkCloudMetricsConfiguration', 'Get-AzNetworkCloudRack',
'Get-AzNetworkCloudRackSku', 'Get-AzNetworkCloudServicesNetwork',
'Get-AzNetworkCloudStorageAppliance',
'Get-AzNetworkCloudTrunkedNetwork',
'Get-AzNetworkCloudVirtualMachine', 'Get-AzNetworkCloudVolume',
'Invoke-AzNetworkCloudBareMetalMachineCordon',
'Invoke-AzNetworkCloudBareMetalMachineDataExtract',
'Invoke-AzNetworkCloudBareMetalMachineReimage',
'Invoke-AzNetworkCloudBareMetalMachineReplace',
'Invoke-AzNetworkCloudBareMetalMachineRunCommand',
'Invoke-AzNetworkCloudBareMetalMachineRunReadCommand',
'Invoke-AzNetworkCloudBareMetalMachineUncordon',
'Invoke-AzNetworkCloudClusterContinueVersionUpdate',
'Invoke-AzNetworkCloudClusterVersionUpdate',
'Invoke-AzNetworkCloudScanClusterRuntime',
'Invoke-AzNetworkCloudVirtualMachineReimage',
'New-AzNetworkCloudAgentPool',
'New-AzNetworkCloudBareMetalMachineConfigurationDataObject',
'New-AzNetworkCloudBareMetalMachineKeySet',
'New-AzNetworkCloudBgpAdvertisementObject',
'New-AzNetworkCloudBgpServiceLoadBalancerConfigurationObject',
'New-AzNetworkCloudBmcKeySet', 'New-AzNetworkCloudCluster',
'New-AzNetworkCloudClusterManager', 'New-AzNetworkCloudConsole',
'New-AzNetworkCloudControlPlaneNodeConfigurationObject',
'New-AzNetworkCloudEgressEndpointObject',
'New-AzNetworkCloudEndpointDependencyObject',
'New-AzNetworkCloudInitialAgentPoolConfigurationObject',
'New-AzNetworkCloudIpAddressPoolObject',
'New-AzNetworkCloudKeySetUserObject',
'New-AzNetworkCloudKubernetesCluster',
'New-AzNetworkCloudKubernetesClusterFeature',
'New-AzNetworkCloudL2Network', 'New-AzNetworkCloudL3Network',
'New-AzNetworkCloudL3NetworkAttachmentConfigurationObject',
'New-AzNetworkCloudMetricsConfiguration',
'New-AzNetworkCloudNetworkAttachmentObject',
'New-AzNetworkCloudRackDefinitionObject',
'New-AzNetworkCloudServiceLoadBalancerBgpPeerObject',
'New-AzNetworkCloudServicesNetwork',
'New-AzNetworkCloudStorageApplianceConfigurationDataObject',
'New-AzNetworkCloudTrunkedNetwork',
'New-AzNetworkCloudVirtualMachine',
'New-AzNetworkCloudVirtualMachinePlacementHintObject',
'New-AzNetworkCloudVolume', 'Remove-AzNetworkCloudAgentPool',
'Remove-AzNetworkCloudBareMetalMachineKeySet',
'Remove-AzNetworkCloudBmcKeySet', 'Remove-AzNetworkCloudCluster',
'Remove-AzNetworkCloudClusterManager',
'Remove-AzNetworkCloudConsole',
'Remove-AzNetworkCloudKubernetesCluster',
'Remove-AzNetworkCloudKubernetesClusterFeature',
'Remove-AzNetworkCloudL2Network', 'Remove-AzNetworkCloudL3Network',
'Remove-AzNetworkCloudMetricsConfiguration',
'Remove-AzNetworkCloudServicesNetwork',
'Remove-AzNetworkCloudTrunkedNetwork',
'Remove-AzNetworkCloudVirtualMachine',
'Remove-AzNetworkCloudVolume',
'Restart-AzNetworkCloudBareMetalMachine',
'Restart-AzNetworkCloudKubernetesClusterNode',
'Restart-AzNetworkCloudVirtualMachine',
'Start-AzNetworkCloudBareMetalMachine',
'Start-AzNetworkCloudVirtualMachine',
'Stop-AzNetworkCloudBareMetalMachine',
'Stop-AzNetworkCloudVirtualMachine',
'Update-AzNetworkCloudAgentPool',
'Update-AzNetworkCloudBareMetalMachine',
'Update-AzNetworkCloudBareMetalMachineKeySet',
'Update-AzNetworkCloudBmcKeySet', 'Update-AzNetworkCloudCluster',
'Update-AzNetworkCloudClusterManager',
'Update-AzNetworkCloudConsole',
'Update-AzNetworkCloudKubernetesCluster',
'Update-AzNetworkCloudKubernetesClusterFeature',
'Update-AzNetworkCloudL2Network', 'Update-AzNetworkCloudL3Network',
'Update-AzNetworkCloudMetricsConfiguration',
'Update-AzNetworkCloudRack', 'Update-AzNetworkCloudServicesNetwork',
'Update-AzNetworkCloudStorageAppliance',
'Update-AzNetworkCloudTrunkedNetwork',
'Update-AzNetworkCloudVirtualMachine',
FunctionsToExport = 'Deploy-AzNetworkCloudCluster',
'Disable-AzNetworkCloudStorageApplianceRemoteVendorManagement',
'Enable-AzNetworkCloudStorageApplianceRemoteVendorManagement',
'Get-AzNetworkCloudAgentPool', 'Get-AzNetworkCloudBareMetalMachine',
'Get-AzNetworkCloudBareMetalMachineKeySet',
'Get-AzNetworkCloudBmcKeySet', 'Get-AzNetworkCloudCluster',
'Get-AzNetworkCloudClusterManager', 'Get-AzNetworkCloudConsole',
'Get-AzNetworkCloudKubernetesCluster',
'Get-AzNetworkCloudKubernetesClusterFeature',
'Get-AzNetworkCloudL2Network', 'Get-AzNetworkCloudL3Network',
'Get-AzNetworkCloudMetricsConfiguration', 'Get-AzNetworkCloudRack',
'Get-AzNetworkCloudRackSku', 'Get-AzNetworkCloudServicesNetwork',
'Get-AzNetworkCloudStorageAppliance',
'Get-AzNetworkCloudTrunkedNetwork',
'Get-AzNetworkCloudVirtualMachine', 'Get-AzNetworkCloudVolume',
'Invoke-AzNetworkCloudBareMetalMachineCordon',
'Invoke-AzNetworkCloudBareMetalMachineDataExtract',
'Invoke-AzNetworkCloudBareMetalMachineReimage',
'Invoke-AzNetworkCloudBareMetalMachineReplace',
'Invoke-AzNetworkCloudBareMetalMachineRunCommand',
'Invoke-AzNetworkCloudBareMetalMachineRunReadCommand',
'Invoke-AzNetworkCloudBareMetalMachineUncordon',
'Invoke-AzNetworkCloudClusterContinueVersionUpdate',
'Invoke-AzNetworkCloudClusterVersionUpdate',
'Invoke-AzNetworkCloudScanClusterRuntime',
'Invoke-AzNetworkCloudVirtualMachineReimage',
'New-AzNetworkCloudAgentPool',
'New-AzNetworkCloudBareMetalMachineConfigurationDataObject',
'New-AzNetworkCloudBareMetalMachineKeySet',
'New-AzNetworkCloudBgpAdvertisementObject',
'New-AzNetworkCloudBgpServiceLoadBalancerConfigurationObject',
'New-AzNetworkCloudBmcKeySet', 'New-AzNetworkCloudCluster',
'New-AzNetworkCloudClusterManager', 'New-AzNetworkCloudConsole',
'New-AzNetworkCloudControlPlaneNodeConfigurationObject',
'New-AzNetworkCloudEgressEndpointObject',
'New-AzNetworkCloudEndpointDependencyObject',
'New-AzNetworkCloudInitialAgentPoolConfigurationObject',
'New-AzNetworkCloudIpAddressPoolObject',
'New-AzNetworkCloudKeySetUserObject',
'New-AzNetworkCloudKubernetesCluster',
'New-AzNetworkCloudKubernetesClusterFeature',
'New-AzNetworkCloudL2Network', 'New-AzNetworkCloudL3Network',
'New-AzNetworkCloudL3NetworkAttachmentConfigurationObject',
'New-AzNetworkCloudMetricsConfiguration',
'New-AzNetworkCloudNetworkAttachmentObject',
'New-AzNetworkCloudRackDefinitionObject',
'New-AzNetworkCloudServiceLoadBalancerBgpPeerObject',
'New-AzNetworkCloudServicesNetwork',
'New-AzNetworkCloudStorageApplianceConfigurationDataObject',
'New-AzNetworkCloudTrunkedNetwork',
'New-AzNetworkCloudVirtualMachine',
'New-AzNetworkCloudVirtualMachinePlacementHintObject',
'New-AzNetworkCloudVolume', 'Remove-AzNetworkCloudAgentPool',
'Remove-AzNetworkCloudBareMetalMachineKeySet',
'Remove-AzNetworkCloudBmcKeySet', 'Remove-AzNetworkCloudCluster',
'Remove-AzNetworkCloudClusterManager',
'Remove-AzNetworkCloudConsole',
'Remove-AzNetworkCloudKubernetesCluster',
'Remove-AzNetworkCloudKubernetesClusterFeature',
'Remove-AzNetworkCloudL2Network', 'Remove-AzNetworkCloudL3Network',
'Remove-AzNetworkCloudMetricsConfiguration',
'Remove-AzNetworkCloudServicesNetwork',
'Remove-AzNetworkCloudTrunkedNetwork',
'Remove-AzNetworkCloudVirtualMachine',
'Remove-AzNetworkCloudVolume',
'Restart-AzNetworkCloudBareMetalMachine',
'Restart-AzNetworkCloudKubernetesClusterNode',
'Restart-AzNetworkCloudVirtualMachine',
'Start-AzNetworkCloudBareMetalMachine',
'Start-AzNetworkCloudVirtualMachine',
'Stop-AzNetworkCloudBareMetalMachine',
'Stop-AzNetworkCloudVirtualMachine',
'Update-AzNetworkCloudAgentPool',
'Update-AzNetworkCloudBareMetalMachine',
'Update-AzNetworkCloudBareMetalMachineKeySet',
'Update-AzNetworkCloudBmcKeySet', 'Update-AzNetworkCloudCluster',
'Update-AzNetworkCloudClusterManager',
'Update-AzNetworkCloudConsole',
'Update-AzNetworkCloudKubernetesCluster',
'Update-AzNetworkCloudKubernetesClusterFeature',
'Update-AzNetworkCloudL2Network', 'Update-AzNetworkCloudL3Network',
'Update-AzNetworkCloudMetricsConfiguration',
'Update-AzNetworkCloudRack', 'Update-AzNetworkCloudServicesNetwork',
'Update-AzNetworkCloudStorageAppliance',
'Update-AzNetworkCloudTrunkedNetwork',
'Update-AzNetworkCloudVirtualMachine',
'Update-AzNetworkCloudVolume'

# Cmdlets to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no cmdlets to export.
Expand All@@ -181,7 +181,7 @@ PrivateData = @{
PSData = @{

# Tags applied to this module. These help with module discovery in online galleries.
Tags = 'Azure','ResourceManager','ARM','PSModule','NetworkCloud'
Tags = 'Azure', 'ResourceManager', 'ARM', 'PSModule', 'NetworkCloud'

# A URL to the license for this module.
LicenseUri = 'https://aka.ms/azps-license'
Expand All@@ -207,7 +207,7 @@ PrivateData = @{

} # End of PSData hashtable

} # End of PrivateData hashtable
} # End of PrivateData hashtable

# HelpInfo URI of this module
# HelpInfoURI = ''
Expand Down
Original file line numberDiff line numberDiff line change
Expand Up@@ -15,15 +15,14 @@ Deploy the cluster using the rack configuration provided during creation.
### DeployExpanded (Default)
```
Deploy-AzNetworkCloudCluster -Name <String> -ResourceGroupName <String> [-SubscriptionId <String>]
[-SkipValidationsForMachine <String[]>] [-DefaultProfile <PSObject>] [-AsJob] [-NoWait] [-PassThru]
[-WhatIf] [-Confirm] [<CommonParameters>]
[-SkipValidationsForMachine <String[]>] [-DefaultProfile <PSObject>] [-AsJob] [-NoWait] [-PassThru] [-WhatIf]
[-Confirm] [<CommonParameters>]
```

### DeployViaIdentityExpanded
```
Deploy-AzNetworkCloudCluster -InputObject <INetworkCloudIdentity> [-SkipValidationsForMachine <String[]>]
[-DefaultProfile <PSObject>] [-AsJob] [-NoWait] [-PassThru] [-WhatIf]
[-Confirm] [<CommonParameters>]
[-DefaultProfile <PSObject>] [-AsJob] [-NoWait] [-PassThru] [-WhatIf] [-Confirm] [<CommonParameters>]
```

## DESCRIPTION
Expand Down
Original file line numberDiff line numberDiff line change
Expand Up@@ -22,8 +22,7 @@ Disable-AzNetworkCloudStorageApplianceRemoteVendorManagement -ResourceGroupName
### DisableViaIdentity
```
Disable-AzNetworkCloudStorageApplianceRemoteVendorManagement -InputObject <INetworkCloudIdentity>
[-DefaultProfile <PSObject>] [-AsJob] [-NoWait] [-PassThru] [-WhatIf]
[-Confirm] [<CommonParameters>]
[-DefaultProfile <PSObject>] [-AsJob] [-NoWait] [-PassThru] [-WhatIf] [-Confirm] [<CommonParameters>]
```

## DESCRIPTION
Expand Down
Loading
Loading