Skip to content

Commit 631eba8

Browse files
author
ruiren_microsoft
committed
Merge remote-tracking branch 'origin/main' into ruiren/live-audio-stream-cpp
2 parents 2155d82 + 088f844 commit 631eba8

84 files changed

Lines changed: 2642 additions & 171 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
## DO NOT MODIFY THIS FILE MANUALLY. This is part of auto-baselining from 1ES Pipeline Templates. Go to [https://aka.ms/1espt-autobaselining] for more details.
2+
3+
pipelines:
4+
2192:
5+
retail:
6+
binary:
7+
binskim:
8+
lastModifiedDate: 2026-04-21
9+
spotbugs:
10+
lastModifiedDate: 2026-04-21
11+
source:
12+
eslint:
13+
lastModifiedDate: 2026-04-21
14+
psscriptanalyzer:
15+
lastModifiedDate: 2026-04-21
16+
armory:
17+
lastModifiedDate: 2026-04-21

.config/guardian/.gdnbaselines

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
{
2+
"properties": {
3+
"helpUri": "https://eng.ms/docs/microsoft-security/security/azure-security/cloudai-security-fundamentals-engineering/security-integration/guardian-wiki/microsoft-guardian/general/baselines"
4+
},
5+
"version": "1.0.0",
6+
"baselines": {
7+
"default": {
8+
"name": "default",
9+
"createdDate": "2026-04-21 05:29:03Z",
10+
"lastUpdatedDate": "2026-04-21 05:29:03Z"
11+
}
12+
},
13+
"results": {
14+
"69b647712f85ffe7b40ad90ffc86e9ff9fac0abb44d922c42bcecab81e4ccec2": {
15+
"signature": "69b647712f85ffe7b40ad90ffc86e9ff9fac0abb44d922c42bcecab81e4ccec2",
16+
"alternativeSignatures": [
17+
"ebb5b86a3fed512da35d013ab87c994656fef3061f5b28396da9c0f8e8e1f513",
18+
"54a3900e69221d9330006bc7a493a75b00e864d977cc5ec729d1d2efd836de02",
19+
"468342a92ed62a2d43a75e78f8fe8b6683f9f8c1c289b1436043319a5f94d3ed"
20+
],
21+
"target": "native/Microsoft.AI.Foundry.Local.Core.dll",
22+
"uriBaseId": "file:///E:/_work/1/a/",
23+
"memberOf": [
24+
"default"
25+
],
26+
"tool": "binskim",
27+
"ruleId": "BA2008",
28+
"createdDate": "2026-04-21 05:29:03Z",
29+
"expirationDate": "2026-10-08 06:22:33Z",
30+
"justification": "This error is baselined with an expiration date of 180 days from 2026-04-21 06:22:33Z"
31+
}
32+
}
33+
}

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ test.ipynb
55
bin/
66
obj/
77
.vs/
8+
.vscode/
89

910
# build, distribute, and bins
1011
build/

0 commit comments

Comments
 (0)