Skip to content

Commit

Permalink
Nested Tests: Default dynamic reprovisioning to false (Azure#4622)
Browse files Browse the repository at this point in the history
For our nested longhaul tests, dynamic provisioning is set to true when it is not using dps. I don't think this config is used with any dps tests as the same config sets up manual provisioning. So it should be safe to update.
  • Loading branch information
and-rewsmith authored Mar 18, 2021
1 parent 0d75300 commit 629f2ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/linux/nested-edge-deploy-agent.sh
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ EOF
echo "homedir = \"/var/lib/aziot/identityd\"" | sudo tee -a /etc/aziot/identityd/config.toml
echo "" | sudo tee -a /etc/aziot/identityd/config.toml
echo "[provisioning]" | sudo tee -a /etc/aziot/identityd/config.toml
echo "dynamic_reprovisioning = true" | sudo tee -a /etc/aziot/identityd/config.toml
echo "dynamic_reprovisioning = false" | sudo tee -a /etc/aziot/identityd/config.toml
echo "source = \"manual\"" | sudo tee -a /etc/aziot/identityd/config.toml
if [ ! -z $PARENT_NAME ]; then
echo "iothub_hostname = \"$PARENT_NAME\"" | sudo tee -a /etc/aziot/identityd/config.toml
Expand Down

0 comments on commit 629f2ef

Please sign in to comment.