Skip to content

Commit 941d8bc

Browse files
authored
Merge pull request #2 from Azure-Samples/bicepupdate
No more experimental feature needed for Graph Bicep
2 parents 84870c3 + f8b1ab9 commit 941d8bc

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

infra/bicepconfig.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
{
2-
"experimentalFeaturesEnabled": {
3-
"extensibility": true
4-
},
52
// specify an alias for the version of the v1.0 dynamic types package you want to use
63
"extensions": {
7-
"microsoftGraphV1": "br:mcr.microsoft.com/bicep/extensions/microsoftgraph/v1.0:0.1.8-preview"
4+
"microsoftGraphV1": "br:mcr.microsoft.com/bicep/extensions/microsoftgraph/v1.0:1.0.0"
85
}
96
}

0 commit comments

Comments
 (0)