Skip to content

Commit

Permalink
updated the code for openapi doc 1.0.9.4437
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghufz committed Aug 31, 2021
1 parent 52c0261 commit 8f852f0
Show file tree
Hide file tree
Showing 1,334 changed files with 318,414 additions and 315,717 deletions.
2,324 changes: 1,163 additions & 1,161 deletions README.md

Large diffs are not rendered by default.

39 changes: 28 additions & 11 deletions build.ps1
Original file line number Diff line number Diff line change
@@ -1,33 +1,50 @@

Param(
[Parameter(Mandatory = $false)]
[ValidateSet("Debug","Release")]
[string]$BuildConfiguration = "Release"
)
$moduleDir = Join-Path -path $PSScriptRoot -ChildPath "Intersight.PowerShell"
$solutionPath = Join-Path -Path $PSScriptRoot -ChildPath "src\Intersight.PowerShell.sln"
dotnet build $solutionPath -o $moduleDir -c Release

Write-host "Build the Intersight.PowerShell module."
try
{
dotnet build $solutionPath -o $moduleDir -c $BuildConfiguration
}
catch{
throw $_.Exception
Exit 1
}
#Check for whether build success or failure

if ($LASTEXITCODE -ne 0){
Write-Host "Build failed, PLease fix the code and re-run."
Exit $LASTEXITCODE
}

#Generate the Moudle manifest file

# Import the dll and get the list of cmdlet available in the module
Import-Module -Name $moduleDir\Intersight.PowerShell.dll
$commandList = Get-Command -Module Intersight.PowerShell
Remove-module -Name Intersight.PowerShell

Write-Host "Generate the Moudle manifest file."

$manifestParam = @{
Path = Join-Path -Path $moduleDir -ChildPath "Intersight.PowerShell.psd1"
RootModule = "Intersight.PowerShell.dll"
Guid = "41ce1a70-9c4b-489f-a153-12fe49b7fe62"
Author = "Cisco Systems"
CompanyName = "Cisco Systems"
ModuleVersion = "1.0.9.4430"
ModuleVersion = "1.0.9.4437"
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"
CompatiblePSEditions = "Core"
Tag = @('PSEdition_Core','Windows','Linux','MacOSX','Intersight','IntersightCmdlets')
RequireLicenseAcceptance = $true
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.4430
ReleaseNotes = "Intersight.PowerShell - Version 1.0.9.4437
GettingStarted:-
https://github.com/CiscoDevNet/intersight-powershell/blob/master/GettingStarted.md
Expand All @@ -42,18 +59,18 @@ https://www.intersight.com/help
}

$manifestResult = New-ModuleManifest @manifestParam
Write-Host "Module manifest created successfully." -ForegroundColor green

if($manifestResult){
Write-Host "Module manifest created successfully." -ForegroundColor green
}

Write-Host "Copy module help file to $moduleDir"
if (Test-Path -Path $moduleDir -PathType Container){
$externalHelpFilePath = Join-Path -Path $PSScriptRoot -ChildPath "externalHelp\Intersight.PowerShell.dll-help.xml"
if (Test-Path -Path $externalHelpFilePath ){
Copy-Item -Path $externalHelpFilePath -Destination $moduleDir
Write-Host "Successfully copied the help file to $moduleDir."
}

}
else{
Write-Host "Module directory $moduleDir does not exist, cannot copy external help file."
}
Write-Host "Intersight.PowerShell module build completed."
6 changes: 3 additions & 3 deletions docs/Get-IntersightAccessPolicy.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Get-IntersightAccessPolicy [-Count <Boolean>] [-InlineCount <String>] [-Select <
[-Tag <String>] [<CommonParameters>]
```
## DESCRIPTION
Read a &apos;AccessPolicy&apos; resource.,
Read a &amp;apos;AccessPolicy&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,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)
4 changes: 2 additions & 2 deletions docs/Get-IntersightAdapterConfigPolicy.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-IntersightAdapterConfigPolicy](./New-IntersightAdapterConfigPolicy.md)
[Set-IntersightAdapterConfigPolicy](./Set-IntersightAdapterConfigPolicy.md)
[Remove-IntersightAdapterConfigPolicy](./Remove-IntersightAdapterConfigPolicy.md)
[Set-IntersightAdapterConfigPolicy](./Set-IntersightAdapterConfigPolicy.md)
[New-IntersightAdapterConfigPolicy](./New-IntersightAdapterConfigPolicy.md)
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-IntersightAdapterUnitExpander.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Get-IntersightAdapterUnitExpander [-Count <Boolean>] [-InlineCount <String>] [-S
[-Tag <String>] [<CommonParameters>]
```
## DESCRIPTION
Read a &amp;apos;AdapterUnitExpander&amp;apos; resource.,
Read a &apos;AdapterUnitExpander&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
2 changes: 1 addition & 1 deletion docs/Get-IntersightApplianceBackup.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Get-IntersightApplianceBackup [-Count <Boolean>] [-InlineCount <String>] [-Selec
[-Tag <String>] [<CommonParameters>]
```
## DESCRIPTION
Read a &apos;ApplianceBackup&apos; resource.,
Read a &amp;apos;ApplianceBackup&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-IntersightApplianceCertificateSetting.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Get-IntersightApplianceCertificateSetting [-Count <Boolean>] [-InlineCount <Stri
[-Tag <String>] [<CommonParameters>]
```
## DESCRIPTION
Read a &amp;apos;ApplianceCertificateSetting&amp;apos; resource.,
Read a &apos;ApplianceCertificateSetting&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
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-IntersightApplianceFileSystemStatus.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Get-IntersightApplianceFileSystemStatus [-Count <Boolean>] [-InlineCount <String
[-Tag <String>] [<CommonParameters>]
```
## DESCRIPTION
Read a &apos;ApplianceFileSystemStatus&apos; resource.,
Read a &amp;apos;ApplianceFileSystemStatus&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 &amp;apos;ApplianceGroupStatus&amp;apos; resource.,
Read a &apos;ApplianceGroupStatus&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-IntersightApplianceNodeStatus.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Get-IntersightApplianceNodeStatus [-Count <Boolean>] [-InlineCount <String>] [-S
[-Tag <String>] [<CommonParameters>]
```
## DESCRIPTION
Read a &amp;apos;ApplianceNodeStatus&amp;apos; resource.,
Read a &apos;ApplianceNodeStatus&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 &amp;apos;ApplianceSetupInfo&amp;apos; resource.,
Read a &apos;ApplianceSetupInfo&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-IntersightApplianceUpgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Get-IntersightApplianceUpgrade [-Count <Boolean>] [-InlineCount <String>] [-Sele
[-Tag <String>] [<CommonParameters>]
```
## DESCRIPTION
Read a &amp;apos;ApplianceUpgrade&amp;apos; resource.,
Read a &apos;ApplianceUpgrade&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-IntersightAssetDeployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Get-IntersightAssetDeployment [-Count <Boolean>] [-InlineCount <String>] [-Selec
[-Tag <String>] [<CommonParameters>]
```
## DESCRIPTION
Read a &amp;apos;AssetDeployment&amp;apos; resource.,
Read a &apos;AssetDeployment&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-IntersightAssetDeviceConfiguration.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Get-IntersightAssetDeviceConfiguration [-Count <Boolean>] [-InlineCount <String>
[-Tag <String>] [<CommonParameters>]
```
## DESCRIPTION
Read a &amp;apos;AssetDeviceConfiguration&amp;apos; resource.,
Read a &apos;AssetDeviceConfiguration&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-IntersightAssetDeviceRegistration.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-IntersightAssetDeviceRegistration](./Set-IntersightAssetDeviceRegistration.md)
[Remove-IntersightAssetDeviceRegistration](./Remove-IntersightAssetDeviceRegistration.md)
[Set-IntersightAssetDeviceRegistration](./Set-IntersightAssetDeviceRegistration.md)
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Get-IntersightAssetSubscriptionDeviceContractInformation [-Count <Boolean>] [-In
[-Tag <String>] [<CommonParameters>]
```
## DESCRIPTION
Read a &apos;AssetSubscriptionDeviceContractInformation&apos; resource.,
Read a &amp;apos;AssetSubscriptionDeviceContractInformation&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-IntersightBiosBootMode.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Get-IntersightBiosBootMode [-Count <Boolean>] [-InlineCount <String>] [-Select <
[-Tag <String>] [<CommonParameters>]
```
## DESCRIPTION
Read a &amp;apos;BiosBootMode&amp;apos; resource.,
Read a &apos;BiosBootMode&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-IntersightBiosVfSelectMemoryRasConfiguration.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Get-IntersightBiosVfSelectMemoryRasConfiguration [-Count <Boolean>] [-InlineCoun
[-Tag <String>] [<CommonParameters>]
```
## DESCRIPTION
Read a &apos;BiosVfSelectMemoryRasConfiguration&apos; resource.,
Read a &amp;apos;BiosVfSelectMemoryRasConfiguration&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-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 &apos;BootCddDevice&apos; resource.,
Read a &amp;apos;BootCddDevice&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-IntersightBootNvmeDevice.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Get-IntersightBootNvmeDevice [-Count <Boolean>] [-InlineCount <String>] [-Select
[-Tag <String>] [<CommonParameters>]
```
## DESCRIPTION
Read a &amp;apos;BootNvmeDevice&amp;apos; resource.,
Read a &apos;BootNvmeDevice&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
4 changes: 2 additions & 2 deletions docs/Get-IntersightBootPrecisionPolicy.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-IntersightBootPrecisionPolicy](./New-IntersightBootPrecisionPolicy.md)
[Set-IntersightBootPrecisionPolicy](./Set-IntersightBootPrecisionPolicy.md)
[Remove-IntersightBootPrecisionPolicy](./Remove-IntersightBootPrecisionPolicy.md)
[New-IntersightBootPrecisionPolicy](./New-IntersightBootPrecisionPolicy.md)
2 changes: 1 addition & 1 deletion docs/Get-IntersightBootSanDevice.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Get-IntersightBootSanDevice [-Count <Boolean>] [-InlineCount <String>] [-Select
[-Tag <String>] [<CommonParameters>]
```
## DESCRIPTION
Read a &apos;BootSanDevice&apos; resource.,
Read a &amp;apos;BootSanDevice&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-IntersightCapabilityAdapterUnitDescriptor.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Get-IntersightCapabilityAdapterUnitDescriptor [-Count <Boolean>] [-InlineCount <
[-Tag <String>] [<CommonParameters>]
```
## DESCRIPTION
Read a &amp;apos;CapabilityAdapterUnitDescriptor&amp;apos; resource.,
Read a &apos;CapabilityAdapterUnitDescriptor&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-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 &apos;CapabilityCatalog&apos; resource.,
Read a &amp;apos;CapabilityCatalog&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
6 changes: 3 additions & 3 deletions docs/Get-IntersightCapabilityChassisManufacturingDef.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Get-IntersightCapabilityChassisManufacturingDef [-Count <Boolean>] [-InlineCount
[-Tag <String>] [<CommonParameters>]
```
## DESCRIPTION
Read a &amp;apos;CapabilityChassisManufacturingDef&amp;apos; resource.,
Read a &apos;CapabilityChassisManufacturingDef&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,9 +284,9 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
## RELATED LINKS
[New-IntersightCapabilityChassisManufacturingDef](./New-IntersightCapabilityChassisManufacturingDef.md)
[Set-IntersightCapabilityChassisManufacturingDef](./Set-IntersightCapabilityChassisManufacturingDef.md)
[Remove-IntersightCapabilityChassisManufacturingDef](./Remove-IntersightCapabilityChassisManufacturingDef.md)
[New-IntersightCapabilityChassisManufacturingDef](./New-IntersightCapabilityChassisManufacturingDef.md)
Loading

0 comments on commit 8f852f0

Please sign in to comment.