Skip to content

Commit 7cf5fe9

Browse files
authored
refreshing sdk for intersight version 1.0.11-20250203080625720 (#186)
1 parent 74e19b1 commit 7cf5fe9

File tree

432 files changed

+44726
-17092
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

432 files changed

+44726
-17092
lines changed

README.md

Lines changed: 21 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ The Cisco Intersight API is a programmatic interface that uses the REST architec
99
The Intersight.PowerShell cmdlets are generated based on the Cisco Intersight OpenAPI 3.x specification. The latest specification can be downloaded from [here](https://intersight.com/apidocs/downloads/).
1010
The Cisco Intersight.PowerShell module is updated frequently to be in sync with the OpenAPI version deployed at https://intersight.com
1111

12-
- Intersight.PowerShell version: 1.0.11.2024120409
13-
- C# SDK version: 1.0.11.2024120409
12+
- Intersight.PowerShell version: 1.0.11.2025020308
13+
- C# SDK version: 1.0.11.2025020308
1414
For more information, please visit [https://intersight.com/help](https://intersight.com/help)
1515

1616

@@ -88,8 +88,8 @@ The Cisco Intersight.PowerShell module is updated frequently to be in sync with
8888

8989
<a name="requirements"></a>
9090
### 1.1. Requirements
91-
- PowerShell 7.3.3 or later
92-
- net6.0 SDK or later
91+
- PowerShell 7.4.0 or later
92+
- net8.0 SDK or later
9393

9494
<a name="dependencies"></a>
9595
#### Dependencies
@@ -115,7 +115,7 @@ Import-Module -Name '.\Intersight.PowerShell' -Verbose
115115
<a name="uninstall-psmodule"></a>
116116
### 1.2.3 Uninstall Intersight.PowerShell
117117
```powershell
118-
Remove-Module -FullyQualifiedName @{ModuleName = "Intersight.PowerShell"; ModuleVersion = "1.0.11.2024120409"}
118+
Remove-Module -FullyQualifiedName @{ModuleName = "Intersight.PowerShell"; ModuleVersion = "1.0.11.2025020308"}
119119
```
120120
or
121121

@@ -748,6 +748,7 @@ ApplianceCertificateSetting | [**Get-IntersightApplianceCertificateSetting**](do
748748
ApplianceClusterInfo | [**Get-IntersightApplianceClusterInfo**](docs/Get-IntersightApplianceClusterInfo.md) | Read a 'ApplianceClusterInfo' resource.
749749
ApplianceClusterInstall | [**Get-IntersightApplianceClusterInstall**](docs/Get-IntersightApplianceClusterInstall.md) | Read a 'ApplianceClusterInstall' resource.
750750
ApplianceClusterReplaceNode | [**Get-IntersightApplianceClusterReplaceNode**](docs/Get-IntersightApplianceClusterReplaceNode.md) | Read a 'ApplianceClusterReplaceNode' resource.
751+
ApplianceClusterWorkerNode | [**Get-IntersightApplianceClusterWorkerNode**](docs/Get-IntersightApplianceClusterWorkerNode.md) | Read a 'ApplianceClusterWorkerNode' resource.
751752
ApplianceDataExportPolicy | [**Get-IntersightApplianceDataExportPolicy**](docs/Get-IntersightApplianceDataExportPolicy.md) | Read a 'ApplianceDataExportPolicy' resource.
752753
ApplianceDeviceCertificate | [**Get-IntersightApplianceDeviceCertificate**](docs/Get-IntersightApplianceDeviceCertificate.md) | Read a 'ApplianceDeviceCertificate' resource.
753754
ApplianceDeviceClaim | [**Get-IntersightApplianceDeviceClaim**](docs/Get-IntersightApplianceDeviceClaim.md) | Read a 'ApplianceDeviceClaim' resource.
@@ -783,6 +784,9 @@ ApplianceBackup | [**New-IntersightApplianceBackup**](docs/New-IntersightApplian
783784
ApplianceBackupPolicy | [**New-IntersightApplianceBackupPolicy**](docs/New-IntersightApplianceBackupPolicy.md) | Create a 'ApplianceBackupPolicy' resource.
784785
ApplianceClusterInfo | [**New-IntersightApplianceClusterInfo**](docs/New-IntersightApplianceClusterInfo.md) | Create a 'ApplianceClusterInfo' resource.
785786
ApplianceClusterReplaceNode | [**New-IntersightApplianceClusterReplaceNode**](docs/New-IntersightApplianceClusterReplaceNode.md) | Create a 'ApplianceClusterReplaceNode' resource.
787+
ApplianceClusterWorkerNode | [**New-IntersightApplianceClusterWorkerNode**](docs/New-IntersightApplianceClusterWorkerNode.md) | Create a 'ApplianceClusterWorkerNode' resource.
788+
ApplianceClusterWorkerNodeReplace | [**New-IntersightApplianceClusterWorkerNodeReplace**](docs/New-IntersightApplianceClusterWorkerNodeReplace.md) | Create a 'ApplianceClusterWorkerNodeReplace' resource.
789+
ApplianceClusterWorkerNodeReuse | [**New-IntersightApplianceClusterWorkerNodeReuse**](docs/New-IntersightApplianceClusterWorkerNodeReuse.md) | Create a 'ApplianceClusterWorkerNodeReuse' resource.
786790
ApplianceDataExportPolicy | [**New-IntersightApplianceDataExportPolicy**](docs/New-IntersightApplianceDataExportPolicy.md) | Create a 'ApplianceDataExportPolicy' resource.
787791
ApplianceDeviceClaim | [**New-IntersightApplianceDeviceClaim**](docs/New-IntersightApplianceDeviceClaim.md) | Create a 'ApplianceDeviceClaim' resource.
788792
ApplianceDiagSetting | [**New-IntersightApplianceDiagSetting**](docs/New-IntersightApplianceDiagSetting.md) | Create a 'ApplianceDiagSetting' resource.
@@ -800,6 +804,7 @@ ApplianceCertificateSetting | [**Set-IntersightApplianceCertificateSetting**](do
800804
ApplianceClusterInfo | [**Set-IntersightApplianceClusterInfo**](docs/Set-IntersightApplianceClusterInfo.md) | Update a 'ApplianceClusterInfo' resource.
801805
ApplianceClusterInstall | [**Set-IntersightApplianceClusterInstall**](docs/Set-IntersightApplianceClusterInstall.md) | Update a 'ApplianceClusterInstall' resource.
802806
ApplianceClusterReplaceNode | [**Set-IntersightApplianceClusterReplaceNode**](docs/Set-IntersightApplianceClusterReplaceNode.md) | Update a 'ApplianceClusterReplaceNode' resource.
807+
ApplianceClusterWorkerNode | [**Set-IntersightApplianceClusterWorkerNode**](docs/Set-IntersightApplianceClusterWorkerNode.md) | Update a 'ApplianceClusterWorkerNode' resource.
803808
ApplianceDataExportPolicy | [**Set-IntersightApplianceDataExportPolicy**](docs/Set-IntersightApplianceDataExportPolicy.md) | Update a 'ApplianceDataExportPolicy' resource.
804809
ApplianceDeviceClaim | [**Set-IntersightApplianceDeviceClaim**](docs/Set-IntersightApplianceDeviceClaim.md) | Update a 'ApplianceDeviceClaim' resource.
805810
ApplianceDeviceUpgradePolicy | [**Set-IntersightApplianceDeviceUpgradePolicy**](docs/Set-IntersightApplianceDeviceUpgradePolicy.md) | Update a 'ApplianceDeviceUpgradePolicy' resource.
@@ -915,6 +920,7 @@ CapabilityFanModuleManufacturingDef | [**Get-IntersightCapabilityFanModuleManufa
915920
CapabilityFexCapabilityDef | [**Get-IntersightCapabilityFexCapabilityDef**](docs/Get-IntersightCapabilityFexCapabilityDef.md) | Read a 'CapabilityFexCapabilityDef' resource.
916921
CapabilityFexDescriptor | [**Get-IntersightCapabilityFexDescriptor**](docs/Get-IntersightCapabilityFexDescriptor.md) | Read a 'CapabilityFexDescriptor' resource.
917922
CapabilityFexManufacturingDef | [**Get-IntersightCapabilityFexManufacturingDef**](docs/Get-IntersightCapabilityFexManufacturingDef.md) | Read a 'CapabilityFexManufacturingDef' resource.
923+
CapabilityFexSupportMeta | [**Get-IntersightCapabilityFexSupportMeta**](docs/Get-IntersightCapabilityFexSupportMeta.md) | Read a 'CapabilityFexSupportMeta' resource.
918924
CapabilityGpuEndpointDescriptor | [**Get-IntersightCapabilityGpuEndpointDescriptor**](docs/Get-IntersightCapabilityGpuEndpointDescriptor.md) | Read a 'CapabilityGpuEndpointDescriptor' resource.
919925
CapabilityHsuIsoFileSupportMeta | [**Get-IntersightCapabilityHsuIsoFileSupportMeta**](docs/Get-IntersightCapabilityHsuIsoFileSupportMeta.md) | Read a 'CapabilityHsuIsoFileSupportMeta' resource.
920926
CapabilityIoCardCapabilityDef | [**Get-IntersightCapabilityIoCardCapabilityDef**](docs/Get-IntersightCapabilityIoCardCapabilityDef.md) | Read a 'CapabilityIoCardCapabilityDef' resource.
@@ -2046,6 +2052,8 @@ KvmSession | [**Set-IntersightKvmSession**](docs/Set-IntersightKvmSession.md) |
20462052
KvmTunneledKvmPolicy | [**Set-IntersightKvmTunneledKvmPolicy**](docs/Set-IntersightKvmTunneledKvmPolicy.md) | Update a 'KvmTunneledKvmPolicy' resource.
20472053
LicenseAccountLicenseData | [**Get-IntersightLicenseAccountLicenseData**](docs/Get-IntersightLicenseAccountLicenseData.md) | Read a 'LicenseAccountLicenseData' resource.
20482054
LicenseCustomerOp | [**Get-IntersightLicenseCustomerOp**](docs/Get-IntersightLicenseCustomerOp.md) | Read a 'LicenseCustomerOp' resource.
2055+
LicenseErpCustomerOp | [**Get-IntersightLicenseErpCustomerOp**](docs/Get-IntersightLicenseErpCustomerOp.md) | Read a 'LicenseErpCustomerOp' resource.
2056+
LicenseErpLicenseCount | [**Get-IntersightLicenseErpLicenseCount**](docs/Get-IntersightLicenseErpLicenseCount.md) | Read a 'LicenseErpLicenseCount' resource.
20492057
LicenseIksCustomerOp | [**Get-IntersightLicenseIksCustomerOp**](docs/Get-IntersightLicenseIksCustomerOp.md) | Read a 'LicenseIksCustomerOp' resource.
20502058
LicenseIksLicenseCount | [**Get-IntersightLicenseIksLicenseCount**](docs/Get-IntersightLicenseIksLicenseCount.md) | Read a 'LicenseIksLicenseCount' resource.
20512059
LicenseIncCustomerOp | [**Get-IntersightLicenseIncCustomerOp**](docs/Get-IntersightLicenseIncCustomerOp.md) | Read a 'LicenseIncCustomerOp' resource.
@@ -2057,13 +2065,16 @@ LicenseLicenseInfoView | [**Get-IntersightLicenseLicenseInfoView**](docs/Get-Int
20572065
LicenseLicenseRegistrationStatus | [**Get-IntersightLicenseLicenseRegistrationStatus**](docs/Get-IntersightLicenseLicenseRegistrationStatus.md) | Read a 'LicenseLicenseRegistrationStatus' resource.
20582066
LicenseLicenseReservationOp | [**Get-IntersightLicenseLicenseReservationOp**](docs/Get-IntersightLicenseLicenseReservationOp.md) | Read a 'LicenseLicenseReservationOp' resource.
20592067
LicenseSmartlicenseToken | [**Get-IntersightLicenseSmartlicenseToken**](docs/Get-IntersightLicenseSmartlicenseToken.md) | Read a 'LicenseSmartlicenseToken' resource.
2068+
LicenseErpLicenseCount | [**New-IntersightLicenseErpLicenseCount**](docs/New-IntersightLicenseErpLicenseCount.md) | Create a 'LicenseErpLicenseCount' resource.
20602069
LicenseIksLicenseCount | [**New-IntersightLicenseIksLicenseCount**](docs/New-IntersightLicenseIksLicenseCount.md) | Create a 'LicenseIksLicenseCount' resource.
20612070
LicenseIncLicenseCount | [**New-IntersightLicenseIncLicenseCount**](docs/New-IntersightLicenseIncLicenseCount.md) | Create a 'LicenseIncLicenseCount' resource.
20622071
LicenseIwoLicenseCount | [**New-IntersightLicenseIwoLicenseCount**](docs/New-IntersightLicenseIwoLicenseCount.md) | Create a 'LicenseIwoLicenseCount' resource.
20632072
LicenseLicenseInfo | [**New-IntersightLicenseLicenseInfo**](docs/New-IntersightLicenseLicenseInfo.md) | Create a 'LicenseLicenseInfo' resource.
20642073
LicenseLicenseReservationOp | [**New-IntersightLicenseLicenseReservationOp**](docs/New-IntersightLicenseLicenseReservationOp.md) | Create a 'LicenseLicenseReservationOp' resource.
20652074
LicenseAccountLicenseData | [**Set-IntersightLicenseAccountLicenseData**](docs/Set-IntersightLicenseAccountLicenseData.md) | Update a 'LicenseAccountLicenseData' resource.
20662075
LicenseCustomerOp | [**Set-IntersightLicenseCustomerOp**](docs/Set-IntersightLicenseCustomerOp.md) | Update a 'LicenseCustomerOp' resource.
2076+
LicenseErpCustomerOp | [**Set-IntersightLicenseErpCustomerOp**](docs/Set-IntersightLicenseErpCustomerOp.md) | Update a 'LicenseErpCustomerOp' resource.
2077+
LicenseErpLicenseCount | [**Set-IntersightLicenseErpLicenseCount**](docs/Set-IntersightLicenseErpLicenseCount.md) | Update a 'LicenseErpLicenseCount' resource.
20672078
LicenseIksCustomerOp | [**Set-IntersightLicenseIksCustomerOp**](docs/Set-IntersightLicenseIksCustomerOp.md) | Update a 'LicenseIksCustomerOp' resource.
20682079
LicenseIksLicenseCount | [**Set-IntersightLicenseIksLicenseCount**](docs/Set-IntersightLicenseIksLicenseCount.md) | Update a 'LicenseIksLicenseCount' resource.
20692080
LicenseIncCustomerOp | [**Set-IntersightLicenseIncCustomerOp**](docs/Set-IntersightLicenseIncCustomerOp.md) | Update a 'LicenseIncCustomerOp' resource.
@@ -2505,9 +2516,13 @@ ServicenowChangeRequestDoc | [**Get-IntersightServicenowChangeRequestDoc**](docs
25052516
ServicenowIncident | [**Get-IntersightServicenowIncident**](docs/Get-IntersightServicenowIncident.md) | Read a 'ServicenowIncident' resource.
25062517
ServicenowIncidentDoc | [**Get-IntersightServicenowIncidentDoc**](docs/Get-IntersightServicenowIncidentDoc.md) | Read a 'ServicenowIncidentDoc' resource.
25072518
SmtpPolicy | [**Get-IntersightSmtpPolicy**](docs/Get-IntersightSmtpPolicy.md) | Read a 'SmtpPolicy' resource.
2519+
SmtpPolicyTest | [**Get-IntersightSmtpPolicyTest**](docs/Get-IntersightSmtpPolicyTest.md) | Read a 'SmtpPolicyTest' resource.
25082520
SmtpPolicy | [**New-IntersightSmtpPolicy**](docs/New-IntersightSmtpPolicy.md) | Create a 'SmtpPolicy' resource.
2521+
SmtpPolicyTest | [**New-IntersightSmtpPolicyTest**](docs/New-IntersightSmtpPolicyTest.md) | Create a 'SmtpPolicyTest' resource.
25092522
SmtpPolicy | [**Remove-IntersightSmtpPolicy**](docs/Remove-IntersightSmtpPolicy.md) | Delete a 'SmtpPolicy' resource.
2523+
SmtpPolicyTest | [**Remove-IntersightSmtpPolicyTest**](docs/Remove-IntersightSmtpPolicyTest.md) | Delete a 'SmtpPolicyTest' resource.
25102524
SmtpPolicy | [**Set-IntersightSmtpPolicy**](docs/Set-IntersightSmtpPolicy.md) | Update a 'SmtpPolicy' resource.
2525+
SmtpPolicyTest | [**Set-IntersightSmtpPolicyTest**](docs/Set-IntersightSmtpPolicyTest.md) | Update a 'SmtpPolicyTest' resource.
25112526
SnmpPolicy | [**Get-IntersightSnmpPolicy**](docs/Get-IntersightSnmpPolicy.md) | Read a 'SnmpPolicy' resource.
25122527
SnmpPolicyInventory | [**Get-IntersightSnmpPolicyInventory**](docs/Get-IntersightSnmpPolicyInventory.md) | Read a 'SnmpPolicyInventory' resource.
25132528
SnmpPolicy | [**New-IntersightSnmpPolicy**](docs/New-IntersightSnmpPolicy.md) | Create a 'SnmpPolicy' resource.
@@ -2625,6 +2640,7 @@ StorageHitachiExternalStorageLun | [**Get-IntersightStorageHitachiExternalStorag
26252640
StorageHitachiExternalStoragePort | [**Get-IntersightStorageHitachiExternalStoragePort**](docs/Get-IntersightStorageHitachiExternalStoragePort.md) | Read a 'StorageHitachiExternalStoragePort' resource.
26262641
StorageHitachiHost | [**Get-IntersightStorageHitachiHost**](docs/Get-IntersightStorageHitachiHost.md) | Read a 'StorageHitachiHost' resource.
26272642
StorageHitachiHostLun | [**Get-IntersightStorageHitachiHostLun**](docs/Get-IntersightStorageHitachiHostLun.md) | Read a 'StorageHitachiHostLun' resource.
2643+
StorageHitachiNvmSubsystem | [**Get-IntersightStorageHitachiNvmSubsystem**](docs/Get-IntersightStorageHitachiNvmSubsystem.md) | Read a 'StorageHitachiNvmSubsystem' resource.
26282644
StorageHitachiParityGroup | [**Get-IntersightStorageHitachiParityGroup**](docs/Get-IntersightStorageHitachiParityGroup.md) | Read a 'StorageHitachiParityGroup' resource.
26292645
StorageHitachiPool | [**Get-IntersightStorageHitachiPool**](docs/Get-IntersightStorageHitachiPool.md) | Read a 'StorageHitachiPool' resource.
26302646
StorageHitachiPort | [**Get-IntersightStorageHitachiPort**](docs/Get-IntersightStorageHitachiPort.md) | Read a 'StorageHitachiPort' resource.

build.ps1

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,16 +49,16 @@ $manifestParam = @{
4949
Guid = "41ce1a70-9c4b-489f-a153-12fe49b7fe62"
5050
Author = "Cisco Systems"
5151
CompanyName = "Cisco Systems"
52-
ModuleVersion = "1.0.11.2024120409"
53-
Copyright = "(c) 2023 Cisco Systems, Inc. All rights reserved."
52+
ModuleVersion = "1.0.11.2025020308"
53+
Copyright = "(c) 2025 Cisco Systems, Inc. All rights reserved."
5454
LicenseUri = "https://www.apache.org/licenses/LICENSE-2.0.txt"
5555
ProjectUri = "https://github.com/CiscoDevNet/intersight-powershell"
5656
CompatiblePSEditions = "Core"
5757
Tag = @('PSEdition_Core','Windows','Linux','MacOSX','Intersight','IntersightCmdlets')
58-
PowerShellVersion = "7.3.3"
58+
PowerShellVersion = "7.4.0"
5959
CmdletsToExport = $commandList
6060
Description = "Intersight Powershell module provides the cmdlets to manage, analyze, and automate the IT infrastructure in Intersight."
61-
ReleaseNotes = "Intersight.PowerShell - Version 1.0.11.2024120409
61+
ReleaseNotes = "Intersight.PowerShell - Version 1.0.11.2025020308
6262
6363
Changelog:-
6464
https://github.com/CiscoDevNet/intersight-powershell/blob/master/CHANGELOG.md

0 commit comments

Comments
 (0)