Skip to content

Commit

Permalink
refreshing sdk for intersight version 1.0.11-20241017091918219 (#175)
Browse files Browse the repository at this point in the history
  • Loading branch information
vvb authored Nov 19, 2024
1 parent 9802b17 commit cc1be86
Show file tree
Hide file tree
Showing 97 changed files with 12,363 additions and 6,353 deletions.
8 changes: 5 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.2024100405
- C# SDK version: 1.0.11.2024100405
- Intersight.PowerShell version: 1.0.11.2024101709
- C# SDK version: 1.0.11.2024101709
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.2024100405"}
Remove-Module -FullyQualifiedName @{ModuleName = "Intersight.PowerShell"; ModuleVersion = "1.0.11.2024101709"}
```
or

Expand Down Expand Up @@ -904,6 +904,7 @@ CapabilityChassisUpgradeSupportMeta | [**Get-IntersightCapabilityChassisUpgradeS
CapabilityCimcFirmwareDescriptor | [**Get-IntersightCapabilityCimcFirmwareDescriptor**](docs/Get-IntersightCapabilityCimcFirmwareDescriptor.md) | Read a 'CapabilityCimcFirmwareDescriptor' resource.
CapabilityCpuEndpointDescriptor | [**Get-IntersightCapabilityCpuEndpointDescriptor**](docs/Get-IntersightCapabilityCpuEndpointDescriptor.md) | Read a 'CapabilityCpuEndpointDescriptor' resource.
CapabilityDimmsEndpointDescriptor | [**Get-IntersightCapabilityDimmsEndpointDescriptor**](docs/Get-IntersightCapabilityDimmsEndpointDescriptor.md) | Read a 'CapabilityDimmsEndpointDescriptor' resource.
CapabilityDomainPolicyRequirement | [**Get-IntersightCapabilityDomainPolicyRequirement**](docs/Get-IntersightCapabilityDomainPolicyRequirement.md) | Read a 'CapabilityDomainPolicyRequirement' resource.
CapabilityDrivesEndpointDescriptor | [**Get-IntersightCapabilityDrivesEndpointDescriptor**](docs/Get-IntersightCapabilityDrivesEndpointDescriptor.md) | Read a 'CapabilityDrivesEndpointDescriptor' resource.
CapabilityEquipmentPhysicalDef | [**Get-IntersightCapabilityEquipmentPhysicalDef**](docs/Get-IntersightCapabilityEquipmentPhysicalDef.md) | Read a 'CapabilityEquipmentPhysicalDef' resource.
CapabilityEquipmentSlotArray | [**Get-IntersightCapabilityEquipmentSlotArray**](docs/Get-IntersightCapabilityEquipmentSlotArray.md) | Read a 'CapabilityEquipmentSlotArray' resource.
Expand Down Expand Up @@ -2298,6 +2299,7 @@ OsConfigurationFile | [**Get-IntersightOsConfigurationFile**](docs/Get-Intersigh
OsDistribution | [**Get-IntersightOsDistribution**](docs/Get-IntersightOsDistribution.md) | Read a 'OsDistribution' resource.
OsInstall | [**Get-IntersightOsInstall**](docs/Get-IntersightOsInstall.md) | Read a 'OsInstall' resource.
OsSupportedVersion | [**Get-IntersightOsSupportedVersion**](docs/Get-IntersightOsSupportedVersion.md) | Read a 'OsSupportedVersion' resource.
OsValidRemoteTarget | [**Get-IntersightOsValidRemoteTarget**](docs/Get-IntersightOsValidRemoteTarget.md) | Read a 'OsValidRemoteTarget' resource.
OsBulkInstallInfo | [**New-IntersightOsBulkInstallInfo**](docs/New-IntersightOsBulkInstallInfo.md) | Create a 'OsBulkInstallInfo' resource.
OsConfigurationFile | [**New-IntersightOsConfigurationFile**](docs/New-IntersightOsConfigurationFile.md) | Create a 'OsConfigurationFile' resource.
OsInstall | [**New-IntersightOsInstall**](docs/New-IntersightOsInstall.md) | Create a 'OsInstall' 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.2024100405"
ModuleVersion = "1.0.11.2024101709"
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.2024100405
ReleaseNotes = "Intersight.PowerShell - Version 1.0.11.2024101709
Changelog:-
https://github.com/CiscoDevNet/intersight-powershell/blob/master/CHANGELOG.md
Expand Down
286 changes: 286 additions & 0 deletions docs/Get-IntersightCapabilityDomainPolicyRequirement.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,286 @@
---
external help file: Intersight.PowerShell.dll-Help.xml
Module Name: Intersight.PowerShell
online version:
schema: 2.0.0
---

# Get-IntersightCapabilityDomainPolicyRequirement

## SYNOPSIS
Get the CapabilityDomainPolicyRequirement

## SYNTAX

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

### QueryParam
```
Get-IntersightCapabilityDomainPolicyRequirement [-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;CapabilityDomainPolicyRequirement&apos; resource.,

Note :- The output returns by the ParameterSet "QueryParam" cannot be piped to the New or Set cmdlet.
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-IntersightCapabilityDomainPolicyRequirement
```
Above example returns the list of CapabilityDomainPolicyRequirement.

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

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

### Example 4
```powershell
PS C:\> $result = Get-IntersightCapabilityDomainPolicyRequirement -InlineCount allpages
```
Above example returns the list of CapabilityDomainPolicyRequirement 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 CapabilityDomainPolicyRequirement.
```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 CapabilityDomainPolicyRequirement 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
Loading

0 comments on commit cc1be86

Please sign in to comment.