Skip to content

Commit b38d0c2

Browse files
Migrate SqlVirtualMachine from generation to main (#22608)
* Move SqlVirtualMachine to main * update Changelog --------- Co-authored-by: YanaXu <[email protected]>
1 parent 5ba39ea commit b38d0c2

File tree

45 files changed

+6909
-3799
lines changed

Some content is hidden

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

45 files changed

+6909
-3799
lines changed

src/SqlVirtualMachine/Az.SqlVirtualMachine.format.ps1xml

Lines changed: 0 additions & 132 deletions
Original file line numberDiff line numberDiff line change
@@ -1,50 +1,6 @@
11
<?xml version="1.0" encoding="utf-16"?>
22
<Configuration>
33
<ViewDefinitions>
4-
<View>
5-
<Name>Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.AvailabilityGroupListenersDeleteAcceptedResponseHeaders</Name>
6-
<ViewSelectedBy>
7-
<TypeName>Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.AvailabilityGroupListenersDeleteAcceptedResponseHeaders</TypeName>
8-
</ViewSelectedBy>
9-
<TableControl>
10-
<TableHeaders>
11-
<TableColumnHeader>
12-
<Label>Location</Label>
13-
</TableColumnHeader>
14-
</TableHeaders>
15-
<TableRowEntries>
16-
<TableRowEntry>
17-
<TableColumnItems>
18-
<TableColumnItem>
19-
<PropertyName>Location</PropertyName>
20-
</TableColumnItem>
21-
</TableColumnItems>
22-
</TableRowEntry>
23-
</TableRowEntries>
24-
</TableControl>
25-
</View>
26-
<View>
27-
<Name>Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.SqlVirtualMachineGroupsDeleteAcceptedResponseHeaders</Name>
28-
<ViewSelectedBy>
29-
<TypeName>Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.SqlVirtualMachineGroupsDeleteAcceptedResponseHeaders</TypeName>
30-
</ViewSelectedBy>
31-
<TableControl>
32-
<TableHeaders>
33-
<TableColumnHeader>
34-
<Label>Location</Label>
35-
</TableColumnHeader>
36-
</TableHeaders>
37-
<TableRowEntries>
38-
<TableRowEntry>
39-
<TableColumnItems>
40-
<TableColumnItem>
41-
<PropertyName>Location</PropertyName>
42-
</TableColumnItem>
43-
</TableColumnItems>
44-
</TableRowEntry>
45-
</TableRowEntries>
46-
</TableControl>
47-
</View>
484
<View>
495
<Name>Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.SqlVirtualMachineIdentity</Name>
506
<ViewSelectedBy>
@@ -91,94 +47,6 @@
9147
</TableRowEntries>
9248
</TableControl>
9349
</View>
94-
<View>
95-
<Name>Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.SqlVirtualMachinesDeleteAcceptedResponseHeaders</Name>
96-
<ViewSelectedBy>
97-
<TypeName>Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.SqlVirtualMachinesDeleteAcceptedResponseHeaders</TypeName>
98-
</ViewSelectedBy>
99-
<TableControl>
100-
<TableHeaders>
101-
<TableColumnHeader>
102-
<Label>Location</Label>
103-
</TableColumnHeader>
104-
</TableHeaders>
105-
<TableRowEntries>
106-
<TableRowEntry>
107-
<TableColumnItems>
108-
<TableColumnItem>
109-
<PropertyName>Location</PropertyName>
110-
</TableColumnItem>
111-
</TableColumnItems>
112-
</TableRowEntry>
113-
</TableRowEntries>
114-
</TableControl>
115-
</View>
116-
<View>
117-
<Name>Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.SqlVirtualMachinesRedeployAcceptedResponseHeaders</Name>
118-
<ViewSelectedBy>
119-
<TypeName>Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.SqlVirtualMachinesRedeployAcceptedResponseHeaders</TypeName>
120-
</ViewSelectedBy>
121-
<TableControl>
122-
<TableHeaders>
123-
<TableColumnHeader>
124-
<Label>Location</Label>
125-
</TableColumnHeader>
126-
</TableHeaders>
127-
<TableRowEntries>
128-
<TableRowEntry>
129-
<TableColumnItems>
130-
<TableColumnItem>
131-
<PropertyName>Location</PropertyName>
132-
</TableColumnItem>
133-
</TableColumnItems>
134-
</TableRowEntry>
135-
</TableRowEntries>
136-
</TableControl>
137-
</View>
138-
<View>
139-
<Name>Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.SqlVirtualMachinesStartAssessmentAcceptedResponseHeaders</Name>
140-
<ViewSelectedBy>
141-
<TypeName>Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.SqlVirtualMachinesStartAssessmentAcceptedResponseHeaders</TypeName>
142-
</ViewSelectedBy>
143-
<TableControl>
144-
<TableHeaders>
145-
<TableColumnHeader>
146-
<Label>Location</Label>
147-
</TableColumnHeader>
148-
</TableHeaders>
149-
<TableRowEntries>
150-
<TableRowEntry>
151-
<TableColumnItems>
152-
<TableColumnItem>
153-
<PropertyName>Location</PropertyName>
154-
</TableColumnItem>
155-
</TableColumnItems>
156-
</TableRowEntry>
157-
</TableRowEntries>
158-
</TableControl>
159-
</View>
160-
<View>
161-
<Name>Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.SqlVirtualMachineTroubleshootAcceptedResponseHeaders</Name>
162-
<ViewSelectedBy>
163-
<TypeName>Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.SqlVirtualMachineTroubleshootAcceptedResponseHeaders</TypeName>
164-
</ViewSelectedBy>
165-
<TableControl>
166-
<TableHeaders>
167-
<TableColumnHeader>
168-
<Label>Location</Label>
169-
</TableColumnHeader>
170-
</TableHeaders>
171-
<TableRowEntries>
172-
<TableRowEntry>
173-
<TableColumnItems>
174-
<TableColumnItem>
175-
<PropertyName>Location</PropertyName>
176-
</TableColumnItem>
177-
</TableColumnItems>
178-
</TableRowEntry>
179-
</TableRowEntries>
180-
</TableControl>
181-
</View>
18250
<View>
18351
<Name>Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.Api30.ErrorDetail</Name>
18452
<ViewSelectedBy>

src/SqlVirtualMachine/Az.SqlVirtualMachine.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: 2023/5/22
6+
# Generated on: 8/21/2023
77
#
88

99
@{
@@ -115,7 +115,7 @@ PrivateData = @{
115115
# IconUri = ''
116116

117117
# ReleaseNotes of this module
118-
ReleaseNotes = '* Converted Az.SqlVirtualMachine to autorest-based module.'
118+
# ReleaseNotes = ''
119119

120120
# Prerelease string of this module
121121
# Prerelease = ''

src/SqlVirtualMachine/ChangeLog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
- Additional information about change #1
1919
-->
2020
## Upcoming Release
21+
* Added more parameters on cmdlet `Update-AzSqlVM`.
2122

2223
## Version 2.0.0
2324
* Converted Az.SqlVirtualMachine to autorest-based module.

src/SqlVirtualMachine/SqlVirtualMachine.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", "{8F385D2E-0D29-4457-8EA6-2851C9FA004D}"
6+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Accounts", "..\Accounts\Accounts\Accounts.csproj", "{D412BF65-B4A1-48F9-ACD5-67A5753BA638}"
77
EndProject
8-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AssemblyLoading", "..\Accounts\AssemblyLoading\AssemblyLoading.csproj", "{D45EA433-EA95-4718-854A-250008577DAE}"
8+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AssemblyLoading", "..\Accounts\AssemblyLoading\AssemblyLoading.csproj", "{ED3CCA63-5D24-4392-885B-AE4CA817A84A}"
99
EndProject
10-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authentication", "..\Accounts\Authentication\Authentication.csproj", "{2B7DB633-2FC1-4C8E-9AF5-4B0014DF627E}"
10+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authentication", "..\Accounts\Authentication\Authentication.csproj", "{9378A762-A4E7-46BB-83A6-514790381697}"
1111
EndProject
12-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authentication.ResourceManager", "..\Accounts\Authentication.ResourceManager\Authentication.ResourceManager.csproj", "{8DD09976-0F6A-44A1-9C78-0ABF871F0E8C}"
12+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authentication.ResourceManager", "..\Accounts\Authentication.ResourceManager\Authentication.ResourceManager.csproj", "{3CC1DE3F-0936-4612-92F0-057C401C38BE}"
1313
EndProject
14-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AuthenticationAssemblyLoadContext", "..\Accounts\AuthenticationAssemblyLoadContext\AuthenticationAssemblyLoadContext.csproj", "{A535213C-9110-40BE-BA5B-A0DFBD16A8F9}"
14+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AuthenticationAssemblyLoadContext", "..\Accounts\AuthenticationAssemblyLoadContext\AuthenticationAssemblyLoadContext.csproj", "{740BE452-C444-41A9-887E-14FB74F3FFE7}"
1515
EndProject
16-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authenticators", "..\Accounts\Authenticators\Authenticators.csproj", "{23255B78-05FD-49FE-AAC3-9FD5674DA77D}"
16+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authenticators", "..\Accounts\Authenticators\Authenticators.csproj", "{805A8F98-69D4-4E9B-91AF-9FEABCBBAB39}"
1717
EndProject
18-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.SqlVirtualMachine", "Az.SqlVirtualMachine.csproj", "{A1E2093C-9C15-43CC-A52F-1FF2FCCA5F71}"
18+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.SqlVirtualMachine", "Az.SqlVirtualMachine.csproj", "{FC4B680C-579F-4165-B9B7-1CF23128DCC4}"
1919
EndProject
2020
Global
2121
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -26,33 +26,33 @@ Global
2626
HideSolutionNode = FALSE
2727
EndGlobalSection
2828
GlobalSection(ProjectConfigurationPlatforms) = postSolution
29-
{8F385D2E-0D29-4457-8EA6-2851C9FA004D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
30-
{8F385D2E-0D29-4457-8EA6-2851C9FA004D}.Debug|Any CPU.Build.0 = Debug|Any CPU
31-
{8F385D2E-0D29-4457-8EA6-2851C9FA004D}.Release|Any CPU.ActiveCfg = Release|Any CPU
32-
{8F385D2E-0D29-4457-8EA6-2851C9FA004D}.Release|Any CPU.Build.0 = Release|Any CPU
33-
{D45EA433-EA95-4718-854A-250008577DAE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
34-
{D45EA433-EA95-4718-854A-250008577DAE}.Debug|Any CPU.Build.0 = Debug|Any CPU
35-
{D45EA433-EA95-4718-854A-250008577DAE}.Release|Any CPU.ActiveCfg = Release|Any CPU
36-
{D45EA433-EA95-4718-854A-250008577DAE}.Release|Any CPU.Build.0 = Release|Any CPU
37-
{2B7DB633-2FC1-4C8E-9AF5-4B0014DF627E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
38-
{2B7DB633-2FC1-4C8E-9AF5-4B0014DF627E}.Debug|Any CPU.Build.0 = Debug|Any CPU
39-
{2B7DB633-2FC1-4C8E-9AF5-4B0014DF627E}.Release|Any CPU.ActiveCfg = Release|Any CPU
40-
{2B7DB633-2FC1-4C8E-9AF5-4B0014DF627E}.Release|Any CPU.Build.0 = Release|Any CPU
41-
{8DD09976-0F6A-44A1-9C78-0ABF871F0E8C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
42-
{8DD09976-0F6A-44A1-9C78-0ABF871F0E8C}.Debug|Any CPU.Build.0 = Debug|Any CPU
43-
{8DD09976-0F6A-44A1-9C78-0ABF871F0E8C}.Release|Any CPU.ActiveCfg = Release|Any CPU
44-
{8DD09976-0F6A-44A1-9C78-0ABF871F0E8C}.Release|Any CPU.Build.0 = Release|Any CPU
45-
{A535213C-9110-40BE-BA5B-A0DFBD16A8F9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
46-
{A535213C-9110-40BE-BA5B-A0DFBD16A8F9}.Debug|Any CPU.Build.0 = Debug|Any CPU
47-
{A535213C-9110-40BE-BA5B-A0DFBD16A8F9}.Release|Any CPU.ActiveCfg = Release|Any CPU
48-
{A535213C-9110-40BE-BA5B-A0DFBD16A8F9}.Release|Any CPU.Build.0 = Release|Any CPU
49-
{23255B78-05FD-49FE-AAC3-9FD5674DA77D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
50-
{23255B78-05FD-49FE-AAC3-9FD5674DA77D}.Debug|Any CPU.Build.0 = Debug|Any CPU
51-
{23255B78-05FD-49FE-AAC3-9FD5674DA77D}.Release|Any CPU.ActiveCfg = Release|Any CPU
52-
{23255B78-05FD-49FE-AAC3-9FD5674DA77D}.Release|Any CPU.Build.0 = Release|Any CPU
53-
{A1E2093C-9C15-43CC-A52F-1FF2FCCA5F71}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
54-
{A1E2093C-9C15-43CC-A52F-1FF2FCCA5F71}.Debug|Any CPU.Build.0 = Debug|Any CPU
55-
{A1E2093C-9C15-43CC-A52F-1FF2FCCA5F71}.Release|Any CPU.ActiveCfg = Release|Any CPU
56-
{A1E2093C-9C15-43CC-A52F-1FF2FCCA5F71}.Release|Any CPU.Build.0 = Release|Any CPU
29+
{D412BF65-B4A1-48F9-ACD5-67A5753BA638}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
30+
{D412BF65-B4A1-48F9-ACD5-67A5753BA638}.Debug|Any CPU.Build.0 = Debug|Any CPU
31+
{D412BF65-B4A1-48F9-ACD5-67A5753BA638}.Release|Any CPU.ActiveCfg = Release|Any CPU
32+
{D412BF65-B4A1-48F9-ACD5-67A5753BA638}.Release|Any CPU.Build.0 = Release|Any CPU
33+
{ED3CCA63-5D24-4392-885B-AE4CA817A84A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
34+
{ED3CCA63-5D24-4392-885B-AE4CA817A84A}.Debug|Any CPU.Build.0 = Debug|Any CPU
35+
{ED3CCA63-5D24-4392-885B-AE4CA817A84A}.Release|Any CPU.ActiveCfg = Release|Any CPU
36+
{ED3CCA63-5D24-4392-885B-AE4CA817A84A}.Release|Any CPU.Build.0 = Release|Any CPU
37+
{9378A762-A4E7-46BB-83A6-514790381697}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
38+
{9378A762-A4E7-46BB-83A6-514790381697}.Debug|Any CPU.Build.0 = Debug|Any CPU
39+
{9378A762-A4E7-46BB-83A6-514790381697}.Release|Any CPU.ActiveCfg = Release|Any CPU
40+
{9378A762-A4E7-46BB-83A6-514790381697}.Release|Any CPU.Build.0 = Release|Any CPU
41+
{3CC1DE3F-0936-4612-92F0-057C401C38BE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
42+
{3CC1DE3F-0936-4612-92F0-057C401C38BE}.Debug|Any CPU.Build.0 = Debug|Any CPU
43+
{3CC1DE3F-0936-4612-92F0-057C401C38BE}.Release|Any CPU.ActiveCfg = Release|Any CPU
44+
{3CC1DE3F-0936-4612-92F0-057C401C38BE}.Release|Any CPU.Build.0 = Release|Any CPU
45+
{740BE452-C444-41A9-887E-14FB74F3FFE7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
46+
{740BE452-C444-41A9-887E-14FB74F3FFE7}.Debug|Any CPU.Build.0 = Debug|Any CPU
47+
{740BE452-C444-41A9-887E-14FB74F3FFE7}.Release|Any CPU.ActiveCfg = Release|Any CPU
48+
{740BE452-C444-41A9-887E-14FB74F3FFE7}.Release|Any CPU.Build.0 = Release|Any CPU
49+
{805A8F98-69D4-4E9B-91AF-9FEABCBBAB39}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
50+
{805A8F98-69D4-4E9B-91AF-9FEABCBBAB39}.Debug|Any CPU.Build.0 = Debug|Any CPU
51+
{805A8F98-69D4-4E9B-91AF-9FEABCBBAB39}.Release|Any CPU.ActiveCfg = Release|Any CPU
52+
{805A8F98-69D4-4E9B-91AF-9FEABCBBAB39}.Release|Any CPU.Build.0 = Release|Any CPU
53+
{FC4B680C-579F-4165-B9B7-1CF23128DCC4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
54+
{FC4B680C-579F-4165-B9B7-1CF23128DCC4}.Debug|Any CPU.Build.0 = Debug|Any CPU
55+
{FC4B680C-579F-4165-B9B7-1CF23128DCC4}.Release|Any CPU.ActiveCfg = Release|Any CPU
56+
{FC4B680C-579F-4165-B9B7-1CF23128DCC4}.Release|Any CPU.Build.0 = Release|Any CPU
5757
EndGlobalSection
5858
EndGlobal

0 commit comments

Comments
 (0)