Skip to content

Commit c47a296

Browse files
committed
Make 2 changes
1 parent a5cc7f6 commit c47a296

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/Architecture.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,7 @@ public sealed class ExampleCommand : BaseCommand
201201
azure-native/
202202
fabric/
203203
```
204+
204205
- Outputs are not signed or packaged
205206

206207
## Test

tools/Azure.Mcp.Tools.AppConfig/tests/test-resources.bicep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ param location string = resourceGroup().location
1212
param tenantId string = '72f988bf-86f1-41af-91ab-2d7cd011db47'
1313

1414
@description('The client OID to grant access to test resources.')
15-
param testApplicationOid string
15+
param testApplicationOid string = deployer().objectId
1616

1717
resource appConfig 'Microsoft.AppConfiguration/configurationStores@2022-05-01' = {
1818
name: baseName

0 commit comments

Comments
 (0)