Skip to content

Commit f68d16c

Browse files
committed
Merge branch 'auto-update-autorest-pr-5347' of https://github.com/azure-sdk/azure-sdk-for-net into auto-update-autorest-pr-5347
2 parents 99b4989 + 3e59351 commit f68d16c

File tree

3,427 files changed

+267806
-204765
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

3,427 files changed

+267806
-204765
lines changed

.github/CODEOWNERS

Lines changed: 67 additions & 77 deletions
Large diffs are not rendered by default.

.github/CODEOWNERS_baseline_errors.txt

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
khmic5 is not a public member of Azure.
22
schaabs is not a public member of Azure.
33
lirenhe is not a public member of Azure.
4+
mconnew is an invalid user. Ensure the user exists, is public member of Azure and has write permissions.
45
adamedx is an invalid user. Ensure the user exists, is public member of Azure and has write permissions.
56
Azure/aks-pm is an invalid team. Ensure the team exists and has write permissions.
67
liadtal is an invalid user. Ensure the user exists, is public member of Azure and has write permissions.
@@ -32,7 +33,6 @@ orhasban is not a public member of Azure.
3233
zoharHenMicrosoft is an invalid user. Ensure the user exists, is public member of Azure and has write permissions.
3334
sagivf is not a public member of Azure.
3435
Aviv-Yaniv is an invalid user. Ensure the user exists, is public member of Azure and has write permissions.
35-
sijuman is not a public member of Azure.
3636
sarathys is an invalid user. Ensure the user exists, is public member of Azure and has write permissions.
3737
rakku-ms is an invalid user. Ensure the user exists, is public member of Azure and has write permissions.
3838
rpsqrd is an invalid user. Ensure the user exists, is public member of Azure and has write permissions.
@@ -55,7 +55,6 @@ SteveMSFT is an invalid user. Ensure the user exists, is public member of Azure
5555
msyache is an invalid user. Ensure the user exists, is public member of Azure and has write permissions.
5656
longli0 is an invalid user. Ensure the user exists, is public member of Azure and has write permissions.
5757
ShaoAnLin is an invalid user. Ensure the user exists, is public member of Azure and has write permissions.
58-
lulululululu is not a public member of Azure.
5958
ctstone is an invalid user. Ensure the user exists, is public member of Azure and has write permissions.
6059
vkurpad is an invalid user. Ensure the user exists, is public member of Azure and has write permissions.
6160
conhua is an invalid user. Ensure the user exists, is public member of Azure and has write permissions.
@@ -136,7 +135,6 @@ a-t-mason is an invalid user. Ensure the user exists, is public member of Azure
136135
ganzee is an invalid user. Ensure the user exists, is public member of Azure and has write permissions.
137136
shawnxzq is an invalid user. Ensure the user exists, is public member of Azure and has write permissions.
138137
lmy269 is an invalid user. Ensure the user exists, is public member of Azure and has write permissions.
139-
sumantmehtams is not a public member of Azure.
140138
idear1203 is an invalid user. Ensure the user exists, is public member of Azure and has write permissions.
141139
rgreenMSFT is an invalid user. Ensure the user exists, is public member of Azure and has write permissions.
142140
raedJarrar is an invalid user. Ensure the user exists, is public member of Azure and has write permissions.
@@ -191,7 +189,6 @@ ajlam is an invalid user. Ensure the user exists, is public member of Azure and
191189
ambhatna is an invalid user. Ensure the user exists, is public member of Azure and has write permissions.
192190
kummanish is an invalid user. Ensure the user exists, is public member of Azure and has write permissions.
193191
prbansa is an invalid user. Ensure the user exists, is public member of Azure and has write permissions.
194-
akucer is not a public member of Azure.
195192
naiteeks is an invalid user. Ensure the user exists, is public member of Azure and has write permissions.
196193
bennage is an invalid user. Ensure the user exists, is public member of Azure and has write permissions.
197194
giakas is not a public member of Azure.
@@ -210,7 +207,6 @@ ischrei is an invalid user. Ensure the user exists, is public member of Azure an
210207
danhadari is an invalid user. Ensure the user exists, is public member of Azure and has write permissions.
211208
cijothomas is not a public member of Azure.
212209
rajkumar-rangaraj is not a public member of Azure.
213-
TimothyMothra is not a public member of Azure.
214210
crtreasu is an invalid user. Ensure the user exists, is public member of Azure and has write permissions.
215211
rgarcia is an invalid user. Ensure the user exists, is public member of Azure and has write permissions.
216212
aznetsuppgithub is an invalid user. Ensure the user exists, is public member of Azure and has write permissions.

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ ipch/
6969
# VS Code
7070
**/.vscode/*
7171
!.vscode/cspell.json
72+
!.vscode/mcp.json
7273

7374
# Code analysis
7475
*.CodeAnalysisLog.xml

.vscode/mcp.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"servers": {
3+
"azure-sdk-mcp": {
4+
"type": "stdio",
5+
"command": "pwsh",
6+
"args": ["${workspaceFolder}/eng/common/mcp/azure-sdk-mcp.ps1", "-Run"]
7+
},
8+
}
9+
}

0 commit comments

Comments
 (0)