Skip to content

Commit

Permalink
Merge branch 'main' into mharder/api-doc-preview-suppressions
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeharder authored Aug 13, 2024
2 parents 8fec5f7 + 925b1fe commit 5dc7dca
Show file tree
Hide file tree
Showing 2,213 changed files with 355,468 additions and 3,541 deletions.
24 changes: 12 additions & 12 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
/specification/applicationinsights/data-plane/Monitor.Exporters/ @ramthi @trask @hectorhdzg @lzchen @Azure/api-stewardship-board

# PRLabel: %Container Apps
/specification/app/ @jijohn14 @Juliehzl
/specification/app/ @Juliehzl

# PRLabel: %Code Signing
/specification/codesigning/data-plane @Azure/api-stewardship-board
Expand All @@ -62,7 +62,7 @@
/specification/billing/ @wilcobmsft @asarkar84

# PRLabel: %Network - CDN
/specification/cdn/ @jorinmejia @yunhemsft @jessicl-ms @rrahulms @t-bzhan @ChenglongLiu @Ptnan7
/specification/cdn/ @jorinmejia @yunhemsft @jessicl-ms @rrahulms @ChenglongLiu @Ptnan7

# PRLabel: %Cognitive Services
/specification/cognitiveservices/ @felixwa @yangyuan
Expand Down Expand Up @@ -275,13 +275,13 @@
###########
# Eng Sys
###########
/.gitattributes @weshaggard @mikeharder @konrad-jamrozik
/.gitignore @weshaggard @mikeharder @konrad-jamrozik
/.prettierrc.json @weshaggard @mikeharder @konrad-jamrozik
/package-lock.json @weshaggard @mikeharder @konrad-jamrozik
/package.json @weshaggard @mikeharder @konrad-jamrozik
/tsconfig.json @weshaggard @mikeharder @konrad-jamrozik
/.azure-pipelines/ @weshaggard @mikeharder @konrad-jamrozik @benbp
/.github/ @weshaggard @mikeharder @konrad-jamrozik @benbp
/eng/ @weshaggard @mikeharder @konrad-jamrozik @benbp
/scripts/ @weshaggard @mikeharder @konrad-jamrozik
/.gitattributes @weshaggard @mikeharder
/.gitignore @weshaggard @mikeharder
/.prettierrc.json @weshaggard @mikeharder
/package-lock.json @weshaggard @mikeharder
/package.json @weshaggard @mikeharder
/tsconfig.json @weshaggard @mikeharder
/.azure-pipelines/ @weshaggard @mikeharder @benbp
/.github/ @weshaggard @mikeharder @benbp
/eng/ @weshaggard @mikeharder @benbp
/scripts/ @weshaggard @mikeharder
12 changes: 0 additions & 12 deletions .github/policies/resourceManagement.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2530,18 +2530,6 @@ configuration:
- removeLabel:
label: no-recent-activity
description:
- if:
- payloadType: Issue_Comment
- and:
- isPullRequest
then:
- if:
- commentContains:
pattern: "^/pr RequestMerge$"
isRegex: true
then:
- addLabel:
label: MergeRequested
- if:
- payloadType: Pull_Request
then:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/tsp-client-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ on:
- .github/workflows/tsp-client-test.yaml
- eng/tools/package.json
- eng/tools/tsconfig.json
- eng/tools/tsp-client/**
- eng/tools/tsp-client-tests/**
- specification/common-types
- specification/keyvault
- specification/sphere

Expand Down
18 changes: 16 additions & 2 deletions cSpell.json
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,8 @@
"aksadvancednetworking",
"PDBs",
"undrainable",
"Undrainable"
"Undrainable",
"acnstls"
]
},
{
Expand Down Expand Up @@ -1212,7 +1213,9 @@
"discretizing",
"subscores",
"vectorizing",
"onelake"
"onelake",
"tiktoken",
"Matryoshka"
]
},
{
Expand Down Expand Up @@ -1388,6 +1391,16 @@
"words": [
"systemversionname"
]
},
{
"filename": "**/specification/iotoperations/resource-manager/Microsoft.IoTOperations/**/*.json",
"words": [
"akri",
"opcua",
"websockets",
"opentelemetry",
"parquet"
]
}
],
"enableFiletypes": [
Expand All @@ -1396,4 +1409,5 @@
"ignoreWords": [
"trafficcontrollerspec"
]

}
Loading

0 comments on commit 5dc7dca

Please sign in to comment.