-
Notifications
You must be signed in to change notification settings - Fork 188
chore: dev to main PR #823
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
Draft
Ragini-Microsoft
wants to merge
31
commits into
main
Choose a base branch
from
dev
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from all commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
9e541fe
build: bump the npm-deps group across 2 directories with 18 updates
dependabot[bot] 20d9c8b
build: bump the python-deps group across 3 directories with 4 updates
dependabot[bot] 2aa55e5
build: bump the github-actions group with 7 updates
dependabot[bot] 0ac9732
build: bump the github-actions group with 4 updates
dependabot[bot] bb4eabf
refactor: UI code cleanup and folder restructure
Shubhangi-Microsoft a8a8125
Add pytest coverage comment to PRs
Rafi-Microsoft f8bf49a
Merge branch 'dev' of https://github.com/microsoft/content-generation…
Shubhangi-Microsoft 338442f
Merge branch 'dev' into rc-dependabotchanges
Ragini-Microsoft 4f183a1
fix: update server.js for Express 5 and http-proxy-middleware v3 comp…
Ragini-Microsoft 76e63ed
Merge pull request #816 from microsoft/psl-add-coverage-pr-comment
Roopan-Microsoft e03e3ae
Merge pull request #814 from microsoft/psl-ui-refractoring
Roopan-Microsoft e11b916
Merge branch 'dev' of https://github.com/microsoft/content-generation…
Ragini-Microsoft ea02b51
updated the dependabot packages
Ragini-Microsoft 1d3c341
fix: correct route definition for SPA support in server.js
Ragini-Microsoft 33c9f90
Merge pull request #819 from microsoft/rc-dependabot-changes
Roopan-Microsoft 4ce0d68
Removed the bicep paramater
Dhruvkumar-Microsoft e535e24
Update Bicep modules and resources to latest versions
Akhileswara-Microsoft b5bb2db
Merge pull request #821 from microsoft/AVM_Bicep_Versions_Update_Akhi…
Roopan-Microsoft bcc61af
Merge pull request #820 from microsoft/feature/remove-bicep-version
Roopan-Microsoft dc95c0a
fix: resolve PR review comments - expand CI path filters and remove n…
Shubhangi-Microsoft ea6367e
Merge pull request #824 from microsoft/psl-dev-fixes
Roopan-Microsoft ba4b53b
fix: check Content-Type before parsing JSON in fetchExternal (#40958)
Pavan-Microsoft 0c03956
Revert "fix: check Content-Type before parsing JSON in fetchExternal …
Pavan-Microsoft 93463a9
fix: add content-type check for non-JSON responses in HttpClient
Pavan-Microsoft 5756ebd
fix: include content-type in error message for non-JSON responses in …
Pavan-Microsoft 5125900
fix: add content-type check for non-JSON responses in HttpClient
Avijit-Microsoft 33d2474
fix: update API versions in Bicep and JSON files to latest specificat…
Akhileswara-Microsoft 705bd66
Merge pull request #827 from microsoft/AVM_Bicep_Versions_Update_Akhi…
Roopan-Microsoft e618f1c
fix: resolve Dependabot security alerts (vite, picomatch, path-to-reg…
Shubhangi-Microsoft 06d3daa
fix: resolve dependabot security alerts - upgrade uuid to v14
Shubhangi-Microsoft ca921f2
fix: resolve Dependabot security alerts (vite, picomatch, path-to-reg…
Avijit-Microsoft File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -8,7 +8,6 @@ metadata: | |
|
|
||
| requiredVersions: | ||
| azd: '>= 1.18.0 != 1.23.9' | ||
| bicep: '>= 0.33.0' | ||
|
|
||
| parameters: | ||
| solutionPrefix: | ||
|
|
||
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.