Skip to content

Commit

Permalink
Merge branch 'release-2020-10-27' into yeming/hsmRelease
Browse files Browse the repository at this point in the history
  • Loading branch information
isra-fel authored Oct 21, 2020
2 parents b6377aa + 69c5435 commit cbc8508
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions src/SpringCloud/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@
- Additional information about change #1
-->
## Upcoming Release

## Version 0.2.0
* Updated API version to 2020-07-01.

## Version 0.1.0
Expand Down
2 changes: 1 addition & 1 deletion tools/Test/SmokeTest/RmCoreSmokeTests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ $resourceCleanUpCommands = @(
$resourceTestCommands = @(
@{Name = "Az.Storage [Management]"; Command = {New-AzureRmStorageAccount -Name $storageAccountName -SkuName Standard_LRS -Location westus -ResourceGroupName $resourceGroupName -ErrorAction Stop}},
@{Name = "Az.Storage [Data]"; Command = {New-AzureStorageContext -StorageAccountName $storageAccountName -StorageAccountKey 12345678 -ErrorAction Stop}},
@{Name = "Az.Aks"; Command = {Get-AzureRmAks -ErrorAction Stop}},
@{Name = "Az.Aks"; Command = {Get-AzAksCluster -ErrorAction Stop}},
@{Name = "Az.AnalysisServices"; Command = {Get-AzureRmAnalysisServicesServer -ErrorAction Stop}},
@{Name = "Az.ApiManagement"; Command = {Get-AzureRmApiManagement -ErrorAction Stop}},
@{Name = "Az.ApplicationInsights"; Command = {Get-AzureRmApplicationInsights -ErrorAction Stop}},
Expand Down

0 comments on commit cbc8508

Please sign in to comment.