aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/azure-portal/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/azure-portal/package.json')
-rw-r--r--recipes/azure-portal/package.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes/azure-portal/package.json b/recipes/azure-portal/package.json
new file mode 100644
index 0000000..e0a6d0b
--- /dev/null
+++ b/recipes/azure-portal/package.json
@@ -0,0 +1,12 @@
1{
2 "id": "azure-portal",
3 "name": "Azure Portal",
4 "version": "1.0.0",
5 "license": "MIT",
6 "aliases": [
7 "azpo"
8 ],
9 "config": {
10 "serviceURL": "https://portal.azure.com/"
11 }
12}