We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5cc7f6 commit c47a296Copy full SHA for c47a296
docs/Architecture.md
@@ -201,6 +201,7 @@ public sealed class ExampleCommand : BaseCommand
201
azure-native/
202
fabric/
203
```
204
+
205
- Outputs are not signed or packaged
206
207
## Test
tools/Azure.Mcp.Tools.AppConfig/tests/test-resources.bicep
@@ -12,7 +12,7 @@ param location string = resourceGroup().location
12
param tenantId string = '72f988bf-86f1-41af-91ab-2d7cd011db47'
13
14
@description('The client OID to grant access to test resources.')
15
-param testApplicationOid string
+param testApplicationOid string = deployer().objectId
16
17
resource appConfig 'Microsoft.AppConfiguration/configurationStores@2022-05-01' = {
18
name: baseName
0 commit comments