Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
a69a3d0
changes regex pattern
Kanchan-Microsoft Oct 10, 2025
0dcb87c
regex pattern updated
Kanchan-Microsoft Oct 10, 2025
bfa0e96
codeQL issue fix
AjitPadhi-Microsoft Oct 13, 2025
4c4a581
fixed codeql issue
AjitPadhi-Microsoft Oct 13, 2025
e0d2fdc
fixed codeql issue
AjitPadhi-Microsoft Oct 13, 2025
b9a9e1d
Merge remote-tracking branch 'origin/dev-v3' into codeql_fix
AjitPadhi-Microsoft Oct 13, 2025
4dcb5d1
fixed lint issue
AjitPadhi-Microsoft Oct 13, 2025
6d13956
fixed lint issue
AjitPadhi-Microsoft Oct 13, 2025
f3f7f41
Merge pull request #561 from Kanchan-Microsoft/main
Roopan-Microsoft Oct 14, 2025
acd7f18
Merge pull request #562 from microsoft/codeql_fix
Roopan-Microsoft Oct 14, 2025
6e56ecd
added event polling instead of looping
Dhruvkumar-Microsoft Oct 15, 2025
7374e77
Merge branch 'dev-v3' of https://github.com/microsoft/Multi-Agent-Cus…
Dhruvkumar-Microsoft Oct 15, 2025
9910f1e
resolve the pylint issue
Dhruvkumar-Microsoft Oct 15, 2025
c7bc593
Removed the commented code
Dhruvkumar-Microsoft Oct 16, 2025
c140b0b
Merge pull request #564 from microsoft/psl-us-23031-dk
Roopan-Microsoft Oct 16, 2025
15bb34b
Add AZURE_DEV_COLLECT_TELEMETRY variable in azure-dev.yml file
NirajC-Microsoft Oct 17, 2025
2310d99
Merge pull request #566 from microsoft/psl-dev-azureyml-nj
Roopan-Microsoft Oct 17, 2025
9d9df4f
updated the network module
Prekshith-Microsoft Oct 17, 2025
ea3e081
added clean_citation method in response_handlers.py
NirajC-Microsoft Oct 17, 2025
21a0973
remove pylint issues
NirajC-Microsoft Oct 17, 2025
d5079e0
remove pylint issues-1
NirajC-Microsoft Oct 17, 2025
4f3a2c7
remove pylint issues-2
NirajC-Microsoft Oct 17, 2025
9319c1e
remove unnecessary ""
NirajC-Microsoft Oct 17, 2025
460a2a1
Merge pull request #570 from microsoft/psl-bug-25080
Roopan-Microsoft Oct 17, 2025
da55973
Merge pull request #568 from microsoft/psl-network-module
Prajwal-Microsoft Oct 17, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions .github/workflows/azure-dev.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
name: Azure Template Validation
on:
push:
branches:
- main
workflow_dispatch:

permissions:
Expand Down Expand Up @@ -37,6 +34,8 @@ jobs:
AZURE_ENV_MODEL_CAPACITY: 1
AZURE_ENV_MODEL_4_1_CAPACITY: 1
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
AZURE_DEV_COLLECT_TELEMETRY: ${{ vars.AZURE_DEV_COLLECT_TELEMETRY }}

# Step 3: Print the result of the validation
- name: print result
run: cat ${{ steps.validation.outputs.resultFile }}
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Validate Deployment v3

on:
workflow_run:
workflows: ["Build Docker and Optional Push"]
workflows: ["Build Docker and Optional Push v3"]
types:
- completed
branches:
Expand Down
Loading
Loading