-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add powershell APIs for Partition merge and Throughput redistribution (…
…#18247) * partition merge powershell cmdlet * Delete PartitionInfoGetResults * add pitr lite support * fix update continuoustier and tests * add test recording * Partition merge powershell cmdlets and tests * Add RedisCacheTestRunner and replace Controller (#18222) * Add PrivateDnsTestRunner and replace TestBase (#18202) * Add ReservationsTestRunner and replace TestController (#18226) * Add ResourceGraphTestRunner to replace TestController (#18227) * Signed-off-by: [email protected] <[email protected]> * Add ResourceGraphTestRunner to replace TestController * Add SecurityInsightsTestRunner and replace TestController (#18228) * Signed-off-by: [email protected] <[email protected]> (#18229) * Add ServiceFabricTestRunner and replace TestController (#18231) * Add SignalRTestRunner to replace TestController (#18232) * powershell changes * Add SupportTestRunner to replace TestController (#18188) * Add SupportTestRunner to replace TestController * Revert Az.Support document changes * Add SecurityTestRunner to replace TestController (#18189) * Add SecurityTestRunner to replace TestController * Revert Az.Security document changes * Add IotHubTestRunner to replace IotHubController (#18200) * Add MonitorTestRunner to replace TestsController (#18201) * Add TrafficManagerTestRunner to replace TestController (#18243) * Add more tests and fixes * Fix merge conflicts and documentation * revert non cosmosdb changes * Fix confirmation message * Update NuGet.Config * suppressions * Fix missing parameter * converted tests to manual verification Co-authored-by: Vinh Trinh <[email protected]> Co-authored-by: Yufan Yang <[email protected]> Co-authored-by: v-yuzhichen <[email protected]> Co-authored-by: Ziyue Zheng <[email protected]> Co-authored-by: Yunchi Wang <[email protected]>
- Loading branch information
1 parent
fbaa9e8
commit fdecb11
Showing
153 changed files
with
17,200 additions
and
4,932 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
<PropertyGroup> | ||
<PsModuleName>CosmosDB</PsModuleName> | ||
</PropertyGroup> | ||
<Import Project="$(MSBuildThisFileDirectory)..\..\Az.Test.props" /> | ||
<ItemGroup> | ||
<PackageReference Include="Microsoft.Azure.KeyVault" Version="3.0.1" /> | ||
<PackageReference Include="Microsoft.Azure.Management.CosmosDB" Version="3.7.0-preview" /> | ||
<PackageReference Include="Microsoft.Azure.Management.CosmosDB" Version="3.8.0-preview" /> | ||
<PackageReference Include="Microsoft.Azure.Management.Network" Version="22.0.0" /> | ||
</ItemGroup> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.