Skip to content

Commit b1baf8a

Browse files
authored
refreshing sdk for intersight version 1.0.11-20241126194850025 (#179)
1 parent cc1be86 commit b1baf8a

File tree

1,264 files changed

+253505
-186273
lines changed

Some content is hidden

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

1,264 files changed

+253505
-186273
lines changed

GettingStarted.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -307,6 +307,8 @@ PS C:\> $ntpPolicyList.Count
307307
---
308308
It returns the ntp policy named "PSNtp"
309309

310+
**_NOTE_** A maximum of 10,000 objects can be retrieved by Get cmdlets in a single invocation
311+
310312
```powershell
311313
PS C:\> $getNtp = Get-IntersightNtpPolicy -Name PSNtp
312314
PS C:\> $getNtp

README.md

Lines changed: 42 additions & 3 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.2024101709
13-
- C# SDK version: 1.0.11.2024101709
12+
- Intersight.PowerShell version: 1.0.11.2024112619
13+
- C# SDK version: 1.0.11.2024112619
1414
For more information, please visit [https://intersight.com/help](https://intersight.com/help)
1515

1616

@@ -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.2024101709"}
118+
Remove-Module -FullyQualifiedName @{ModuleName = "Intersight.PowerShell"; ModuleVersion = "1.0.11.2024112619"}
119119
```
120120
or
121121

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

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

349351
```powershell
350352
PS C:\> $list = Get-IntersightNtpPolicy
@@ -1495,10 +1497,34 @@ ForecastCatalog | [**Get-IntersightForecastCatalog**](docs/Get-IntersightForecas
14951497
ForecastDefinition | [**Get-IntersightForecastDefinition**](docs/Get-IntersightForecastDefinition.md) | Read a 'ForecastDefinition' resource.
14961498
ForecastInstance | [**Get-IntersightForecastInstance**](docs/Get-IntersightForecastInstance.md) | Read a 'ForecastInstance' resource.
14971499
ForecastInstance | [**Set-IntersightForecastInstance**](docs/Set-IntersightForecastInstance.md) | Update a 'ForecastInstance' resource.
1500+
FunctionsFunction | [**Get-IntersightFunctionsFunction**](docs/Get-IntersightFunctionsFunction.md) | Read a 'FunctionsFunction' resource.
1501+
FunctionsRuntime | [**Get-IntersightFunctionsRuntime**](docs/Get-IntersightFunctionsRuntime.md) | Read a 'FunctionsRuntime' resource.
1502+
FunctionsUpload | [**Get-IntersightFunctionsUpload**](docs/Get-IntersightFunctionsUpload.md) | Read a 'FunctionsUpload' resource.
1503+
FunctionsFunction | [**New-IntersightFunctionsFunction**](docs/New-IntersightFunctionsFunction.md) | Create a 'FunctionsFunction' resource.
1504+
FunctionsRuntime | [**New-IntersightFunctionsRuntime**](docs/New-IntersightFunctionsRuntime.md) | Create a 'FunctionsRuntime' resource.
1505+
FunctionsUpload | [**New-IntersightFunctionsUpload**](docs/New-IntersightFunctionsUpload.md) | Create a 'FunctionsUpload' resource.
1506+
FunctionsFunction | [**Remove-IntersightFunctionsFunction**](docs/Remove-IntersightFunctionsFunction.md) | Delete a 'FunctionsFunction' resource.
1507+
FunctionsRuntime | [**Remove-IntersightFunctionsRuntime**](docs/Remove-IntersightFunctionsRuntime.md) | Delete a 'FunctionsRuntime' resource.
1508+
FunctionsUpload | [**Remove-IntersightFunctionsUpload**](docs/Remove-IntersightFunctionsUpload.md) | Delete a 'FunctionsUpload' resource.
1509+
FunctionsFunction | [**Set-IntersightFunctionsFunction**](docs/Set-IntersightFunctionsFunction.md) | Update a 'FunctionsFunction' resource.
1510+
FunctionsRuntime | [**Set-IntersightFunctionsRuntime**](docs/Set-IntersightFunctionsRuntime.md) | Update a 'FunctionsRuntime' resource.
1511+
FunctionsUpload | [**Set-IntersightFunctionsUpload**](docs/Set-IntersightFunctionsUpload.md) | Update a 'FunctionsUpload' resource.
14981512
GraphicsCard | [**Get-IntersightGraphicsCard**](docs/Get-IntersightGraphicsCard.md) | Read a 'GraphicsCard' resource.
14991513
GraphicsController | [**Get-IntersightGraphicsController**](docs/Get-IntersightGraphicsController.md) | Read a 'GraphicsController' resource.
15001514
GraphicsCard | [**Set-IntersightGraphicsCard**](docs/Set-IntersightGraphicsCard.md) | Update a 'GraphicsCard' resource.
15011515
GraphicsController | [**Set-IntersightGraphicsController**](docs/Set-IntersightGraphicsController.md) | Update a 'GraphicsController' resource.
1516+
HciAlarm | [**Get-IntersightHciAlarm**](docs/Get-IntersightHciAlarm.md) | Read a 'HciAlarm' resource.
1517+
HciCluster | [**Get-IntersightHciCluster**](docs/Get-IntersightHciCluster.md) | Read a 'HciCluster' resource.
1518+
HciCompliance | [**Get-IntersightHciCompliance**](docs/Get-IntersightHciCompliance.md) | Read a 'HciCompliance' resource.
1519+
HciDisk | [**Get-IntersightHciDisk**](docs/Get-IntersightHciDisk.md) | Read a 'HciDisk' resource.
1520+
HciDomainManager | [**Get-IntersightHciDomainManager**](docs/Get-IntersightHciDomainManager.md) | Read a 'HciDomainManager' resource.
1521+
HciEntitlement | [**Get-IntersightHciEntitlement**](docs/Get-IntersightHciEntitlement.md) | Read a 'HciEntitlement' resource.
1522+
HciGpu | [**Get-IntersightHciGpu**](docs/Get-IntersightHciGpu.md) | Read a 'HciGpu' resource.
1523+
HciLicense | [**Get-IntersightHciLicense**](docs/Get-IntersightHciLicense.md) | Read a 'HciLicense' resource.
1524+
HciNode | [**Get-IntersightHciNode**](docs/Get-IntersightHciNode.md) | Read a 'HciNode' resource.
1525+
HciViolation | [**Get-IntersightHciViolation**](docs/Get-IntersightHciViolation.md) | Read a 'HciViolation' resource.
1526+
HciCluster | [**Set-IntersightHciCluster**](docs/Set-IntersightHciCluster.md) | Update a 'HciCluster' resource.
1527+
HciNode | [**Set-IntersightHciNode**](docs/Set-IntersightHciNode.md) | Update a 'HciNode' resource.
15021528
HclDriverImage | [**Get-IntersightHclDriverImage**](docs/Get-IntersightHclDriverImage.md) | Read a 'HclDriverImage' resource.
15031529
HclExemptedCatalog | [**Get-IntersightHclExemptedCatalog**](docs/Get-IntersightHclExemptedCatalog.md) | Read a 'HclExemptedCatalog' resource.
15041530
HclHwCatalogInfo | [**Get-IntersightHclHwCatalogInfo**](docs/Get-IntersightHclHwCatalogInfo.md) | Read a 'HclHwCatalogInfo' resource.
@@ -2421,13 +2447,17 @@ ResourcepoolLeaseResource | [**Get-IntersightResourcepoolLeaseResource**](docs/G
24212447
ResourcepoolMembershipReservation | [**Get-IntersightResourcepoolMembershipReservation**](docs/Get-IntersightResourcepoolMembershipReservation.md) | Read a 'ResourcepoolMembershipReservation' resource.
24222448
ResourcepoolPool | [**Get-IntersightResourcepoolPool**](docs/Get-IntersightResourcepoolPool.md) | Read a 'ResourcepoolPool' resource.
24232449
ResourcepoolPoolMember | [**Get-IntersightResourcepoolPoolMember**](docs/Get-IntersightResourcepoolPoolMember.md) | Read a 'ResourcepoolPoolMember' resource.
2450+
ResourcepoolQualificationPolicy | [**Get-IntersightResourcepoolQualificationPolicy**](docs/Get-IntersightResourcepoolQualificationPolicy.md) | Read a 'ResourcepoolQualificationPolicy' resource.
24242451
ResourcepoolUniverse | [**Get-IntersightResourcepoolUniverse**](docs/Get-IntersightResourcepoolUniverse.md) | Read a 'ResourcepoolUniverse' resource.
24252452
ResourcepoolPool | [**New-IntersightResourcepoolPool**](docs/New-IntersightResourcepoolPool.md) | Create a 'ResourcepoolPool' resource.
2453+
ResourcepoolQualificationPolicy | [**New-IntersightResourcepoolQualificationPolicy**](docs/New-IntersightResourcepoolQualificationPolicy.md) | Create a 'ResourcepoolQualificationPolicy' resource.
24262454
ResourcepoolLease | [**Remove-IntersightResourcepoolLease**](docs/Remove-IntersightResourcepoolLease.md) | Delete a 'ResourcepoolLease' resource.
24272455
ResourcepoolMembershipReservation | [**Remove-IntersightResourcepoolMembershipReservation**](docs/Remove-IntersightResourcepoolMembershipReservation.md) | Delete a 'ResourcepoolMembershipReservation' resource.
24282456
ResourcepoolPool | [**Remove-IntersightResourcepoolPool**](docs/Remove-IntersightResourcepoolPool.md) | Delete a 'ResourcepoolPool' resource.
2457+
ResourcepoolQualificationPolicy | [**Remove-IntersightResourcepoolQualificationPolicy**](docs/Remove-IntersightResourcepoolQualificationPolicy.md) | Delete a 'ResourcepoolQualificationPolicy' resource.
24292458
ResourcepoolMembershipReservation | [**Set-IntersightResourcepoolMembershipReservation**](docs/Set-IntersightResourcepoolMembershipReservation.md) | Update a 'ResourcepoolMembershipReservation' resource.
24302459
ResourcepoolPool | [**Set-IntersightResourcepoolPool**](docs/Set-IntersightResourcepoolPool.md) | Update a 'ResourcepoolPool' resource.
2460+
ResourcepoolQualificationPolicy | [**Set-IntersightResourcepoolQualificationPolicy**](docs/Set-IntersightResourcepoolQualificationPolicy.md) | Update a 'ResourcepoolQualificationPolicy' resource.
24312461
RproxyReverseProxy | [**New-IntersightRproxyReverseProxy**](docs/New-IntersightRproxyReverseProxy.md) | Create a 'RproxyReverseProxy' resource.
24322462
SchedulerTaskResult | [**Get-IntersightSchedulerTaskResult**](docs/Get-IntersightSchedulerTaskResult.md) | Read a 'SchedulerTaskResult' resource.
24332463
SchedulerTaskSchedule | [**Get-IntersightSchedulerTaskSchedule**](docs/Get-IntersightSchedulerTaskSchedule.md) | Read a 'SchedulerTaskSchedule' resource.
@@ -2745,6 +2775,7 @@ TamSecurityAdvisory | [**Set-IntersightTamSecurityAdvisory**](docs/Set-Intersigh
27452775
TaskWorkflowAction | [**Get-IntersightTaskWorkflowAction**](docs/Get-IntersightTaskWorkflowAction.md) | Read a 'TaskWorkflowAction' resource.
27462776
TaskCatalystSdwanScopedInventory | [**New-IntersightTaskCatalystSdwanScopedInventory**](docs/New-IntersightTaskCatalystSdwanScopedInventory.md) | Create a 'TaskCatalystSdwanScopedInventory' resource.
27472777
TaskFabricMosScopedInventory | [**New-IntersightTaskFabricMosScopedInventory**](docs/New-IntersightTaskFabricMosScopedInventory.md) | Create a 'TaskFabricMosScopedInventory' resource.
2778+
TaskHciScopedInventory | [**New-IntersightTaskHciScopedInventory**](docs/New-IntersightTaskHciScopedInventory.md) | Create a 'TaskHciScopedInventory' resource.
27482779
TaskHitachiScopedInventory | [**New-IntersightTaskHitachiScopedInventory**](docs/New-IntersightTaskHitachiScopedInventory.md) | Create a 'TaskHitachiScopedInventory' resource.
27492780
TaskHyperFlexManagementScopedInventory | [**New-IntersightTaskHyperFlexManagementScopedInventory**](docs/New-IntersightTaskHyperFlexManagementScopedInventory.md) | Create a 'TaskHyperFlexManagementScopedInventory' resource.
27502781
TaskHyperflexScopedInventory | [**New-IntersightTaskHyperflexScopedInventory**](docs/New-IntersightTaskHyperflexScopedInventory.md) | Create a 'TaskHyperflexScopedInventory' resource.
@@ -2931,6 +2962,14 @@ VrfVrf | [**Get-IntersightVrfVrf**](docs/Get-IntersightVrfVrf.md) | Read a 'VrfV
29312962
VrfVrf | [**New-IntersightVrfVrf**](docs/New-IntersightVrfVrf.md) | Create a 'VrfVrf' resource.
29322963
VrfVrf | [**Remove-IntersightVrfVrf**](docs/Remove-IntersightVrfVrf.md) | Delete a 'VrfVrf' resource.
29332964
VrfVrf | [**Set-IntersightVrfVrf**](docs/Set-IntersightVrfVrf.md) | Update a 'VrfVrf' resource.
2965+
WebhookEndpoint | [**Get-IntersightWebhookEndpoint**](docs/Get-IntersightWebhookEndpoint.md) | Read a 'WebhookEndpoint' resource.
2966+
WebhookSchema | [**Get-IntersightWebhookSchema**](docs/Get-IntersightWebhookSchema.md) | Read a 'WebhookSchema' resource.
2967+
WebhookEndpoint | [**New-IntersightWebhookEndpoint**](docs/New-IntersightWebhookEndpoint.md) | Create a 'WebhookEndpoint' resource.
2968+
WebhookSchema | [**New-IntersightWebhookSchema**](docs/New-IntersightWebhookSchema.md) | Create a 'WebhookSchema' resource.
2969+
WebhookEndpoint | [**Remove-IntersightWebhookEndpoint**](docs/Remove-IntersightWebhookEndpoint.md) | Delete a 'WebhookEndpoint' resource.
2970+
WebhookSchema | [**Remove-IntersightWebhookSchema**](docs/Remove-IntersightWebhookSchema.md) | Delete a 'WebhookSchema' resource.
2971+
WebhookEndpoint | [**Set-IntersightWebhookEndpoint**](docs/Set-IntersightWebhookEndpoint.md) | Update a 'WebhookEndpoint' resource.
2972+
WebhookSchema | [**Set-IntersightWebhookSchema**](docs/Set-IntersightWebhookSchema.md) | Update a 'WebhookSchema' resource.
29342973
WorkflowAnsibleBatchExecutor | [**Get-IntersightWorkflowAnsibleBatchExecutor**](docs/Get-IntersightWorkflowAnsibleBatchExecutor.md) | Read a 'WorkflowAnsibleBatchExecutor' resource.
29352974
WorkflowBatchApiExecutor | [**Get-IntersightWorkflowBatchApiExecutor**](docs/Get-IntersightWorkflowBatchApiExecutor.md) | Read a 'WorkflowBatchApiExecutor' resource.
29362975
WorkflowCatalog | [**Get-IntersightWorkflowCatalog**](docs/Get-IntersightWorkflowCatalog.md) | Read a 'WorkflowCatalog' resource.

build.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ $manifestParam = @{
4949
Guid = "41ce1a70-9c4b-489f-a153-12fe49b7fe62"
5050
Author = "Cisco Systems"
5151
CompanyName = "Cisco Systems"
52-
ModuleVersion = "1.0.11.2024101709"
52+
ModuleVersion = "1.0.11.2024112619"
5353
Copyright = "(c) 2023 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"
@@ -58,7 +58,7 @@ $manifestParam = @{
5858
PowerShellVersion = "7.3.3"
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.2024101709
61+
ReleaseNotes = "Intersight.PowerShell - Version 1.0.11.2024112619
6262
6363
Changelog:-
6464
https://github.com/CiscoDevNet/intersight-powershell/blob/master/CHANGELOG.md

docs/Get-IntersightAaaAuditRecord.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,11 @@ Get-IntersightAaaAuditRecord [-Count <Boolean>] [-InlineCount <String>] [-Select
2525
[-Tag <String>] [<CommonParameters>]
2626
```
2727
## DESCRIPTION
28-
Read a &apos;AaaAuditRecord&apos; resource.,
28+
Read a &apos;AaaAuditRecord&apos; resource.
29+
A maximum of 10,000 objects can be retrieved in a single invocation.
2930

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

3334
## EXAMPLES
3435

docs/Get-IntersightAaaRetentionConfig.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,11 @@ Get-IntersightAaaRetentionConfig [-Count <Boolean>] [-InlineCount <String>] [-Se
2525
[-Tag <String>] [<CommonParameters>]
2626
```
2727
## DESCRIPTION
28-
Read a &apos;AaaRetentionConfig&apos; resource.,
28+
Read a &apos;AaaRetentionConfig&apos; resource.
29+
A maximum of 10,000 objects can be retrieved in a single invocation.
2930

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

3334
## EXAMPLES
3435

docs/Get-IntersightAaaRetentionPolicy.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,11 @@ Get-IntersightAaaRetentionPolicy [-Count <Boolean>] [-InlineCount <String>] [-Se
2525
[-Tag <String>] [<CommonParameters>]
2626
```
2727
## DESCRIPTION
28-
Read a &apos;AaaRetentionPolicy&apos; resource.,
28+
Read a &apos;AaaRetentionPolicy&apos; resource.
29+
A maximum of 10,000 objects can be retrieved in a single invocation.
2930

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

3334
## EXAMPLES
3435

docs/Get-IntersightAccessIpAddress.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,11 @@ Get-IntersightAccessIpAddress [-Count <Boolean>] [-InlineCount <String>] [-Selec
2525
[-Tag <String>] [<CommonParameters>]
2626
```
2727
## DESCRIPTION
28-
Read a &apos;AccessIpAddress&apos; resource.,
28+
Read a &apos;AccessIpAddress&apos; resource.
29+
A maximum of 10,000 objects can be retrieved in a single invocation.
2930

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

3334
## EXAMPLES
3435

docs/Get-IntersightAccessPolicy.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,11 @@ Get-IntersightAccessPolicy [-Count <Boolean>] [-InlineCount <String>] [-Select <
2525
[-Tag <String>] [<CommonParameters>]
2626
```
2727
## DESCRIPTION
28-
Read a &apos;AccessPolicy&apos; resource.,
28+
Read a &apos;AccessPolicy&apos; resource.
29+
A maximum of 10,000 objects can be retrieved in a single invocation.
2930

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

3334
## EXAMPLES
3435

docs/Get-IntersightAccessPolicyInventory.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,11 @@ Get-IntersightAccessPolicyInventory [-Count <Boolean>] [-InlineCount <String>] [
2525
[-Tag <String>] [<CommonParameters>]
2626
```
2727
## DESCRIPTION
28-
Read a &apos;AccessPolicyInventory&apos; resource.,
28+
Read a &apos;AccessPolicyInventory&apos; resource.
29+
A maximum of 10,000 objects can be retrieved in a single invocation.
2930

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

3334
## EXAMPLES
3435

docs/Get-IntersightAdapterConfigPolicy.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,11 @@ Get-IntersightAdapterConfigPolicy [-Count <Boolean>] [-InlineCount <String>] [-S
2525
[-Tag <String>] [<CommonParameters>]
2626
```
2727
## DESCRIPTION
28-
Read a &apos;AdapterConfigPolicy&apos; resource.,
28+
Read a &apos;AdapterConfigPolicy&apos; resource.
29+
A maximum of 10,000 objects can be retrieved in a single invocation.
2930

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

3334
## EXAMPLES
3435

docs/Get-IntersightAdapterExtEthInterface.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,11 @@ Get-IntersightAdapterExtEthInterface [-Count <Boolean>] [-InlineCount <String>]
2525
[-Tag <String>] [<CommonParameters>]
2626
```
2727
## DESCRIPTION
28-
Read a &apos;AdapterExtEthInterface&apos; resource.,
28+
Read a &apos;AdapterExtEthInterface&apos; resource.
29+
A maximum of 10,000 objects can be retrieved in a single invocation.
2930

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

3334
## EXAMPLES
3435

docs/Get-IntersightAdapterHostEthInterface.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,11 @@ Get-IntersightAdapterHostEthInterface [-Count <Boolean>] [-InlineCount <String>]
2525
[-Tag <String>] [<CommonParameters>]
2626
```
2727
## DESCRIPTION
28-
Read a &apos;AdapterHostEthInterface&apos; resource.,
28+
Read a &apos;AdapterHostEthInterface&apos; resource.
29+
A maximum of 10,000 objects can be retrieved in a single invocation.
2930

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

3334
## EXAMPLES
3435

docs/Get-IntersightAdapterHostFcInterface.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,11 @@ Get-IntersightAdapterHostFcInterface [-Count <Boolean>] [-InlineCount <String>]
2525
[-Tag <String>] [<CommonParameters>]
2626
```
2727
## DESCRIPTION
28-
Read a &apos;AdapterHostFcInterface&apos; resource.,
28+
Read a &apos;AdapterHostFcInterface&apos; resource.
29+
A maximum of 10,000 objects can be retrieved in a single invocation.
2930

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

3334
## EXAMPLES
3435

docs/Get-IntersightAdapterHostIscsiInterface.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,11 @@ Get-IntersightAdapterHostIscsiInterface [-Count <Boolean>] [-InlineCount <String
2525
[-Tag <String>] [<CommonParameters>]
2626
```
2727
## DESCRIPTION
28-
Read a &apos;AdapterHostIscsiInterface&apos; resource.,
28+
Read a &apos;AdapterHostIscsiInterface&apos; resource.
29+
A maximum of 10,000 objects can be retrieved in a single invocation.
2930

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

3334
## EXAMPLES
3435

docs/Get-IntersightAdapterUnit.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,11 @@ Get-IntersightAdapterUnit [-Count <Boolean>] [-InlineCount <String>] [-Select <S
2525
[-Tag <String>] [<CommonParameters>]
2626
```
2727
## DESCRIPTION
28-
Read a &apos;AdapterUnit&apos; resource.,
28+
Read a &apos;AdapterUnit&apos; resource.
29+
A maximum of 10,000 objects can be retrieved in a single invocation.
2930

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

3334
## EXAMPLES
3435

0 commit comments

Comments
 (0)