Skip to content
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
  •  
  •  
  •  
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
## Intersight.PowerShell_v1.0.9.4903
Release Date: 24th November 2021
- Refreshes the Intersight.PowerShell module to be in sync with the latest Cisco Intersight model (build 4903)
## Intersight.PowerShell_v1.0.9.4870
Release Date: 4th November 2021
- Refreshes the Intersight.PowerShell module to be in sync with the latest Cisco Intersight model (build 4870)
- Content type application/json-patch+json support using the cmdlet Invoke-IntersightPatchDocument for all MO.
## Intersight.PowerShell_v1.0.9.4663
Release Date: 19th October 2021
- Refreshes the Intersight.PowerShell module to be in sync with the latest Cisco Intersight model (build 4437)
- Refreshes the Intersight.PowerShell module to be in sync with the latest Cisco Intersight model (build 4663)
- Generic cmdlet to perform Get/Set/New and Remove operation on any supported MO.
- Provided WithHttpInfo switch parameter to get the result with http response headers and content.
- Get cmdlet exposes all the primitive type properties as parameter, which helps user to filter out the result based on specified parameter value.
Expand Down
3,209 changes: 1,917 additions & 1,292 deletions README.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ $manifestParam = @{
Guid = "41ce1a70-9c4b-489f-a153-12fe49b7fe62"
Author = "Cisco Systems"
CompanyName = "Cisco Systems"
ModuleVersion = "1.0.9.4870"
ModuleVersion = "1.0.9.4903"
Copyright = "(c) 2021 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 @@ -44,7 +44,7 @@ $manifestParam = @{
PowerShellVersion = "7.1"
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.9.4870
ReleaseNotes = "Intersight.PowerShell - Version 1.0.9.4903

Changelog:-
https://github.com/CiscoDevNet/intersight-powershell/blob/master/CHANGELOG.md
Expand Down
4 changes: 2 additions & 2 deletions docs/Get-IntersightAaaRetentionPolicy.md
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable

## RELATED LINKS

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

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

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

4 changes: 2 additions & 2 deletions docs/Get-IntersightAccessPolicy.md
Original file line number Diff line number Diff line change
Expand Up @@ -284,9 +284,9 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable

## RELATED LINKS

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

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

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

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

2 changes: 1 addition & 1 deletion docs/Get-IntersightAdapterExtEthInterface.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Get-IntersightAdapterExtEthInterface [-Count <Boolean>] [-InlineCount <String>]
[-Tag <String>] [<CommonParameters>]
```
## DESCRIPTION
Read a &amp;apos;AdapterExtEthInterface&amp;apos; resource.,
Read a &apos;AdapterExtEthInterface&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.
Expand Down
2 changes: 1 addition & 1 deletion docs/Get-IntersightAdapterHostEthInterface.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Get-IntersightAdapterHostEthInterface [-Count <Boolean>] [-InlineCount <String>]
[-Tag <String>] [<CommonParameters>]
```
## DESCRIPTION
Read a &apos;AdapterHostEthInterface&apos; resource.,
Read a &amp;apos;AdapterHostEthInterface&amp;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.
Expand Down
2 changes: 1 addition & 1 deletion docs/Get-IntersightAdapterHostIscsiInterface.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Get-IntersightAdapterHostIscsiInterface [-Count <Boolean>] [-InlineCount <String
[-Tag <String>] [<CommonParameters>]
```
## DESCRIPTION
Read a &apos;AdapterHostIscsiInterface&apos; resource.,
Read a &amp;apos;AdapterHostIscsiInterface&amp;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.
Expand Down
2 changes: 1 addition & 1 deletion docs/Get-IntersightAdapterUnit.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Get-IntersightAdapterUnit [-Count <Boolean>] [-InlineCount <String>] [-Select <S
[-Tag <String>] [<CommonParameters>]
```
## DESCRIPTION
Read a &amp;apos;AdapterUnit&amp;apos; resource.,
Read a &apos;AdapterUnit&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.
Expand Down
2 changes: 1 addition & 1 deletion docs/Get-IntersightApplianceAppStatus.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Get-IntersightApplianceAppStatus [-Count <Boolean>] [-InlineCount <String>] [-Se
[-Tag <String>] [<CommonParameters>]
```
## DESCRIPTION
Read a &amp;apos;ApplianceAppStatus&amp;apos; resource.,
Read a &apos;ApplianceAppStatus&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.
Expand Down
4 changes: 2 additions & 2 deletions docs/Get-IntersightApplianceAutoRmaPolicy.md
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable

## RELATED LINKS

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

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

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

4 changes: 2 additions & 2 deletions docs/Get-IntersightApplianceBackup.md
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable

## RELATED LINKS

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

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

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

4 changes: 2 additions & 2 deletions docs/Get-IntersightApplianceDataExportPolicy.md
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable

## RELATED LINKS

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

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

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

6 changes: 3 additions & 3 deletions docs/Get-IntersightApplianceDeviceClaim.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Get-IntersightApplianceDeviceClaim [-Count <Boolean>] [-InlineCount <String>] [-
[-Tag <String>] [<CommonParameters>]
```
## DESCRIPTION
Read a &apos;ApplianceDeviceClaim&apos; resource.,
Read a &amp;apos;ApplianceDeviceClaim&amp;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.
Expand Down Expand Up @@ -284,7 +284,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable

## RELATED LINKS

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

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

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

2 changes: 1 addition & 1 deletion docs/Get-IntersightApplianceDeviceUpgradePolicy.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Get-IntersightApplianceDeviceUpgradePolicy [-Count <Boolean>] [-InlineCount <Str
[-Tag <String>] [<CommonParameters>]
```
## DESCRIPTION
Read a &apos;ApplianceDeviceUpgradePolicy&apos; resource.,
Read a &amp;apos;ApplianceDeviceUpgradePolicy&amp;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.
Expand Down
4 changes: 2 additions & 2 deletions docs/Get-IntersightApplianceDiagSetting.md
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable

## RELATED LINKS

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

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

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

2 changes: 1 addition & 1 deletion docs/Get-IntersightApplianceFileGateway.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Get-IntersightApplianceFileGateway [-Count <Boolean>] [-InlineCount <String>] [-
[-Tag <String>] [<CommonParameters>]
```
## DESCRIPTION
Read a &apos;ApplianceFileGateway&apos; resource.,
Read a &amp;apos;ApplianceFileGateway&amp;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.
Expand Down
2 changes: 1 addition & 1 deletion docs/Get-IntersightApplianceGroupStatus.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Get-IntersightApplianceGroupStatus [-Count <Boolean>] [-InlineCount <String>] [-
[-Tag <String>] [<CommonParameters>]
```
## DESCRIPTION
Read a &apos;ApplianceGroupStatus&apos; resource.,
Read a &amp;apos;ApplianceGroupStatus&amp;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.
Expand Down
2 changes: 1 addition & 1 deletion docs/Get-IntersightApplianceImageBundle.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Get-IntersightApplianceImageBundle [-Count <Boolean>] [-InlineCount <String>] [-
[-Tag <String>] [<CommonParameters>]
```
## DESCRIPTION
Read a &amp;apos;ApplianceImageBundle&amp;apos; resource.,
Read a &apos;ApplianceImageBundle&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.
Expand Down
2 changes: 1 addition & 1 deletion docs/Get-IntersightApplianceNodeInfo.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Get-IntersightApplianceNodeInfo [-Count <Boolean>] [-InlineCount <String>] [-Sel
[-Tag <String>] [<CommonParameters>]
```
## DESCRIPTION
Read a &amp;apos;ApplianceNodeInfo&amp;apos; resource.,
Read a &apos;ApplianceNodeInfo&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.
Expand Down
2 changes: 1 addition & 1 deletion docs/Get-IntersightApplianceReleaseNote.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Get-IntersightApplianceReleaseNote [-Count <Boolean>] [-InlineCount <String>] [-
[-Tag <String>] [<CommonParameters>]
```
## DESCRIPTION
Read a &amp;apos;ApplianceReleaseNote&amp;apos; resource.,
Read a &apos;ApplianceReleaseNote&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.
Expand Down
2 changes: 1 addition & 1 deletion docs/Get-IntersightApplianceRemoteFileImport.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Get-IntersightApplianceRemoteFileImport [-Count <Boolean>] [-InlineCount <String
[-Tag <String>] [<CommonParameters>]
```
## DESCRIPTION
Read a &apos;ApplianceRemoteFileImport&apos; resource.,
Read a &amp;apos;ApplianceRemoteFileImport&amp;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.
Expand Down
2 changes: 1 addition & 1 deletion docs/Get-IntersightApplianceSetupInfo.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Get-IntersightApplianceSetupInfo [-Count <Boolean>] [-InlineCount <String>] [-Se
[-Tag <String>] [<CommonParameters>]
```
## DESCRIPTION
Read a &apos;ApplianceSetupInfo&apos; resource.,
Read a &amp;apos;ApplianceSetupInfo&amp;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.
Expand Down
2 changes: 1 addition & 1 deletion docs/Get-IntersightAssetDeploymentDevice.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Get-IntersightAssetDeploymentDevice [-Count <Boolean>] [-InlineCount <String>] [
[-Tag <String>] [<CommonParameters>]
```
## DESCRIPTION
Read a &amp;apos;AssetDeploymentDevice&amp;apos; resource.,
Read a &apos;AssetDeploymentDevice&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.
Expand Down
2 changes: 1 addition & 1 deletion docs/Get-IntersightAssetDeviceRegistration.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Get-IntersightAssetDeviceRegistration [-Count <Boolean>] [-InlineCount <String>]
[-Tag <String>] [<CommonParameters>]
```
## DESCRIPTION
Read a &amp;apos;AssetDeviceRegistration&amp;apos; resource.,
Read a &apos;AssetDeviceRegistration&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.
Expand Down
2 changes: 1 addition & 1 deletion docs/Get-IntersightAssetSubscription.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Get-IntersightAssetSubscription [-Count <Boolean>] [-InlineCount <String>] [-Sel
[-Tag <String>] [<CommonParameters>]
```
## DESCRIPTION
Read a &amp;apos;AssetSubscription&amp;apos; resource.,
Read a &apos;AssetSubscription&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.
Expand Down
2 changes: 1 addition & 1 deletion docs/Get-IntersightAssetTarget.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Get-IntersightAssetTarget [-Count <Boolean>] [-InlineCount <String>] [-Select <S
[-Tag <String>] [<CommonParameters>]
```
## DESCRIPTION
Read a &amp;apos;AssetTarget&amp;apos; resource.,
Read a &apos;AssetTarget&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.
Expand Down
2 changes: 1 addition & 1 deletion docs/Get-IntersightBiosTokenSettings.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Get-IntersightBiosTokenSettings [-Count <Boolean>] [-InlineCount <String>] [-Sel
[-Tag <String>] [<CommonParameters>]
```
## DESCRIPTION
Read a &amp;apos;BiosTokenSettings&amp;apos; resource.,
Read a &apos;BiosTokenSettings&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.
Expand Down
2 changes: 1 addition & 1 deletion docs/Get-IntersightBiosUnit.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Get-IntersightBiosUnit [-Count <Boolean>] [-InlineCount <String>] [-Select <Stri
[-Tag <String>] [<CommonParameters>]
```
## DESCRIPTION
Read a &amp;apos;BiosUnit&amp;apos; resource.,
Read a &apos;BiosUnit&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.
Expand Down
2 changes: 1 addition & 1 deletion docs/Get-IntersightBootCddDevice.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Get-IntersightBootCddDevice [-Count <Boolean>] [-InlineCount <String>] [-Select
[-Tag <String>] [<CommonParameters>]
```
## DESCRIPTION
Read a &amp;apos;BootCddDevice&amp;apos; resource.,
Read a &apos;BootCddDevice&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.
Expand Down
2 changes: 1 addition & 1 deletion docs/Get-IntersightBootDeviceBootMode.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Get-IntersightBootDeviceBootMode [-Count <Boolean>] [-InlineCount <String>] [-Se
[-Tag <String>] [<CommonParameters>]
```
## DESCRIPTION
Read a &amp;apos;BootDeviceBootMode&amp;apos; resource.,
Read a &apos;BootDeviceBootMode&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.
Expand Down
2 changes: 1 addition & 1 deletion docs/Get-IntersightBootDeviceBootSecurity.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Get-IntersightBootDeviceBootSecurity [-Count <Boolean>] [-InlineCount <String>]
[-Tag <String>] [<CommonParameters>]
```
## DESCRIPTION
Read a &amp;apos;BootDeviceBootSecurity&amp;apos; resource.,
Read a &apos;BootDeviceBootSecurity&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.
Expand Down
2 changes: 1 addition & 1 deletion docs/Get-IntersightBootPchStorageDevice.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Get-IntersightBootPchStorageDevice [-Count <Boolean>] [-InlineCount <String>] [-
[-Tag <String>] [<CommonParameters>]
```
## DESCRIPTION
Read a &apos;BootPchStorageDevice&apos; resource.,
Read a &amp;apos;BootPchStorageDevice&amp;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.
Expand Down
2 changes: 1 addition & 1 deletion docs/Get-IntersightBootPxeDevice.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Get-IntersightBootPxeDevice [-Count <Boolean>] [-InlineCount <String>] [-Select
[-Tag <String>] [<CommonParameters>]
```
## DESCRIPTION
Read a &apos;BootPxeDevice&apos; resource.,
Read a &amp;apos;BootPxeDevice&amp;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.
Expand Down
2 changes: 1 addition & 1 deletion docs/Get-IntersightBootSdDevice.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Get-IntersightBootSdDevice [-Count <Boolean>] [-InlineCount <String>] [-Select <
[-Tag <String>] [<CommonParameters>]
```
## DESCRIPTION
Read a &apos;BootSdDevice&apos; resource.,
Read a &amp;apos;BootSdDevice&amp;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.
Expand Down
2 changes: 1 addition & 1 deletion docs/Get-IntersightBootUefiShellDevice.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Get-IntersightBootUefiShellDevice [-Count <Boolean>] [-InlineCount <String>] [-S
[-Tag <String>] [<CommonParameters>]
```
## DESCRIPTION
Read a &amp;apos;BootUefiShellDevice&amp;apos; resource.,
Read a &apos;BootUefiShellDevice&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.
Expand Down
2 changes: 1 addition & 1 deletion docs/Get-IntersightBootVmediaDevice.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Get-IntersightBootVmediaDevice [-Count <Boolean>] [-InlineCount <String>] [-Sele
[-Tag <String>] [<CommonParameters>]
```
## DESCRIPTION
Read a &apos;BootVmediaDevice&apos; resource.,
Read a &amp;apos;BootVmediaDevice&amp;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.
Expand Down
2 changes: 1 addition & 1 deletion docs/Get-IntersightBulkRequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Get-IntersightBulkRequest [-Count <Boolean>] [-InlineCount <String>] [-Select <S
[-Tag <String>] [<CommonParameters>]
```
## DESCRIPTION
Read a &amp;apos;BulkRequest&amp;apos; resource.,
Read a &apos;BulkRequest&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.
Expand Down
4 changes: 2 additions & 2 deletions docs/Get-IntersightCapabilityAdapterUnitDescriptor.md
Original file line number Diff line number Diff line change
Expand Up @@ -284,9 +284,9 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable

## RELATED LINKS

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

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

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

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

2 changes: 1 addition & 1 deletion docs/Get-IntersightCapabilityCatalog.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Get-IntersightCapabilityCatalog [-Count <Boolean>] [-InlineCount <String>] [-Sel
[-Tag <String>] [<CommonParameters>]
```
## DESCRIPTION
Read a &amp;apos;CapabilityCatalog&amp;apos; resource.,
Read a &apos;CapabilityCatalog&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.
Expand Down
4 changes: 2 additions & 2 deletions docs/Get-IntersightCapabilityChassisDescriptor.md
Original file line number Diff line number Diff line change
Expand Up @@ -284,9 +284,9 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable

## RELATED LINKS

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

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

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

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

Loading