Граф коммитов

5594 Коммитов

Автор SHA1 Сообщение Дата
dependabot[bot] 761e6b66b8
Bump cross-spawn and cross-env in /063-IntroToAzureRedHatOpenshift/Student/Resources/Challenge-02/rating-web (#922)
Bump cross-spawn and cross-env

Bumps [cross-spawn](https://github.com/moxystudio/node-cross-spawn) to 7.0.5 and updates ancestor dependency [cross-env](https://github.com/kentcdodds/cross-env). These dependencies need to be updated together.


Updates `cross-spawn` from 7.0.3 to 7.0.5
- [Changelog](https://github.com/moxystudio/node-cross-spawn/blob/master/CHANGELOG.md)
- [Commits](https://github.com/moxystudio/node-cross-spawn/compare/v7.0.3...v7.0.5)

Updates `cross-env` from 5.2.0 to 7.0.3
- [Release notes](https://github.com/kentcdodds/cross-env/releases)
- [Changelog](https://github.com/kentcdodds/cross-env/blob/master/CHANGELOG.md)
- [Commits](https://github.com/kentcdodds/cross-env/compare/v5.2.0...v7.0.3)

---
updated-dependencies:
- dependency-name: cross-spawn
  dependency-type: indirect
- dependency-name: cross-env
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-20 00:49:43 -05:00
Israel Ekpo 0fe93a05e7
[NEW HACK] 068-AzureOpenAIApps (#903)
* saving changes

* adding more samples for f02

* saving changes

* Saving changes to assistants

        modified:   Student/Resources/Challenge-00/ContosoAIAppsBackend/application_settings.py
        modified:   Student/Resources/Challenge-00/ContosoAIAppsBackend/assistant_configurations/priscilla.txt
        modified:   Student/Resources/Challenge-00/ContosoAIAppsBackend/assistant_configurations/sarah.txt
        modified:   Student/Resources/Challenge-00/ContosoAIAppsBackend/assistant_configurations/solomon.txt
        new file:   Student/Resources/Challenge-00/ContosoAIAppsBackend/controllers/app_llm_quota_enforcement_manger.py
        modified:   Student/Resources/Challenge-00/ContosoAIAppsBackend/controllers/ask_esther.py
        modified:   Student/Resources/Challenge-00/ContosoAIAppsBackend/controllers/ask_miriam.py
        renamed:    Student/Resources/Challenge-00/ContosoAIAppsBackend/controllers/azure_blob.py -> Student/Resources/Challenge-00/ContosoAIAppsBackend/controllers/azure_blob_contoso_documents.py
        modified:   Student/Resources/Challenge-00/ContosoAIAppsBackend/controllers/azure_document_intelligence.py
        new file:   Student/Resources/Challenge-00/ContosoAIAppsBackend/controllers/azure_service_bus_grapefruit.py
        modified:   Student/Resources/Challenge-00/ContosoAIAppsBackend/controllers/azure_service_bus_lemon.py
        new file:   Student/Resources/Challenge-00/ContosoAIAppsBackend/controllers/azure_service_bus_orange.py
        new file:   Student/Resources/Challenge-00/ContosoAIAppsBackend/controllers/azure_service_bus_tangerine.py
        modified:   Student/Resources/Challenge-00/ContosoAIAppsBackend/controllers/contoso_yachts_data_pipeline.py
        modified:   Student/Resources/Challenge-00/ContosoAIAppsBackend/controllers/contoso_yachts_rest_service.py
        modified:   Student/Resources/Challenge-00/ContosoAIAppsBackend/function_app.py
        modified:   Student/Resources/Challenge-00/ContosoAIAppsBackend/local.settings.json.example
        new file:   Student/Resources/Challenge-00/ContosoAIAppsBackend/models/exam_submissions.py
        new file:   Student/Resources/Challenge-00/ContosoAIAppsBackend/models/meal_preferences.py
        modified:   Student/Resources/Challenge-00/ContosoAIAppsBackend/rest-api-yachts-management.http
        new file:   Student/Resources/Challenge-00/ContosoAIAppsBackend/shared/assistant_tools_common.py
        modified:   Student/Resources/Challenge-00/ContosoAIAppsBackend/shared/assistant_tools_esther.py
        modified:   Student/Resources/Challenge-00/ContosoAIAppsBackend/shared/assistant_tools_miriam.py
        new file:   Student/Resources/Challenge-00/ContosoAIAppsBackend/shared/assistant_tools_priscilla.py
        new file:   Student/Resources/Challenge-00/ContosoAIAppsBackend/shared/assistant_tools_sarah.py
        new file:   Student/Resources/Challenge-00/ContosoAIAppsBackend/shared/assistant_tools_solomon.py
        modified:   Student/Resources/Challenge-00/ContosoAIAppsBackend/shared/document_intelligence_utils.py
        new file:   Student/Resources/Challenge-00/ContosoAIAppsBackend/shared/grade_exam_submission.py
        new file:   Student/Resources/Challenge-00/ContosoAIAppsBackend/shared/quota_enforcement_manager.py
        modified:   Student/Resources/Challenge-00/ContosoAIAppsBackend/shared/redis_utils.py
        modified:   Student/Resources/Challenge-00/ContosoAIAppsBackend/shared/service_bus_utils.py
        new file:   Student/Resources/Challenge-00/ContosoAIAppsBackend/shared/yacht_management_utils.py

* saving changes

* saving sample documents

* saving changes

* Added Additional Submissions

        new file:   Student/Resources/Challenge-00/ContosoAIAppsBackend/challenge-artifacts/new-submissions/f01-grapefruit-nikki.pdf
        new file:   Student/Resources/Challenge-00/ContosoAIAppsBackend/challenge-artifacts/new-submissions/f01-lemon-george.pdf
        new file:   Student/Resources/Challenge-00/ContosoAIAppsBackend/challenge-artifacts/new-submissions/f01-tangerine-peter.pdf
        new file:   Student/Resources/Challenge-00/ContosoAIAppsBackend/challenge-artifacts/new-submissions/f02-grapefruit-david.pdf
        new file:   Student/Resources/Challenge-00/ContosoAIAppsBackend/challenge-artifacts/new-submissions/f02-orange-izzy.pdf
        new file:   Student/Resources/Challenge-00/ContosoAIAppsBackend/challenge-artifacts/new-submissions/f02-tangerine-kevin.pdf
        new file:   Student/Resources/Challenge-00/ContosoAIAppsBackend/challenge-artifacts/new-submissions/f03-lemon-nikki.pdf
        new file:   Student/Resources/Challenge-00/ContosoAIAppsBackend/challenge-artifacts/new-submissions/f03-orange-devanshi.pdf

* Adding Changes to AI Assistants

        modified:   Student/Resources/Challenge-00/ContosoAIAppsBackend/assistant_configurations/priscilla.json
        modified:   Student/Resources/Challenge-00/ContosoAIAppsBackend/assistant_configurations/priscilla.txt
        modified:   Student/Resources/Challenge-00/ContosoAIAppsBackend/assistant_configurations/sarah.json
        modified:   Student/Resources/Challenge-00/ContosoAIAppsBackend/assistant_configurations/sarah.txt
        new file:   Student/Resources/Challenge-00/ContosoAIAppsBackend/controllers/ask_priscilla.py
        new file:   Student/Resources/Challenge-00/ContosoAIAppsBackend/controllers/ask_sarah.py
        modified:   Student/Resources/Challenge-00/ContosoAIAppsBackend/controllers/azure_document_intelligence.py
        new file:   Student/Resources/Challenge-00/ContosoAIAppsBackend/controllers/contoso_students_rest_service.py
        modified:   Student/Resources/Challenge-00/ContosoAIAppsBackend/controllers/contoso_yachts_data_pipeline.py
        modified:   Student/Resources/Challenge-00/ContosoAIAppsBackend/controllers/contoso_yachts_rest_service.py
        modified:   Student/Resources/Challenge-00/ContosoAIAppsBackend/document-intelligence-dictionary.json.example
        modified:   Student/Resources/Challenge-00/ContosoAIAppsBackend/function_app.py
        new file:   Student/Resources/Challenge-00/ContosoAIAppsBackend/models/activity_preferences.py
        deleted:    Student/Resources/Challenge-00/ContosoAIAppsBackend/models/meal_preferences.py
        new file:   Student/Resources/Challenge-00/ContosoAIAppsBackend/models/students.py
        new file:   Student/Resources/Challenge-00/ContosoAIAppsBackend/rest-api-students-management.http
        modified:   Student/Resources/Challenge-00/ContosoAIAppsBackend/shared/application_initialization_logic.py
        modified:   Student/Resources/Challenge-00/ContosoAIAppsBackend/shared/assistant_tools_priscilla.py
        modified:   Student/Resources/Challenge-00/ContosoAIAppsBackend/shared/assistant_tools_sarah.py
        modified:   Student/Resources/Challenge-00/ContosoAIAppsBackend/shared/crypto_utils.py
        modified:   Student/Resources/Challenge-00/ContosoAIAppsBackend/shared/document_intelligence_utils.py
        modified:   Student/Resources/Challenge-00/ContosoAIAppsBackend/shared/grade_exam_submission.py
        new file:   Student/Resources/Challenge-00/ContosoAIAppsBackend/shared/student_management_utils.py

* Update requirements.txt

* saving changes

* Update document-intelligence-dictionary.json

* Update document-intelligence-dictionary.json.example

* saving changes

* saving changes

* saving changes

* saving changes

* Update Challenge-04.md

* Update Challenge-05.md

* Add files via upload

* Update Challenge-05.md

* Update Challenge-05.md

* Add files via upload

* Update Challenge-05.md

* Update Challenge-05.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update Challenge-03.md

* Update Challenge-03.md

* Update Challenge-03.md

* Update Challenge-04.md

* Update Challenge-05.md

* Update Challenge-05.md

* Update Challenge-05.md

* Update Challenge-03.md

* Update Challenge-05.md

* Update Challenge-05.md

* Update Challenge-05.md

* Updated some text in the Coach guide and student guide

* Update Challenge-02.md

Typo

* Update Solution-00.md

* Update Solution-04.md

* Update Solution-04.md

* Update Solution-03.md

* Update Solution-05.md

* Update Solution-05.md

* Update Challenge-01.md

* Update Challenge-01.md

* Update Challenge-01.md

* Update Challenge-01.md

* Update Challenge-01.md

* Update Challenge-01.md

* Update Challenge-01.md

* Update Challenge-01.md

* Update Challenge-01.md

* Update Challenge-01.md

* Update Challenge-00.md

* Update Challenge-00.md

* Update rest-api-yachts-management.http

* Update rest-api-yachts-management.http

* Update Challenge-01.md

* Update Challenge-01.md

* saving changes

* adding documentation for AI Search

* Reformatting the frontend so that the input file is closer to the AI assistant avatar image

	modified:   ContosoAIAppsFrontend/src/app/ask-elizabeth/ask-elizabeth.component.html
	modified:   ContosoAIAppsFrontend/src/app/ask-esther/ask-esther.component.html
	modified:   ContosoAIAppsFrontend/src/app/ask-miriam/ask-miriam.component.html
	modified:   ContosoAIAppsFrontend/src/app/ask-priscilla/ask-priscilla.component.html
	modified:   ContosoAIAppsFrontend/src/app/ask-sarah/ask-sarah.component.html
	modified:   ContosoAIAppsFrontend/src/environments/environment.ts

* adding description to ai assistants

* Update Challenge-02.md

* Saving the assistant config for the coaches guide

  new file:   Coach/Solutions/assistant_configurations/elizabeth.json
        new file:   Coach/Solutions/assistant_configurations/elizabeth.txt
        new file:   Coach/Solutions/assistant_configurations/esther.json
        new file:   Coach/Solutions/assistant_configurations/esther.txt
        new file:   Coach/Solutions/assistant_configurations/miriam.json
        new file:   Coach/Solutions/assistant_configurations/miriam.txt
        new file:   Coach/Solutions/assistant_configurations/priscilla.json
        new file:   Coach/Solutions/assistant_configurations/priscilla.txt
        new file:   Coach/Solutions/assistant_configurations/sarah.json
        new file:   Coach/Solutions/assistant_configurations/sarah.txt
        new file:   Coach/Solutions/assistant_configurations/solomon.json
        new file:   Coach/Solutions/assistant_configurations/solomon.txt

* Update Challenge-03.md

* Update Challenge-02.md

* Update Challenge-02.md

* Update Challenge-02.md

* Update Challenge-02.md

* Update Challenge-03.md

* Update Challenge-02.md

* Update Challenge-02.md

* Update Challenge-00.md

updated language around capacity issues

* Update Challenge-00.md

updated clarification of which versions of the AOAI & ADI apis are available in which regions!

* Update Challenge-00.md

fixed broken URL

* Update Challenge-00.md

* Update Challenge-00.md

moved Capacity issues to hidden section.  Added proper markdown attribute to hidden section HTML tags.

* Update Solution-04.md

Added text on how to handle a 429 too many requests error

* Update Solution-04.md

* Update Challenge-00.md

* Update Challenge-00.md

* Update Challenge-01.md

* Update Challenge-00.md

* Update Challenge-01.md

* Update Challenge-01.md

* Update Challenge-03.md

* Update Challenge-03.md

* Update Challenge-03.md

* Update Challenge-03.md

* Update Solution-03.md

* Update Challenge-02.md

* Update Challenge-02.md

* Update Challenge-02.md

* Update Challenge-00.md

Clarified setup of frontend & backend

* Update Solution-00.md

updates to C0 coach guide

* added screenshot for C0 coach guide

* Update Solution-00.md

* Add files via upload

updated screenshot

* Delete 068-AzureOpenAIApps/images/open-codepsace-in-vscode.png

deleted old screenshot

* Update Solution-00.md

* Update Solution-00.md

* Add files via upload

added screenshot for managing multiple terminals

* Update Solution-00.md

added screenshot

* Update Solution-00.md

* Add files via upload

updated screenshot

* Update Solution-00.md

* Delete 068-AzureOpenAIApps/images/manage-multiple-terminals-vscode.png

deleted old screensho

* Update Challenge-00.md

removed TODO to explain how to open additional Terminal sessions in VS Code.  This will be in the coach guide.

* Update Solution-00.md

added capacity troubleshooting issues.

* Update Solution-00.md

Service Principal notes

* Update Challenge-00.md

added aka.ms link for Resources.zip

* Update Challenge-00.md

added 'infra' folder to Codespace inventory descriptioni

* Update Solution-00.md

added warning to C0 coach guide about Local Workstation instructions not being tested.

* Update Solution-00.md

added TOC

* Update Solution-00.md

* Update Challenge-00.md

* Add files via upload

added new screenshot for capacity error

* Update Solution-00.md

* Update miriam.json

Changed the name of the customer_email_address to customer_email

* Update .env.sample

* Added mapping to AI Design Win

Also added image to show how to restore quota

* Update README.md

* Update Challenge-00.md

* Update Challenge-00.md

Added instructions for local workstation for how to create a virtual environment for Python

* Update Challenge-01.md

deleted the creation of a container command, since all containers are created during deployment

* Update Challenge-03.md

making sure the document-intelligence-dictionary.json extractor model names match the bullet points

* Update Challenge-03.md

added the name of the file that contains the classifier model name

* Update Challenge-03.md

added more detailed instructions regarding document-intelligence-dictionary.json

* Update Challenge-03.md

added instructions regarding success criteria

* Update Challenge-04.md

added details about config file

* Update Challenge-02.md

* Update Challenge-02.md

testing extra line to fix table rendering in GH Pages

* Update Solution-00.md

* Update Solution-00.md

* Updating Question# as per feedback

Changed second question 4 to question 5

* Changed assistant names as per feedback

Elizabeth was changed to Donald
Esther was changed to Callum
Miriam was changed to Veta
Sarah was changed to Murphy

* Update Challenge-00.md

* Update Solution-00.md

* Updated assistant images

Added prompts for generation of assistant images

* Added instructions to update codespace timeout

* Updates for the coachs guide for CORS issue on front end

* Update Challenge-04.md

Clarify values for LLM_QUOTA_ENFORCEMENT

* Changed path for artifacts

* Remove .devcontainer and infra since they aren't needed here

* Added sequence for Priscilla

* Updated old name of assistant to new name in Markdown

Changed MIRIAM to VETA

* Updating markdown for Assistants that should be available

Priscilla and Murphy should be available in Challenge 0 - All others in Challenge 2

* added a description for the JSON tool

* Updated text for expected assistants

* Added message to clarify that the other assistants will not respond correctly.

* Update README.md

* Update README.md

Updated coach's guide from base template

* Create .wordlist.txt

initial commit of spell check white list for this hack

* Update Solution-00.md

Resolve spell check issues

* Update .wordlist.txt

* Update .wordlist.txt

* Update Solution-01.md

* Update Solution-02.md

resolved spelling issues with code blocks

* Update Solution-03.md

* Update .wordlist.txt

* Update README.md

* Update .wordlist.txt

* Update Challenge-00.md

* Update Challenge-00.md

* Update Challenge-01.md

* Update Challenge-01.md

Resolved spelling issues and placed variable names in backticks for clearer reading.

* Update Challenge-01.md

fixed bolding - part 1

* Update Challenge-01.md

fixed bolding part 2

* Update Challenge-00.md

* Update .wordlist.txt

* Update Challenge-02.md

Resolved spelling issues with mostly backtiks

* Update Challenge-02.md

* Update Challenge-03.md

* Update Challenge-03.md

resolved spelling issues with backticks

* Update Challenge-03.md

added descriptive text to the learning resource links

* Update Challenge-02.md

try to fix broken fence

* Update Challenge-04.md

resolved spelling errors and code blocks

* Update Challenge-04.md

Added descriptive text to learning resource links

* Update .wordlist.txt

* Update Challenge-05.md

resolve spelling issues and code block for code terms.

* Update Challenge-05.md

add descriptive text to Learning Resource links

* Update Challenge-05.md

resolve spelling issue

* Update Challenge-00.md

Clarified Cloud Shell usage

* Update Challenge-03.md

Made updates to remove references to when this hack had the students write code

* Update Challenge-01.md

grammar fixes part 1

* Update Challenge-01.md

* Update Challenge-01.md

* Update Challenge-01.md

* Update Challenge-02.md

* Update Challenge-02.md

upper cased all Python instances

* Update Challenge-02.md

fixed casing on yachts

* Update Challenge-02.md

* Update Challenge-02.md

updated text explaining how to use the REST Client to test and debug.

* Update Challenge-00.md

* Update Challenge-00.md

added note about WSL on Local Workstation

* Deleted Confluent content from this branch

* Update Challenge-02.md

fixed spelling issue

* reverted 066 file

* revert 066 file again

* reverting env.sample file

* revert .gitignore

* merged codepsace back in

* resolved spelling error

* created "new" version of C1

* resolved spelling issues.

* Update Challenge-03.md

Made a lot of changes to reflect that we now automated the uploading of documents to blob storage and also that we no longer expect the student to write code for this challenge.

* Update Challenge-04.md

Removed tips since we aren't expecting them to write code for this challenge anymore

* Update Challenge-05.md

* Update Challenge-04.md

* Update Challenge-03.md

* Update Challenge-05.md

* Updated C1-New, added new RAG images

* Update Challenge-03.md

resolved spelling issue

* Update .wordlist.txt

* Added "NEW" variant of homepage

* Update Challenge-01.md

* no message

* Initial commit of new hack home page so it can be compared to the old one.

* Update .wordlist.txt

* Updated C0 to reference the Citrus Bus application

* Updated C3 intro with context about the Citrus Bus app.

* Update Challenge-03.md

grammar

* Update Challenge-05.md

* old readme to README-OLD.md, new readme to README.md

* Removed OLD C1

* Update README.md

* Update Challenge-03.md

* Delete 068-AzureOpenAIApps/README-OLD.md

* Update Solution-01.md

* Update README.md

---------

Co-authored-by: Israel Ekpo <israel.ekpo@microsoft.com>
Co-authored-by: Pete Rodriguez <perktime@users.noreply.github.com>
Co-authored-by: Peter C. Laudati <plaudati@hotmail.com>
Co-authored-by: Devanshi Thakar <33441411+devanshithakar12@users.noreply.github.com>
Co-authored-by: Wayne Smith <weretygr@hotmail.com>
Co-authored-by: nikkiconley <nconley769@gmail.com>
Co-authored-by: Amanda Wong <wongamanda@uchicago.edu>
Co-authored-by: Pete Rodriguez <pedrorod@microsoft.com>
2024-11-15 14:22:55 -05:00
dependabot[bot] 3389915c9e
Bump tj-actions/changed-files from 45.0.3 to 45.0.4 (#915)
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 45.0.3 to 45.0.4.
- [Release notes](https://github.com/tj-actions/changed-files/releases)
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md)
- [Commits](c3a1bb2c99...4edd678ac3)

---
updated-dependencies:
- dependency-name: tj-actions/changed-files
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-08 20:41:49 -05:00
Andy Huang e1503bc3a5
[New Hack] 071-GitHub Copilot (#849)
* Updating gramatical errors

* Created WhatTheHack template stub

* Update Challenge-01.md

* Update Challenge-02.md

* Update Challenge-03.md

* Update Challenge-04.md

* Update Challenge-05.md

* Update Challenge-04.md

* Update Challenge-00.md

* Update README.md

* Update Challenge-01.md

* Update Challenge-01.md

* Update Challenge-01.md

* Update Challenge-02.md

* Update Challenge-03.md

* Update Challenge-04.md

Flipping challenge 4/5 and updating to include documentation

* Update Challenge-05.md

Swapping challenges and updating challenge 5

* Update README.md

* Update Challenge-01.md

* Update Challenge-01.md

* Update Challenge-02.md

* Update Challenge-03.md

* Update Challenge-03.md

* Update Challenge-02.md

* Update Challenge-04.md

* Update Challenge-02.md

* Update Challenge-04.md

* Update Challenge-02.md

* Update Challenge-05.md

* Delete xxx-GitHubCopilot/Student/Challenge-06.md

* Delete xxx-GitHubCopilot/Student/Challenge-07.md

* Update Challenge-05.md

* Update README.md

* Update Challenge-05.md

* Delete xxx-GitHubCopilot/Coach/Solution-07.md

* Delete xxx-GitHubCopilot/Coach/Solution-06.md

* Update README.md

* Update Solution-00.md

* Update Challenge-00.md

* Update Solution-01.md

* Update Solution-01.md

* Update Solution-01.md

* Update Solution-05.md

* Update Challenge-02.md

* Update Solution-02.md

* Create Solution-03.yaml

* Update Solution-03.md

* Update Solution-04.md

* Adding number to the GitHub Copilot hack

* Delete 071-GitHubCopilot/Coach/Lectures.pptx

* Update README.md

* Update Challenge-00.md

* Update README.md

Ficing Typo

* Create .wordlist.txt

adding wordlist file

* Update Solution-02.md

fix typo

* Update README.md

* Update Challenge-00.md

fix typo

* Update Challenge-00.md

* Update Challenge-05.md

fix typo

* Updated to a whack-a-mole game and provided sample solutions

* Update Solution-00.md

Updating title for Challenge 00 Solution

* Update Solution-00.md

Fix typo

* Update Solution-03.md

Removing extra space

* Update Solution-03.md

Expanding on the section talking about licenses.

* Update Solution-03.md

Fix typo

* Update Solution-05.md

Added links to repo and file

* Update Challenge-00.md

Removing comment

* Update Challenge-05.md

Removing *

* Update Solution-00.md

Updating to a better link to install copilot on VSCode

* Update Solution-03.md

* Update README.md

updated coach guide "repo contents" section

* Update README.md

---------

Co-authored-by: GitHub Actions Bot <>
Co-authored-by: Peter C. Laudati <plaudati@hotmail.com>
2024-10-30 12:31:52 -04:00
Pankaj Agrawal 719f00b141
[Hack Update] 031-DevOpsWithGitHub - chore: Fix setup script (#898)
* Update wth-setup.sh to fix errors on scope

* remove deprecated arguments
2024-10-30 11:52:15 -04:00
dependabot[bot] 569b239dd0
Bump axios from 1.6.0 to 1.7.4 in /063-IntroToAzureRedHatOpenshift/Student/Resources/Challenge-02/rating-web (#913)
Bump axios

Bumps [axios](https://github.com/axios/axios) from 1.6.0 to 1.7.4.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v1.6.0...v1.7.4)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-30 11:38:54 -04:00
dependabot[bot] 11dd4656e7
Bump vue from 2.6.11 to 3.0.0 in /063-IntroToAzureRedHatOpenshift/Student/Resources/Challenge-02/rating-web (#905)
Bump vue

Bumps [vue](https://github.com/vuejs/core) from 2.6.11 to 3.0.0.
- [Release notes](https://github.com/vuejs/core/releases)
- [Changelog](https://github.com/vuejs/core/blob/v3.0.0/CHANGELOG.md)
- [Commits](https://github.com/vuejs/core/commits/v3.0.0)

---
updated-dependencies:
- dependency-name: vue
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-30 11:38:07 -04:00
dependabot[bot] 238ae53031
Bump ws from 8.3.0 to 8.18.0 in /054-AzureLoadTesting/Student/Resources/Sample-nodejs-loadtest-app (#914)
Bump ws

Bumps [ws](https://github.com/websockets/ws) from 8.3.0 to 8.18.0.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](https://github.com/websockets/ws/compare/8.3.0...8.18.0)

---
updated-dependencies:
- dependency-name: ws
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-30 11:36:51 -04:00
dependabot[bot] eef963447d
Bump cookie, cookie-parser and express in /063-IntroToAzureRedHatOpenshift/Student/Resources/Challenge-02/rating-api (#909)
Bump cookie, cookie-parser and express

Bumps [cookie](https://github.com/jshttp/cookie) to 0.7.2 and updates ancestor dependencies [cookie](https://github.com/jshttp/cookie), [cookie-parser](https://github.com/expressjs/cookie-parser) and [express](https://github.com/expressjs/express). These dependencies need to be updated together.


Updates `cookie` from 0.3.1 to 0.7.2
- [Release notes](https://github.com/jshttp/cookie/releases)
- [Commits](https://github.com/jshttp/cookie/compare/v0.3.1...v0.7.2)

Updates `cookie-parser` from 1.4.4 to 1.4.7
- [Release notes](https://github.com/expressjs/cookie-parser/releases)
- [Changelog](https://github.com/expressjs/cookie-parser/blob/master/HISTORY.md)
- [Commits](https://github.com/expressjs/cookie-parser/compare/1.4.4...1.4.7)

Updates `express` from 4.19.2 to 4.21.1
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/4.21.1/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.19.2...4.21.1)

---
updated-dependencies:
- dependency-name: cookie
  dependency-type: indirect
- dependency-name: cookie-parser
  dependency-type: direct:production
- dependency-name: express
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-30 11:33:00 -04:00
dependabot[bot] 3eb81eb11e
Bump http-proxy-middleware from 2.0.6 to 2.0.7 in /063-IntroToAzureRedHatOpenshift/Student/Resources/Challenge-02/rating-web (#906)
Bump http-proxy-middleware

Bumps [http-proxy-middleware](https://github.com/chimurai/http-proxy-middleware) from 2.0.6 to 2.0.7.
- [Release notes](https://github.com/chimurai/http-proxy-middleware/releases)
- [Changelog](https://github.com/chimurai/http-proxy-middleware/blob/v2.0.7/CHANGELOG.md)
- [Commits](https://github.com/chimurai/http-proxy-middleware/compare/v2.0.6...v2.0.7)

---
updated-dependencies:
- dependency-name: http-proxy-middleware
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-30 11:32:39 -04:00
dependabot[bot] 51d8317e6d
Bump tj-actions/changed-files from 44.5.7 to 45.0.3 (#897)
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 44.5.7 to 45.0.3.
- [Release notes](https://github.com/tj-actions/changed-files/releases)
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md)
- [Commits](c65cd88342...c3a1bb2c99)

---
updated-dependencies:
- dependency-name: tj-actions/changed-files
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-30 11:28:40 -04:00
dependabot[bot] 324191fc61
Bump cookie and express in /063-IntroToAzureRedHatOpenshift/Student/Resources/Challenge-02/rating-web (#904)
Bump cookie and express

Bumps [cookie](https://github.com/jshttp/cookie) and [express](https://github.com/expressjs/express). These dependencies needed to be updated together.

Updates `cookie` from 0.6.0 to 0.7.1
- [Release notes](https://github.com/jshttp/cookie/releases)
- [Commits](https://github.com/jshttp/cookie/compare/v0.6.0...v0.7.1)

Updates `express` from 4.19.2 to 4.21.1
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/4.21.1/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.19.2...4.21.1)

---
updated-dependencies:
- dependency-name: cookie
  dependency-type: indirect
- dependency-name: express
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-30 11:27:59 -04:00
dependabot[bot] 98242a8b01
Bump serve-static from 1.14.1 to 1.16.2 in /016-AppMigration/Student/Resources/src/frontend (#892)
Bump serve-static in /016-AppMigration/Student/Resources/src/frontend

Bumps [serve-static](https://github.com/expressjs/serve-static) from 1.14.1 to 1.16.2.
- [Release notes](https://github.com/expressjs/serve-static/releases)
- [Changelog](https://github.com/expressjs/serve-static/blob/v1.16.2/HISTORY.md)
- [Commits](https://github.com/expressjs/serve-static/compare/v1.14.1...v1.16.2)

---
updated-dependencies:
- dependency-name: serve-static
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-30 11:24:08 -04:00
dependabot[bot] 856c622ae4
Bump body-parser and express in /063-IntroToAzureRedHatOpenshift/Student/Resources/Challenge-02/rating-api (#891)
Bump body-parser and express

Bumps [body-parser](https://github.com/expressjs/body-parser) and [express](https://github.com/expressjs/express). These dependencies needed to be updated together.

Updates `body-parser` from 1.18.3 to 1.20.3
- [Release notes](https://github.com/expressjs/body-parser/releases)
- [Changelog](https://github.com/expressjs/body-parser/blob/master/HISTORY.md)
- [Commits](https://github.com/expressjs/body-parser/compare/1.18.3...1.20.3)

Updates `express` from 4.19.2 to 4.20.0
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.19.2...4.20.0)

---
updated-dependencies:
- dependency-name: body-parser
  dependency-type: direct:production
- dependency-name: express
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-30 11:22:48 -04:00
dependabot[bot] 58912cfa25
Bump webpack from 3.12.0 to 5.94.0 in /063-IntroToAzureRedHatOpenshift/Student/Resources/Challenge-02/rating-web (#889)
Bump webpack

Bumps [webpack](https://github.com/webpack/webpack) from 3.12.0 to 5.94.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v3.12.0...v5.94.0)

---
updated-dependencies:
- dependency-name: webpack
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-30 11:22:18 -04:00
dependabot[bot] 3d4fedc1e5
Bump Azure.Identity from 1.11.0 to 1.11.4 in /056-CosmicTroubleshooting/Coach/Solutions/Challenge05/WTHAzureCosmosDB.Web (#887)
Bump Azure.Identity

Bumps [Azure.Identity](https://github.com/Azure/azure-sdk-for-net) from 1.11.0 to 1.11.4.
- [Release notes](https://github.com/Azure/azure-sdk-for-net/releases)
- [Commits](https://github.com/Azure/azure-sdk-for-net/compare/Azure.Identity_1.11.0...Azure.Identity_1.11.4)

---
updated-dependencies:
- dependency-name: Azure.Identity
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-30 11:20:36 -04:00
dependabot[bot] 4d8d449a67
Bump Microsoft.Azure.Storage.DataMovement from 2.0.0 to 2.0.5 in /015-Serverless/Student/Resources/App/UploadImages (#869)
Bump Microsoft.Azure.Storage.DataMovement

Bumps [Microsoft.Azure.Storage.DataMovement](https://github.com/Azure/azure-storage-net-data-movement) from 2.0.0 to 2.0.5.
- [Release notes](https://github.com/Azure/azure-storage-net-data-movement/releases)
- [Changelog](https://github.com/Azure/azure-storage-net-data-movement/blob/master/changelog.txt)
- [Commits](https://github.com/Azure/azure-storage-net-data-movement/commits)

---
updated-dependencies:
- dependency-name: Microsoft.Azure.Storage.DataMovement
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-30 11:19:13 -04:00
Marc Garcia 461169a1f5
[Hack Update] 015-Serverless Update OCR API to v3.2 (#848)
* [015-Serverless] express bicep template

* [015-Serverless] Update API OCR to v3.2

* typo

* undo code changes

* documented scripts Coach folder, msbuild lab, fix URL for OCR API

* remove msbuild lab markdown, use txt

* remove fake secrets to avoid security warnings

* add spellchecks

---------

Co-authored-by: Marc Garcia <marcgarcia@microsoft.com>
2024-10-30 11:07:10 -04:00
Peter C. Laudati c44466218d
[WTH Core] Contribution guide spell check updates (#902)
* Added OpenAI Fundamentals to WTH home page AND linked to it from the archived "002-IntroToAI" hack

* added whitelist file for 002

* Update README.md

added link to 069 to the homepage

* Update spellcheck.yml

Testing md_in_html extension for pyseplling

* Update CONTRIBUTING.md

updated spell check rules

* Update CONTRIBUTING.md

* Update CONTRIBUTING.md

* Update CONTRIBUTING.md

* Update CONTRIBUTING.md

* Update .wordlist.txt

added "backticks" to the global whitelist
2024-10-18 10:03:10 -04:00
CameronKahrs-Microsoft a4a79ef2a7
[Hack Update] 069-FabricRealTimeAnalytics - Real Time Intelligence rebranding changes to hack to bring it up to d… (#899)
* Real Time Intelligence rebranding changes to hack to bring it up to date with new UI and new brand

* Update Challenge-00.md

* Update .wordlist.txt

added eventstream and eventhouse

* Update Solution-01.md

fixed typo

* Update README.md

fixed ToC to unordered list

* Update README.md

fixed ToC to unordered list

* Update README.md

fixed busted image links

* Update Solution-00.md

Reverted title back to WTH template guidelines

* Update Solution-01.md

Set title back to "Challenge" as per WTH Template guidelines

* Update Solution-02.md

* Update Solution-03.md

---------

Co-authored-by: Peter C. Laudati <plaudati@hotmail.com>
2024-10-15 23:34:38 -04:00
dependabot[bot] d1e610b048
Bump Azure.Identity from 1.11.0 to 1.11.4 in /056-CosmicTroubleshooting/Student/Resources/Challenge00/WTHAzureCosmosDB.Web (#886)
Bump Azure.Identity

Bumps [Azure.Identity](https://github.com/Azure/azure-sdk-for-net) from 1.11.0 to 1.11.4.
- [Release notes](https://github.com/Azure/azure-sdk-for-net/releases)
- [Commits](https://github.com/Azure/azure-sdk-for-net/compare/Azure.Identity_1.11.0...Azure.Identity_1.11.4)

---
updated-dependencies:
- dependency-name: Azure.Identity
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-09 18:14:32 -04:00
dependabot[bot] 6067443163
Bump org.webjars:bootstrap from 3.3.6 to 3.4.1 in /040-JavaOnAppService/Student/Resources/spring-petclinic (#885)
Bump org.webjars:bootstrap

Bumps [org.webjars:bootstrap](https://github.com/webjars/bootstrap) from 3.3.6 to 3.4.1.
- [Commits](https://github.com/webjars/bootstrap/compare/bootstrap-3.3.6...bootstrap-3.4.1)

---
updated-dependencies:
- dependency-name: org.webjars:bootstrap
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-05 12:25:13 -04:00
dependabot[bot] 9bc37d399d
Bump tj-actions/changed-files from 44.5.5 to 44.5.7 (#884)
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 44.5.5 to 44.5.7.
- [Release notes](https://github.com/tj-actions/changed-files/releases)
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md)
- [Commits](cc733854b1...c65cd88342)

---
updated-dependencies:
- dependency-name: tj-actions/changed-files
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-05 12:24:57 -04:00
dependabot[bot] 357b6e80a4
Bump tj-actions/changed-files from 44.5.2 to 44.5.5 (#876)
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 44.5.2 to 44.5.5.
- [Release notes](https://github.com/tj-actions/changed-files/releases)
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md)
- [Commits](d6babd6899...cc733854b1)

---
updated-dependencies:
- dependency-name: tj-actions/changed-files
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-11 21:24:32 -04:00
dependabot[bot] 826c4ab9c3
Bump braces from 3.0.2 to 3.0.3 in /016-AppMigration/Student/Resources/src/product-service (#874)
Bump braces in /016-AppMigration/Student/Resources/src/product-service

Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3.
- [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md)
- [Commits](https://github.com/micromatch/braces/compare/3.0.2...3.0.3)

---
updated-dependencies:
- dependency-name: braces
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-11 21:24:18 -04:00
dependabot[bot] e6b443c98c
Bump ws from 8.14.2 to 8.17.1 in /063-IntroToAzureRedHatOpenshift/Student/Resources/Challenge-02/rating-web (#872)
Bump ws

Bumps [ws](https://github.com/websockets/ws) from 8.14.2 to 8.17.1.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](https://github.com/websockets/ws/compare/8.14.2...8.17.1)

---
updated-dependencies:
- dependency-name: ws
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-11 21:24:02 -04:00
dependabot[bot] b30e695823
Bump Azure.Identity from 1.11.0 to 1.11.4 in /056-CosmicTroubleshooting/Coach/Solutions/Challenge02/WTHAzureCosmosDB.Web (#871)
Bump Azure.Identity

Bumps [Azure.Identity](https://github.com/Azure/azure-sdk-for-net) from 1.11.0 to 1.11.4.
- [Release notes](https://github.com/Azure/azure-sdk-for-net/releases)
- [Commits](https://github.com/Azure/azure-sdk-for-net/compare/Azure.Identity_1.11.0...Azure.Identity_1.11.4)

---
updated-dependencies:
- dependency-name: Azure.Identity
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-11 21:23:26 -04:00
dependabot[bot] da56e51e95
Bump Microsoft.Identity.Client from 4.18.0 to 4.61.3 in /021-IdentityForApps/Student/Resources/Verify-inator (#870)
Bump Microsoft.Identity.Client

Bumps [Microsoft.Identity.Client](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet) from 4.18.0 to 4.61.3.
- [Release notes](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/releases)
- [Changelog](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/blob/main/CHANGELOG.md)
- [Commits](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/compare/4.18.0...4.61.3)

---
updated-dependencies:
- dependency-name: Microsoft.Identity.Client
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-11 21:23:10 -04:00
dependabot[bot] a95beec309
Bump tj-actions/changed-files from 44.5.0 to 44.5.2 (#868)
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 44.5.0 to 44.5.2.
- [Release notes](https://github.com/tj-actions/changed-files/releases)
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md)
- [Commits](1754cd4b9e...d6babd6899)

---
updated-dependencies:
- dependency-name: tj-actions/changed-files
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-03 14:55:53 -04:00
rsliang de592ab7cd
[Hack update] 027 FHIRPoweredHealthcare added new challenge 8. (#846)
* Updated Student and image folder files for v3

Updated Student folder challenge files and images folder files for v3.

* Update readme and challenges00 files.

* Updated challenge 7 content for MedTech Service

Update challenge 7 IoT ingest and persist for MedTech Service.

* Updated challenges_architecture

Updated challenges_architecture for new challenge 7 content

* Update all challenge images

* Update challenge content and images

* Update challenge content images

* Update challenge 6 contents.

* Update challenge 1 content

* Update challenge 2 contents.

* Update challenge 1 contents.

* Update challenge 2 contents

* Update challenge 6 contents

* Update challenge 6 contents

* Update challenge 7 contents.

* Refactor all challenges to remove deprecated ch3-Read FHIR data

* Update readme content

* Update readme.md

* Update readme.md

* Update readme.md

* Update readme.md

* Update readme.md

* Update Challenge01.md

* Update Challenge05.md

* Update Challenge05.md

* Update readme.md

* Update readme.md

* Update coach's solution content and hack presentation

* Update Solution01.md

* Update Solution file for challenge 5

* Update solution files for challenge 4

* Create Solution06.md

* Update Solution06.md

* Update challenge 6 and solution 6

* Update Solution 6 and postman collections

* Update Solution06.md

* Update Solution06.md

* Update HealthArchitecture.png

* Update Challenge06.md

* Update Challenge06.md

* Update Challenge06.md

* Update Challenge04.md

* update challenge 3 content

* Update Challenge03.md

* Update Solution03.md

* Added new challenge 7 and refactor challenge 6

* Update readme.md

* Update challenge 7 and solution 7 contents

* Update readme.md

* Update Challenge07.md

* Update Challenge07.md

* Update Challenge07.md

* Update Challenge07.md

* Update Solution07.md

* Update Solution07.md

* Update Solution07.md

* Update Coach READ.me and Challenge 0 contents

* Update readme.md

* Update Challenge00.md

* Update Challenge00.md

* Update Challenge00.md

* Update challenge titles

* Update challenge titles for README.md files

* Update images to white background

* Update Solution06.md

* Update Solution06.md

* update readme and challenge 0 contents

* Update readme.md

* Update Challenge03.md

* Update Challenge03.md

* Update Challenge03.md

* Update Challenge04.md

* Update Challenge04.md

* Update Challenge04.md

* Update Challenge04.md

* Update Challenge04.md

* Update Challenge04.md

* Update Challenge05.md

* Update Challenge05.md

* Update Challenge05.md

* Update Challenge05.md

* Update Challenge06.md

* Update Challenge07.md

* Update Challenge07.md

* Update Challenge00.md

* Update Challenge01.md

* Update Challenge01.md

* Update Challenge07.md

* Update Challenge07.md

* Removed old student resources folders

* Update Challenge07.md

* Update Lectures.pptx

* Rename readme.md to README.md

* Rename readme.md to README.md

* Removed unused images

* Update Challenge03.md

* Update Challenge00.md

* Update README.md

* Update Challenge00.md

* update Home link to README.md

* Update README.md

* Update README.md

* Update Solution03.md

* Delete 027-FHIRPoweredHealthcare/Coach/Solutions/Challenge06 directory

* Update Lectures.pptx

* Delete architecture.jpg

* Resolve merge review issues.

* Update challenge 1 for Postman configurations

* Update challenge 1 Leaning Resources

* Update challenge 3 to include web app

* Update Solution03.md

* Update Solution06.md

* Update Solution06.md

* Update Solution07.md

* Update Challenge01.md

* Update Challenge06.md

* Update Solution03.md

* Update Solution03.md

* Update README.md

"Azure Health Data Services platform is A fully managed..."

* Update README.md

Extract FHIR data via FHIR Analytics...

* Update Challenge00.md

backticks on "Resources.zip"

* Update Challenge01.md

grammar in intro paragraph

* Update Challenge06.md

* Update Challenge05.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update challenge 1 and HealthArchitecture.png

* Update Challenge01.md

* Create helmignore.txt

* Recovered .helmignore file from previous merge

* Add new challenge 8 and modified challenge 7 to point next challenge to 8

Added new Challenge 08 and modified Challenge 07 to point next challenge to #8.

* Update README.md

Added challenge 8

* Added challenge 8 solution file.

Added challenge 8 solution file in the Coach folder.

* Update Challenge08.md

* Update Challenge08.md

* Updated challenge 8 title in Student, Coach and Readme files

Updated challenge 8 title in Student, Coach and Readme files.

* Update Challenge08.md

* Update challenge 8 deployment content

Update challenge 8 deployment content including solution architecture diagram.

* Update Challenge08.md

* Update Challenge08.md

* Update Challenge08.md

* Update Challenge08.md

* Update Challenge08.md

* Update Challenge08.md

* Update Challenge08.md

* Update Challenge08.md

* Update challenge 8 and solution 8 files

Update challenge 8 and solution 8 files

* Update Solution08.md

* Update Solution08.md

* Update Solution08.md

* Update Solution08.md

* Update Challenge08.md

* Update Challenge08.md

* Update Challenge08.md

* Update HealthArchitecture.png

* update challenge architectures

* update challeges architectur

* Update Challenge08.md

* Update README.md

* upate challenge 8 contents

* Update Challenge08.md

* Update Challenge08.md

* Update Challenge08.md

* Update Challenge08.md

* Update Challenge08.md

* Update Challenge08.md

* Update Challenge08.md

* Update Challenge08.md

* Update Solution08.md

* update challenge 8

* Update Solution08.md

* Update README.md

* update challenge 8

* update challenge 8

* Update Challenge08.md

* Update Challenge08.md

* Update Challenge08.md

* Update Challenge08.md

* Update Challenge08.md

* Update Challenge08.md

* update challenge 8

* Update Solution08.md

* update challenge 8

* Update Solution08.md

* Update challenge 8

* update challenge 8 spelling errors

* update challenge 8 spelling error - .wordlist.txt

* Update challenge 8 spelling errors

* Update challenge 8 spelling errors

* update spelling errors

* update challenge 8

* Update .wordlist.txt

* Update .wordlist.txt

removing file extension that should be in code blocks

* Update .wordlist.txt

* Update Challenge07.md

resolved spelling issues

* Update Solution07.md

resolved spelling issues.

* Update Solution04.md

Fix "home" link to point to Coach Guide ToC

* Update Solution05.md

Fix "home" link to point to Coach Guide ToC

* Update Solution06.md

Fix "home" link to point to Coach Guide ToC

* Update Solution07.md

Fix "home" link to point to Coach Guide ToC

* Update Solution08.md

Fix "home" link to point to Coach Guide ToC

* Update Solution04.md

fixed spelling issues.

* Update .wordlist.txt

added new words

* Update Solution05.md

fixed spelling

* Update .wordlist.txt

* Update .wordlist.txt

* Update Solution06.md

resolved spelling issues.

* Update .wordlist.txt

* Update Challenge08.md

updated hint style

---------

Co-authored-by: Peter C. Laudati <plaudati@hotmail.com>
2024-05-22 21:48:22 -04:00
dependabot[bot] 1ad93d213e
Bump System.IdentityModel.Tokens.Jwt from 4.0.4.403061554 to 5.7.0 in /002-IntroToAzureAI/Student/Resources/Challenge-2.3-Logging-Chat-Conversations/code/file-core-Middleware (#865)
Bump System.IdentityModel.Tokens.Jwt

Bumps [System.IdentityModel.Tokens.Jwt](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet) from 4.0.4.403061554 to 5.7.0.
- [Release notes](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/releases)
- [Changelog](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/blob/dev/CHANGELOG.md)
- [Commits](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/commits/5.7.0)

---
updated-dependencies:
- dependency-name: System.IdentityModel.Tokens.Jwt
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-22 14:43:04 -04:00
dependabot[bot] 81d61eaee4
Bump System.IdentityModel.Tokens.Jwt from 4.0.4.403061554 to 5.7.0 in /002-IntroToAzureAI/Student/Resources/Challenge-2.3-Logging-Chat-Conversations/code/sql-core-Middleware (#864)
Bump System.IdentityModel.Tokens.Jwt

Bumps [System.IdentityModel.Tokens.Jwt](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet) from 4.0.4.403061554 to 5.7.0.
- [Release notes](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/releases)
- [Changelog](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/blob/dev/CHANGELOG.md)
- [Commits](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/commits/5.7.0)

---
updated-dependencies:
- dependency-name: System.IdentityModel.Tokens.Jwt
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-22 14:42:51 -04:00
dependabot[bot] ec5559e142
Bump System.IdentityModel.Tokens.Jwt from 4.0.4.403061554 to 5.7.0 in /002-IntroToAzureAI/Coach/Solutions/Challenge-2.3-Logging-Chat-Conversations/Code/core-Middleware (#863)
Bump System.IdentityModel.Tokens.Jwt

Bumps [System.IdentityModel.Tokens.Jwt](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet) from 4.0.4.403061554 to 5.7.0.
- [Release notes](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/releases)
- [Changelog](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/blob/dev/CHANGELOG.md)
- [Commits](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/commits/5.7.0)

---
updated-dependencies:
- dependency-name: System.IdentityModel.Tokens.Jwt
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-22 14:42:34 -04:00
dependabot[bot] 875e53d6fb
Bump System.IdentityModel.Tokens.Jwt from 4.0.4.403061554 to 5.7.0 in /002-IntroToAzureAI/Coach/Solutions/Challenge-2.3-Logging-Chat-Conversations/Code/sql-core-Middleware (#862)
Bump System.IdentityModel.Tokens.Jwt

Bumps [System.IdentityModel.Tokens.Jwt](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet) from 4.0.4.403061554 to 5.7.0.
- [Release notes](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/releases)
- [Changelog](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/blob/dev/CHANGELOG.md)
- [Commits](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/commits/5.7.0)

---
updated-dependencies:
- dependency-name: System.IdentityModel.Tokens.Jwt
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-22 14:42:15 -04:00
dependabot[bot] c5d495d729
Bump System.IdentityModel.Tokens.Jwt from 4.0.4.403061554 to 5.7.0 in /002-IntroToAzureAI/Student/Resources/Challenge-2.3-Logging-Chat-Conversations/code/core-Middleware (#861)
Bump System.IdentityModel.Tokens.Jwt

Bumps [System.IdentityModel.Tokens.Jwt](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet) from 4.0.4.403061554 to 5.7.0.
- [Release notes](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/releases)
- [Changelog](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/blob/dev/CHANGELOG.md)
- [Commits](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/commits/5.7.0)

---
updated-dependencies:
- dependency-name: System.IdentityModel.Tokens.Jwt
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-22 14:41:58 -04:00
dependabot[bot] 945dee767a
Bump System.IdentityModel.Tokens.Jwt from 4.0.4.403061554 to 5.7.0 in /002-IntroToAzureAI/Coach/Solutions/Challenge-2.3-Logging-Chat-Conversations/Code/file-core-Middleware (#860)
Bump System.IdentityModel.Tokens.Jwt

Bumps [System.IdentityModel.Tokens.Jwt](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet) from 4.0.4.403061554 to 5.7.0.
- [Release notes](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/releases)
- [Changelog](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/blob/dev/CHANGELOG.md)
- [Commits](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/commits/5.7.0)

---
updated-dependencies:
- dependency-name: System.IdentityModel.Tokens.Jwt
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-22 14:41:13 -04:00
dependabot[bot] 5250209a85
Bump tj-actions/changed-files from 44.4.0 to 44.5.0 (#866)
---
updated-dependencies:
- dependency-name: tj-actions/changed-files
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-22 14:40:41 -04:00
AndrewHCysiv 3b188835fc
[Hack Update] 015 Serverless fixed miscellaneous small issues (#852)
* Update ExportLicensePlates.cs

* Fixed export license plates signature

* Update FileMethods.cs

* Updated file methods to use connection string from envvar

* Update Challenge-08.md

Updated TODO code with new .NET 8 version of Blob Storage API

* Update FileMethods.cs

Cleaned out solution code and put TODO comment back in.

* Update Challenge-08.md

* Update Challenge-08.md

Cleared spelling issues

---------

Co-authored-by: Peter C. Laudati <plaudati@hotmail.com>
2024-05-22 14:40:21 -04:00
dependabot[bot] a0b769d9da
Bump tj-actions/changed-files from 44.3.0 to 44.4.0 (#859)
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 44.3.0 to 44.4.0.
- [Release notes](https://github.com/tj-actions/changed-files/releases)
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md)
- [Commits](0874344d6e...a29e8b5656)

---
updated-dependencies:
- dependency-name: tj-actions/changed-files
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-15 21:02:14 -04:00
Peter C. Laudati 79110222ec
[WTH Core] Updated spell-checker to use md_in_html extension to properly parse detail/summary tags (#858)
* Added OpenAI Fundamentals to WTH home page AND linked to it from the archived "002-IntroToAI" hack

* added whitelist file for 002

* Update README.md

added link to 069 to the homepage

* Update spellcheck.yml

Testing md_in_html extension for pyseplling
2024-05-12 22:59:04 -04:00
Pete Rodriguez 4041de29a6
020 linux fundamentals url fix (#857)
* Update Challenge-03.md

Fixed an incorrect URL in the success criteria

* Update Challenge-03.md

* Update Challenge-03.md

* Update Challenge-03.md
2024-05-08 13:39:42 -04:00
Peter C. Laudati dd574ba3d6
[WTH Core] 015 & 066 Collapsible sections markdown fix (#854)
* Added OpenAI Fundamentals to WTH home page AND linked to it from the archived "002-IntroToAI" hack

* added whitelist file for 002

* Update README.md

added link to 069 to the homepage

* testing common markdown plugin

* test collapsable section fix

* collapse fix test 2

* fix again

* one more fix

* no message

* trying to override summary style to display marker for collapse

* Fixed collapsable sections for the Azure Serverless hack.

* tweaked format for collapsible sections in Serverless hack
2024-05-08 13:26:12 -04:00
Peter C. Laudati 58243bc087
[Hack Update] 015-AzureServerless - fix formatting error (#851)
* Added OpenAI Fundamentals to WTH home page AND linked to it from the archived "002-IntroToAI" hack

* added whitelist file for 002

* Update README.md

added link to 069 to the homepage

* removed collapsable section from C3 Accelerator
2024-05-01 01:06:04 -04:00
Peter C. Laudati 12fc46564f
[Hack Update] 015-AzureServerless - Add bicep kick off instructions to C3 accelerator (#850)
* Added OpenAI Fundamentals to WTH home page AND linked to it from the archived "002-IntroToAI" hack

* added whitelist file for 002

* Update README.md

added link to 069 to the homepage

* Updated C3 Accelerator to provide instructions on how to run the Bicep deployment script.
Cleaned up param in deployment script.

* resolved spelling issue in C3Accelerator
2024-05-01 00:31:02 -04:00
dependabot[bot] 9fb69b2432
Bump mongoose from 4.13.18 to 5.13.20 in /063-IntroToAzureRedHatOpenshift/Student/Resources/Challenge-02/rating-api (#845)
Bump mongoose

Bumps [mongoose](https://github.com/Automattic/mongoose) from 4.13.18 to 5.13.20.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Automattic/mongoose/compare/4.13.18...5.13.20)

---
updated-dependencies:
- dependency-name: mongoose
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-25 00:37:46 -04:00
Peter C. Laudati cb4a56bd33
[Hack Update] 066-OpenAIFundamentals - amanda's changes (#847)
* Added OpenAI Fundamentals to WTH home page AND linked to it from the archived "002-IntroToAI" hack

* added whitelist file for 002

* Update README.md

added link to 069 to the homepage

* Added line about LangChain's QAEvalChain to Solution05.md

* Added new CNN QA SET data file.

* Updated Solution/Ch01 from AmandaWong

* Updated Solution CH2 w/Amanda's updates

* added langchain to whitelist.  resolved spelling on coach guide for s5

* resolved spelling in S5

* Updated C1 Notebook w/Amanda's updates

* Updated C2 Notebook with Amanda's changes

* Added C5 Notebook changes from Amanda
2024-04-25 00:36:21 -04:00
Devanshi Thakar f8f7c24296
[Hack Update] 066-OpenAIFundamental-v2 (#798)
* added date to readme

* added codespace files

* added CH1 ntbk codespace changes to original

* added CH3A ntbk codespace changes to original

* added CH3B ntbk codespace changes to original

* added CH3C ntbk codespace changes to original

* added CH4A ntbk codespace changes to original

* added CH4B ntbk codespace changes to original

* added CH3A solutions ntbk codespace changes to original

* added CH3B solutions ntbk codespace changes to original

* added CH3C solutions ntbk codespace changes to original

* changed CH3A solutions

* deleted CH3B Solutions CS version

* deleted CH3C Solutions CS version and changed CH3C Solutions file

* deleted CH3A,CH3B CS versions

* deleted CH4A,CH4B CS files

* deleted old CS files

* Update Challenge-00-CS.md

resolved spelling issue ".txt"

* First draft of updates to C0 to include GH codespaces

* minor update to C0

* minor update to C0.  Removed redundant line about "being good to go"

* cleaned up redundant instructions.  Referred to .env file instead of sample_env.txt.  <-- may need to change this back to follow best practices for including an .env file in a Git repo

* minor C0 update

* update & merged C1

* updated C2

* Updated C3 to cover codespace

* Updated C4 & C5 to cover codespaces.  Also corrected spelling in C1 & 2

* Updated C0 to refer to .env.sample file with instructions for student to rename it

* merged/renamed .env-CS (from Dec fluency event) to .env.sample
added a . to .gitignore
Removed old env file

* renamed Notebooks folder to lowercase notebooks

* Added backticks to all references to .env file in C1-C4

* Removed all "CS" files from the December event fork

* cleaned up references to /notebooks folder in local workstation instructions.  Removed extra characters from hack home page README.md

* updated the coach guide to refer to the availability of GitHub Codespace.

* added link to Codespace repo to challenge 00!

* Added devcontainer definition for GH Codespaces, and a README file to the /Student/Resources folder that will act as the homepage for the codespace repo

* updated prereqs listed on the hack homepage

---------

Co-authored-by: Peter C. Laudati <plaudati@hotmail.com>
2024-04-24 15:49:59 -04:00
dependabot[bot] 093c29023c
Bump tj-actions/changed-files from 44.0.1 to 44.3.0 (#844)
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 44.0.1 to 44.3.0.
- [Release notes](https://github.com/tj-actions/changed-files/releases)
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md)
- [Commits](635f118699...0874344d6e)

---
updated-dependencies:
- dependency-name: tj-actions/changed-files
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-22 14:27:03 -04:00
dependabot[bot] 9f11767e71
Bump Azure.Identity from 1.10.2 to 1.11.0 in /056-CosmicTroubleshooting/Student/Resources/Challenge00/WTHAzureCosmosDB.Web (#839)
Bump Azure.Identity

Bumps [Azure.Identity](https://github.com/Azure/azure-sdk-for-net) from 1.10.2 to 1.11.0.
- [Release notes](https://github.com/Azure/azure-sdk-for-net/releases)
- [Commits](https://github.com/Azure/azure-sdk-for-net/compare/Azure.Identity_1.10.2...Azure.Identity_1.11.0)

---
updated-dependencies:
- dependency-name: Azure.Identity
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-22 14:26:51 -04:00
dependabot[bot] b19322b830
Bump Azure.Identity from 1.10.2 to 1.11.0 in /056-CosmicTroubleshooting/Coach/Solutions/Challenge02/WTHAzureCosmosDB.Web (#838)
Bump Azure.Identity

Bumps [Azure.Identity](https://github.com/Azure/azure-sdk-for-net) from 1.10.2 to 1.11.0.
- [Release notes](https://github.com/Azure/azure-sdk-for-net/releases)
- [Commits](https://github.com/Azure/azure-sdk-for-net/compare/Azure.Identity_1.10.2...Azure.Identity_1.11.0)

---
updated-dependencies:
- dependency-name: Azure.Identity
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-22 14:26:35 -04:00