Skip to content

Commit ebef72d

Browse files
authored
Merge pull request Azure#4132 from jaredmoo/server2015
SQL server api-version 2015-05-01-preview and deprecated server update cmdlets
2 parents b87bc4e + a57df7b commit ebef72d

File tree

204 files changed

+2718896
-112366
lines changed

Some content is hidden

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

204 files changed

+2718896
-112366
lines changed

src/ResourceManager/Sql/ChangeLog.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
-->
2020
## Current Release
2121
* Add Data Sync PowerShell Cmdlets to AzureRM.Sql
22+
* Updated AzureRmSqlServer cmdlets to use new REST API version that avoids timeouts when creating server.
23+
* Deprecated server upgrade cmdlets because the old server version (2.0) no longer exists.
2224

2325
## Version 3.1.0
2426
* Restore-AzureRmSqlDatabase: Update documentation examples
@@ -37,7 +39,7 @@
3739
- Fix bug causing Switch- cmdlet to return immediately rather than waiting for operation to complete
3840
- Fix integer overflow bug when high grace period values are used
3941
- Adjust grace period to a minimum of 1 hour if a lower one is provided
40-
* Remove "Usage_Anomaly" from the accepted values for "ExcludedDetectionType" parameter of Set-AzureRmSqlDatabaseThreatDetectionPolicy cmdlet and Set-AzureRmSqlServerThreatDetectionPolicy cmdlet.
42+
* Remove "Usage_Anomaly" from the accepted values for "ExcludedDetectionType" parameter of Set-AzureRmSqlDatabaseThreatDetectionPolicy cmdlet and Set-AzureRmSqlServerThreatDetectionPolicy cmdlet.
4143

4244
## Version 2.8.0
4345
* Bug fixes on Azure Failover Group Cmdlets
@@ -46,7 +48,7 @@
4648
- Adding obsolete warnings to upcoming parameter changes.
4749

4850
## Version 2.7.0
49-
* Bug fix - Auditing and Threat Detection cmdlets now return a meangfull error instead of null refernce error.
51+
* Bug fix - Auditing and Threat Detection cmdlets now return a meangfull error instead of null refernce error.
5052
* Updating Transparent Data Encryption (TDE) with Bring Your Own Key (BYOK) support cmdlets for updated API.
5153

5254
## Version 2.6.0
@@ -57,8 +59,8 @@
5759
- Remove-AzureRmSqlServerKeyVaultKey : This cmdlet removes an Azure Key Vault key from a Sql Server.
5860
- Get-AzureRmSqlServerTransparentDataEncryptionProtector : This cmdlet returns the current encryption protector for a Sql Server.
5961
- Set-AzureRmSqlServerTransparentDataEncryptionProtector : This cmdlet sets the encryption protector for a Sql Server. The encryption protector can be set to a key from Azure Key Vault or a key that is managed by Azure Sql.
60-
* New feature: Set--AzureRmSqlDatabaseAuditing and Set-AzureRmSqlDatabaseServerAuditingPolicy supports setting secondary storage key for AuditType Blob
61-
* Bug fix: Remove-AzureRmSqlDatabaseAuditing should set the UseServerDefault value to disabled
62+
* New feature: Set--AzureRmSqlDatabaseAuditing and Set-AzureRmSqlDatabaseServerAuditingPolicy supports setting secondary storage key for AuditType Blob
63+
* Bug fix: Remove-AzureRmSqlDatabaseAuditing should set the UseServerDefault value to disabled
6264
* Bug fix: Fixing an issue of selecting classic storage account when creating / updating Auditing or Threat Detection policies
6365
* Bug fix: Set-AzureRmSqlDatabaseAuditing and Set-AzureRmSqlDatabaseServerAuditingPolicy commands use the AuditType value that was previously defined in case it has not been configured by the user.
6466
* Bug fix: In case Blob Auditing is defined, Remove-AzureRmSqlDatabaseAuditing and Remove-AzureRmSqlDatabaseServerAuditingPolicy commands disable the Auditing settings.
@@ -70,28 +72,28 @@
7072
- Remove-AzureRmSqlDatabaseFromFailoverGroup removes Azure Sql Databases from a Failover Group
7173
- Remove-AzureRmSqlDatabaseFailoverGroup Failover Group deletes the Failover Group
7274
- Set-AzureRmSqlDatabaseFailoverGroup set Azure Sql Database Failover Policy and Grace Period entities of the Failover Group
73-
- Switch-AzureRmSqlDatabaseFailoverGroup issues the failover operation with data loss or without data loss
75+
- Switch-AzureRmSqlDatabaseFailoverGroup issues the failover operation with data loss or without data loss
7476

7577
## Version 2.5.0
7678
* Added new return parameter "AuditType" to Get-AzureRmSqlDatabaseAuditingPolicy and Get-AzureRmSqlServerAuditingPolicy returned object
7779
- This parameter value indicates the returned auditing policy type - Table or Blob.
7880

7981
## Version 2.4.0
80-
* Added storage properties to cmdlets for Azure SQL threat detection policy management at database and server level
82+
* Added storage properties to cmdlets for Azure SQL threat detection policy management at database and server level
8183
- StorageAccountName
8284
- RetentionInDays
8385
* Removed the unsupported param "AuditAction" from Set-AzureSqlDatabaseServerAuditingPolicy
8486
* Added new param "AuditAction" to Set-AzureSqlDatabaseAuditingPolicy
85-
* Fix for showing on GET and persisting Tags on SET (if not given) for Database, Server and Elastic Pool
87+
* Fix for showing on GET and persisting Tags on SET (if not given) for Database, Server and Elastic Pool
8688
- If Tags is used in command it will save tags, if not it will not wipe out tags on resource.
87-
* Fix for showing on GET and persisting Tags on SET (if not given) for Database, Server and Elastic Pool
89+
* Fix for showing on GET and persisting Tags on SET (if not given) for Database, Server and Elastic Pool
8890
- If Tags is used in command it will save tags, if not it will not wipe out tags on resource.
8991
* Changes for "New-AzureRmSqlDatabase", "Set-AzureRmSqlDatabase" and "Get-AzureRmSqlDatabase" cmdlets
9092
- Adding a new parameter called "ReadScale" for the 3 cmdlets above.
9193
- The "ReadScale" parameter has 2 possibl values: "Enabled" or "Disabled" to indicate whether the ReadScale option is turned on for the database.
9294
* Functionality of ReadScale Feature.
9395
- ReadScale is a new feature in SQL Database, which allows the user to enabled/disable routing read-only requests to Geo-secondary Premium databases.
9496
- This feature allows the customer to scale up/down their read-only workload flexibly, and unlocked more DTUs for the premium database.
95-
- To configure ReadScale, user simply specify "ReadScale" paramter with "Enabled/Disabled" at database creation with New-AzureRmSqlDatabase cmdlet,
97+
- To configure ReadScale, user simply specify "ReadScale" paramter with "Enabled/Disabled" at database creation with New-AzureRmSqlDatabase cmdlet,
9698

9799
## Version 2.3.0

src/ResourceManager/Sql/Commands.Sql.Test/Commands.Sql.Test.csproj

Lines changed: 26 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
<Private>True</Private>
7979
</Reference>
8080
<Reference Include="Microsoft.Azure.Management.Sql, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
81-
<HintPath>..\..\..\packages\Microsoft.Azure.Management.Sql.1.3.0-preview\lib\net452\Microsoft.Azure.Management.Sql.dll</HintPath>
81+
<HintPath>..\..\..\packages\Microsoft.Azure.Management.Sql.1.5.0-preview\lib\net452\Microsoft.Azure.Management.Sql.dll</HintPath>
8282
<Private>True</Private>
8383
</Reference>
8484
<Reference Include="Microsoft.Azure.Management.Storage">
@@ -115,11 +115,11 @@
115115
<HintPath>..\..\..\packages\Microsoft.IdentityModel.Clients.ActiveDirectory.2.28.3\lib\net45\Microsoft.IdentityModel.Clients.ActiveDirectory.WindowsForms.dll</HintPath>
116116
</Reference>
117117
<Reference Include="Microsoft.Rest.ClientRuntime, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
118-
<HintPath>..\..\..\packages\Microsoft.Rest.ClientRuntime.2.3.5\lib\net45\Microsoft.Rest.ClientRuntime.dll</HintPath>
118+
<HintPath>..\..\..\packages\Microsoft.Rest.ClientRuntime.2.3.8\lib\net452\Microsoft.Rest.ClientRuntime.dll</HintPath>
119119
<Private>True</Private>
120120
</Reference>
121121
<Reference Include="Microsoft.Rest.ClientRuntime.Azure, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
122-
<HintPath>..\..\..\packages\Microsoft.Rest.ClientRuntime.Azure.3.3.5\lib\net45\Microsoft.Rest.ClientRuntime.Azure.dll</HintPath>
122+
<HintPath>..\..\..\packages\Microsoft.Rest.ClientRuntime.Azure.3.3.7\lib\net452\Microsoft.Rest.ClientRuntime.Azure.dll</HintPath>
123123
<Private>True</Private>
124124
</Reference>
125125
<Reference Include="Microsoft.Rest.ClientRuntime.Azure.Authentication, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
@@ -210,17 +210,23 @@
210210
<DesignTime>True</DesignTime>
211211
<DependentUpon>Resources.resx</DependentUpon>
212212
</Compile>
213+
<Compile Include="ScenarioTests\AuditingClassicStorageTests.cs" />
213214
<Compile Include="ScenarioTests\ReadScaleCrudTests.cs" />
214215
<Compile Include="ScenarioTests\DataSyncTests.cs" />
215216
<Compile Include="ScenarioTests\RecommendedActionTests.cs" />
216217
<Compile Include="ScenarioTests\DatabaseBackupStretchTests.cs" />
217218
<Compile Include="ScenarioTests\DatabaseCrudStretchTests.cs" />
219+
<Compile Include="ScenarioTests\ServerUpgradeTests.cs" />
220+
<Compile Include="ScenarioTests\ThreatDetectionClassicStorageTests.cs" />
218221
<Compile Include="ScenarioTests\ThreatDetectionTests.cs" />
219222
<Compile Include="ScenarioTests\DatabaseActivationTests.cs" />
220223
<Compile Include="ScenarioTests\DatabaseBackupTests.cs" />
221224
<Compile Include="ScenarioTests\DatabaseReplicationTests.cs" />
222225
<Compile Include="ScenarioTests\DatabaseCrudTests.cs" />
223226
<Compile Include="ScenarioTests\DataMaskingTests.cs" />
227+
<None Include="ScenarioTests\AuditingClassicStorageTests.ps1">
228+
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
229+
</None>
224230
<None Include="ScenarioTests\FailoverGroupTests.ps1">
225231
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
226232
</None>
@@ -242,6 +248,12 @@
242248
<None Include="ScenarioTests\DatabaseCrudStretchTests.ps1">
243249
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
244250
</None>
251+
<None Include="ScenarioTests\ServerUpgradeTests.ps1">
252+
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
253+
</None>
254+
<None Include="ScenarioTests\ThreatDetectionClassicStorageTests.ps1">
255+
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
256+
</None>
245257
<None Include="ScenarioTests\ThreatDetectionTests.ps1">
246258
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
247259
</None>
@@ -286,7 +298,6 @@
286298
<Compile Include="ScenarioTests\AuditingTests.cs" />
287299
<Compile Include="ScenarioTests\ServerCrudTests.cs" />
288300
<Compile Include="ScenarioTests\ServerDisasterRecoveryConfigurationTests.cs" />
289-
<Compile Include="ScenarioTests\ServerUpgradeTests.cs" />
290301
<Compile Include="ScenarioTests\SqlEvnSetupHelper.cs" />
291302
<Compile Include="ScenarioTests\SqlTestsBase.cs" />
292303
<Compile Include="ScenarioTests\TransparentDataEncryptionCrudTests.cs" />
@@ -378,9 +389,6 @@
378389
<None Include="ScenarioTests\IndexRecommendationTests.ps1">
379390
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
380391
</None>
381-
<None Include="ScenarioTests\ServerUpgradeTests.ps1">
382-
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
383-
</None>
384392
<None Include="ScenarioTests\TransparentDataEncryptionCrudTests.ps1">
385393
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
386394
</None>
@@ -417,13 +425,10 @@
417425
<None Include="SessionRecords\Microsoft.Azure.Commands.Sql.Test.ScenarioTests.AdvisorTests\TestUpdateDatabaseAdvisor.json">
418426
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
419427
</None>
420-
<None Include="SessionRecords\Microsoft.Azure.Commands.Sql.Test.ScenarioTests.AdvisorTests\TestUpdateElasticPoolAdvisor.json">
421-
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
422-
</None>
423428
<None Include="SessionRecords\Microsoft.Azure.Commands.Sql.Test.ScenarioTests.AdvisorTests\TestUpdateServerAdvisor.json">
424429
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
425430
</None>
426-
<None Include="SessionRecords\Microsoft.Azure.Commands.Sql.Test.ScenarioTests.AuditingTests\TestAuditingUpdatePolicyWithClassicStorage.json">
431+
<None Include="SessionRecords\Microsoft.Azure.Commands.Sql.Test.ScenarioTests.AuditingClassicStorageTests\TestAuditingUpdatePolicyWithClassicStorage.json">
427432
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
428433
</None>
429434
<None Include="SessionRecords\Microsoft.Azure.Commands.Sql.Test.ScenarioTests.AuditingTests\TestAuditingDatabaseDisableEnableKeepProperties.json">
@@ -567,57 +572,33 @@
567572
<None Include="SessionRecords\Microsoft.Azure.Commands.Sql.Test.ScenarioTests.DatabaseCrudTests\TestDatabaseCreate.json">
568573
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
569574
</None>
570-
<None Include="SessionRecords\Microsoft.Azure.Commands.Sql.Test.ScenarioTests.DatabaseCrudTests\TestDatabaseCreateV2.json">
571-
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
572-
</None>
573575
<None Include="SessionRecords\Microsoft.Azure.Commands.Sql.Test.ScenarioTests.DatabaseCrudTests\TestDatabaseCreateWithSampleName.json">
574576
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
575577
</None>
576578
<None Include="SessionRecords\Microsoft.Azure.Commands.Sql.Test.ScenarioTests.DatabaseCrudTests\TestDatabaseGet.json">
577579
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
578580
</None>
579-
<None Include="SessionRecords\Microsoft.Azure.Commands.Sql.Test.ScenarioTests.DatabaseCrudTests\TestDatabaseGetV2.json">
580-
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
581-
</None>
582581
<None Include="SessionRecords\Microsoft.Azure.Commands.Sql.Test.ScenarioTests.DatabaseCrudTests\TestDatabaseRemove.json">
583582
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
584583
</None>
585-
<None Include="SessionRecords\Microsoft.Azure.Commands.Sql.Test.ScenarioTests.DatabaseCrudTests\TestDatabaseRemoveV2.json">
586-
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
587-
</None>
588584
<None Include="SessionRecords\Microsoft.Azure.Commands.Sql.Test.ScenarioTests.DatabaseCrudTests\TestDatabaseUpdate.json">
589585
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
590586
</None>
591-
<None Include="SessionRecords\Microsoft.Azure.Commands.Sql.Test.ScenarioTests.DatabaseCrudTests\TestDatabaseUpdateV2.json">
592-
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
593-
</None>
594587
<None Include="SessionRecords\Microsoft.Azure.Commands.Sql.Test.ScenarioTests.DatabaseReplicationTests\TestCreateDatabaseCopy.json">
595588
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
596589
</None>
597-
<None Include="SessionRecords\Microsoft.Azure.Commands.Sql.Test.ScenarioTests.DatabaseReplicationTests\TestCreateDatabaseCopyV2.json">
598-
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
599-
</None>
600590
<None Include="SessionRecords\Microsoft.Azure.Commands.Sql.Test.ScenarioTests.DatabaseReplicationTests\TestCreateSecondaryDatabase.json">
601591
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
602592
</None>
603-
<None Include="SessionRecords\Microsoft.Azure.Commands.Sql.Test.ScenarioTests.DatabaseReplicationTests\TestCreateSecondaryDatabaseV2.json">
604-
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
605-
</None>
606593
<None Include="SessionRecords\Microsoft.Azure.Commands.Sql.Test.ScenarioTests.DatabaseReplicationTests\TestFailoverSecondaryDatabase.json">
607594
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
608595
</None>
609596
<None Include="SessionRecords\Microsoft.Azure.Commands.Sql.Test.ScenarioTests.DatabaseReplicationTests\TestGetReplicationLink.json">
610597
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
611598
</None>
612-
<None Include="SessionRecords\Microsoft.Azure.Commands.Sql.Test.ScenarioTests.DatabaseReplicationTests\TestGetReplicationLinkV2.json">
613-
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
614-
</None>
615599
<None Include="SessionRecords\Microsoft.Azure.Commands.Sql.Test.ScenarioTests.DatabaseReplicationTests\TestRemoveSecondaryDatabase.json">
616600
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
617601
</None>
618-
<None Include="SessionRecords\Microsoft.Azure.Commands.Sql.Test.ScenarioTests.DatabaseReplicationTests\TestRemoveSecondaryDatabaseV2.json">
619-
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
620-
</None>
621602
<None Include="SessionRecords\Microsoft.Azure.Commands.Sql.Test.ScenarioTests.DataMaskingTests\TestDatabaseDataMaskingBasicRuleLifecycle.json">
622603
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
623604
</None>
@@ -687,9 +668,6 @@
687668
<None Include="SessionRecords\Microsoft.Azure.Commands.Sql.Test.ScenarioTests.ElasticPoolCrudTests\TestElasticPoolGet.json">
688669
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
689670
</None>
690-
<None Include="SessionRecords\Microsoft.Azure.Commands.Sql.Test.ScenarioTests.ElasticPoolCrudTests\TestElasticPoolMetricGet.json">
691-
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
692-
</None>
693671
<None Include="SessionRecords\Microsoft.Azure.Commands.Sql.Test.ScenarioTests.ElasticPoolCrudTests\TestElasticPoolRemove.json">
694672
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
695673
</None>
@@ -813,9 +791,6 @@
813791
<None Include="SessionRecords\Microsoft.Azure.Commands.Sql.Test.ScenarioTests.ServerDisasterRecoveryConfigurationTests\TestServerDisasterRecoveryConfiguration.json">
814792
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
815793
</None>
816-
<None Include="SessionRecords\Microsoft.Azure.Commands.Sql.Test.ScenarioTests.ServerUpgradeTests\TestServerUpgradeWithUpgradeHint.json">
817-
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
818-
</None>
819794
<None Include="SessionRecords\Microsoft.Azure.Commands.Sql.Test.ScenarioTests.ServiceTierAdvisorTests\GetUpgradeDatabaseHint.json">
820795
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
821796
</None>
@@ -843,7 +818,7 @@
843818
<None Include="SessionRecords\Microsoft.Azure.Commands.Sql.Test.ScenarioTests.ThreatDetectionTests\ThreatDetectionServerUpdatePolicy.json">
844819
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
845820
</None>
846-
<None Include="SessionRecords\Microsoft.Azure.Commands.Sql.Test.ScenarioTests.ThreatDetectionTests\ThreatDetectionUpdatePolicyWithClassicStorage.json">
821+
<None Include="SessionRecords\Microsoft.Azure.Commands.Sql.Test.ScenarioTests.ThreatDetectionClassicStorageTests\ThreatDetectionUpdatePolicyWithClassicStorage.json">
847822
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
848823
</None>
849824
<None Include="SessionRecords\Microsoft.Azure.Commands.Sql.Test.ScenarioTests.TransparentDataEncryptionCrudTests\TestDatabaseTransparentDataEncryptionGet.json">
@@ -867,12 +842,6 @@
867842
<None Include="SessionRecords\Microsoft.Azure.Commands.Sql.Test.ScenarioTests.ServerKeyVaultKeyTests\TestServerKeyVaultKeyRemove.json">
868843
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
869844
</None>
870-
<None Include="SessionRecords\Microsoft.Azure.Commands.Sql.Test.ScenarioTests.ServerUpgradeTests\TestServerUpgradeAndCancel.json">
871-
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
872-
</None>
873-
<None Include="SessionRecords\Microsoft.Azure.Commands.Sql.Test.ScenarioTests.ServerUpgradeTests\TestServerUpgradeNegative.json">
874-
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
875-
</None>
876845
<None Include="SessionRecords\Microsoft.Azure.Commands.Sql.Test.ScenarioTests.LocationCapabilitiesTests\TestLocationCapabilities.json">
877846
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
878847
</None>
@@ -891,6 +860,15 @@
891860
<None Include="SessionRecords\Microsoft.Azure.Commands.Sql.Test.ScenarioTests.ImportExportTests\TestImportDatabase.json">
892861
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
893862
</None>
863+
<None Include=".\SessionRecords\Microsoft.Azure.Commands.Sql.Test.ScenarioTests.ServerUpgradeTests\TestServerUpgradeAndCancel.json">
864+
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
865+
</None>
866+
<None Include=".\SessionRecords\Microsoft.Azure.Commands.Sql.Test.ScenarioTests.ServerUpgradeTests\TestServerUpgradeNegative.json">
867+
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
868+
</None>
869+
<None Include=".\SessionRecords\Microsoft.Azure.Commands.Sql.Test.ScenarioTests.ServerUpgradeTests\TestServerUpgradeWithUpgradeHint.json">
870+
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
871+
</None>
894872
</ItemGroup>
895873
<ItemGroup>
896874
<EmbeddedResource Include="Properties\Resources.resx">

src/ResourceManager/Sql/Commands.Sql.Test/ScenarioTests/AdvisorTests.cs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -113,13 +113,6 @@ public void TestGetElasticPoolAdvisor()
113113
RunPowerShellTest("Test-GetElasticPoolAdvisor");
114114
}
115115

116-
[Fact]
117-
[Trait(Category.AcceptanceType, Category.CheckIn)]
118-
public void TestUpdateElasticPoolAdvisor()
119-
{
120-
RunPowerShellTest("Test-UpdateElasticPoolAdvisor");
121-
}
122-
123116
#endregion
124117
}
125118
}

0 commit comments

Comments
 (0)