microsoft / PartsUnlimitedMRP

This application uses entirely open source software including Linux, Java, Apache, and MongoDB which creates a web front end, an order service, and an integration service.
https://microsoft.github.io/PartsUnlimitedMRP/
Other
173 stars 499 forks source link

Invalid `--%` Option for `knife` command in DevOps200.2x Lab4- Deploy App with Chef on Azure #145

Closed dingliu closed 6 years ago

dingliu commented 6 years ago

Functional Impact

The knife command provided in step 3 fails to bootstrap the VM.

Minimal repro steps

Follow the lab steps in the instruction page, to task 5 step 3.

Expected result

The knife command bootstraps the VM successfully.

Actual result

The knife command quits with following error message (please click the image to enlarge it):

2018-07-08_1-14-41_ms_devops2002x_lab4_chef1_task5_step3_knife_invalid_option

Further technical details

The second screepshot in step 3 actually removed the invalid option --%.

eamonnk commented 6 years ago

This has been fixed with the PR #146 merged as listed above. Thanks again for taking the time to investigate and submit a PR dingliu.

Thanks, Eamonn

dingliu commented 6 years ago

You are always welcome. I'm closing this issue.