Skip to content

Refreshes the SDK for Intersight version 1.0.11-20241204094351081 #181

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 10, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ The Cisco Intersight API is a programmatic interface that uses the REST architec
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/).
The Cisco Intersight.PowerShell module is updated frequently to be in sync with the OpenAPI version deployed at https://intersight.com

- Intersight.PowerShell version: 1.0.11.2024112619
- C# SDK version: 1.0.11.2024112619
- Intersight.PowerShell version: 1.0.11.2024120409
- C# SDK version: 1.0.11.2024120409
For more information, please visit [https://intersight.com/help](https://intersight.com/help)


Expand Down Expand Up @@ -115,7 +115,7 @@ Import-Module -Name '.\Intersight.PowerShell' -Verbose
<a name="uninstall-psmodule"></a>
### 1.2.3 Uninstall Intersight.PowerShell
```powershell
Remove-Module -FullyQualifiedName @{ModuleName = "Intersight.PowerShell"; ModuleVersion = "1.0.11.2024112619"}
Remove-Module -FullyQualifiedName @{ModuleName = "Intersight.PowerShell"; ModuleVersion = "1.0.11.2024120409"}
```
or

Expand Down Expand Up @@ -1498,15 +1498,18 @@ ForecastDefinition | [**Get-IntersightForecastDefinition**](docs/Get-IntersightF
ForecastInstance | [**Get-IntersightForecastInstance**](docs/Get-IntersightForecastInstance.md) | Read a 'ForecastInstance' resource.
ForecastInstance | [**Set-IntersightForecastInstance**](docs/Set-IntersightForecastInstance.md) | Update a 'ForecastInstance' resource.
FunctionsFunction | [**Get-IntersightFunctionsFunction**](docs/Get-IntersightFunctionsFunction.md) | Read a 'FunctionsFunction' resource.
FunctionsFunctionVersion | [**Get-IntersightFunctionsFunctionVersion**](docs/Get-IntersightFunctionsFunctionVersion.md) | Read a 'FunctionsFunctionVersion' resource.
FunctionsRuntime | [**Get-IntersightFunctionsRuntime**](docs/Get-IntersightFunctionsRuntime.md) | Read a 'FunctionsRuntime' resource.
FunctionsUpload | [**Get-IntersightFunctionsUpload**](docs/Get-IntersightFunctionsUpload.md) | Read a 'FunctionsUpload' resource.
FunctionsFunction | [**New-IntersightFunctionsFunction**](docs/New-IntersightFunctionsFunction.md) | Create a 'FunctionsFunction' resource.
FunctionsFunctionVersion | [**New-IntersightFunctionsFunctionVersion**](docs/New-IntersightFunctionsFunctionVersion.md) | Create a 'FunctionsFunctionVersion' resource.
FunctionsRuntime | [**New-IntersightFunctionsRuntime**](docs/New-IntersightFunctionsRuntime.md) | Create a 'FunctionsRuntime' resource.
FunctionsUpload | [**New-IntersightFunctionsUpload**](docs/New-IntersightFunctionsUpload.md) | Create a 'FunctionsUpload' resource.
FunctionsFunction | [**Remove-IntersightFunctionsFunction**](docs/Remove-IntersightFunctionsFunction.md) | Delete a 'FunctionsFunction' resource.
FunctionsRuntime | [**Remove-IntersightFunctionsRuntime**](docs/Remove-IntersightFunctionsRuntime.md) | Delete a 'FunctionsRuntime' resource.
FunctionsUpload | [**Remove-IntersightFunctionsUpload**](docs/Remove-IntersightFunctionsUpload.md) | Delete a 'FunctionsUpload' resource.
FunctionsFunction | [**Set-IntersightFunctionsFunction**](docs/Set-IntersightFunctionsFunction.md) | Update a 'FunctionsFunction' resource.
FunctionsFunctionVersion | [**Set-IntersightFunctionsFunctionVersion**](docs/Set-IntersightFunctionsFunctionVersion.md) | Update a 'FunctionsFunctionVersion' resource.
FunctionsRuntime | [**Set-IntersightFunctionsRuntime**](docs/Set-IntersightFunctionsRuntime.md) | Update a 'FunctionsRuntime' resource.
FunctionsUpload | [**Set-IntersightFunctionsUpload**](docs/Set-IntersightFunctionsUpload.md) | Update a 'FunctionsUpload' resource.
GraphicsCard | [**Get-IntersightGraphicsCard**](docs/Get-IntersightGraphicsCard.md) | Read a 'GraphicsCard' resource.
Expand Down Expand Up @@ -2714,9 +2717,11 @@ StorageVirtualDriveExtension | [**Get-IntersightStorageVirtualDriveExtension**](
StorageVirtualDriveIdentity | [**Get-IntersightStorageVirtualDriveIdentity**](docs/Get-IntersightStorageVirtualDriveIdentity.md) | Read a 'StorageVirtualDriveIdentity' resource.
StorageDriveGroup | [**New-IntersightStorageDriveGroup**](docs/New-IntersightStorageDriveGroup.md) | Create a 'StorageDriveGroup' resource.
StorageDriveSecurityPolicy | [**New-IntersightStorageDriveSecurityPolicy**](docs/New-IntersightStorageDriveSecurityPolicy.md) | Create a 'StorageDriveSecurityPolicy' resource.
StorageNetAppVolumeSnapshot | [**New-IntersightStorageNetAppVolumeSnapshot**](docs/New-IntersightStorageNetAppVolumeSnapshot.md) | Create a 'StorageNetAppVolumeSnapshot' resource.
StorageStoragePolicy | [**New-IntersightStorageStoragePolicy**](docs/New-IntersightStorageStoragePolicy.md) | Create a 'StorageStoragePolicy' resource.
StorageDriveGroup | [**Remove-IntersightStorageDriveGroup**](docs/Remove-IntersightStorageDriveGroup.md) | Delete a 'StorageDriveGroup' resource.
StorageDriveSecurityPolicy | [**Remove-IntersightStorageDriveSecurityPolicy**](docs/Remove-IntersightStorageDriveSecurityPolicy.md) | Delete a 'StorageDriveSecurityPolicy' resource.
StorageNetAppVolumeSnapshot | [**Remove-IntersightStorageNetAppVolumeSnapshot**](docs/Remove-IntersightStorageNetAppVolumeSnapshot.md) | Delete a 'StorageNetAppVolumeSnapshot' resource.
StorageStoragePolicy | [**Remove-IntersightStorageStoragePolicy**](docs/Remove-IntersightStorageStoragePolicy.md) | Delete a 'StorageStoragePolicy' resource.
StorageBatteryBackupUnit | [**Set-IntersightStorageBatteryBackupUnit**](docs/Set-IntersightStorageBatteryBackupUnit.md) | Update a 'StorageBatteryBackupUnit' resource.
StorageController | [**Set-IntersightStorageController**](docs/Set-IntersightStorageController.md) | Update a 'StorageController' resource.
Expand All @@ -2735,6 +2740,7 @@ StorageFlexUtilPhysicalDrive | [**Set-IntersightStorageFlexUtilPhysicalDrive**](
StorageFlexUtilVirtualDrive | [**Set-IntersightStorageFlexUtilVirtualDrive**](docs/Set-IntersightStorageFlexUtilVirtualDrive.md) | Update a 'StorageFlexUtilVirtualDrive' resource.
StorageHitachiArray | [**Set-IntersightStorageHitachiArray**](docs/Set-IntersightStorageHitachiArray.md) | Update a 'StorageHitachiArray' resource.
StorageNetAppCluster | [**Set-IntersightStorageNetAppCluster**](docs/Set-IntersightStorageNetAppCluster.md) | Update a 'StorageNetAppCluster' resource.
StorageNetAppVolumeSnapshot | [**Set-IntersightStorageNetAppVolumeSnapshot**](docs/Set-IntersightStorageNetAppVolumeSnapshot.md) | Update a 'StorageNetAppVolumeSnapshot' resource.
StoragePhysicalDisk | [**Set-IntersightStoragePhysicalDisk**](docs/Set-IntersightStoragePhysicalDisk.md) | Update a 'StoragePhysicalDisk' resource.
StoragePhysicalDiskExtension | [**Set-IntersightStoragePhysicalDiskExtension**](docs/Set-IntersightStoragePhysicalDiskExtension.md) | Update a 'StoragePhysicalDiskExtension' resource.
StoragePhysicalDiskUsage | [**Set-IntersightStoragePhysicalDiskUsage**](docs/Set-IntersightStoragePhysicalDiskUsage.md) | Update a 'StoragePhysicalDiskUsage' resource.
Expand Down
4 changes: 2 additions & 2 deletions build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ $manifestParam = @{
Guid = "41ce1a70-9c4b-489f-a153-12fe49b7fe62"
Author = "Cisco Systems"
CompanyName = "Cisco Systems"
ModuleVersion = "1.0.11.2024112619"
ModuleVersion = "1.0.11.2024120409"
Copyright = "(c) 2023 Cisco Systems, Inc. All rights reserved."
LicenseUri = "https://www.apache.org/licenses/LICENSE-2.0.txt"
ProjectUri = "https://github.com/CiscoDevNet/intersight-powershell"
Expand All @@ -58,7 +58,7 @@ $manifestParam = @{
PowerShellVersion = "7.3.3"
CmdletsToExport = $commandList
Description = "Intersight Powershell module provides the cmdlets to manage, analyze, and automate the IT infrastructure in Intersight."
ReleaseNotes = "Intersight.PowerShell - Version 1.0.11.2024112619
ReleaseNotes = "Intersight.PowerShell - Version 1.0.11.2024120409

Changelog:-
https://github.com/CiscoDevNet/intersight-powershell/blob/master/CHANGELOG.md
Expand Down
291 changes: 291 additions & 0 deletions docs/Get-IntersightFunctionsFunctionVersion.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,291 @@
---
external help file: Intersight.PowerShell.dll-Help.xml
Module Name: Intersight.PowerShell
online version:
schema: 2.0.0
---

# Get-IntersightFunctionsFunctionVersion

## SYNOPSIS
Get the FunctionsFunctionVersion

## SYNTAX

### CmdletParam (Default)
```
Get-IntersightFunctionsFunctionVersion [-Name <String>] [-Organization <OrganizationOrganizationRelationship>]
[<CommonParameters>]
```

### QueryParam
```
Get-IntersightFunctionsFunctionVersion [-Count <Boolean>] [-InlineCount <String>] [-Select <String>] [-Filter <String>]
[-Expand <String>] [-Skip <Int32>] [-Top <Int32>] [-At <String>] [-Orderby <String>] [-Apply <String>]
[-Tag <String>] [<CommonParameters>]
```
## DESCRIPTION
Read a &apos;FunctionsFunctionVersion&apos; resource.
A maximum of 10,000 objects can be retrieved in a single invocation.

Note :- The output returns by the ParameterSet "QueryParam" cannot be piped to the New or Set cmdlet.


## EXAMPLES

### Example 1
```powershell
PS C:\> $result = Get-IntersightFunctionsFunctionVersion
```
Above example returns the list of FunctionsFunctionVersion.

### Example 2
```powershell
PS C:\> $result = Get-IntersightFunctionsFunctionVersion -Name "MoName"
```
Above example returns the FunctionsFunctionVersion matched with name.

### Example 3
```powershell
PS C:\> $result = Get-IntersightFunctionsFunctionVersion -Organization $organization
```
Above example returns the list of FunctionsFunctionVersion available under the $organization .

### Example 4
```powershell
PS C:\> $result = Get-IntersightFunctionsFunctionVersion -InlineCount allpages
```
Above example returns the list of FunctionsFunctionVersion along with count.

## PARAMETERS

### -Apply
Specify one or more transformation operations to perform aggregation on the resources. The transformations are processed in order with the output from a
transformation being used as input for the subsequent transformation. The ""$apply"" query takes a sequence of set transformations, separated by forward slashes
to express that they are consecutively applied, i.e. the result of each transformation is the input to the next transformation. Supported aggregation methods are
""aggregate"" and ""groupby"". The **aggregate** transformation takes a comma-separated list of one or more aggregate expressions as parameters and returns a
result set with a single instance, representing the aggregated value for all instances in the input set. The **groupby** transformation takes one or two
parameters and 1. Splits the initial set into subsets where all instances in a subset have the same values for the grouping properties specified in the first
parameter, 2. Applies set transformations to each subset according to the second parameter, resulting in a new set of potentially different structure and
cardinality, 3. Ensures that the instances in the result set contain all grouping properties with the correct values for the group, 4. Concatenates the
intermediate result sets into one result set. A groupby transformation affects the structure of the result set.

```yaml
Type: String
Parameter Sets: QueryParam
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
```

### -At
Similar to ""$filter"", but ""at"" is specifically used to filter versioning information properties for resources to return. A URI with an ""at"" Query Option
identifies a subset of the Entries from the Collection of Entries identified by the Resource Path section of the URI. The subset is determined by selecting only
the Entries that satisfy the predicate expression specified by the query option. The expression language that is used in at operators supports references to
properties and literals. The literal values can be strings enclosed in single quotes, numbers and boolean values (true or false) or any of the additional literal
representations shown in the Abstract Type System section.

```yaml
Type: String
Parameter Sets: QueryParam
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
```

### -Count
The $count query specifies the service should return the count of the matching resources, instead of returning the resources.

```yaml
Type: Boolean
Parameter Sets: QueryParam
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
```

### -Expand
Specify additional attributes or related resources to return in addition to the primary resources.

```yaml
Type: String
Parameter Sets: QueryParam
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
```

### -Filter
Filter criteria for the resources to return. A URI with a $filter query option identifies a subset of the entries from the Collection of Entries. The subset is
determined by selecting only the Entries that satisfy the predicate expression specified by the $filter option. The expression language that is used in $filter
queries supports references to properties and literals. The literal values can be strings enclosed in single quotes, numbers and boolean values (true or false).

```yaml
Type: String
Parameter Sets: QueryParam
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
```

### -InlineCount
The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response.

```yaml
Type: String
Parameter Sets: QueryParam
Aliases:
Accepted values: allpages, none

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
```

### -Name
Specifies the name of the FunctionsFunctionVersion.

```yaml
Type: String
Parameter Sets: CmdletParam
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
```

### -Orderby
Determines what properties are used to sort the collection of resources.

```yaml
Type: String
Parameter Sets: QueryParam
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
```

### -Organization
Specifies the organization, to fetch the FunctionsFunctionVersion under it.

```yaml
Type: OrganizationOrganizationRelationship
Parameter Sets: CmdletParam
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: True (ByPropertyName, ByValue)
Accept wildcard characters: False
```

### -Select
Specifies a subset of properties to return.

```yaml
Type: String
Parameter Sets: QueryParam
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
```

### -Skip
Ignores the specified number of objects and then gets the remaining objects.
Enter the number of objects to skip.

```yaml
Type: Int32
Parameter Sets: QueryParam
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
```

### -Tag
The 'tags' parameter is used to request a summary of the Tag utilization for this resource. When the 'tags' parameter is specified, the response provides a list
of tag keys, the number of times the key has been used across all documents, and the tag values that have been assigned to the tag key.

```yaml
Type: String
Parameter Sets: QueryParam
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
```

### -Top
Specifies the maximum number of resources to return in the response.

```yaml
Type: Int32
Parameter Sets: QueryParam
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
```

### CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).

## INPUTS

### Intersight.Model.OrganizationOrganizationRelationship

## OUTPUTS

### System.Object
## NOTES

## RELATED LINKS

[New-IntersightFunctionsFunctionVersion](./New-IntersightFunctionsFunctionVersion.md)

[Set-IntersightFunctionsFunctionVersion](./Set-IntersightFunctionsFunctionVersion.md)

6 changes: 6 additions & 0 deletions docs/Get-IntersightStorageNetAppVolumeSnapshot.md
Original file line number Diff line number Diff line change
Expand Up @@ -285,3 +285,9 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable

## RELATED LINKS

[New-IntersightStorageNetAppVolumeSnapshot](./New-IntersightStorageNetAppVolumeSnapshot.md)

[Remove-IntersightStorageNetAppVolumeSnapshot](./Remove-IntersightStorageNetAppVolumeSnapshot.md)

[Set-IntersightStorageNetAppVolumeSnapshot](./Set-IntersightStorageNetAppVolumeSnapshot.md)

Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ Accept wildcard characters: False
```

### -Pid
Product Identifier for a Switch/Fabric-Interconnect.\n* `UCS-FI-6454` - The standard 4th generation UCS Fabric Interconnect with 54 ports.\n* `UCS-FI-64108` - The expanded 4th generation UCS Fabric Interconnect with 108 ports.\n* `UCS-FI-6536` - The standard 5th generation UCS Fabric Interconnect with 36 ports.\n* `UCSX-S9108-100G` - Cisco UCS Fabric Interconnect 9108 100G with 8 ports.\n* `unknown` - Unknown device type, usage is TBD.
Product Identifier for a Switch/Fabric-Interconnect.\n* `UCS-FI-6454` - The standard 4th generation UCS Fabric Interconnect with 54 ports.\n* `UCS-FI-64108` - The expanded 4th generation UCS Fabric Interconnect with 108 ports.\n* `UCS-FI-6536` - The standard 5th generation UCS Fabric Interconnect with 36 ports.\n* `UCSX-S9108-100G` - Cisco UCS Fabric Interconnect 9108 100G with 8 ports.\n* `UCS-FI-6664` - The standard 6th generation UCS Fabric Interconnect with 64 ports.\n* `unknown` - Unknown device type, usage is TBD.

```yaml
Type: CapabilityEquipmentPhysicalDef.PidEnum
Expand Down
2 changes: 1 addition & 1 deletion docs/Initialize-IntersightCapabilityEquipmentSlotArray.md
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ Accept wildcard characters: False
```

### -Pid
Product Identifier for a Switch/Fabric-Interconnect.\n* `UCS-FI-6454` - The standard 4th generation UCS Fabric Interconnect with 54 ports.\n* `UCS-FI-64108` - The expanded 4th generation UCS Fabric Interconnect with 108 ports.\n* `UCS-FI-6536` - The standard 5th generation UCS Fabric Interconnect with 36 ports.\n* `UCSX-S9108-100G` - Cisco UCS Fabric Interconnect 9108 100G with 8 ports.\n* `unknown` - Unknown device type, usage is TBD.
Product Identifier for a Switch/Fabric-Interconnect.\n* `UCS-FI-6454` - The standard 4th generation UCS Fabric Interconnect with 54 ports.\n* `UCS-FI-64108` - The expanded 4th generation UCS Fabric Interconnect with 108 ports.\n* `UCS-FI-6536` - The standard 5th generation UCS Fabric Interconnect with 36 ports.\n* `UCSX-S9108-100G` - Cisco UCS Fabric Interconnect 9108 100G with 8 ports.\n* `UCS-FI-6664` - The standard 6th generation UCS Fabric Interconnect with 64 ports.\n* `unknown` - Unknown device type, usage is TBD.

```yaml
Type: CapabilityEquipmentSlotArray.PidEnum
Expand Down
Loading