Skip to content

Commit 7c7ffa1

Browse files
Move MySql to main (#19681)
* Move MySql to main * Update changelog for MySql Co-authored-by: azure-powershell-bot <[email protected]>
1 parent 662d0ec commit 7c7ffa1

File tree

738 files changed

+10977
-7620
lines changed

Some content is hidden

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

738 files changed

+10977
-7620
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: 12/31/2021
6+
# Generated on: 9/28/2022
77
#
88

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

135135
# ReleaseNotes of this module
136-
ReleaseNotes = '* General availability of Az.MySql'
136+
# ReleaseNotes = ''
137137

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

src/MySql/Az.MySql.psm1

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,17 +25,17 @@
2525
}
2626
}
2727
if(-not $accountsModule) {
28-
$hasAdequateVersion = (Get-Module -Name $accountsName -ListAvailable | Where-Object { $_.Version -ge [System.Version]'2.2.3' } | Measure-Object).Count -gt 0
28+
$hasAdequateVersion = (Get-Module -Name $accountsName -ListAvailable | Where-Object { $_.Version -ge [System.Version]'2.7.5' } | Measure-Object).Count -gt 0
2929
if($hasAdequateVersion) {
30-
$accountsModule = Import-Module -Name $accountsName -MinimumVersion 2.2.3 -Scope Global -PassThru
30+
$accountsModule = Import-Module -Name $accountsName -MinimumVersion 2.7.5 -Scope Global -PassThru
3131
}
3232
}
3333
}
3434

3535
if(-not $accountsModule) {
36-
Write-Error "`nThis module requires $accountsName version 2.2.3 or greater. For installation instructions, please see: https://docs.microsoft.com/powershell/azure/install-az-ps" -ErrorAction Stop
37-
} elseif (($accountsModule.Version -lt [System.Version]'2.2.3') -and (-not $localAccounts)) {
38-
Write-Error "`nThis module requires $accountsName version 2.2.3 or greater. An earlier version of Az.Accounts is imported in the current PowerShell session. If you are running test, please try to add the switch '-RegenerateSupportModule' when executing 'test-module.ps1'. Otherwise please open a new PowerShell session and import this module again.`nAdditionally, this error could indicate that multiple incompatible versions of Azure PowerShell modules are installed on your system. For troubleshooting information, please see: https://aka.ms/azps-version-error" -ErrorAction Stop
36+
Write-Error "`nThis module requires $accountsName version 2.7.5 or greater. For installation instructions, please see: https://docs.microsoft.com/powershell/azure/install-az-ps" -ErrorAction Stop
37+
} elseif (($accountsModule.Version -lt [System.Version]'2.7.5') -and (-not $localAccounts)) {
38+
Write-Error "`nThis module requires $accountsName version 2.7.5 or greater. An earlier version of Az.Accounts is imported in the current PowerShell session. If you are running test, please try to add the switch '-RegenerateSupportModule' when executing 'test-module.ps1'. Otherwise please open a new PowerShell session and import this module again.`nAdditionally, this error could indicate that multiple incompatible versions of Azure PowerShell modules are installed on your system. For troubleshooting information, please see: https://aka.ms/azps-version-error" -ErrorAction Stop
3939
}
4040
Write-Information "Loaded Module '$($accountsModule.Name)'"
4141

@@ -50,6 +50,10 @@
5050

5151
# Tweaks the pipeline on module load
5252
$instance.OnModuleLoad = $VTable.OnModuleLoad
53+
54+
# Following two delegates are added for telemetry
55+
$instance.GetTelemetryId = $VTable.GetTelemetryId
56+
$instance.Telemetry = $VTable.Telemetry
5357

5458

5559
# Tweaks the pipeline per call

src/MySql/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 `PublicNetworkAccess` to `Update-AzMySqlServer` [#19189]
2122

2223
## Version 1.0.0
2324
* General availability of Az.MySql

src/MySql/MySql.sln

Lines changed: 79 additions & 79 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio Version 16
4-
VisualStudioVersion = 16.0.30114.105
4+
VisualStudioVersion = 16.6.30114.105
55
MinimumVisualStudioVersion = 10.0.40219.1
6-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Accounts", "..\Accounts\Accounts\Accounts.csproj", "{73B438D2-926A-4A8E-BEE7-B840A196B5B2}"
6+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Accounts", "..\Accounts\Accounts\Accounts.csproj", "{4270B71F-B9DF-4B21-AC14-692F6E3B0EBF}"
77
EndProject
8-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authentication", "..\Accounts\Authentication\Authentication.csproj", "{20D32E9B-1A09-4D4A-86A4-4098E6319C10}"
8+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authentication", "..\Accounts\Authentication\Authentication.csproj", "{3A103B04-05C3-4264-A1CE-B380CD6ED6A1}"
99
EndProject
10-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authentication.ResourceManager", "..\Accounts\Authentication.ResourceManager\Authentication.ResourceManager.csproj", "{869CE11D-E06C-4A07-A92C-826E8BDBF8E8}"
10+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authentication.ResourceManager", "..\Accounts\Authentication.ResourceManager\Authentication.ResourceManager.csproj", "{473A3429-EEAF-4A0E-9505-7A96D8B19357}"
1111
EndProject
12-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AuthenticationAssemblyLoadContext", "..\Accounts\AuthenticationAssemblyLoadContext\AuthenticationAssemblyLoadContext.csproj", "{B63C85AD-5D74-4609-8812-E96DF3235092}"
12+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AuthenticationAssemblyLoadContext", "..\Accounts\AuthenticationAssemblyLoadContext\AuthenticationAssemblyLoadContext.csproj", "{33D68914-6B68-4B68-A183-93498165A0F8}"
1313
EndProject
14-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authenticators", "..\Accounts\Authenticators\Authenticators.csproj", "{371B913C-4713-4F29-9B44-DA4604B77883}"
14+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authenticators", "..\Accounts\Authenticators\Authenticators.csproj", "{19A907FE-59EC-4814-A816-86F81CA2B0AF}"
1515
EndProject
16-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.MySql", "Az.MySql.csproj", "{375C0C36-5D26-4E59-9BAC-8583940DA7E0}"
16+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.MySql", "Az.MySql.csproj", "{FF74A286-5994-4E2E-A242-6D668FA1EC43}"
1717
EndProject
1818
Global
1919
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -28,77 +28,77 @@ Global
2828
HideSolutionNode = FALSE
2929
EndGlobalSection
3030
GlobalSection(ProjectConfigurationPlatforms) = postSolution
31-
{73B438D2-926A-4A8E-BEE7-B840A196B5B2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
32-
{73B438D2-926A-4A8E-BEE7-B840A196B5B2}.Debug|Any CPU.Build.0 = Debug|Any CPU
33-
{73B438D2-926A-4A8E-BEE7-B840A196B5B2}.Debug|x64.ActiveCfg = Debug|Any CPU
34-
{73B438D2-926A-4A8E-BEE7-B840A196B5B2}.Debug|x64.Build.0 = Debug|Any CPU
35-
{73B438D2-926A-4A8E-BEE7-B840A196B5B2}.Debug|x86.ActiveCfg = Debug|Any CPU
36-
{73B438D2-926A-4A8E-BEE7-B840A196B5B2}.Debug|x86.Build.0 = Debug|Any CPU
37-
{73B438D2-926A-4A8E-BEE7-B840A196B5B2}.Release|Any CPU.ActiveCfg = Release|Any CPU
38-
{73B438D2-926A-4A8E-BEE7-B840A196B5B2}.Release|Any CPU.Build.0 = Release|Any CPU
39-
{73B438D2-926A-4A8E-BEE7-B840A196B5B2}.Release|x64.ActiveCfg = Release|Any CPU
40-
{73B438D2-926A-4A8E-BEE7-B840A196B5B2}.Release|x64.Build.0 = Release|Any CPU
41-
{73B438D2-926A-4A8E-BEE7-B840A196B5B2}.Release|x86.ActiveCfg = Release|Any CPU
42-
{73B438D2-926A-4A8E-BEE7-B840A196B5B2}.Release|x86.Build.0 = Release|Any CPU
43-
{20D32E9B-1A09-4D4A-86A4-4098E6319C10}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
44-
{20D32E9B-1A09-4D4A-86A4-4098E6319C10}.Debug|Any CPU.Build.0 = Debug|Any CPU
45-
{20D32E9B-1A09-4D4A-86A4-4098E6319C10}.Debug|x64.ActiveCfg = Debug|Any CPU
46-
{20D32E9B-1A09-4D4A-86A4-4098E6319C10}.Debug|x64.Build.0 = Debug|Any CPU
47-
{20D32E9B-1A09-4D4A-86A4-4098E6319C10}.Debug|x86.ActiveCfg = Debug|Any CPU
48-
{20D32E9B-1A09-4D4A-86A4-4098E6319C10}.Debug|x86.Build.0 = Debug|Any CPU
49-
{20D32E9B-1A09-4D4A-86A4-4098E6319C10}.Release|Any CPU.ActiveCfg = Release|Any CPU
50-
{20D32E9B-1A09-4D4A-86A4-4098E6319C10}.Release|Any CPU.Build.0 = Release|Any CPU
51-
{20D32E9B-1A09-4D4A-86A4-4098E6319C10}.Release|x64.ActiveCfg = Release|Any CPU
52-
{20D32E9B-1A09-4D4A-86A4-4098E6319C10}.Release|x64.Build.0 = Release|Any CPU
53-
{20D32E9B-1A09-4D4A-86A4-4098E6319C10}.Release|x86.ActiveCfg = Release|Any CPU
54-
{20D32E9B-1A09-4D4A-86A4-4098E6319C10}.Release|x86.Build.0 = Release|Any CPU
55-
{869CE11D-E06C-4A07-A92C-826E8BDBF8E8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
56-
{869CE11D-E06C-4A07-A92C-826E8BDBF8E8}.Debug|Any CPU.Build.0 = Debug|Any CPU
57-
{869CE11D-E06C-4A07-A92C-826E8BDBF8E8}.Debug|x64.ActiveCfg = Debug|Any CPU
58-
{869CE11D-E06C-4A07-A92C-826E8BDBF8E8}.Debug|x64.Build.0 = Debug|Any CPU
59-
{869CE11D-E06C-4A07-A92C-826E8BDBF8E8}.Debug|x86.ActiveCfg = Debug|Any CPU
60-
{869CE11D-E06C-4A07-A92C-826E8BDBF8E8}.Debug|x86.Build.0 = Debug|Any CPU
61-
{869CE11D-E06C-4A07-A92C-826E8BDBF8E8}.Release|Any CPU.ActiveCfg = Release|Any CPU
62-
{869CE11D-E06C-4A07-A92C-826E8BDBF8E8}.Release|Any CPU.Build.0 = Release|Any CPU
63-
{869CE11D-E06C-4A07-A92C-826E8BDBF8E8}.Release|x64.ActiveCfg = Release|Any CPU
64-
{869CE11D-E06C-4A07-A92C-826E8BDBF8E8}.Release|x64.Build.0 = Release|Any CPU
65-
{869CE11D-E06C-4A07-A92C-826E8BDBF8E8}.Release|x86.ActiveCfg = Release|Any CPU
66-
{869CE11D-E06C-4A07-A92C-826E8BDBF8E8}.Release|x86.Build.0 = Release|Any CPU
67-
{B63C85AD-5D74-4609-8812-E96DF3235092}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
68-
{B63C85AD-5D74-4609-8812-E96DF3235092}.Debug|Any CPU.Build.0 = Debug|Any CPU
69-
{B63C85AD-5D74-4609-8812-E96DF3235092}.Debug|x64.ActiveCfg = Debug|Any CPU
70-
{B63C85AD-5D74-4609-8812-E96DF3235092}.Debug|x64.Build.0 = Debug|Any CPU
71-
{B63C85AD-5D74-4609-8812-E96DF3235092}.Debug|x86.ActiveCfg = Debug|Any CPU
72-
{B63C85AD-5D74-4609-8812-E96DF3235092}.Debug|x86.Build.0 = Debug|Any CPU
73-
{B63C85AD-5D74-4609-8812-E96DF3235092}.Release|Any CPU.ActiveCfg = Release|Any CPU
74-
{B63C85AD-5D74-4609-8812-E96DF3235092}.Release|Any CPU.Build.0 = Release|Any CPU
75-
{B63C85AD-5D74-4609-8812-E96DF3235092}.Release|x64.ActiveCfg = Release|Any CPU
76-
{B63C85AD-5D74-4609-8812-E96DF3235092}.Release|x64.Build.0 = Release|Any CPU
77-
{B63C85AD-5D74-4609-8812-E96DF3235092}.Release|x86.ActiveCfg = Release|Any CPU
78-
{B63C85AD-5D74-4609-8812-E96DF3235092}.Release|x86.Build.0 = Release|Any CPU
79-
{371B913C-4713-4F29-9B44-DA4604B77883}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
80-
{371B913C-4713-4F29-9B44-DA4604B77883}.Debug|Any CPU.Build.0 = Debug|Any CPU
81-
{371B913C-4713-4F29-9B44-DA4604B77883}.Debug|x64.ActiveCfg = Debug|Any CPU
82-
{371B913C-4713-4F29-9B44-DA4604B77883}.Debug|x64.Build.0 = Debug|Any CPU
83-
{371B913C-4713-4F29-9B44-DA4604B77883}.Debug|x86.ActiveCfg = Debug|Any CPU
84-
{371B913C-4713-4F29-9B44-DA4604B77883}.Debug|x86.Build.0 = Debug|Any CPU
85-
{371B913C-4713-4F29-9B44-DA4604B77883}.Release|Any CPU.ActiveCfg = Release|Any CPU
86-
{371B913C-4713-4F29-9B44-DA4604B77883}.Release|Any CPU.Build.0 = Release|Any CPU
87-
{371B913C-4713-4F29-9B44-DA4604B77883}.Release|x64.ActiveCfg = Release|Any CPU
88-
{371B913C-4713-4F29-9B44-DA4604B77883}.Release|x64.Build.0 = Release|Any CPU
89-
{371B913C-4713-4F29-9B44-DA4604B77883}.Release|x86.ActiveCfg = Release|Any CPU
90-
{371B913C-4713-4F29-9B44-DA4604B77883}.Release|x86.Build.0 = Release|Any CPU
91-
{375C0C36-5D26-4E59-9BAC-8583940DA7E0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
92-
{375C0C36-5D26-4E59-9BAC-8583940DA7E0}.Debug|Any CPU.Build.0 = Debug|Any CPU
93-
{375C0C36-5D26-4E59-9BAC-8583940DA7E0}.Debug|x64.ActiveCfg = Debug|Any CPU
94-
{375C0C36-5D26-4E59-9BAC-8583940DA7E0}.Debug|x64.Build.0 = Debug|Any CPU
95-
{375C0C36-5D26-4E59-9BAC-8583940DA7E0}.Debug|x86.ActiveCfg = Debug|Any CPU
96-
{375C0C36-5D26-4E59-9BAC-8583940DA7E0}.Debug|x86.Build.0 = Debug|Any CPU
97-
{375C0C36-5D26-4E59-9BAC-8583940DA7E0}.Release|Any CPU.ActiveCfg = Release|Any CPU
98-
{375C0C36-5D26-4E59-9BAC-8583940DA7E0}.Release|Any CPU.Build.0 = Release|Any CPU
99-
{375C0C36-5D26-4E59-9BAC-8583940DA7E0}.Release|x64.ActiveCfg = Release|Any CPU
100-
{375C0C36-5D26-4E59-9BAC-8583940DA7E0}.Release|x64.Build.0 = Release|Any CPU
101-
{375C0C36-5D26-4E59-9BAC-8583940DA7E0}.Release|x86.ActiveCfg = Release|Any CPU
102-
{375C0C36-5D26-4E59-9BAC-8583940DA7E0}.Release|x86.Build.0 = Release|Any CPU
31+
{4270B71F-B9DF-4B21-AC14-692F6E3B0EBF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
32+
{4270B71F-B9DF-4B21-AC14-692F6E3B0EBF}.Debug|Any CPU.Build.0 = Debug|Any CPU
33+
{4270B71F-B9DF-4B21-AC14-692F6E3B0EBF}.Debug|x64.ActiveCfg = Debug|Any CPU
34+
{4270B71F-B9DF-4B21-AC14-692F6E3B0EBF}.Debug|x64.Build.0 = Debug|Any CPU
35+
{4270B71F-B9DF-4B21-AC14-692F6E3B0EBF}.Debug|x86.ActiveCfg = Debug|Any CPU
36+
{4270B71F-B9DF-4B21-AC14-692F6E3B0EBF}.Debug|x86.Build.0 = Debug|Any CPU
37+
{4270B71F-B9DF-4B21-AC14-692F6E3B0EBF}.Release|Any CPU.ActiveCfg = Release|Any CPU
38+
{4270B71F-B9DF-4B21-AC14-692F6E3B0EBF}.Release|Any CPU.Build.0 = Release|Any CPU
39+
{4270B71F-B9DF-4B21-AC14-692F6E3B0EBF}.Release|x64.ActiveCfg = Release|Any CPU
40+
{4270B71F-B9DF-4B21-AC14-692F6E3B0EBF}.Release|x64.Build.0 = Release|Any CPU
41+
{4270B71F-B9DF-4B21-AC14-692F6E3B0EBF}.Release|x86.ActiveCfg = Release|Any CPU
42+
{4270B71F-B9DF-4B21-AC14-692F6E3B0EBF}.Release|x86.Build.0 = Release|Any CPU
43+
{3A103B04-05C3-4264-A1CE-B380CD6ED6A1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
44+
{3A103B04-05C3-4264-A1CE-B380CD6ED6A1}.Debug|Any CPU.Build.0 = Debug|Any CPU
45+
{3A103B04-05C3-4264-A1CE-B380CD6ED6A1}.Debug|x64.ActiveCfg = Debug|Any CPU
46+
{3A103B04-05C3-4264-A1CE-B380CD6ED6A1}.Debug|x64.Build.0 = Debug|Any CPU
47+
{3A103B04-05C3-4264-A1CE-B380CD6ED6A1}.Debug|x86.ActiveCfg = Debug|Any CPU
48+
{3A103B04-05C3-4264-A1CE-B380CD6ED6A1}.Debug|x86.Build.0 = Debug|Any CPU
49+
{3A103B04-05C3-4264-A1CE-B380CD6ED6A1}.Release|Any CPU.ActiveCfg = Release|Any CPU
50+
{3A103B04-05C3-4264-A1CE-B380CD6ED6A1}.Release|Any CPU.Build.0 = Release|Any CPU
51+
{3A103B04-05C3-4264-A1CE-B380CD6ED6A1}.Release|x64.ActiveCfg = Release|Any CPU
52+
{3A103B04-05C3-4264-A1CE-B380CD6ED6A1}.Release|x64.Build.0 = Release|Any CPU
53+
{3A103B04-05C3-4264-A1CE-B380CD6ED6A1}.Release|x86.ActiveCfg = Release|Any CPU
54+
{3A103B04-05C3-4264-A1CE-B380CD6ED6A1}.Release|x86.Build.0 = Release|Any CPU
55+
{473A3429-EEAF-4A0E-9505-7A96D8B19357}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
56+
{473A3429-EEAF-4A0E-9505-7A96D8B19357}.Debug|Any CPU.Build.0 = Debug|Any CPU
57+
{473A3429-EEAF-4A0E-9505-7A96D8B19357}.Debug|x64.ActiveCfg = Debug|Any CPU
58+
{473A3429-EEAF-4A0E-9505-7A96D8B19357}.Debug|x64.Build.0 = Debug|Any CPU
59+
{473A3429-EEAF-4A0E-9505-7A96D8B19357}.Debug|x86.ActiveCfg = Debug|Any CPU
60+
{473A3429-EEAF-4A0E-9505-7A96D8B19357}.Debug|x86.Build.0 = Debug|Any CPU
61+
{473A3429-EEAF-4A0E-9505-7A96D8B19357}.Release|Any CPU.ActiveCfg = Release|Any CPU
62+
{473A3429-EEAF-4A0E-9505-7A96D8B19357}.Release|Any CPU.Build.0 = Release|Any CPU
63+
{473A3429-EEAF-4A0E-9505-7A96D8B19357}.Release|x64.ActiveCfg = Release|Any CPU
64+
{473A3429-EEAF-4A0E-9505-7A96D8B19357}.Release|x64.Build.0 = Release|Any CPU
65+
{473A3429-EEAF-4A0E-9505-7A96D8B19357}.Release|x86.ActiveCfg = Release|Any CPU
66+
{473A3429-EEAF-4A0E-9505-7A96D8B19357}.Release|x86.Build.0 = Release|Any CPU
67+
{33D68914-6B68-4B68-A183-93498165A0F8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
68+
{33D68914-6B68-4B68-A183-93498165A0F8}.Debug|Any CPU.Build.0 = Debug|Any CPU
69+
{33D68914-6B68-4B68-A183-93498165A0F8}.Debug|x64.ActiveCfg = Debug|Any CPU
70+
{33D68914-6B68-4B68-A183-93498165A0F8}.Debug|x64.Build.0 = Debug|Any CPU
71+
{33D68914-6B68-4B68-A183-93498165A0F8}.Debug|x86.ActiveCfg = Debug|Any CPU
72+
{33D68914-6B68-4B68-A183-93498165A0F8}.Debug|x86.Build.0 = Debug|Any CPU
73+
{33D68914-6B68-4B68-A183-93498165A0F8}.Release|Any CPU.ActiveCfg = Release|Any CPU
74+
{33D68914-6B68-4B68-A183-93498165A0F8}.Release|Any CPU.Build.0 = Release|Any CPU
75+
{33D68914-6B68-4B68-A183-93498165A0F8}.Release|x64.ActiveCfg = Release|Any CPU
76+
{33D68914-6B68-4B68-A183-93498165A0F8}.Release|x64.Build.0 = Release|Any CPU
77+
{33D68914-6B68-4B68-A183-93498165A0F8}.Release|x86.ActiveCfg = Release|Any CPU
78+
{33D68914-6B68-4B68-A183-93498165A0F8}.Release|x86.Build.0 = Release|Any CPU
79+
{19A907FE-59EC-4814-A816-86F81CA2B0AF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
80+
{19A907FE-59EC-4814-A816-86F81CA2B0AF}.Debug|Any CPU.Build.0 = Debug|Any CPU
81+
{19A907FE-59EC-4814-A816-86F81CA2B0AF}.Debug|x64.ActiveCfg = Debug|Any CPU
82+
{19A907FE-59EC-4814-A816-86F81CA2B0AF}.Debug|x64.Build.0 = Debug|Any CPU
83+
{19A907FE-59EC-4814-A816-86F81CA2B0AF}.Debug|x86.ActiveCfg = Debug|Any CPU
84+
{19A907FE-59EC-4814-A816-86F81CA2B0AF}.Debug|x86.Build.0 = Debug|Any CPU
85+
{19A907FE-59EC-4814-A816-86F81CA2B0AF}.Release|Any CPU.ActiveCfg = Release|Any CPU
86+
{19A907FE-59EC-4814-A816-86F81CA2B0AF}.Release|Any CPU.Build.0 = Release|Any CPU
87+
{19A907FE-59EC-4814-A816-86F81CA2B0AF}.Release|x64.ActiveCfg = Release|Any CPU
88+
{19A907FE-59EC-4814-A816-86F81CA2B0AF}.Release|x64.Build.0 = Release|Any CPU
89+
{19A907FE-59EC-4814-A816-86F81CA2B0AF}.Release|x86.ActiveCfg = Release|Any CPU
90+
{19A907FE-59EC-4814-A816-86F81CA2B0AF}.Release|x86.Build.0 = Release|Any CPU
91+
{FF74A286-5994-4E2E-A242-6D668FA1EC43}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
92+
{FF74A286-5994-4E2E-A242-6D668FA1EC43}.Debug|Any CPU.Build.0 = Debug|Any CPU
93+
{FF74A286-5994-4E2E-A242-6D668FA1EC43}.Debug|x64.ActiveCfg = Debug|Any CPU
94+
{FF74A286-5994-4E2E-A242-6D668FA1EC43}.Debug|x64.Build.0 = Debug|Any CPU
95+
{FF74A286-5994-4E2E-A242-6D668FA1EC43}.Debug|x86.ActiveCfg = Debug|Any CPU
96+
{FF74A286-5994-4E2E-A242-6D668FA1EC43}.Debug|x86.Build.0 = Debug|Any CPU
97+
{FF74A286-5994-4E2E-A242-6D668FA1EC43}.Release|Any CPU.ActiveCfg = Release|Any CPU
98+
{FF74A286-5994-4E2E-A242-6D668FA1EC43}.Release|Any CPU.Build.0 = Release|Any CPU
99+
{FF74A286-5994-4E2E-A242-6D668FA1EC43}.Release|x64.ActiveCfg = Release|Any CPU
100+
{FF74A286-5994-4E2E-A242-6D668FA1EC43}.Release|x64.Build.0 = Release|Any CPU
101+
{FF74A286-5994-4E2E-A242-6D668FA1EC43}.Release|x86.ActiveCfg = Release|Any CPU
102+
{FF74A286-5994-4E2E-A242-6D668FA1EC43}.Release|x86.Build.0 = Release|Any CPU
103103
EndGlobalSection
104104
EndGlobal

src/MySql/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This directory contains the PowerShell module for the MySql service.
1717
This module was primarily generated via [AutoRest](https://github.com/Azure/autorest) using the [PowerShell](https://github.com/Azure/autorest.powershell) extension.
1818

1919
## Module Requirements
20-
- [Az.Accounts module](https://www.powershellgallery.com/packages/Az.Accounts/), version 2.2.3 or greater
20+
- [Az.Accounts module](https://www.powershellgallery.com/packages/Az.Accounts/), version 2.7.5 or greater
2121

2222
## Authentication
2323
AutoRest does not generate authentication code for the module. Authentication is handled via Az.Accounts by altering the HTTP payload before it is sent.

src/MySql/check-dependencies.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ if(-not $Isolated) {
2525
function DownloadModule ([bool]$predicate, [string]$path, [string]$moduleName, [string]$versionMinimum, [string]$requiredVersion) {
2626
if($predicate) {
2727
$module = Get-Module -ListAvailable -Name $moduleName
28-
if((-not $module) -or ($versionMinimum -and ($module | ForEach-Object { $_.Version } | Where-Object { $_ -ge [System.Version]$versionMinimum } | Measure-Object).Count -eq 0)) {
28+
if((-not $module) -or ($versionMinimum -and ($module | ForEach-Object { $_.Version } | Where-Object { $_ -ge [System.Version]$versionMinimum } | Measure-Object).Count -eq 0) -or ($requiredVersion -and ($module | ForEach-Object { $_.Version } | Where-Object { $_ -eq [System.Version]$requiredVersion } | Measure-Object).Count -eq 0)) {
2929
$null = New-Item -ItemType Directory -Force -Path $path
3030
Write-Host -ForegroundColor Green "Installing local $moduleName module into '$path'..."
3131
if ($requiredVersion) {
@@ -47,7 +47,7 @@ if(Test-Path -Path $localModulesPath) {
4747
$env:PSModulePath = "$localModulesPath$([IO.Path]::PathSeparator)$env:PSModulePath"
4848
}
4949

50-
DownloadModule -predicate ($all -or $Accounts) -path $localModulesPath -moduleName 'Az.Accounts' -versionMinimum '2.2.3'
50+
DownloadModule -predicate ($all -or $Accounts) -path $localModulesPath -moduleName 'Az.Accounts' -versionMinimum '2.7.5'
5151
DownloadModule -predicate ($all -or $Pester) -path $localModulesPath -moduleName 'Pester' -requiredVersion '4.10.1'
5252

5353
$tools = Join-Path $PSScriptRoot 'tools'

0 commit comments

Comments
 (0)