Skip to content

Commit 26d81bd

Browse files
Use language version 2.0 for extensibility (#17714)
## Description Use language version 2.0 for extensibility ## Checklist - [x] I have read and adhere to the [contribution guide](https://github.com/Azure/bicep/blob/main/CONTRIBUTING.md). ###### Microsoft Reviewers: [Open in CodeFlow](https://microsoft.github.io/open-pr/?codeflow=https://github.com/Azure/bicep/pull/17714)
1 parent b3c9a3a commit 26d81bd

File tree

10 files changed

+1506
-1511
lines changed

10 files changed

+1506
-1511
lines changed

src/Bicep.Core.IntegrationTests/ExtensionRegistryTests.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -388,13 +388,13 @@ public async Task Third_party_imports_are_enabled_when_feature_is_enabled()
388388
result.Template.Should().DeepEqual(JToken.Parse("""
389389
{
390390
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
391-
"languageVersion": "2.1-experimental",
391+
"languageVersion": "2.0",
392392
"contentVersion": "1.0.0.0",
393393
"metadata": {
394394
"_generator": {
395395
"name": "bicep",
396396
"version": "dev",
397-
"templateHash": "15182588323302093073"
397+
"templateHash": "9550648641475979632"
398398
}
399399
},
400400
"imports": {

0 commit comments

Comments
 (0)