Skip to content

Commit

Permalink
Set DisableLocalAuth for CosmosDB tests (#4348)
Browse files Browse the repository at this point in the history
This is required by MSFT policy on our CI sub. Note that it only applies
to CosmosDB SQL currently, NOT to MongoDB.

Fixes #4340.
  • Loading branch information
matthchr authored Oct 16, 2024
1 parent 20a454d commit 740d828
Show file tree
Hide file tree
Showing 17 changed files with 11,640 additions and 43,336 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,11 @@ func Test_DocumentDB_MongoDatabase_v20231115_CRUD(t *testing.T) {
Location: tc.AzureRegion,
Owner: testcommon.AsOwner(rg),
Kind: &kind,
Capabilities: []documentdb.Capability{{
Name: to.Ptr("EnableMongo"),
}},
Capabilities: []documentdb.Capability{
{
Name: to.Ptr("EnableMongo"),
},
},
DatabaseAccountOfferType: &offerType,
Locations: []documentdb.Location{
{
Expand Down
Loading

0 comments on commit 740d828

Please sign in to comment.