Skip to content

Commit

Permalink
Merge branch 'v0.37' into re/firstapp
Browse files Browse the repository at this point in the history
  • Loading branch information
Reshrahim authored Sep 5, 2024
2 parents 676c72f + 943c2cf commit a8e77ad
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/content/guides/tooling/bicepconfig/overview/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ The `bicepconfig.json` allows the Bicep compiler to consume and use Radius-types

## Author and deploy Radius-types

{{< alert title="Replace import statements with extension" color="warning" >}} Radius is now merged with the official Bicep. If you have bicep files with the following import statements, please replace them as needed.
{{< alert title="Replace import statements with extension" color="warning" >}} Radius is now merged with the Bicep. If you have bicep files with the following import statements, please replace them as needed.

1. `import radius as radius` should become `extension radius` to use Radius types
1. `import aws as aws` should become `extension aws` to use AWS types
1. `import kubernetes as kubernetes {}` should become `extension kubernetes with {} as kubernetes` to use Kubernetes types
1. Change `import radius as radius` to `extension radius`
1. Change `import aws as aws` to `extension aws`
1. Change `import kubernetes as kubernetes {}` to `extension kubernetes with {} as kubernetes`
{{< /alert >}}

Once you have a `bicepconfig.json` file in your application's directory, you can author and deploy Radius-types.

{{< rad file="snippets/app.bicep" embed=true >}}
{{< rad file="snippets/app.bicep" embed=true >}}

0 comments on commit a8e77ad

Please sign in to comment.