Skip to content

Commit

Permalink
make links https
Browse files Browse the repository at this point in the history
  • Loading branch information
vinayada1 committed Sep 19, 2023
1 parent 634e502 commit 7e8dc6a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/radius-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ jobs:
run: npm i -g vsce

- name: Publish
run: vsce publish -p ${{ secrets.VS_MARKETPLACE_TOKEN }} --baseContentUrl https://github.com/project-radius/radius --baseImagesUrl https://docs.radapp.dev/getting-started/
run: vsce publish -p ${{ secrets.VS_MARKETPLACE_TOKEN }}

# delete_artifacts:
# name: Delete artifacts
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Bicep is a Domain Specific Language (DSL) for deploying Azure resources declarat

Bicep code is transpiled to standard ARM Template JSON files, which effectively treats the ARM Template as an Intermediate Language (IL).

[![Video overview of Bicep](http://img.youtube.com/vi/l85qv_1N2_A/0.jpg)](http://www.youtube.com/watch?v=l85qv_1N2_A "Azure Bicep March 2021: Learn everything about the next generation of ARM Templates")
[![Video overview of Bicep](https://img.youtube.com/vi/l85qv_1N2_A/0.jpg)](https://www.youtube.com/watch?v=l85qv_1N2_A "Azure Bicep March 2021: Learn everything about the next generation of ARM Templates")

## Goals

Expand Down
13 changes: 11 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"name": "bicep",
"description": "This is a temporary fork of the official [Azure Bicep](https://github.com/Azure/bicep) to support [Radius](https://github.com/project-radius/radius) while we upstream our extensibility updates to the official Bicep repository. Once that is complete, we will deprecate this repository and users can use the official build of Bicep with Radius.",
"version": "1.0.0",
"main": "index.js",
"directories": {
"doc": "docs"
},
Expand All @@ -12,7 +11,17 @@
"engines": {
"vscode": "^1.75.0"
},
"activationEvents": [],
"repository": {
"type": "git",
"url": "https://github.com/Azure/bicep.git"
},
"activationEvents": [
"onLanguage:bicep",
"onCommand:bicep.build",
"onCommand:bicep.openVisualizer",
"onCommand:bicep.openVisualizerToSide",
"onWebviewPanel:bicep.visualizer"
],
"keywords": [],
"author": "",
"license": "ISC"
Expand Down

0 comments on commit 7e8dc6a

Please sign in to comment.