Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

Commit

Permalink
Aks version fix (#442)
Browse files Browse the repository at this point in the history
  • Loading branch information
sushilraje authored Dec 4, 2018
1 parent 1f5cc32 commit 12c3618
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 13 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iot-solutions",
"version": "2.1.0",
"version": "2.1.1",
"description": "Azure IoT Solutions cross platform command line tool",
"license": "MIT",
"author": "Parvez Pathan",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -331,11 +331,6 @@
"type": "string",
"defaultValue": "1.11.5",
"allowedValues": [
"1.7.7",
"1.8.1",
"1.9.2",
"1.9.6",
"1.11.2",
"1.11.4",
"1.11.5"
],
Expand Down Expand Up @@ -1416,4 +1411,4 @@
"value": "[concat(listCallbackURL(resourceId('Microsoft.Logic/workflows/triggers', variables('logicAppName'), 'manual'), variables('logicAppApiVersion')).value)]"
}
}
}
}
7 changes: 1 addition & 6 deletions solutions/remotemonitoring/armtemplates/standard.json
Original file line number Diff line number Diff line change
Expand Up @@ -354,11 +354,6 @@
"type": "string",
"defaultValue": "1.11.5",
"allowedValues": [
"1.7.7",
"1.8.1",
"1.9.2",
"1.9.6",
"1.11.2",
"1.11.4",
"1.11.5"
],
Expand Down Expand Up @@ -1461,4 +1456,4 @@
"value": "[concat(listCallbackURL(resourceId('Microsoft.Logic/workflows/triggers', variables('logicAppName'), 'manual'), variables('logicAppApiVersion')).value)]"
}
}
}
}

0 comments on commit 12c3618

Please sign in to comment.