Skip to content

Commit e02def5

Browse files
committed
Update
1 parent 36b3d57 commit e02def5

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

articles/azure-resource-manager/bicep/quickstart-create-bicep-use-visual-studio.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,16 @@ Similar authoring experience is also supported in Visual Studio Code. See [Quick
2020
- Visual Studio Bicep extension. See [Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=ms-azuretools.visualstudiobicep).
2121
- Bicep file deployment requires either the latest [Azure CLI](/cli/azure/) or the latest [Azure PowerShell module](/powershell/azure/new-azureps-module-az).
2222

23-
> [!INFO]
24-
> To make all diagnostics generated by Bicep (Errors, Warnings, and Informational messages) are correctly surfaced as native MSBuild diagnostics, configure `BicepTreatInfoAsWarnings` in your project file. For example:
23+
> [!NOTE]
24+
> To make all diagnostics generated by Bicep (Errors, Warnings, and Informational messages) are correctly surfaced as native MSBuild diagnostics, configure `BicepTreatInfoAsWarnings` in your project file. For example:
2525
>
2626
> ```xml
27-
><Project Sdk="Microsoft.Build.NoTargets">
28-
> <PropertyGroup>
29-
> <TargetFramework>net472</TargetFramework>
30-
> <BicepTreatInfoAsWarnings>true</BicepTreatInfoAsWarnings>
31-
> </PropertyGroup>
32-
></Project>
27+
> <Project Sdk="Microsoft.Build.NoTargets">
28+
> <PropertyGroup>
29+
> <TargetFramework>net472</TargetFramework>
30+
> <BicepTreatInfoAsWarnings>true</BicepTreatInfoAsWarnings>
31+
> </PropertyGroup>
32+
> </Project>
3333
> ```
3434
3535
## Add resource snippet

0 commit comments

Comments
 (0)