Skip to content

Commit 858fc1f

Browse files
authored
refreshing sdk for intersight version 1.0.11-18012 (#162)
1 parent 76a0bdc commit 858fc1f

File tree

61 files changed

+467
-432
lines changed

Some content is hidden

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

61 files changed

+467
-432
lines changed

README.md

Lines changed: 3 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.17956
13-
- C# SDK version: 1.0.11.17956
12+
- Intersight.PowerShell version: 1.0.11.18012
13+
- C# SDK version: 1.0.11.18012
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.17956"}
118+
Remove-Module -FullyQualifiedName @{ModuleName = "Intersight.PowerShell"; ModuleVersion = "1.0.11.18012"}
119119
```
120120
or
121121

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.17956"
52+
ModuleVersion = "1.0.11.18012"
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.17956
61+
ReleaseNotes = "Intersight.PowerShell - Version 1.0.11.18012
6262
6363
Changelog:-
6464
https://github.com/CiscoDevNet/intersight-powershell/blob/master/CHANGELOG.md

docs/Initialize-IntersightWorkflowEnumEntry.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Accept wildcard characters: False
5555
```
5656
5757
### -Label
58-
Label for the enum value. A user friendly short string to identify the enum value. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ), single quote (&apos;), forward slash (/), or an underscore (_) and must have an alphanumeric character.
58+
Label for the enum value. A user friendly short string to identify the enum value. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ), single quote (&apos;), forward slash (/), round parenthesis ( () ), or an underscore (_) and must have an alphanumeric character.
5959
6060
```yaml
6161
Type: string
@@ -85,7 +85,7 @@ Accept wildcard characters: False
8585
```
8686
8787
### -Value
88-
Enum value for this enum entry. Value will be passed to the workflow as string type for execution. Value can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ), forward slash (/), or an underscore (_).
88+
Enum value for this enum entry. Value will be passed to the workflow as string type for execution. Value can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ), round parenthesis ( () ), forward slash (/), or an underscore (_).
8989
9090
```yaml
9191
Type: string

externalHelp/Intersight.PowerShell.dll-Help.xml

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -514477,6 +514477,18 @@ Note :- The output returns by the ParameterSet "QueryParam" cannot be piped to t
514477514477
</dev:type>
514478514478
<dev:defaultValue>None</dev:defaultValue>
514479514479
</command:parameter>
514480+
<command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
514481+
<maml:name>UserLabel</maml:name>
514482+
<maml:description>
514483+
<maml:para></maml:para>
514484+
</maml:description>
514485+
<command:parameterValue required="true" variableLength="false">string</command:parameterValue>
514486+
<dev:type>
514487+
<maml:name>string</maml:name>
514488+
<maml:uri />
514489+
</dev:type>
514490+
<dev:defaultValue>None</dev:defaultValue>
514491+
</command:parameter>
514480514492
<command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
514481514493
<maml:name>Vendor</maml:name>
514482514494
<maml:description>
@@ -515705,6 +515717,18 @@ literals. The literal values can be strings enclosed in single quotes, numbers a
515705515717
</dev:type>
515706515718
<dev:defaultValue>None</dev:defaultValue>
515707515719
</command:parameter>
515720+
<command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
515721+
<maml:name>UserLabel</maml:name>
515722+
<maml:description>
515723+
<maml:para>The user defined label assigned to the server.</maml:para>
515724+
</maml:description>
515725+
<command:parameterValue required="true" variableLength="false">string</command:parameterValue>
515726+
<dev:type>
515727+
<maml:name>string</maml:name>
515728+
<maml:uri />
515729+
</dev:type>
515730+
<dev:defaultValue>None</dev:defaultValue>
515731+
</command:parameter>
515708515732
<command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
515709515733
<maml:name>Vendor</maml:name>
515710515734
<maml:description>
@@ -1487140,7 +1487164,7 @@ Initialize cmdlet is used to instantiate the object of complex type in the Power
14871401487164
<command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
14871411487165
<maml:name>Label</maml:name>
14871421487166
<maml:description>
1487143-
<maml:para>Label for the enum value. A user friendly short string to identify the enum value. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ), single quote (&apos;), forward slash (/), or an underscore (_) and must have an alphanumeric character.</maml:para>
1487167+
<maml:para>Label for the enum value. A user friendly short string to identify the enum value. Label can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ), single quote (&apos;), forward slash (/), round parenthesis ( () ), or an underscore (_) and must have an alphanumeric character.</maml:para>
14871441487168
</maml:description>
14871451487169
<command:parameterValue required="true" variableLength="false">string</command:parameterValue>
14871461487170
<dev:type>
@@ -1487164,7 +1487188,7 @@ Initialize cmdlet is used to instantiate the object of complex type in the Power
14871641487188
<command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
14871651487189
<maml:name>Value</maml:name>
14871661487190
<maml:description>
1487167-
<maml:para>Enum value for this enum entry. Value will be passed to the workflow as string type for execution. Value can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ), forward slash (/), or an underscore (_).</maml:para>
1487191+
<maml:para>Enum value for this enum entry. Value will be passed to the workflow as string type for execution. Value can only contain letters (a-z, A-Z), numbers (0-9), hyphen (-), period (.), colon (:), space ( ), round parenthesis ( () ), forward slash (/), or an underscore (_).</maml:para>
14871681487192
</maml:description>
14871691487193
<command:parameterValue required="true" variableLength="false">string</command:parameterValue>
14871701487194
<dev:type>

src/Intersight.PowerShell.sln

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio 15
44
VisualStudioVersion = 15.0.28307.572
55
MinimumVisualStudioVersion = 10.0.40219.1
6-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Intersight.PowerShell", "Intersight.PowerShell\Intersight.PowerShell.csproj", "{FF1E5FC8-D70C-4A69-BED9-509063280203}"
6+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Intersight.PowerShell", "Intersight.PowerShell\Intersight.PowerShell.csproj", "{E4D54B0C-75CE-4CF9-A035-18BE8C5EA699}"
77
EndProject
88
Project("{951E3E32-4DFA-4091-81DB-4100C2CAB9BE}") = "Intersight.PowerShellTest", "Intersight.PowerShellTest\Intersight.PowerShellTest.csproj", "{7A47A690-0082-435C-B099-04B773D7A651}"
99
EndProject
@@ -13,10 +13,10 @@ Global
1313
Release|Any CPU = Release|Any CPU
1414
EndGlobalSection
1515
GlobalSection(ProjectConfigurationPlatforms) = postSolution
16-
{FF1E5FC8-D70C-4A69-BED9-509063280203}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
17-
{FF1E5FC8-D70C-4A69-BED9-509063280203}.Debug|Any CPU.Build.0 = Debug|Any CPU
18-
{FF1E5FC8-D70C-4A69-BED9-509063280203}.Release|Any CPU.ActiveCfg = Release|Any CPU
19-
{FF1E5FC8-D70C-4A69-BED9-509063280203}.Release|Any CPU.Build.0 = Release|Any CPU
16+
{E4D54B0C-75CE-4CF9-A035-18BE8C5EA699}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
17+
{E4D54B0C-75CE-4CF9-A035-18BE8C5EA699}.Debug|Any CPU.Build.0 = Debug|Any CPU
18+
{E4D54B0C-75CE-4CF9-A035-18BE8C5EA699}.Release|Any CPU.ActiveCfg = Release|Any CPU
19+
{E4D54B0C-75CE-4CF9-A035-18BE8C5EA699}.Release|Any CPU.Build.0 = Release|Any CPU
2020
EndGlobalSection
2121
GlobalSection(SolutionProperties) = preSolution
2222
HideSolutionNode = FALSE

src/Intersight.PowerShell/Cmdlet/NetworkCmdlet.cs

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2026,6 +2026,17 @@ public long TotalMemory
20262026
set;
20272027
}
20282028

2029+
// <summary>
2030+
/// <para type="description">"The user defined label assigned to the server."</para>
2031+
/// </summary>
2032+
[Parameter(Mandatory = false, ValueFromPipelineByPropertyName = true, ValueFromPipeline = false, ParameterSetName = "CmdletParam")]
2033+
2034+
public string UserLabel
2035+
{
2036+
get;
2037+
set;
2038+
}
2039+
20292040
// <summary>
20302041
/// <para type="description">"This field identifies the vendor of the given component."</para>
20312042
/// </summary>

0 commit comments

Comments
 (0)