Skip to content

Refreshes the SDK for Intersight version 1.0.11-20241126194850025 #179

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
Dec 13, 2024
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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 2 additions & 0 deletions GettingStarted.md
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,8 @@ PS C:\> $ntpPolicyList.Count
---
It returns the ntp policy named "PSNtp"

**_NOTE_** A maximum of 10,000 objects can be retrieved by Get cmdlets in a single invocation

```powershell
PS C:\> $getNtp = Get-IntersightNtpPolicy -Name PSNtp
PS C:\> $getNtp
Expand Down
45 changes: 42 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.2024101709
- C# SDK version: 1.0.11.2024101709
- Intersight.PowerShell version: 1.0.11.2024112619
- C# SDK version: 1.0.11.2024112619
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.2024101709"}
Remove-Module -FullyQualifiedName @{ModuleName = "Intersight.PowerShell"; ModuleVersion = "1.0.11.2024112619"}
```
or

Expand Down Expand Up @@ -345,6 +345,8 @@ The cmdlets follow Get-Intersight<MO> naming pattern.
When the Get cmdlet is used without any parameter, it returns list of objects.
The return type is a collection, even when there is a single object.

**NOTE** A maximum of 10,000 objects can be retrieved by Get cmdlets in a single invocation.


```powershell
PS C:\> $list = Get-IntersightNtpPolicy
Expand Down Expand Up @@ -1495,10 +1497,34 @@ ForecastCatalog | [**Get-IntersightForecastCatalog**](docs/Get-IntersightForecas
ForecastDefinition | [**Get-IntersightForecastDefinition**](docs/Get-IntersightForecastDefinition.md) | Read a 'ForecastDefinition' resource.
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.
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.
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.
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.
GraphicsController | [**Get-IntersightGraphicsController**](docs/Get-IntersightGraphicsController.md) | Read a 'GraphicsController' resource.
GraphicsCard | [**Set-IntersightGraphicsCard**](docs/Set-IntersightGraphicsCard.md) | Update a 'GraphicsCard' resource.
GraphicsController | [**Set-IntersightGraphicsController**](docs/Set-IntersightGraphicsController.md) | Update a 'GraphicsController' resource.
HciAlarm | [**Get-IntersightHciAlarm**](docs/Get-IntersightHciAlarm.md) | Read a 'HciAlarm' resource.
HciCluster | [**Get-IntersightHciCluster**](docs/Get-IntersightHciCluster.md) | Read a 'HciCluster' resource.
HciCompliance | [**Get-IntersightHciCompliance**](docs/Get-IntersightHciCompliance.md) | Read a 'HciCompliance' resource.
HciDisk | [**Get-IntersightHciDisk**](docs/Get-IntersightHciDisk.md) | Read a 'HciDisk' resource.
HciDomainManager | [**Get-IntersightHciDomainManager**](docs/Get-IntersightHciDomainManager.md) | Read a 'HciDomainManager' resource.
HciEntitlement | [**Get-IntersightHciEntitlement**](docs/Get-IntersightHciEntitlement.md) | Read a 'HciEntitlement' resource.
HciGpu | [**Get-IntersightHciGpu**](docs/Get-IntersightHciGpu.md) | Read a 'HciGpu' resource.
HciLicense | [**Get-IntersightHciLicense**](docs/Get-IntersightHciLicense.md) | Read a 'HciLicense' resource.
HciNode | [**Get-IntersightHciNode**](docs/Get-IntersightHciNode.md) | Read a 'HciNode' resource.
HciViolation | [**Get-IntersightHciViolation**](docs/Get-IntersightHciViolation.md) | Read a 'HciViolation' resource.
HciCluster | [**Set-IntersightHciCluster**](docs/Set-IntersightHciCluster.md) | Update a 'HciCluster' resource.
HciNode | [**Set-IntersightHciNode**](docs/Set-IntersightHciNode.md) | Update a 'HciNode' resource.
HclDriverImage | [**Get-IntersightHclDriverImage**](docs/Get-IntersightHclDriverImage.md) | Read a 'HclDriverImage' resource.
HclExemptedCatalog | [**Get-IntersightHclExemptedCatalog**](docs/Get-IntersightHclExemptedCatalog.md) | Read a 'HclExemptedCatalog' resource.
HclHwCatalogInfo | [**Get-IntersightHclHwCatalogInfo**](docs/Get-IntersightHclHwCatalogInfo.md) | Read a 'HclHwCatalogInfo' resource.
Expand Down Expand Up @@ -2421,13 +2447,17 @@ ResourcepoolLeaseResource | [**Get-IntersightResourcepoolLeaseResource**](docs/G
ResourcepoolMembershipReservation | [**Get-IntersightResourcepoolMembershipReservation**](docs/Get-IntersightResourcepoolMembershipReservation.md) | Read a 'ResourcepoolMembershipReservation' resource.
ResourcepoolPool | [**Get-IntersightResourcepoolPool**](docs/Get-IntersightResourcepoolPool.md) | Read a 'ResourcepoolPool' resource.
ResourcepoolPoolMember | [**Get-IntersightResourcepoolPoolMember**](docs/Get-IntersightResourcepoolPoolMember.md) | Read a 'ResourcepoolPoolMember' resource.
ResourcepoolQualificationPolicy | [**Get-IntersightResourcepoolQualificationPolicy**](docs/Get-IntersightResourcepoolQualificationPolicy.md) | Read a 'ResourcepoolQualificationPolicy' resource.
ResourcepoolUniverse | [**Get-IntersightResourcepoolUniverse**](docs/Get-IntersightResourcepoolUniverse.md) | Read a 'ResourcepoolUniverse' resource.
ResourcepoolPool | [**New-IntersightResourcepoolPool**](docs/New-IntersightResourcepoolPool.md) | Create a 'ResourcepoolPool' resource.
ResourcepoolQualificationPolicy | [**New-IntersightResourcepoolQualificationPolicy**](docs/New-IntersightResourcepoolQualificationPolicy.md) | Create a 'ResourcepoolQualificationPolicy' resource.
ResourcepoolLease | [**Remove-IntersightResourcepoolLease**](docs/Remove-IntersightResourcepoolLease.md) | Delete a 'ResourcepoolLease' resource.
ResourcepoolMembershipReservation | [**Remove-IntersightResourcepoolMembershipReservation**](docs/Remove-IntersightResourcepoolMembershipReservation.md) | Delete a 'ResourcepoolMembershipReservation' resource.
ResourcepoolPool | [**Remove-IntersightResourcepoolPool**](docs/Remove-IntersightResourcepoolPool.md) | Delete a 'ResourcepoolPool' resource.
ResourcepoolQualificationPolicy | [**Remove-IntersightResourcepoolQualificationPolicy**](docs/Remove-IntersightResourcepoolQualificationPolicy.md) | Delete a 'ResourcepoolQualificationPolicy' resource.
ResourcepoolMembershipReservation | [**Set-IntersightResourcepoolMembershipReservation**](docs/Set-IntersightResourcepoolMembershipReservation.md) | Update a 'ResourcepoolMembershipReservation' resource.
ResourcepoolPool | [**Set-IntersightResourcepoolPool**](docs/Set-IntersightResourcepoolPool.md) | Update a 'ResourcepoolPool' resource.
ResourcepoolQualificationPolicy | [**Set-IntersightResourcepoolQualificationPolicy**](docs/Set-IntersightResourcepoolQualificationPolicy.md) | Update a 'ResourcepoolQualificationPolicy' resource.
RproxyReverseProxy | [**New-IntersightRproxyReverseProxy**](docs/New-IntersightRproxyReverseProxy.md) | Create a 'RproxyReverseProxy' resource.
SchedulerTaskResult | [**Get-IntersightSchedulerTaskResult**](docs/Get-IntersightSchedulerTaskResult.md) | Read a 'SchedulerTaskResult' resource.
SchedulerTaskSchedule | [**Get-IntersightSchedulerTaskSchedule**](docs/Get-IntersightSchedulerTaskSchedule.md) | Read a 'SchedulerTaskSchedule' resource.
Expand Down Expand Up @@ -2745,6 +2775,7 @@ TamSecurityAdvisory | [**Set-IntersightTamSecurityAdvisory**](docs/Set-Intersigh
TaskWorkflowAction | [**Get-IntersightTaskWorkflowAction**](docs/Get-IntersightTaskWorkflowAction.md) | Read a 'TaskWorkflowAction' resource.
TaskCatalystSdwanScopedInventory | [**New-IntersightTaskCatalystSdwanScopedInventory**](docs/New-IntersightTaskCatalystSdwanScopedInventory.md) | Create a 'TaskCatalystSdwanScopedInventory' resource.
TaskFabricMosScopedInventory | [**New-IntersightTaskFabricMosScopedInventory**](docs/New-IntersightTaskFabricMosScopedInventory.md) | Create a 'TaskFabricMosScopedInventory' resource.
TaskHciScopedInventory | [**New-IntersightTaskHciScopedInventory**](docs/New-IntersightTaskHciScopedInventory.md) | Create a 'TaskHciScopedInventory' resource.
TaskHitachiScopedInventory | [**New-IntersightTaskHitachiScopedInventory**](docs/New-IntersightTaskHitachiScopedInventory.md) | Create a 'TaskHitachiScopedInventory' resource.
TaskHyperFlexManagementScopedInventory | [**New-IntersightTaskHyperFlexManagementScopedInventory**](docs/New-IntersightTaskHyperFlexManagementScopedInventory.md) | Create a 'TaskHyperFlexManagementScopedInventory' resource.
TaskHyperflexScopedInventory | [**New-IntersightTaskHyperflexScopedInventory**](docs/New-IntersightTaskHyperflexScopedInventory.md) | Create a 'TaskHyperflexScopedInventory' resource.
Expand Down Expand Up @@ -2931,6 +2962,14 @@ VrfVrf | [**Get-IntersightVrfVrf**](docs/Get-IntersightVrfVrf.md) | Read a 'VrfV
VrfVrf | [**New-IntersightVrfVrf**](docs/New-IntersightVrfVrf.md) | Create a 'VrfVrf' resource.
VrfVrf | [**Remove-IntersightVrfVrf**](docs/Remove-IntersightVrfVrf.md) | Delete a 'VrfVrf' resource.
VrfVrf | [**Set-IntersightVrfVrf**](docs/Set-IntersightVrfVrf.md) | Update a 'VrfVrf' resource.
WebhookEndpoint | [**Get-IntersightWebhookEndpoint**](docs/Get-IntersightWebhookEndpoint.md) | Read a 'WebhookEndpoint' resource.
WebhookSchema | [**Get-IntersightWebhookSchema**](docs/Get-IntersightWebhookSchema.md) | Read a 'WebhookSchema' resource.
WebhookEndpoint | [**New-IntersightWebhookEndpoint**](docs/New-IntersightWebhookEndpoint.md) | Create a 'WebhookEndpoint' resource.
WebhookSchema | [**New-IntersightWebhookSchema**](docs/New-IntersightWebhookSchema.md) | Create a 'WebhookSchema' resource.
WebhookEndpoint | [**Remove-IntersightWebhookEndpoint**](docs/Remove-IntersightWebhookEndpoint.md) | Delete a 'WebhookEndpoint' resource.
WebhookSchema | [**Remove-IntersightWebhookSchema**](docs/Remove-IntersightWebhookSchema.md) | Delete a 'WebhookSchema' resource.
WebhookEndpoint | [**Set-IntersightWebhookEndpoint**](docs/Set-IntersightWebhookEndpoint.md) | Update a 'WebhookEndpoint' resource.
WebhookSchema | [**Set-IntersightWebhookSchema**](docs/Set-IntersightWebhookSchema.md) | Update a 'WebhookSchema' resource.
WorkflowAnsibleBatchExecutor | [**Get-IntersightWorkflowAnsibleBatchExecutor**](docs/Get-IntersightWorkflowAnsibleBatchExecutor.md) | Read a 'WorkflowAnsibleBatchExecutor' resource.
WorkflowBatchApiExecutor | [**Get-IntersightWorkflowBatchApiExecutor**](docs/Get-IntersightWorkflowBatchApiExecutor.md) | Read a 'WorkflowBatchApiExecutor' resource.
WorkflowCatalog | [**Get-IntersightWorkflowCatalog**](docs/Get-IntersightWorkflowCatalog.md) | Read a 'WorkflowCatalog' 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.2024101709"
ModuleVersion = "1.0.11.2024112619"
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.2024101709
ReleaseNotes = "Intersight.PowerShell - Version 1.0.11.2024112619

Changelog:-
https://github.com/CiscoDevNet/intersight-powershell/blob/master/CHANGELOG.md
Expand Down
5 changes: 3 additions & 2 deletions docs/Get-IntersightAaaAuditRecord.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,11 @@ Get-IntersightAaaAuditRecord [-Count <Boolean>] [-InlineCount <String>] [-Select
[-Tag <String>] [<CommonParameters>]
```
## DESCRIPTION
Read a &apos;AaaAuditRecord&apos; resource.,
Read a &apos;AaaAuditRecord&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.
Note :- The output returns by the ParameterSet "QueryParam" cannot be piped to the New or Set cmdlet.


## EXAMPLES

Expand Down
5 changes: 3 additions & 2 deletions docs/Get-IntersightAaaRetentionConfig.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,11 @@ Get-IntersightAaaRetentionConfig [-Count <Boolean>] [-InlineCount <String>] [-Se
[-Tag <String>] [<CommonParameters>]
```
## DESCRIPTION
Read a &apos;AaaRetentionConfig&apos; resource.,
Read a &apos;AaaRetentionConfig&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.
Note :- The output returns by the ParameterSet "QueryParam" cannot be piped to the New or Set cmdlet.


## EXAMPLES

Expand Down
5 changes: 3 additions & 2 deletions docs/Get-IntersightAaaRetentionPolicy.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,11 @@ Get-IntersightAaaRetentionPolicy [-Count <Boolean>] [-InlineCount <String>] [-Se
[-Tag <String>] [<CommonParameters>]
```
## DESCRIPTION
Read a &apos;AaaRetentionPolicy&apos; resource.,
Read a &apos;AaaRetentionPolicy&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.
Note :- The output returns by the ParameterSet "QueryParam" cannot be piped to the New or Set cmdlet.


## EXAMPLES

Expand Down
5 changes: 3 additions & 2 deletions docs/Get-IntersightAccessIpAddress.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,11 @@ Get-IntersightAccessIpAddress [-Count <Boolean>] [-InlineCount <String>] [-Selec
[-Tag <String>] [<CommonParameters>]
```
## DESCRIPTION
Read a &apos;AccessIpAddress&apos; resource.,
Read a &apos;AccessIpAddress&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.
Note :- The output returns by the ParameterSet "QueryParam" cannot be piped to the New or Set cmdlet.


## EXAMPLES

Expand Down
5 changes: 3 additions & 2 deletions docs/Get-IntersightAccessPolicy.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,11 @@ Get-IntersightAccessPolicy [-Count <Boolean>] [-InlineCount <String>] [-Select <
[-Tag <String>] [<CommonParameters>]
```
## DESCRIPTION
Read a &apos;AccessPolicy&apos; resource.,
Read a &apos;AccessPolicy&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.
Note :- The output returns by the ParameterSet "QueryParam" cannot be piped to the New or Set cmdlet.


## EXAMPLES

Expand Down
5 changes: 3 additions & 2 deletions docs/Get-IntersightAccessPolicyInventory.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,11 @@ Get-IntersightAccessPolicyInventory [-Count <Boolean>] [-InlineCount <String>] [
[-Tag <String>] [<CommonParameters>]
```
## DESCRIPTION
Read a &apos;AccessPolicyInventory&apos; resource.,
Read a &apos;AccessPolicyInventory&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.
Note :- The output returns by the ParameterSet "QueryParam" cannot be piped to the New or Set cmdlet.


## EXAMPLES

Expand Down
5 changes: 3 additions & 2 deletions docs/Get-IntersightAdapterConfigPolicy.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,11 @@ Get-IntersightAdapterConfigPolicy [-Count <Boolean>] [-InlineCount <String>] [-S
[-Tag <String>] [<CommonParameters>]
```
## DESCRIPTION
Read a &apos;AdapterConfigPolicy&apos; resource.,
Read a &apos;AdapterConfigPolicy&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.
Note :- The output returns by the ParameterSet "QueryParam" cannot be piped to the New or Set cmdlet.


## EXAMPLES

Expand Down
5 changes: 3 additions & 2 deletions docs/Get-IntersightAdapterExtEthInterface.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,11 @@ Get-IntersightAdapterExtEthInterface [-Count <Boolean>] [-InlineCount <String>]
[-Tag <String>] [<CommonParameters>]
```
## DESCRIPTION
Read a &apos;AdapterExtEthInterface&apos; resource.,
Read a &apos;AdapterExtEthInterface&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.
Note :- The output returns by the ParameterSet "QueryParam" cannot be piped to the New or Set cmdlet.


## EXAMPLES

Expand Down
5 changes: 3 additions & 2 deletions docs/Get-IntersightAdapterHostEthInterface.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,11 @@ Get-IntersightAdapterHostEthInterface [-Count <Boolean>] [-InlineCount <String>]
[-Tag <String>] [<CommonParameters>]
```
## DESCRIPTION
Read a &apos;AdapterHostEthInterface&apos; resource.,
Read a &apos;AdapterHostEthInterface&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.
Note :- The output returns by the ParameterSet "QueryParam" cannot be piped to the New or Set cmdlet.


## EXAMPLES

Expand Down
5 changes: 3 additions & 2 deletions docs/Get-IntersightAdapterHostFcInterface.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,11 @@ Get-IntersightAdapterHostFcInterface [-Count <Boolean>] [-InlineCount <String>]
[-Tag <String>] [<CommonParameters>]
```
## DESCRIPTION
Read a &apos;AdapterHostFcInterface&apos; resource.,
Read a &apos;AdapterHostFcInterface&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.
Note :- The output returns by the ParameterSet "QueryParam" cannot be piped to the New or Set cmdlet.


## EXAMPLES

Expand Down
5 changes: 3 additions & 2 deletions docs/Get-IntersightAdapterHostIscsiInterface.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,11 @@ Get-IntersightAdapterHostIscsiInterface [-Count <Boolean>] [-InlineCount <String
[-Tag <String>] [<CommonParameters>]
```
## DESCRIPTION
Read a &apos;AdapterHostIscsiInterface&apos; resource.,
Read a &apos;AdapterHostIscsiInterface&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.
Note :- The output returns by the ParameterSet "QueryParam" cannot be piped to the New or Set cmdlet.


## EXAMPLES

Expand Down
5 changes: 3 additions & 2 deletions docs/Get-IntersightAdapterUnit.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,11 @@ Get-IntersightAdapterUnit [-Count <Boolean>] [-InlineCount <String>] [-Select <S
[-Tag <String>] [<CommonParameters>]
```
## DESCRIPTION
Read a &apos;AdapterUnit&apos; resource.,
Read a &apos;AdapterUnit&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.
Note :- The output returns by the ParameterSet "QueryParam" cannot be piped to the New or Set cmdlet.


## EXAMPLES

Expand Down
Loading