-
Notifications
You must be signed in to change notification settings - Fork 868
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Hack Update] - Update to 005-RockPaperScissorsBoom #691
Merged
Whowong
merged 61 commits into
microsoft:master
from
jordanbean-msft:xxx-RockPaperScissorsBoom
Aug 16, 2023
Merged
[Hack Update] - Update to 005-RockPaperScissorsBoom #691
Whowong
merged 61 commits into
microsoft:master
from
jordanbean-msft:xxx-RockPaperScissorsBoom
Aug 16, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Co-authored-by: Jordan Bean <84806584+jordanbean-msft@users.noreply.github.com>
* add notes to solution 03 * make sure we are in the azure portal
jrzyshr
changed the title
Update to 005-RockPaperScissorsBoom
[Hack Update] - Update to 005-RockPaperScissorsBoom
Aug 1, 2023
Escaped the app-service-name part of the site
Missing "region"
Escaped the app-service-name with backslashes
Had the wrong link for Solution 8
Fixed a typo
Fixed typos
Fixed typos
Fixed typo
Fixed typo
Fixed typo
Fixed typo
perktime
approved these changes
Aug 1, 2023
Whowong
reviewed
Aug 11, 2023
Whowong
approved these changes
Aug 16, 2023
jordanbean-msft
added a commit
to jordanbean-msft/WhatTheHack
that referenced
this pull request
Oct 2, 2023
* Created WhatTheHack template stub * init * working net6.0 * 01 * 02 * 03 * 03 * 04 * 05 * 07 * update for 7 * updates for 7 & 8 * 8 * 9 * 10 * pptx * update challenge/solution 01 (#104) Co-authored-by: Jordan Bean <84806584+jordanbean-msft@users.noreply.github.com> * update 02 solution (#106) * update challenge 03 solution (#107) * add notes to solution 03 * make sure we are in the azure portal * 11 * updates * readme * spelling * spelling * remove references to ado * dummy values * typos * fd * temp * add notes to solution 4 (#110) * update challenge 05 solution (#111) * update solution guide/add check for claims (#113) * Xxx rock paper scissors boom newwebapp (#117) * new web app * styling * unit tests * ef * aad * docker * cleanup * examplebot * docker * warning * running * async * cleanup * cleanup * progressbar * cleanup * upgrade bootstrap * order * b2c * bug * style * sytle * quotes * fixes * Challenge1 * c1 & c2 * c3 * service * c4 * c5 * c7 & c8 * removing ado * moving to 005 * docker compose * spelling * readme * Update Solution-03.md Escaped the app-service-name part of the site * Update Solution-04.md Missing "region" * Update Solution-05.md Escaped the app-service-name with backslashes * Update Solution-07.md Had the wrong link for Solution 8 * Update README.md Fixed a typo * Update Challenge-02.md Fixed typos * Update Challenge-08.md Fixed typos * Update Challenge-09.md Fixed typo * Update Challenge-09.md Fixed typo * Update Challenge-10.md Fixed typo * Update Challenge-11.md Fixed typo * Update Solution-02.md * Update Challenge-07.md --------- Co-authored-by: GitHub Actions Bot <> Co-authored-by: bcheng-ms <113212989+bcheng-ms@users.noreply.github.com> Co-authored-by: Pete Rodriguez <perktime@users.noreply.github.com> Co-authored-by: Andy Huang <54148527+Whowong@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Updated 005-RockPaperScissorsBoom hack to follow new WTH format, .NET 6, etc