Skip to content

Commit 5dd7291

Browse files
authored
Update variable group in Test stage for clarity on AzureSP usage (#506)
* Update variable group in Test stage to specify CosmosDB.AzureSP.MCAPS * Clarify comments for variable group in Test stage to specify CosmosDB Azure Service Principal (MCAPS environment) * Fix formatting in README.md note and update azure-pipelines.yml to include README.md and CHANGELOG.md in triggers
1 parent d86b5b6 commit 5dd7291

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,8 @@ account in Azure:
396396

397397
> [!NOTE]
398398
> This function is not currently working due to an issue in the Microsoft/DocumentDB
399-
> Provider. See [this issue](https://github.com/Azure/azure-powershell/issues/3650) for more information.
399+
> Provider. See [this issue](https://github.com/Azure/azure-powershell/issues/3650)
400+
> for more information.
400401
401402
```powershell
402403
Get-CosmosDbAccountConnectionString -Name MyAzureCosmosDB -ResourceGroupName MyCosmosDbResourceGroup

azure-pipelines.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ trigger:
99
- tests/*
1010
- docs/*
1111
- RequiredModules.psd1
12+
- README.md
13+
- CHANGELOG.md
1214
tags:
1315
include:
1416
- "v*"
@@ -61,7 +63,8 @@ stages:
6163
- stage: Test
6264
dependsOn: Build
6365
variables:
64-
- group: CosmosDB.AzureSP
66+
- group: CosmosDB.AzureSP.MCAPS # Variable group for CosmosDB Azure Service Principal (MCAPS environment)
67+
# - group: CosmosDB.AzureSP.MSDN # Variable group for CosmosDB Azure Service Principal (MSDN environment)
6568
jobs:
6669
# Unit Test Matrix
6770
- job: Unit_Test_Matrix

0 commit comments

Comments
 (0)