Skip to content

Commit 71bac30

Browse files
Migrate StackHCI from generation to release-2023-08-01 (#22427)
* Move StackHCI to release-2023-08-01 * Create BreakingChangeIssues.csv --------- Co-authored-by: NanxiangLiu <[email protected]>
1 parent b239cb0 commit 71bac30

26 files changed

+361
-354
lines changed

src/StackHCI/Az.StackHCI.psd1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Generated by: Microsoft Corporation
55
#
6-
# Generated on: 7/24/2023
6+
# Generated on: 7/26/2023
77
#
88

99
@{
@@ -76,7 +76,7 @@ FunctionsToExport = 'Add-AzStackHCIVMAttestation', 'Disable-AzStackHCIAttestatio
7676
'Get-AzStackHCIRemoteSupportAccess',
7777
'Get-AzStackHCIRemoteSupportSessionHistory',
7878
'Get-AzStackHCIVMAttestation', 'Install-AzStackHCIRemoteSupport',
79-
'Invoke-AzStackHciConsentAndInstallDefaultExtensions',
79+
'Invoke-AzStackHciConsentAndInstallDefaultExtension',
8080
'Invoke-AzStackHciExtendClusterSoftwareAssuranceBenefit',
8181
'New-AzStackHciArcSetting', 'New-AzStackHciCluster',
8282
'New-AzStackHciExtension', 'Register-AzStackHCI',

src/StackHCI/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ directive:
7171
verb: Invoke
7272
subject: AndArcSetting
7373
set:
74-
subject: ConsentAndInstallDefaultExtensions
74+
subject: ConsentAndInstallDefaultExtension
7575
# Remove the unexpanded parameter set
7676
- where:
7777
variant: ^Create$|^CreateViaIdentity$|^CreateViaIdentityExpanded$|^Update$|^UpdateViaIdentity$
@@ -117,7 +117,7 @@ directive:
117117
script: '"default"'
118118
- where:
119119
verb: Invoke
120-
subject: ConsentAndInstallDefaultExtensions
120+
subject: ConsentAndInstallDefaultExtension
121121
parameter-name: ArcSettingName
122122
hide: true
123123
set:

src/StackHCI/StackHCI.sln

Lines changed: 35 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,19 @@ Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio Version 17
44
VisualStudioVersion = 17.0.31903.59
55
MinimumVisualStudioVersion = 10.0.40219.1
6-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Accounts", "..\Accounts\Accounts\Accounts.csproj", "{DCD8A12E-B41A-41FD-AB69-0A18D86980D7}"
6+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Accounts", "..\Accounts\Accounts\Accounts.csproj", "{8A7D2120-D3BC-4AC5-93B5-16B181D599BB}"
77
EndProject
8-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AssemblyLoading", "..\Accounts\AssemblyLoading\AssemblyLoading.csproj", "{9E6BBA8F-8B71-439E-98EB-38ED360B6BA7}"
8+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AssemblyLoading", "..\Accounts\AssemblyLoading\AssemblyLoading.csproj", "{AF264BDC-FF9A-4957-9D39-4059C8D934FA}"
99
EndProject
10-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authentication", "..\Accounts\Authentication\Authentication.csproj", "{78941DBD-57C5-48C8-B4B9-7B73709F1AE4}"
10+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authentication", "..\Accounts\Authentication\Authentication.csproj", "{488E8910-0127-40FD-9D24-30DC0E2F3B83}"
1111
EndProject
12-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authentication.ResourceManager", "..\Accounts\Authentication.ResourceManager\Authentication.ResourceManager.csproj", "{971ACFA1-3154-4FD2-BF5A-16AD9FBBD681}"
12+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authentication.ResourceManager", "..\Accounts\Authentication.ResourceManager\Authentication.ResourceManager.csproj", "{B348CF6C-6897-4575-B8B1-4B05431D308C}"
1313
EndProject
14-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AuthenticationAssemblyLoadContext", "..\Accounts\AuthenticationAssemblyLoadContext\AuthenticationAssemblyLoadContext.csproj", "{7FF59606-3FA3-462E-AD78-209E93A57364}"
14+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AuthenticationAssemblyLoadContext", "..\Accounts\AuthenticationAssemblyLoadContext\AuthenticationAssemblyLoadContext.csproj", "{D3D92132-CABC-4A2F-A054-6C8993540C26}"
1515
EndProject
16-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authenticators", "..\Accounts\Authenticators\Authenticators.csproj", "{840FEB91-36C0-4966-B64E-70BA1400E163}"
16+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authenticators", "..\Accounts\Authenticators\Authenticators.csproj", "{772ADD26-34CD-4172-98AC-AC65A32EE07D}"
1717
EndProject
18-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.StackHCI", "Az.StackHCI.csproj", "{84B79F07-2D74-40B0-AE90-82A090771AE8}"
18+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.StackHCI", "Az.StackHCI.csproj", "{1E9D1CC5-C46E-49EB-A55A-9402EE48875F}"
1919
EndProject
2020
Global
2121
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -26,33 +26,33 @@ Global
2626
HideSolutionNode = FALSE
2727
EndGlobalSection
2828
GlobalSection(ProjectConfigurationPlatforms) = postSolution
29-
{DCD8A12E-B41A-41FD-AB69-0A18D86980D7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
30-
{DCD8A12E-B41A-41FD-AB69-0A18D86980D7}.Debug|Any CPU.Build.0 = Debug|Any CPU
31-
{DCD8A12E-B41A-41FD-AB69-0A18D86980D7}.Release|Any CPU.ActiveCfg = Release|Any CPU
32-
{DCD8A12E-B41A-41FD-AB69-0A18D86980D7}.Release|Any CPU.Build.0 = Release|Any CPU
33-
{9E6BBA8F-8B71-439E-98EB-38ED360B6BA7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
34-
{9E6BBA8F-8B71-439E-98EB-38ED360B6BA7}.Debug|Any CPU.Build.0 = Debug|Any CPU
35-
{9E6BBA8F-8B71-439E-98EB-38ED360B6BA7}.Release|Any CPU.ActiveCfg = Release|Any CPU
36-
{9E6BBA8F-8B71-439E-98EB-38ED360B6BA7}.Release|Any CPU.Build.0 = Release|Any CPU
37-
{78941DBD-57C5-48C8-B4B9-7B73709F1AE4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
38-
{78941DBD-57C5-48C8-B4B9-7B73709F1AE4}.Debug|Any CPU.Build.0 = Debug|Any CPU
39-
{78941DBD-57C5-48C8-B4B9-7B73709F1AE4}.Release|Any CPU.ActiveCfg = Release|Any CPU
40-
{78941DBD-57C5-48C8-B4B9-7B73709F1AE4}.Release|Any CPU.Build.0 = Release|Any CPU
41-
{971ACFA1-3154-4FD2-BF5A-16AD9FBBD681}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
42-
{971ACFA1-3154-4FD2-BF5A-16AD9FBBD681}.Debug|Any CPU.Build.0 = Debug|Any CPU
43-
{971ACFA1-3154-4FD2-BF5A-16AD9FBBD681}.Release|Any CPU.ActiveCfg = Release|Any CPU
44-
{971ACFA1-3154-4FD2-BF5A-16AD9FBBD681}.Release|Any CPU.Build.0 = Release|Any CPU
45-
{7FF59606-3FA3-462E-AD78-209E93A57364}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
46-
{7FF59606-3FA3-462E-AD78-209E93A57364}.Debug|Any CPU.Build.0 = Debug|Any CPU
47-
{7FF59606-3FA3-462E-AD78-209E93A57364}.Release|Any CPU.ActiveCfg = Release|Any CPU
48-
{7FF59606-3FA3-462E-AD78-209E93A57364}.Release|Any CPU.Build.0 = Release|Any CPU
49-
{840FEB91-36C0-4966-B64E-70BA1400E163}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
50-
{840FEB91-36C0-4966-B64E-70BA1400E163}.Debug|Any CPU.Build.0 = Debug|Any CPU
51-
{840FEB91-36C0-4966-B64E-70BA1400E163}.Release|Any CPU.ActiveCfg = Release|Any CPU
52-
{840FEB91-36C0-4966-B64E-70BA1400E163}.Release|Any CPU.Build.0 = Release|Any CPU
53-
{84B79F07-2D74-40B0-AE90-82A090771AE8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
54-
{84B79F07-2D74-40B0-AE90-82A090771AE8}.Debug|Any CPU.Build.0 = Debug|Any CPU
55-
{84B79F07-2D74-40B0-AE90-82A090771AE8}.Release|Any CPU.ActiveCfg = Release|Any CPU
56-
{84B79F07-2D74-40B0-AE90-82A090771AE8}.Release|Any CPU.Build.0 = Release|Any CPU
29+
{8A7D2120-D3BC-4AC5-93B5-16B181D599BB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
30+
{8A7D2120-D3BC-4AC5-93B5-16B181D599BB}.Debug|Any CPU.Build.0 = Debug|Any CPU
31+
{8A7D2120-D3BC-4AC5-93B5-16B181D599BB}.Release|Any CPU.ActiveCfg = Release|Any CPU
32+
{8A7D2120-D3BC-4AC5-93B5-16B181D599BB}.Release|Any CPU.Build.0 = Release|Any CPU
33+
{AF264BDC-FF9A-4957-9D39-4059C8D934FA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
34+
{AF264BDC-FF9A-4957-9D39-4059C8D934FA}.Debug|Any CPU.Build.0 = Debug|Any CPU
35+
{AF264BDC-FF9A-4957-9D39-4059C8D934FA}.Release|Any CPU.ActiveCfg = Release|Any CPU
36+
{AF264BDC-FF9A-4957-9D39-4059C8D934FA}.Release|Any CPU.Build.0 = Release|Any CPU
37+
{488E8910-0127-40FD-9D24-30DC0E2F3B83}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
38+
{488E8910-0127-40FD-9D24-30DC0E2F3B83}.Debug|Any CPU.Build.0 = Debug|Any CPU
39+
{488E8910-0127-40FD-9D24-30DC0E2F3B83}.Release|Any CPU.ActiveCfg = Release|Any CPU
40+
{488E8910-0127-40FD-9D24-30DC0E2F3B83}.Release|Any CPU.Build.0 = Release|Any CPU
41+
{B348CF6C-6897-4575-B8B1-4B05431D308C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
42+
{B348CF6C-6897-4575-B8B1-4B05431D308C}.Debug|Any CPU.Build.0 = Debug|Any CPU
43+
{B348CF6C-6897-4575-B8B1-4B05431D308C}.Release|Any CPU.ActiveCfg = Release|Any CPU
44+
{B348CF6C-6897-4575-B8B1-4B05431D308C}.Release|Any CPU.Build.0 = Release|Any CPU
45+
{D3D92132-CABC-4A2F-A054-6C8993540C26}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
46+
{D3D92132-CABC-4A2F-A054-6C8993540C26}.Debug|Any CPU.Build.0 = Debug|Any CPU
47+
{D3D92132-CABC-4A2F-A054-6C8993540C26}.Release|Any CPU.ActiveCfg = Release|Any CPU
48+
{D3D92132-CABC-4A2F-A054-6C8993540C26}.Release|Any CPU.Build.0 = Release|Any CPU
49+
{772ADD26-34CD-4172-98AC-AC65A32EE07D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
50+
{772ADD26-34CD-4172-98AC-AC65A32EE07D}.Debug|Any CPU.Build.0 = Debug|Any CPU
51+
{772ADD26-34CD-4172-98AC-AC65A32EE07D}.Release|Any CPU.ActiveCfg = Release|Any CPU
52+
{772ADD26-34CD-4172-98AC-AC65A32EE07D}.Release|Any CPU.Build.0 = Release|Any CPU
53+
{1E9D1CC5-C46E-49EB-A55A-9402EE48875F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
54+
{1E9D1CC5-C46E-49EB-A55A-9402EE48875F}.Debug|Any CPU.Build.0 = Debug|Any CPU
55+
{1E9D1CC5-C46E-49EB-A55A-9402EE48875F}.Release|Any CPU.ActiveCfg = Release|Any CPU
56+
{1E9D1CC5-C46E-49EB-A55A-9402EE48875F}.Release|Any CPU.Build.0 = Release|Any CPU
5757
EndGlobalSection
5858
EndGlobal
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
### Example 1:
2+
```powershell
3+
Invoke-AzStackHciConsentAndInstallDefaultExtension -ResourceGroupName "test-rg" -ClusterName "test-clus"
4+
```
5+
6+
```output
7+
Resource Group AggregateState
8+
-------------- --------------
9+
test-rg Connected
10+
```
11+
12+
Consent for installation of default extensions.
13+
ArcSettings resource is returned.
14+

src/StackHCI/examples/Invoke-AzStackHciConsentAndInstallDefaultExtensions.md

Lines changed: 0 additions & 14 deletions
This file was deleted.

src/StackHCI/exports/Invoke-AzStackHciConsentAndInstallDefaultExtensions.ps1 renamed to src/StackHCI/exports/Invoke-AzStackHciConsentAndInstallDefaultExtension.ps1

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Add consent time for default extensions and initiate extensions installation
2020
.Description
2121
Add consent time for default extensions and initiate extensions installation
2222
.Example
23-
Invoke-AzStackHciConsentAndInstallDefaultExtensions -ResourceGroupName "test-rg" -ClusterName "test-clus"
23+
Invoke-AzStackHciConsentAndInstallDefaultExtension -ResourceGroupName "test-rg" -ClusterName "test-clus"
2424
2525
.Inputs
2626
Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.IStackHciIdentity
@@ -39,9 +39,9 @@ INPUTOBJECT <IStackHciIdentity>: Identity Parameter
3939
[ResourceGroupName <String>]: The name of the resource group. The name is case insensitive.
4040
[SubscriptionId <String>]: The ID of the target subscription.
4141
.Link
42-
https://learn.microsoft.com/powershell/module/az.stackhci/invoke-azstackhciconsentandinstalldefaultextensions
42+
https://learn.microsoft.com/powershell/module/az.stackhci/invoke-azstackhciconsentandinstalldefaultextension
4343
#>
44-
function Invoke-AzStackHciConsentAndInstallDefaultExtensions {
44+
function Invoke-AzStackHciConsentAndInstallDefaultExtension {
4545
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20230301.IArcSetting])]
4646
[CmdletBinding(DefaultParameterSetName='And', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')]
4747
param(
@@ -147,8 +147,8 @@ begin {
147147
}
148148

149149
$mapping = @{
150-
And = 'Az.StackHCI.private\Invoke-AzStackHciConsentAndInstallDefaultExtensions_And';
151-
AndViaIdentity = 'Az.StackHCI.private\Invoke-AzStackHciConsentAndInstallDefaultExtensions_AndViaIdentity';
150+
And = 'Az.StackHCI.private\Invoke-AzStackHciConsentAndInstallDefaultExtension_And';
151+
AndViaIdentity = 'Az.StackHCI.private\Invoke-AzStackHciConsentAndInstallDefaultExtension_AndViaIdentity';
152152
}
153153
if (('And') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('ArcSettingName')) {
154154
$PSBoundParameters['ArcSettingName'] = "default"

src/StackHCI/exports/ProxyCmdletDefinitions.ps1

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -612,7 +612,7 @@ Add consent time for default extensions and initiate extensions installation
612612
.Description
613613
Add consent time for default extensions and initiate extensions installation
614614
.Example
615-
Invoke-AzStackHciConsentAndInstallDefaultExtensions -ResourceGroupName "test-rg" -ClusterName "test-clus"
615+
Invoke-AzStackHciConsentAndInstallDefaultExtension -ResourceGroupName "test-rg" -ClusterName "test-clus"
616616
617617
.Inputs
618618
Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.IStackHciIdentity
@@ -631,9 +631,9 @@ INPUTOBJECT <IStackHciIdentity>: Identity Parameter
631631
[ResourceGroupName <String>]: The name of the resource group. The name is case insensitive.
632632
[SubscriptionId <String>]: The ID of the target subscription.
633633
.Link
634-
https://learn.microsoft.com/powershell/module/az.stackhci/invoke-azstackhciconsentandinstalldefaultextensions
634+
https://learn.microsoft.com/powershell/module/az.stackhci/invoke-azstackhciconsentandinstalldefaultextension
635635
#>
636-
function Invoke-AzStackHciConsentAndInstallDefaultExtensions {
636+
function Invoke-AzStackHciConsentAndInstallDefaultExtension {
637637
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20230301.IArcSetting])]
638638
[CmdletBinding(DefaultParameterSetName='And', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')]
639639
param(
@@ -739,8 +739,8 @@ begin {
739739
}
740740

741741
$mapping = @{
742-
And = 'Az.StackHCI.private\Invoke-AzStackHciConsentAndInstallDefaultExtensions_And';
743-
AndViaIdentity = 'Az.StackHCI.private\Invoke-AzStackHciConsentAndInstallDefaultExtensions_AndViaIdentity';
742+
And = 'Az.StackHCI.private\Invoke-AzStackHciConsentAndInstallDefaultExtension_And';
743+
AndViaIdentity = 'Az.StackHCI.private\Invoke-AzStackHciConsentAndInstallDefaultExtension_AndViaIdentity';
744744
}
745745
if (('And') -contains $parameterSet -and -not $PSBoundParameters.ContainsKey('ArcSettingName')) {
746746
$PSBoundParameters['ArcSettingName'] = "default"

src/StackHCI/generate-info.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"swagger_commit": "ed9bde6a3db71b84fdba076ba0546213bcce56ee",
2+
"swagger_commit": "23d88533ddfde4d1565a897fe95d42fb0d9333e5",
33
"node": "v14.15.5",
44
"autorest": "`-- (empty)",
55
"autorest_core": "3.9.6",

src/StackHCI/generated/cmdlets/InvokeAzStackHciConsentAndInstallDefaultExtensions_And.cs renamed to src/StackHCI/generated/cmdlets/InvokeAzStackHciConsentAndInstallDefaultExtension_And.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Cmdlets
1212
/// <remarks>
1313
/// [OpenAPI] ConsentAndInstallDefaultExtensions=>POST:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzureStackHCI/clusters/{clusterName}/arcSettings/{arcSettingName}/consentAndInstallDefaultExtensions"
1414
/// </remarks>
15-
[global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsLifecycle.Invoke, @"AzStackHciConsentAndInstallDefaultExtensions_And", SupportsShouldProcess = true)]
15+
[global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsLifecycle.Invoke, @"AzStackHciConsentAndInstallDefaultExtension_And", SupportsShouldProcess = true)]
1616
[global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20230301.IArcSetting))]
1717
[global::Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Description(@"Add consent time for default extensions and initiate extensions installation")]
1818
[global::Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Generated]
19-
public partial class InvokeAzStackHciConsentAndInstallDefaultExtensions_And : global::System.Management.Automation.PSCmdlet,
19+
public partial class InvokeAzStackHciConsentAndInstallDefaultExtension_And : global::System.Management.Automation.PSCmdlet,
2020
Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Runtime.IEventListener
2121
{
2222
/// <summary>A unique id generatd for the this cmdlet when it is instantiated.</summary>
@@ -209,9 +209,9 @@ protected override void EndProcessing()
209209
}
210210

211211
/// <summary>
212-
/// Intializes a new instance of the <see cref="InvokeAzStackHciConsentAndInstallDefaultExtensions_And" /> cmdlet class.
212+
/// Intializes a new instance of the <see cref="InvokeAzStackHciConsentAndInstallDefaultExtension_And" /> cmdlet class.
213213
/// </summary>
214-
public InvokeAzStackHciConsentAndInstallDefaultExtensions_And()
214+
public InvokeAzStackHciConsentAndInstallDefaultExtension_And()
215215
{
216216

217217
}
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Cmdlets
1212
/// <remarks>
1313
/// [OpenAPI] ConsentAndInstallDefaultExtensions=>POST:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzureStackHCI/clusters/{clusterName}/arcSettings/{arcSettingName}/consentAndInstallDefaultExtensions"
1414
/// </remarks>
15-
[global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsLifecycle.Invoke, @"AzStackHciConsentAndInstallDefaultExtensions_AndViaIdentity", SupportsShouldProcess = true)]
15+
[global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsLifecycle.Invoke, @"AzStackHciConsentAndInstallDefaultExtension_AndViaIdentity", SupportsShouldProcess = true)]
1616
[global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20230301.IArcSetting))]
1717
[global::Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Description(@"Add consent time for default extensions and initiate extensions installation")]
1818
[global::Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Generated]
19-
public partial class InvokeAzStackHciConsentAndInstallDefaultExtensions_AndViaIdentity : global::System.Management.Automation.PSCmdlet,
19+
public partial class InvokeAzStackHciConsentAndInstallDefaultExtension_AndViaIdentity : global::System.Management.Automation.PSCmdlet,
2020
Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Runtime.IEventListener
2121
{
2222
/// <summary>A unique id generatd for the this cmdlet when it is instantiated.</summary>
@@ -152,10 +152,10 @@ protected override void EndProcessing()
152152
}
153153

154154
/// <summary>
155-
/// Intializes a new instance of the <see cref="InvokeAzStackHciConsentAndInstallDefaultExtensions_AndViaIdentity" /> cmdlet
155+
/// Intializes a new instance of the <see cref="InvokeAzStackHciConsentAndInstallDefaultExtension_AndViaIdentity" /> cmdlet
156156
/// class.
157157
/// </summary>
158-
public InvokeAzStackHciConsentAndInstallDefaultExtensions_AndViaIdentity()
158+
public InvokeAzStackHciConsentAndInstallDefaultExtension_AndViaIdentity()
159159
{
160160

161161
}

0 commit comments

Comments
 (0)