Skip to content

Commit 4ab8056

Browse files
Merge branch 'main' into users/pvats/eventgrid
2 parents f921496 + 9cd35dd commit 4ab8056

File tree

65,494 files changed

+2938177
-1831772
lines changed

Some content is hidden

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

65,494 files changed

+2938177
-1831772
lines changed

.github/.prettierignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ fixtures
99
specification
1010

1111
# unmanaged files and folders
12-
copilot-instructions.md
12+
**/*instructions.md
1313
chatmodes
1414
ISSUE_TEMPLATE
1515
policies

.github/CODEOWNERS

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -95,10 +95,7 @@
9595
/specification/containerservice/ @palma21 @weinong @seguler @alvinli222 @justindavies @matthchr @robbiezhang @paulgmiller @yizhang4321 @circy9 @qike-ms
9696

9797
# PRLabel: %Container Service Fleet
98-
/specification/containerservice/**/fleet/ @circy9 @serbrech @jim-minter @matthchr
99-
100-
# PRLabel: %Container Service Fleet
101-
/specification/containerservice/Fleet.Management/ @circy9 @serbrech @jim-minter @matthchr
98+
/specification/containerservice/resource-manager/Microsoft.ContainerService/fleet/ @circy9 @serbrech @matthchr
10299

103100
# PRLabel: %Cosmos
104101
/specification/cosmos-db/ @pjohari-ms @MehaKaushik
@@ -224,7 +221,7 @@
224221
/specification/scheduler/ @pinwang81
225222

226223
# PRLabel: %Search
227-
/specification/search/data-plane/ @kuanlu95 @BevLoh @giulianob
224+
/specification/search/data-plane/ @kuanlu95 @BevLoh @giulianob @xiangyan99
228225

229226
# PRLabel: %Search
230227
/specification/search/resource-manager/ @efrainretana @BevLoh @xiong-qiao @jonathanserbent @Draconicida @kuanlu95 @admayber
@@ -313,3 +310,6 @@
313310
/.github/instructions/ @praveenkuttappan @maririos
314311
/.github/instructions/*arm*.md @raosuhas
315312
/.github/chatmodes/ @praveenkuttappan @maririos
313+
314+
# Add owners for notifications for specific pipelines
315+
/eng/common/pipelines/codeowners-linter.yml

.github/CODEOWNERS_baseline_errors.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,3 +141,4 @@ Azure/azure-app-service-control-plane is an invalid team. Ensure the team exists
141141
'AzureML - Compute Instance' is not a valid label for this repository.
142142
Azure/aml-compute-instance is an invalid team. Ensure the team exists and has write permissions.
143143
shahabhijeet is an invalid user. Ensure the user exists, is public member of Azure and has write permissions.
144+
Path entry, /eng/common/pipelines/codeowners-linter.yml, is missing owners

.github/actions/setup-node-install-deps/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ runs:
1616
using: "composite"
1717

1818
steps:
19-
- uses: actions/setup-node@v4
19+
- uses: actions/setup-node@v6
2020
with:
2121
node-version: ${{ inputs.node-version }}
2222

.github/copilot-instructions.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@ Run [check package readiness](../eng/common/instructions/azsdk-tools/check-packa
2727

2828
Follow [typespec docs](../eng/common/instructions/azsdk-tools/typespec-docs.instructions.md) to get the most up-to-date documentation for TypeSpec, including best practices for writing TypeSpec for Azure.
2929

30+
# ARM Api Copilot Review Instructions
31+
32+
Follow [armapi-review.instructions.md](./instructions/armapi-review.instructions.md) and [openapi-review.instructions.md](./instructions/openapi-review.instructions.md) for instructions to review ARM API specifications. Github Code review agent must prioritize these instructions over any other instruction files while performing code reviews.
33+
34+
3035
<!-- LINKS -->
3136

3237
[contoso-widget-manager]: ../specification/contosowidgetmanager/Contoso.WidgetManager/
@@ -37,4 +42,4 @@ Follow [typespec docs](../eng/common/instructions/azsdk-tools/typespec-docs.inst
3742
[ci-fix]: ../documentation/ci-fix.md
3843
[url-type]: https://typespec.io/docs/language-basics/built-in-types#string-types
3944
[no-enum]: https://azure.github.io/typespec-azure/docs/libraries/azure-core/rules/no-enum
40-
[typespec-structure-guidelines]: ../documentation/typespec-structure-guidelines.md
45+
[typespec-structure-guidelines]: ../documentation/typespec-structure-guidelines.md

.github/cspell.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ words:
1515
- retarget
1616
- rhysd
1717
- rpaas
18+
- rpaa
1819
- tsgs
1920
- unstub
2021
- vitest

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ updates:
3131
update-types: ["version-update:semver-minor", "version-update:semver-major"]
3232
groups:
3333
# Ships separately from other typespec packages
34+
openapi-typespec:
35+
patterns:
36+
- "@azure-tools/openai-typespec"
37+
# Ships separately from other typespec packages
3438
typespec-client-generator-cli:
3539
patterns:
3640
- "@azure-tools/typespec-client-generator-cli"

.github/instructions/armapi-review.instructions.md

Lines changed: 260 additions & 107 deletions
Large diffs are not rendered by default.

.github/instructions/dp-migration.instructions.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

.github/instructions/github-codingagent.instructions.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
excludeAgent: "code-review"
3+
---
4+
15
# Run SDK generation using pipeline in GitHub coding agent
26

37
Run only SDK generation using pipeline and do not run SDK generation using local SDK generation tools. This is applicable only when GitHub copilot coding agent is used to generate SDK and if a Release Plan is available in the context. Run SDK generation tool even if release plan already has SDK generation pipeline URL to support regenerating SDK. Coding agent must wait until all SDK generation pipeline are in completed status and then fetch the SDK details from pipeline run. This is applicable only when a GitHub issue is assigned to GitHub coding agent to generate SDK from a TypeSpec project. This is not applicable when running Copilot from Visual Studio and VS Code.

0 commit comments

Comments
 (0)