Skip to content

Commit

Permalink
Fix arm deployment without ideas feature #1178 (#1179)
Browse files Browse the repository at this point in the history
  • Loading branch information
hocinehacherouf authored Sep 8, 2022
1 parent d1525ff commit b39490c
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 9 deletions.
8 changes: 5 additions & 3 deletions templates/azuredeploy.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,21 +102,23 @@
},
"ideasUrl": {
"type": "string",
"defaultValue": "",
"metadata": {
"description": "Url of Awesome-Ideas, to publish ideas submitted by users"
"description": "Url of Awesome-Ideas, to publish ideas submitted by users. Required when ideasEnabled is true"
}
},
"ideasAuthenticationHeader": {
"type": "string",
"defaultValue": "Ocp-Apim-Subscription-Key",
"metadata": {
"description": "Authentication header to interact with Awesome-Ideas"
"description": "Authentication header to interact with Awesome-Ideas. Required when ideasEnabled is true"
}
},
"ideasAuthenticationToken": {
"type": "string",
"defaultValue": "",
"metadata": {
"description": "Authentication token to interact with Awesome-Ideas"
"description": "Authentication token to interact with Awesome-Ideas. Required when ideasEnabled is true"
}
}
},
Expand Down
8 changes: 5 additions & 3 deletions templates/portalDeployWithLoRa.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,21 +47,23 @@
},
"ideasUrl": {
"type": "string",
"defaultValue": "",
"metadata": {
"description": "Url of Awesome-Ideas, to publish ideas submitted by users"
"description": "Url of Awesome-Ideas, to publish ideas submitted by users. Required when ideasEnabled is true"
}
},
"ideasAuthenticationHeader": {
"type": "string",
"defaultValue": "Ocp-Apim-Subscription-Key",
"metadata": {
"description": "Authentication header to interact with Awesome-Ideas"
"description": "Authentication header to interact with Awesome-Ideas. Required when ideasEnabled is true"
}
},
"ideasAuthenticationToken": {
"type": "string",
"defaultValue": "",
"metadata": {
"description": "Authentication token to interact with Awesome-Ideas"
"description": "Authentication token to interact with Awesome-Ideas. Required when ideasEnabled is true"
}
}
},
Expand Down
8 changes: 5 additions & 3 deletions templates/portalDeployWithoutLoRa.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,21 +47,23 @@
},
"ideasUrl": {
"type": "string",
"defaultValue": "",
"metadata": {
"description": "Url of Awesome-Ideas, to publish ideas submitted by users"
"description": "Url of Awesome-Ideas, to publish ideas submitted by users. Required when ideasEnabled is true"
}
},
"ideasAuthenticationHeader": {
"type": "string",
"defaultValue": "Ocp-Apim-Subscription-Key",
"metadata": {
"description": "Authentication header to interact with Awesome-Ideas"
"description": "Authentication header to interact with Awesome-Ideas. Required when ideasEnabled is true"
}
},
"ideasAuthenticationToken": {
"type": "string",
"defaultValue": "",
"metadata": {
"description": "Authentication token to interact with Awesome-Ideas"
"description": "Authentication token to interact with Awesome-Ideas. Required when ideasEnabled is true"
}
}
},
Expand Down

0 comments on commit b39490c

Please sign in to comment.