Skip to content

Commit

Permalink
refreshing sdk for intersight version 1.0.11-18012 (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
vvb authored Aug 23, 2024
1 parent 76a0bdc commit 858fc1f
Show file tree
Hide file tree
Showing 61 changed files with 467 additions and 432 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ The Cisco Intersight API is a programmatic interface that uses the REST architec
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/).
The Cisco Intersight.PowerShell module is updated frequently to be in sync with the OpenAPI version deployed at https://intersight.com

- Intersight.PowerShell version: 1.0.11.17956
- C# SDK version: 1.0.11.17956
- Intersight.PowerShell version: 1.0.11.18012
- C# SDK version: 1.0.11.18012
For more information, please visit [https://intersight.com/help](https://intersight.com/help)


Expand Down Expand Up @@ -115,7 +115,7 @@ Import-Module -Name '.\Intersight.PowerShell' -Verbose
<a name="uninstall-psmodule"></a>
### 1.2.3 Uninstall Intersight.PowerShell
```powershell
Remove-Module -FullyQualifiedName @{ModuleName = "Intersight.PowerShell"; ModuleVersion = "1.0.11.17956"}
Remove-Module -FullyQualifiedName @{ModuleName = "Intersight.PowerShell"; ModuleVersion = "1.0.11.18012"}
```
or

Expand Down
4 changes: 2 additions & 2 deletions build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ $manifestParam = @{
Guid = "41ce1a70-9c4b-489f-a153-12fe49b7fe62"
Author = "Cisco Systems"
CompanyName = "Cisco Systems"
ModuleVersion = "1.0.11.17956"
ModuleVersion = "1.0.11.18012"
Copyright = "(c) 2023 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 @@ -58,7 +58,7 @@ $manifestParam = @{
PowerShellVersion = "7.3.3"
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.11.17956
ReleaseNotes = "Intersight.PowerShell - Version 1.0.11.18012
Changelog:-
https://github.com/CiscoDevNet/intersight-powershell/blob/master/CHANGELOG.md
Expand Down
4 changes: 2 additions & 2 deletions docs/Initialize-IntersightWorkflowEnumEntry.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Accept wildcard characters: False
```
### -Label
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.
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.
```yaml
Type: string
Expand Down Expand Up @@ -85,7 +85,7 @@ Accept wildcard characters: False
```
### -Value
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 (_).
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 (_).
```yaml
Type: string
Expand Down
28 changes: 26 additions & 2 deletions externalHelp/Intersight.PowerShell.dll-Help.xml
Original file line number Diff line number Diff line change
Expand Up @@ -514477,6 +514477,18 @@ Note :- The output returns by the ParameterSet "QueryParam" cannot be piped to t
</dev:type>
<dev:defaultValue>None</dev:defaultValue>
</command:parameter>
<command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
<maml:name>UserLabel</maml:name>
<maml:description>
<maml:para></maml:para>
</maml:description>
<command:parameterValue required="true" variableLength="false">string</command:parameterValue>
<dev:type>
<maml:name>string</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>None</dev:defaultValue>
</command:parameter>
<command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
<maml:name>Vendor</maml:name>
<maml:description>
Expand Down Expand Up @@ -515705,6 +515717,18 @@ literals. The literal values can be strings enclosed in single quotes, numbers a
</dev:type>
<dev:defaultValue>None</dev:defaultValue>
</command:parameter>
<command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
<maml:name>UserLabel</maml:name>
<maml:description>
<maml:para>The user defined label assigned to the server.</maml:para>
</maml:description>
<command:parameterValue required="true" variableLength="false">string</command:parameterValue>
<dev:type>
<maml:name>string</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>None</dev:defaultValue>
</command:parameter>
<command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
<maml:name>Vendor</maml:name>
<maml:description>
Expand Down Expand Up @@ -1487140,7 +1487164,7 @@ Initialize cmdlet is used to instantiate the object of complex type in the Power
<command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
<maml:name>Label</maml:name>
<maml:description>
<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>
<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>
</maml:description>
<command:parameterValue required="true" variableLength="false">string</command:parameterValue>
<dev:type>
Expand All @@ -1487164,7 +1487188,7 @@ Initialize cmdlet is used to instantiate the object of complex type in the Power
<command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
<maml:name>Value</maml:name>
<maml:description>
<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>
<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>
</maml:description>
<command:parameterValue required="true" variableLength="false">string</command:parameterValue>
<dev:type>
Expand Down
10 changes: 5 additions & 5 deletions src/Intersight.PowerShell.sln
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.572
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Intersight.PowerShell", "Intersight.PowerShell\Intersight.PowerShell.csproj", "{FF1E5FC8-D70C-4A69-BED9-509063280203}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Intersight.PowerShell", "Intersight.PowerShell\Intersight.PowerShell.csproj", "{E4D54B0C-75CE-4CF9-A035-18BE8C5EA699}"
EndProject
Project("{951E3E32-4DFA-4091-81DB-4100C2CAB9BE}") = "Intersight.PowerShellTest", "Intersight.PowerShellTest\Intersight.PowerShellTest.csproj", "{7A47A690-0082-435C-B099-04B773D7A651}"
EndProject
Expand All @@ -13,10 +13,10 @@ Global
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FF1E5FC8-D70C-4A69-BED9-509063280203}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FF1E5FC8-D70C-4A69-BED9-509063280203}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FF1E5FC8-D70C-4A69-BED9-509063280203}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FF1E5FC8-D70C-4A69-BED9-509063280203}.Release|Any CPU.Build.0 = Release|Any CPU
{E4D54B0C-75CE-4CF9-A035-18BE8C5EA699}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E4D54B0C-75CE-4CF9-A035-18BE8C5EA699}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E4D54B0C-75CE-4CF9-A035-18BE8C5EA699}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E4D54B0C-75CE-4CF9-A035-18BE8C5EA699}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
11 changes: 11 additions & 0 deletions src/Intersight.PowerShell/Cmdlet/NetworkCmdlet.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2026,6 +2026,17 @@ public long TotalMemory
set;
}

// <summary>
/// <para type="description">"The user defined label assigned to the server."</para>
/// </summary>
[Parameter(Mandatory = false, ValueFromPipelineByPropertyName = true, ValueFromPipeline = false, ParameterSetName = "CmdletParam")]

public string UserLabel
{
get;
set;
}

// <summary>
/// <para type="description">"This field identifies the vendor of the given component."</para>
/// </summary>
Expand Down
8 changes: 4 additions & 4 deletions src/Intersight.PowerShell/InitializeCmdlet/workflow.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3901,10 +3901,10 @@ public WorkflowEnumEntry.ClassIdEnum ClassId
set;
}
// <summary>
/// <para type="description">"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 ('), forward slash (/), or an underscore (_) and must have an alphanumeric character."</para>
/// <para type="description">"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 ('), forward slash (/), round parenthesis ( () ), or an underscore (_) and must have an alphanumeric character."</para>
/// </summary>
[Parameter(Mandatory = false, ValueFromPipelineByPropertyName = true, ValueFromPipeline = false)]
[ValidatePattern("^[a-zA-Z0-9]+[+\\s\\/a-zA-Z0-9_'.:-]{0,92}$")]
[ValidatePattern("^[a-zA-Z0-9]+[+\\s\\/a-zA-Z0-9)(_'.:-]{0,92}$")]
public string Label
{
get;
Expand All @@ -3921,10 +3921,10 @@ public WorkflowEnumEntry.ObjectTypeEnum ObjectType
set;
}
// <summary>
/// <para type="description">"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 (_)."</para>
/// <para type="description">"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 (_)."</para>
/// </summary>
[Parameter(Mandatory = false, ValueFromPipelineByPropertyName = true, ValueFromPipeline = false)]
[ValidatePattern("^[a-zA-Z0-9_.:-]*[+\\s\\/a-zA-Z0-9_.:-]{1,64}$")]
[ValidatePattern("^[a-zA-Z0-9_.:-]*[+\\s\\/a-zA-Z0-9)(_.:-]{1,64}$")]
public string Value
{
get;
Expand Down
2 changes: 1 addition & 1 deletion src/Intersight.PowerShell/Intersight.PowerShell.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<IncludeAssets>compile</IncludeAssets>
<AssemblyName>Intersight.PowerShell</AssemblyName>
<PackageId>PSIntersight</PackageId>
<Version>1.0.11.17956</Version>
<Version>1.0.11.18012</Version>
<OutputType>Library</OutputType>
<Authors>Cisco Systems</Authors>
<Company>Cisco Systems</Company>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"compilationOptions": {},
"targets": {
".NETCoreApp,Version=v6.0": {
"Intersight.PowerShell/1.0.11.17956": {
"Intersight.PowerShell/1.0.11.18012": {
"dependencies": {
"CompareNETObjects": "4.61.0",
"JsonSubTypes": "2.0.1",
Expand Down Expand Up @@ -214,7 +214,7 @@
}
},
"libraries": {
"Intersight.PowerShell/1.0.11.17956": {
"Intersight.PowerShell/1.0.11.18012": {
"type": "project",
"serviceable": false,
"sha512": ""
Expand Down
Loading

0 comments on commit 858fc1f

Please sign in to comment.