Skip to content

Commit

Permalink
Update CHANGELOG and enhance Cosmos DB integration test teardown
Browse files Browse the repository at this point in the history
  • Loading branch information
PlagueHO committed Oct 18, 2024
1 parent 9e5f265 commit 9060ce4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
to quota limitations.
- Removed MacOS-11 testing from build pipeline because it is no longer supported
by Microsoft managed Azure DevOps images.
- Changed integration tests to display the removal of the Cosmos DB account
in the teardown phase to ensure the account is removed after the tests are
completed.

## [5.0.0] - 2024-06-07

Expand Down
3 changes: 2 additions & 1 deletion tests/Integration/CosmosDB.integration.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -1710,4 +1710,5 @@ Describe 'Cosmos DB Module' -Tag 'Integration' {

# Remove test Resource Group
Remove-AzureTestCosmosDbResourceGroup `
-ResourceGroupName $script:testResourceGroupName
-ResourceGroupName $script:testResourceGroupName `
-Verbose

0 comments on commit 9060ce4

Please sign in to comment.