Skip to content

Commit c3ac8e4

Browse files
authored
refreshing sdk for intersight version 1.0.11-12561 (#100)
1 parent 9179e11 commit c3ac8e4

File tree

223 files changed

+71910
-103152
lines changed

Some content is hidden

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

223 files changed

+71910
-103152
lines changed

README.md

Lines changed: 7 additions & 49 deletions
Large diffs are not rendered by default.

build.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ $manifestParam = @{
3535
Guid = "41ce1a70-9c4b-489f-a153-12fe49b7fe62"
3636
Author = "Cisco Systems"
3737
CompanyName = "Cisco Systems"
38-
ModuleVersion = "1.0.11.11765"
38+
ModuleVersion = "1.0.11.12561"
3939
Copyright = "(c) 2021 Cisco Systems, Inc. All rights reserved."
4040
LicenseUri = "https://www.apache.org/licenses/LICENSE-2.0.txt"
4141
ProjectUri = "https://github.com/CiscoDevNet/intersight-powershell"
@@ -44,7 +44,7 @@ $manifestParam = @{
4444
PowerShellVersion = "7.1"
4545
CmdletsToExport = $commandList
4646
Description = "Intersight Powershell module provides the cmdlets to manage, analyze, and automate the IT infrastructure in Intersight."
47-
ReleaseNotes = "Intersight.PowerShell - Version 1.0.11.11765
47+
ReleaseNotes = "Intersight.PowerShell - Version 1.0.11.12561
4848
4949
Changelog:-
5050
https://github.com/CiscoDevNet/intersight-powershell/blob/master/CHANGELOG.md

docs/Get-IntersightWorkflowWorkflowMeta.md renamed to docs/Get-IntersightBulkMoDeepCloner.md

Lines changed: 17 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -5,27 +5,27 @@ online version:
55
schema: 2.0.0
66
---
77

8-
# Get-IntersightWorkflowWorkflowMeta
8+
# Get-IntersightBulkMoDeepCloner
99

1010
## SYNOPSIS
11-
Get the WorkflowWorkflowMeta
11+
Get the BulkMoDeepCloner
1212

1313
## SYNTAX
1414

1515
### CmdletParam (Default)
1616
```
17-
Get-IntersightWorkflowWorkflowMeta [-Name <String>] [-Organization <OrganizationOrganizationRelationship>]
17+
Get-IntersightBulkMoDeepCloner [-Name <String>] [-Organization <OrganizationOrganizationRelationship>]
1818
[<CommonParameters>]
1919
```
2020

2121
### QueryParam
2222
```
23-
Get-IntersightWorkflowWorkflowMeta [-Count <Boolean>] [-InlineCount <String>] [-Select <String>] [-Filter <String>]
23+
Get-IntersightBulkMoDeepCloner [-Count <Boolean>] [-InlineCount <String>] [-Select <String>] [-Filter <String>]
2424
[-Expand <String>] [-Skip <Int32>] [-Top <Int32>] [-At <String>] [-Orderby <String>] [-Apply <String>]
2525
[-Tag <String>] [<CommonParameters>]
2626
```
2727
## DESCRIPTION
28-
Read a &apos;WorkflowWorkflowMeta&apos; resource.,
28+
Read a &apos;BulkMoDeepCloner&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.
@@ -34,27 +34,27 @@ Note :- The output returns by the ParameterSet "QueryParam" cannot be piped to t
3434

3535
### Example 1
3636
```powershell
37-
PS C:\> $result = Get-IntersightWorkflowWorkflowMeta
37+
PS C:\> $result = Get-IntersightBulkMoDeepCloner
3838
```
39-
Above example returns the list of WorkflowWorkflowMeta.
39+
Above example returns the list of BulkMoDeepCloner.
4040

4141
### Example 2
4242
```powershell
43-
PS C:\> $result = Get-IntersightWorkflowWorkflowMeta -Name "MoName"
43+
PS C:\> $result = Get-IntersightBulkMoDeepCloner -Name "MoName"
4444
```
45-
Above example returns the WorkflowWorkflowMeta matched with name.
45+
Above example returns the BulkMoDeepCloner matched with name.
4646

4747
### Example 3
4848
```powershell
49-
PS C:\> $result = Get-IntersightWorkflowWorkflowMeta -Organization $organization
49+
PS C:\> $result = Get-IntersightBulkMoDeepCloner -Organization $organization
5050
```
51-
Above example returns the list of WorkflowWorkflowMeta available under the $organization .
51+
Above example returns the list of BulkMoDeepCloner available under the $organization .
5252

5353
### Example 4
5454
```powershell
55-
PS C:\> $result = Get-IntersightWorkflowWorkflowMeta -InlineCount allpages
55+
PS C:\> $result = Get-IntersightBulkMoDeepCloner -InlineCount allpages
5656
```
57-
Above example returns the list of WorkflowWorkflowMeta along with count.
57+
Above example returns the list of BulkMoDeepCloner along with count.
5858

5959
## PARAMETERS
6060

@@ -164,7 +164,7 @@ Accept wildcard characters: False
164164
```
165165
166166
### -Name
167-
Specifies the name of the WorkflowWorkflowMeta.
167+
Specifies the name of the BulkMoDeepCloner.
168168
169169
```yaml
170170
Type: String
@@ -194,7 +194,7 @@ Accept wildcard characters: False
194194
```
195195
196196
### -Organization
197-
Specifies the organization, to fetch the WorkflowWorkflowMeta under it.
197+
Specifies the organization, to fetch the BulkMoDeepCloner under it.
198198
199199
```yaml
200200
Type: OrganizationOrganizationRelationship
@@ -284,3 +284,5 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
284284
285285
## RELATED LINKS
286286
287+
[New-IntersightBulkMoDeepCloner](./New-IntersightBulkMoDeepCloner.md)
288+

docs/Get-IntersightVncConsole.md renamed to docs/Get-IntersightBulkResult.md

Lines changed: 15 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -5,27 +5,27 @@ online version:
55
schema: 2.0.0
66
---
77

8-
# Get-IntersightVncConsole
8+
# Get-IntersightBulkResult
99

1010
## SYNOPSIS
11-
Get the VncConsole
11+
Get the BulkResult
1212

1313
## SYNTAX
1414

1515
### CmdletParam (Default)
1616
```
17-
Get-IntersightVncConsole [-Name <String>] [-Organization <OrganizationOrganizationRelationship>]
17+
Get-IntersightBulkResult [-Name <String>] [-Organization <OrganizationOrganizationRelationship>]
1818
[<CommonParameters>]
1919
```
2020

2121
### QueryParam
2222
```
23-
Get-IntersightVncConsole [-Count <Boolean>] [-InlineCount <String>] [-Select <String>] [-Filter <String>]
23+
Get-IntersightBulkResult [-Count <Boolean>] [-InlineCount <String>] [-Select <String>] [-Filter <String>]
2424
[-Expand <String>] [-Skip <Int32>] [-Top <Int32>] [-At <String>] [-Orderby <String>] [-Apply <String>]
2525
[-Tag <String>] [<CommonParameters>]
2626
```
2727
## DESCRIPTION
28-
Read a &apos;VncConsole&apos; resource.,
28+
Read a &apos;BulkResult&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.
@@ -34,27 +34,27 @@ Note :- The output returns by the ParameterSet "QueryParam" cannot be piped to t
3434

3535
### Example 1
3636
```powershell
37-
PS C:\> $result = Get-IntersightVncConsole
37+
PS C:\> $result = Get-IntersightBulkResult
3838
```
39-
Above example returns the list of VncConsole.
39+
Above example returns the list of BulkResult.
4040

4141
### Example 2
4242
```powershell
43-
PS C:\> $result = Get-IntersightVncConsole -Name "MoName"
43+
PS C:\> $result = Get-IntersightBulkResult -Name "MoName"
4444
```
45-
Above example returns the VncConsole matched with name.
45+
Above example returns the BulkResult matched with name.
4646

4747
### Example 3
4848
```powershell
49-
PS C:\> $result = Get-IntersightVncConsole -Organization $organization
49+
PS C:\> $result = Get-IntersightBulkResult -Organization $organization
5050
```
51-
Above example returns the list of VncConsole available under the $organization .
51+
Above example returns the list of BulkResult available under the $organization .
5252

5353
### Example 4
5454
```powershell
55-
PS C:\> $result = Get-IntersightVncConsole -InlineCount allpages
55+
PS C:\> $result = Get-IntersightBulkResult -InlineCount allpages
5656
```
57-
Above example returns the list of VncConsole along with count.
57+
Above example returns the list of BulkResult along with count.
5858

5959
## PARAMETERS
6060

@@ -164,7 +164,7 @@ Accept wildcard characters: False
164164
```
165165
166166
### -Name
167-
Specifies the name of the VncConsole.
167+
Specifies the name of the BulkResult.
168168
169169
```yaml
170170
Type: String
@@ -194,7 +194,7 @@ Accept wildcard characters: False
194194
```
195195
196196
### -Organization
197-
Specifies the organization, to fetch the VncConsole under it.
197+
Specifies the organization, to fetch the BulkResult under it.
198198
199199
```yaml
200200
Type: OrganizationOrganizationRelationship
@@ -284,7 +284,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
284284
285285
## RELATED LINKS
286286
287-
[New-IntersightVncConsole](./New-IntersightVncConsole.md)
288-
289-
[Set-IntersightVncConsole](./Set-IntersightVncConsole.md)
290-

docs/Get-IntersightCapabilityCpuEndpointDescriptor.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -284,9 +284,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
284284
285285
## RELATED LINKS
286286
287-
[New-IntersightCapabilityCpuEndpointDescriptor](./New-IntersightCapabilityCpuEndpointDescriptor.md)
288-
289-
[Remove-IntersightCapabilityCpuEndpointDescriptor](./Remove-IntersightCapabilityCpuEndpointDescriptor.md)
290-
291-
[Set-IntersightCapabilityCpuEndpointDescriptor](./Set-IntersightCapabilityCpuEndpointDescriptor.md)
292-

docs/Get-IntersightCapabilityDimmsEndpointDescriptor.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -284,9 +284,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
284284
285285
## RELATED LINKS
286286
287-
[New-IntersightCapabilityDimmsEndpointDescriptor](./New-IntersightCapabilityDimmsEndpointDescriptor.md)
288-
289-
[Remove-IntersightCapabilityDimmsEndpointDescriptor](./Remove-IntersightCapabilityDimmsEndpointDescriptor.md)
290-
291-
[Set-IntersightCapabilityDimmsEndpointDescriptor](./Set-IntersightCapabilityDimmsEndpointDescriptor.md)
292-

docs/Get-IntersightCapabilityDrivesEndpointDescriptor.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -284,9 +284,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
284284
285285
## RELATED LINKS
286286
287-
[New-IntersightCapabilityDrivesEndpointDescriptor](./New-IntersightCapabilityDrivesEndpointDescriptor.md)
288-
289-
[Remove-IntersightCapabilityDrivesEndpointDescriptor](./Remove-IntersightCapabilityDrivesEndpointDescriptor.md)
290-
291-
[Set-IntersightCapabilityDrivesEndpointDescriptor](./Set-IntersightCapabilityDrivesEndpointDescriptor.md)
292-

docs/Get-IntersightCapabilityGpuEndpointDescriptor.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -284,9 +284,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
284284
285285
## RELATED LINKS
286286
287-
[New-IntersightCapabilityGpuEndpointDescriptor](./New-IntersightCapabilityGpuEndpointDescriptor.md)
288-
289-
[Remove-IntersightCapabilityGpuEndpointDescriptor](./Remove-IntersightCapabilityGpuEndpointDescriptor.md)
290-
291-
[Set-IntersightCapabilityGpuEndpointDescriptor](./Set-IntersightCapabilityGpuEndpointDescriptor.md)
292-

0 commit comments

Comments
 (0)