Skip to content

Commit 9c59ba2

Browse files
Move MySql to main (#22389)
1 parent 82911c1 commit 9c59ba2

14 files changed

+849
-94
lines changed

src/MySql/Az.MySql.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: 06/29/2023
6+
# Generated on: 7/24/2023
77
#
88

99
@{
@@ -133,7 +133,7 @@ PrivateData = @{
133133
# IconUri = ''
134134

135135
# ReleaseNotes of this module
136-
ReleaseNotes = '* Fixed iops and high availability parameters issue'
136+
# ReleaseNotes = ''
137137

138138
# Prerelease string of this module
139139
# Prerelease = ''

src/MySql/MySql.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", "{6285B1B3-5E62-4805-85F4-98A1DEA6EE02}"
6+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Accounts", "..\Accounts\Accounts\Accounts.csproj", "{43E3A145-3595-42DF-84F4-EEE9A6B947F8}"
77
EndProject
8-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AssemblyLoading", "..\Accounts\AssemblyLoading\AssemblyLoading.csproj", "{F6BF650D-1929-489B-A522-C593978DAAF1}"
8+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AssemblyLoading", "..\Accounts\AssemblyLoading\AssemblyLoading.csproj", "{C534B3E1-3641-47CE-9FC5-3570CF6CD4FB}"
99
EndProject
10-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authentication", "..\Accounts\Authentication\Authentication.csproj", "{EB08FF10-A4A8-4D6A-90FC-3F027F81E9D0}"
10+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authentication", "..\Accounts\Authentication\Authentication.csproj", "{21B7F5C9-53A0-45F0-9AE2-41EE16C71D9A}"
1111
EndProject
12-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authentication.ResourceManager", "..\Accounts\Authentication.ResourceManager\Authentication.ResourceManager.csproj", "{31E418AA-F2A6-48FE-A3E7-7579CF3021BA}"
12+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authentication.ResourceManager", "..\Accounts\Authentication.ResourceManager\Authentication.ResourceManager.csproj", "{3EC2632B-A1E4-426E-9347-8A1CD70EB6F5}"
1313
EndProject
14-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AuthenticationAssemblyLoadContext", "..\Accounts\AuthenticationAssemblyLoadContext\AuthenticationAssemblyLoadContext.csproj", "{93B4F1D9-9C6C-4A98-9521-2F68422EA5DD}"
14+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AuthenticationAssemblyLoadContext", "..\Accounts\AuthenticationAssemblyLoadContext\AuthenticationAssemblyLoadContext.csproj", "{EE354954-607A-4651-8DFF-F1D8AD8AEB5D}"
1515
EndProject
16-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authenticators", "..\Accounts\Authenticators\Authenticators.csproj", "{40B086E5-86A2-4C1A-8473-9F5A6025F0F1}"
16+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authenticators", "..\Accounts\Authenticators\Authenticators.csproj", "{A5D71189-01D6-4290-ADEF-177BBE0D8BE4}"
1717
EndProject
18-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.MySql", "Az.MySql.csproj", "{7C402CDA-488E-410A-97B9-5FDD8B96C97E}"
18+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.MySql", "Az.MySql.csproj", "{51B0EB7A-1BD7-4AF3-84C7-6A3A798AC079}"
1919
EndProject
2020
Global
2121
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -26,33 +26,33 @@ Global
2626
HideSolutionNode = FALSE
2727
EndGlobalSection
2828
GlobalSection(ProjectConfigurationPlatforms) = postSolution
29-
{6285B1B3-5E62-4805-85F4-98A1DEA6EE02}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
30-
{6285B1B3-5E62-4805-85F4-98A1DEA6EE02}.Debug|Any CPU.Build.0 = Debug|Any CPU
31-
{6285B1B3-5E62-4805-85F4-98A1DEA6EE02}.Release|Any CPU.ActiveCfg = Release|Any CPU
32-
{6285B1B3-5E62-4805-85F4-98A1DEA6EE02}.Release|Any CPU.Build.0 = Release|Any CPU
33-
{F6BF650D-1929-489B-A522-C593978DAAF1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
34-
{F6BF650D-1929-489B-A522-C593978DAAF1}.Debug|Any CPU.Build.0 = Debug|Any CPU
35-
{F6BF650D-1929-489B-A522-C593978DAAF1}.Release|Any CPU.ActiveCfg = Release|Any CPU
36-
{F6BF650D-1929-489B-A522-C593978DAAF1}.Release|Any CPU.Build.0 = Release|Any CPU
37-
{EB08FF10-A4A8-4D6A-90FC-3F027F81E9D0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
38-
{EB08FF10-A4A8-4D6A-90FC-3F027F81E9D0}.Debug|Any CPU.Build.0 = Debug|Any CPU
39-
{EB08FF10-A4A8-4D6A-90FC-3F027F81E9D0}.Release|Any CPU.ActiveCfg = Release|Any CPU
40-
{EB08FF10-A4A8-4D6A-90FC-3F027F81E9D0}.Release|Any CPU.Build.0 = Release|Any CPU
41-
{31E418AA-F2A6-48FE-A3E7-7579CF3021BA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
42-
{31E418AA-F2A6-48FE-A3E7-7579CF3021BA}.Debug|Any CPU.Build.0 = Debug|Any CPU
43-
{31E418AA-F2A6-48FE-A3E7-7579CF3021BA}.Release|Any CPU.ActiveCfg = Release|Any CPU
44-
{31E418AA-F2A6-48FE-A3E7-7579CF3021BA}.Release|Any CPU.Build.0 = Release|Any CPU
45-
{93B4F1D9-9C6C-4A98-9521-2F68422EA5DD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
46-
{93B4F1D9-9C6C-4A98-9521-2F68422EA5DD}.Debug|Any CPU.Build.0 = Debug|Any CPU
47-
{93B4F1D9-9C6C-4A98-9521-2F68422EA5DD}.Release|Any CPU.ActiveCfg = Release|Any CPU
48-
{93B4F1D9-9C6C-4A98-9521-2F68422EA5DD}.Release|Any CPU.Build.0 = Release|Any CPU
49-
{40B086E5-86A2-4C1A-8473-9F5A6025F0F1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
50-
{40B086E5-86A2-4C1A-8473-9F5A6025F0F1}.Debug|Any CPU.Build.0 = Debug|Any CPU
51-
{40B086E5-86A2-4C1A-8473-9F5A6025F0F1}.Release|Any CPU.ActiveCfg = Release|Any CPU
52-
{40B086E5-86A2-4C1A-8473-9F5A6025F0F1}.Release|Any CPU.Build.0 = Release|Any CPU
53-
{7C402CDA-488E-410A-97B9-5FDD8B96C97E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
54-
{7C402CDA-488E-410A-97B9-5FDD8B96C97E}.Debug|Any CPU.Build.0 = Debug|Any CPU
55-
{7C402CDA-488E-410A-97B9-5FDD8B96C97E}.Release|Any CPU.ActiveCfg = Release|Any CPU
56-
{7C402CDA-488E-410A-97B9-5FDD8B96C97E}.Release|Any CPU.Build.0 = Release|Any CPU
29+
{43E3A145-3595-42DF-84F4-EEE9A6B947F8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
30+
{43E3A145-3595-42DF-84F4-EEE9A6B947F8}.Debug|Any CPU.Build.0 = Debug|Any CPU
31+
{43E3A145-3595-42DF-84F4-EEE9A6B947F8}.Release|Any CPU.ActiveCfg = Release|Any CPU
32+
{43E3A145-3595-42DF-84F4-EEE9A6B947F8}.Release|Any CPU.Build.0 = Release|Any CPU
33+
{C534B3E1-3641-47CE-9FC5-3570CF6CD4FB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
34+
{C534B3E1-3641-47CE-9FC5-3570CF6CD4FB}.Debug|Any CPU.Build.0 = Debug|Any CPU
35+
{C534B3E1-3641-47CE-9FC5-3570CF6CD4FB}.Release|Any CPU.ActiveCfg = Release|Any CPU
36+
{C534B3E1-3641-47CE-9FC5-3570CF6CD4FB}.Release|Any CPU.Build.0 = Release|Any CPU
37+
{21B7F5C9-53A0-45F0-9AE2-41EE16C71D9A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
38+
{21B7F5C9-53A0-45F0-9AE2-41EE16C71D9A}.Debug|Any CPU.Build.0 = Debug|Any CPU
39+
{21B7F5C9-53A0-45F0-9AE2-41EE16C71D9A}.Release|Any CPU.ActiveCfg = Release|Any CPU
40+
{21B7F5C9-53A0-45F0-9AE2-41EE16C71D9A}.Release|Any CPU.Build.0 = Release|Any CPU
41+
{3EC2632B-A1E4-426E-9347-8A1CD70EB6F5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
42+
{3EC2632B-A1E4-426E-9347-8A1CD70EB6F5}.Debug|Any CPU.Build.0 = Debug|Any CPU
43+
{3EC2632B-A1E4-426E-9347-8A1CD70EB6F5}.Release|Any CPU.ActiveCfg = Release|Any CPU
44+
{3EC2632B-A1E4-426E-9347-8A1CD70EB6F5}.Release|Any CPU.Build.0 = Release|Any CPU
45+
{EE354954-607A-4651-8DFF-F1D8AD8AEB5D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
46+
{EE354954-607A-4651-8DFF-F1D8AD8AEB5D}.Debug|Any CPU.Build.0 = Debug|Any CPU
47+
{EE354954-607A-4651-8DFF-F1D8AD8AEB5D}.Release|Any CPU.ActiveCfg = Release|Any CPU
48+
{EE354954-607A-4651-8DFF-F1D8AD8AEB5D}.Release|Any CPU.Build.0 = Release|Any CPU
49+
{A5D71189-01D6-4290-ADEF-177BBE0D8BE4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
50+
{A5D71189-01D6-4290-ADEF-177BBE0D8BE4}.Debug|Any CPU.Build.0 = Debug|Any CPU
51+
{A5D71189-01D6-4290-ADEF-177BBE0D8BE4}.Release|Any CPU.ActiveCfg = Release|Any CPU
52+
{A5D71189-01D6-4290-ADEF-177BBE0D8BE4}.Release|Any CPU.Build.0 = Release|Any CPU
53+
{51B0EB7A-1BD7-4AF3-84C7-6A3A798AC079}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
54+
{51B0EB7A-1BD7-4AF3-84C7-6A3A798AC079}.Debug|Any CPU.Build.0 = Debug|Any CPU
55+
{51B0EB7A-1BD7-4AF3-84C7-6A3A798AC079}.Release|Any CPU.ActiveCfg = Release|Any CPU
56+
{51B0EB7A-1BD7-4AF3-84C7-6A3A798AC079}.Release|Any CPU.Build.0 = Release|Any CPU
5757
EndGlobalSection
5858
EndGlobal
Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
{
2+
"resourceType": "flexibleServers/configurations",
3+
"apiVersion": "2021-05-01",
4+
"learnMore": {
5+
"url": "https://learn.microsoft.com/powershell/module/az.mysql"
6+
},
7+
"commands": [
8+
{
9+
"name": "Get-AzMySqlFlexibleServerConfiguration",
10+
"description": "Gets information about a configuration of server.",
11+
"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/flexibleServers/{serverName}/configurations/{configurationName}",
12+
"help": {
13+
"learnMore": {
14+
"url": "https://learn.microsoft.com/powershell/module/az.mysql/get-azmysqlflexibleserverconfiguration"
15+
},
16+
"parameterSets": [
17+
{
18+
"parameters": [
19+
"-Name <String>",
20+
"-ResourceGroupName <String>",
21+
"-ServerName <String>",
22+
"[-SubscriptionId <String[]>]"
23+
]
24+
}
25+
]
26+
},
27+
"examples": [
28+
{
29+
"description": "Gets information about a configuration of server.",
30+
"parameters": [
31+
{
32+
"name": "-Name",
33+
"value": "[Path.configurationName]"
34+
},
35+
{
36+
"name": "-ResourceGroupName",
37+
"value": "[Path.resourceGroupName]"
38+
},
39+
{
40+
"name": "-ServerName",
41+
"value": "[Path.serverName]"
42+
},
43+
{
44+
"name": "-SubscriptionId",
45+
"value": "[Path.subscriptionId]"
46+
}
47+
]
48+
}
49+
]
50+
}
51+
]
52+
}
Lines changed: 95 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,95 @@
1+
{
2+
"resourceType": "flexibleServers/databases",
3+
"apiVersion": "2021-05-01",
4+
"learnMore": {
5+
"url": "https://learn.microsoft.com/powershell/module/az.mysql"
6+
},
7+
"commands": [
8+
{
9+
"name": "Get-AzMySqlFlexibleServerDatabase",
10+
"description": "Gets information about a database.",
11+
"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/flexibleServers/{serverName}/databases/{databaseName}",
12+
"help": {
13+
"learnMore": {
14+
"url": "https://learn.microsoft.com/powershell/module/az.mysql/get-azmysqlflexibleserverdatabase"
15+
},
16+
"parameterSets": [
17+
{
18+
"parameters": [
19+
"-Name <String>",
20+
"-ResourceGroupName <String>",
21+
"-ServerName <String>",
22+
"[-SubscriptionId <String[]>]"
23+
]
24+
}
25+
]
26+
},
27+
"examples": [
28+
{
29+
"description": "Gets information about a database.",
30+
"parameters": [
31+
{
32+
"name": "-Name",
33+
"value": "[Path.databaseName]"
34+
},
35+
{
36+
"name": "-ResourceGroupName",
37+
"value": "[Path.resourceGroupName]"
38+
},
39+
{
40+
"name": "-ServerName",
41+
"value": "[Path.serverName]"
42+
},
43+
{
44+
"name": "-SubscriptionId",
45+
"value": "[Path.subscriptionId]"
46+
}
47+
]
48+
}
49+
]
50+
},
51+
{
52+
"name": "Remove-AzMySqlFlexibleServerDatabase",
53+
"description": "Deletes a database.",
54+
"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/flexibleServers/{serverName}/databases/{databaseName}",
55+
"help": {
56+
"learnMore": {
57+
"url": "https://learn.microsoft.com/powershell/module/az.mysql/remove-azmysqlflexibleserverdatabase"
58+
},
59+
"parameterSets": [
60+
{
61+
"parameters": [
62+
"-Name <String>",
63+
"-ResourceGroupName <String>",
64+
"-ServerName <String>",
65+
"[-SubscriptionId <String>]"
66+
]
67+
}
68+
]
69+
},
70+
"examples": [
71+
{
72+
"description": "Deletes a database.",
73+
"parameters": [
74+
{
75+
"name": "-Name",
76+
"value": "[Path.databaseName]"
77+
},
78+
{
79+
"name": "-ResourceGroupName",
80+
"value": "[Path.resourceGroupName]"
81+
},
82+
{
83+
"name": "-ServerName",
84+
"value": "[Path.serverName]"
85+
},
86+
{
87+
"name": "-SubscriptionId",
88+
"value": "[Path.subscriptionId]"
89+
}
90+
]
91+
}
92+
]
93+
}
94+
]
95+
}
Lines changed: 95 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,95 @@
1+
{
2+
"resourceType": "flexibleServers/firewallRules",
3+
"apiVersion": "2021-05-01",
4+
"learnMore": {
5+
"url": "https://learn.microsoft.com/powershell/module/az.mysql"
6+
},
7+
"commands": [
8+
{
9+
"name": "Get-AzMySqlFlexibleServerFirewallRule",
10+
"description": "Gets information about a server firewall rule.",
11+
"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/flexibleServers/{serverName}/firewallRules/{firewallRuleName}",
12+
"help": {
13+
"learnMore": {
14+
"url": "https://learn.microsoft.com/powershell/module/az.mysql/get-azmysqlflexibleserverfirewallrule"
15+
},
16+
"parameterSets": [
17+
{
18+
"parameters": [
19+
"-Name <String>",
20+
"-ResourceGroupName <String>",
21+
"-ServerName <String>",
22+
"[-SubscriptionId <String[]>]"
23+
]
24+
}
25+
]
26+
},
27+
"examples": [
28+
{
29+
"description": "Gets information about a server firewall rule.",
30+
"parameters": [
31+
{
32+
"name": "-Name",
33+
"value": "[Path.firewallRuleName]"
34+
},
35+
{
36+
"name": "-ResourceGroupName",
37+
"value": "[Path.resourceGroupName]"
38+
},
39+
{
40+
"name": "-ServerName",
41+
"value": "[Path.serverName]"
42+
},
43+
{
44+
"name": "-SubscriptionId",
45+
"value": "[Path.subscriptionId]"
46+
}
47+
]
48+
}
49+
]
50+
},
51+
{
52+
"name": "Remove-AzMySqlFlexibleServerFirewallRule",
53+
"description": "Deletes a firewall rule.",
54+
"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/flexibleServers/{serverName}/firewallRules/{firewallRuleName}",
55+
"help": {
56+
"learnMore": {
57+
"url": "https://learn.microsoft.com/powershell/module/az.mysql/remove-azmysqlflexibleserverfirewallrule"
58+
},
59+
"parameterSets": [
60+
{
61+
"parameters": [
62+
"-Name <String>",
63+
"-ResourceGroupName <String>",
64+
"-ServerName <String>",
65+
"[-SubscriptionId <String>]"
66+
]
67+
}
68+
]
69+
},
70+
"examples": [
71+
{
72+
"description": "Deletes a firewall rule.",
73+
"parameters": [
74+
{
75+
"name": "-Name",
76+
"value": "[Path.firewallRuleName]"
77+
},
78+
{
79+
"name": "-ResourceGroupName",
80+
"value": "[Path.resourceGroupName]"
81+
},
82+
{
83+
"name": "-ServerName",
84+
"value": "[Path.serverName]"
85+
},
86+
{
87+
"name": "-SubscriptionId",
88+
"value": "[Path.subscriptionId]"
89+
}
90+
]
91+
}
92+
]
93+
}
94+
]
95+
}

0 commit comments

Comments
 (0)