Skip to content

Commit 52c0261

Browse files
authored
Merge pull request #21 from CiscoDevNet/refresh/1.0.9.4430
refreshed the module for openapi doc 1.0.9.4430
2 parents 3379e74 + afc1fe8 commit 52c0261

File tree

1,388 files changed

+319408
-300311
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,388 files changed

+319408
-300311
lines changed

README.md

Lines changed: 1181 additions & 1158 deletions
Large diffs are not rendered by default.

build.ps1

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ dotnet build $solutionPath -o $moduleDir -c Release
77

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

1213
#Generate the Moudle manifest file
@@ -17,7 +18,7 @@ $manifestParam = @{
1718
Guid = "41ce1a70-9c4b-489f-a153-12fe49b7fe62"
1819
Author = "Cisco Systems"
1920
CompanyName = "Cisco Systems"
20-
ModuleVersion = "1.0.9.4403"
21+
ModuleVersion = "1.0.9.4430"
2122
Copyright = "(c) 2021 Cisco Systems, Inc. All rights reserved."
2223
LicenseUri = "https://www.apache.org/licenses/LICENSE-2.0.txt"
2324
ProjectUri = "https://github.com/CiscoDevNet/intersight-powershell"
@@ -26,16 +27,10 @@ $manifestParam = @{
2627
RequireLicenseAcceptance = $true
2728
PowerShellVersion = "7.1"
2829
Description = "Intersight Powershell module provides the cmdlets to manage, analyze, and automate the IT infrastructure in Intersight."
29-
ReleaseNotes = "Intersight.PowerShell - Version 1.0.9.4403
30-
31-
Features:
32-
Intersight.PowerShell module provides,
33-
- Cmdlets for Create, Read, Update and Delete of managed objects in Cisco Intersight.
34-
- Initialize Cmdlet to create object locally.
35-
- New, Set and Remove Cmdlets to Create, Update and Delete objects from Cisco Intersight.
36-
- Pipeline support.
37-
- Help content with examples.
30+
ReleaseNotes = "Intersight.PowerShell - Version 1.0.9.4430
3831
32+
GettingStarted:-
33+
https://github.com/CiscoDevNet/intersight-powershell/blob/master/GettingStarted.md
3934
4035
4136
Examples:-

docs/Get-IntersightAccessPolicy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -284,9 +284,9 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
284284
285285
## RELATED LINKS
286286
287-
[New-IntersightAccessPolicy](./New-IntersightAccessPolicy.md)
288-
289287
[Set-IntersightAccessPolicy](./Set-IntersightAccessPolicy.md)
290288
291289
[Remove-IntersightAccessPolicy](./Remove-IntersightAccessPolicy.md)
292290
291+
[New-IntersightAccessPolicy](./New-IntersightAccessPolicy.md)
292+

docs/Get-IntersightAdapterConfigPolicy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
286286
287287
[New-IntersightAdapterConfigPolicy](./New-IntersightAdapterConfigPolicy.md)
288288
289-
[Set-IntersightAdapterConfigPolicy](./Set-IntersightAdapterConfigPolicy.md)
290-
291289
[Remove-IntersightAdapterConfigPolicy](./Remove-IntersightAdapterConfigPolicy.md)
292290
291+
[Set-IntersightAdapterConfigPolicy](./Set-IntersightAdapterConfigPolicy.md)
292+

docs/Get-IntersightAdapterHostEthInterface.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Get-IntersightAdapterHostEthInterface [-Count <Boolean>] [-InlineCount <String>]
2525
[-Tag <String>] [<CommonParameters>]
2626
```
2727
## DESCRIPTION
28-
Read a &amp;apos;AdapterHostEthInterface&amp;apos; resource.,
28+
Read a &apos;AdapterHostEthInterface&apos; resource.,
2929

3030
Note :- The output returns by the ParameterSet "QueryParam" cannot be piped to the New or Set cmdlet.
3131
Note :- The output returns by the ParameterSet "QueryParam" cannot be piped to the New or Set cmdlet.

docs/Get-IntersightAdapterUnitExpander.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Get-IntersightAdapterUnitExpander [-Count <Boolean>] [-InlineCount <String>] [-S
2525
[-Tag <String>] [<CommonParameters>]
2626
```
2727
## DESCRIPTION
28-
Read a &apos;AdapterUnitExpander&apos; resource.,
28+
Read a &amp;apos;AdapterUnitExpander&amp;apos; resource.,
2929

3030
Note :- The output returns by the ParameterSet "QueryParam" cannot be piped to the New or Set cmdlet.
3131
Note :- The output returns by the ParameterSet "QueryParam" cannot be piped to the New or Set cmdlet.

docs/Get-IntersightApplianceAutoRmaPolicy.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Get-IntersightApplianceAutoRmaPolicy [-Count <Boolean>] [-InlineCount <String>]
2525
[-Tag <String>] [<CommonParameters>]
2626
```
2727
## DESCRIPTION
28-
Read a &amp;apos;ApplianceAutoRmaPolicy&amp;apos; resource.,
28+
Read a &apos;ApplianceAutoRmaPolicy&apos; resource.,
2929

3030
Note :- The output returns by the ParameterSet "QueryParam" cannot be piped to the New or Set cmdlet.
3131
Note :- The output returns by the ParameterSet "QueryParam" cannot be piped to the New or Set cmdlet.
@@ -284,7 +284,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
284284
285285
## RELATED LINKS
286286
287-
[Set-IntersightApplianceAutoRmaPolicy](./Set-IntersightApplianceAutoRmaPolicy.md)
288-
289287
[New-IntersightApplianceAutoRmaPolicy](./New-IntersightApplianceAutoRmaPolicy.md)
290288
289+
[Set-IntersightApplianceAutoRmaPolicy](./Set-IntersightApplianceAutoRmaPolicy.md)
290+

docs/Get-IntersightApplianceBackup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Get-IntersightApplianceBackup [-Count <Boolean>] [-InlineCount <String>] [-Selec
2525
[-Tag <String>] [<CommonParameters>]
2626
```
2727
## DESCRIPTION
28-
Read a &amp;apos;ApplianceBackup&amp;apos; resource.,
28+
Read a &apos;ApplianceBackup&apos; resource.,
2929

3030
Note :- The output returns by the ParameterSet "QueryParam" cannot be piped to the New or Set cmdlet.
3131
Note :- The output returns by the ParameterSet "QueryParam" cannot be piped to the New or Set cmdlet.

docs/Get-IntersightApplianceBackupPolicy.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Get-IntersightApplianceBackupPolicy [-Count <Boolean>] [-InlineCount <String>] [
2525
[-Tag <String>] [<CommonParameters>]
2626
```
2727
## DESCRIPTION
28-
Read a &amp;apos;ApplianceBackupPolicy&amp;apos; resource.,
28+
Read a &apos;ApplianceBackupPolicy&apos; resource.,
2929

3030
Note :- The output returns by the ParameterSet "QueryParam" cannot be piped to the New or Set cmdlet.
3131
Note :- The output returns by the ParameterSet "QueryParam" cannot be piped to the New or Set cmdlet.
@@ -284,7 +284,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
284284
285285
## RELATED LINKS
286286
287-
[New-IntersightApplianceBackupPolicy](./New-IntersightApplianceBackupPolicy.md)
288-
289287
[Set-IntersightApplianceBackupPolicy](./Set-IntersightApplianceBackupPolicy.md)
290288
289+
[New-IntersightApplianceBackupPolicy](./New-IntersightApplianceBackupPolicy.md)
290+

docs/Get-IntersightApplianceCertificateSetting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Get-IntersightApplianceCertificateSetting [-Count <Boolean>] [-InlineCount <Stri
2525
[-Tag <String>] [<CommonParameters>]
2626
```
2727
## DESCRIPTION
28-
Read a &apos;ApplianceCertificateSetting&apos; resource.,
28+
Read a &amp;apos;ApplianceCertificateSetting&amp;apos; resource.,
2929

3030
Note :- The output returns by the ParameterSet "QueryParam" cannot be piped to the New or Set cmdlet.
3131
Note :- The output returns by the ParameterSet "QueryParam" cannot be piped to the New or Set cmdlet.

0 commit comments

Comments
 (0)