Skip to content

Commit 2325beb

Browse files
authored
Merge branch 'main' into copilot/fix-45594
2 parents 2d094cf + cd1407b commit 2325beb

File tree

1,742 files changed

+29212
-22077
lines changed

Some content is hidden

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

1,742 files changed

+29212
-22077
lines changed

.github/CODEOWNERS

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -458,8 +458,8 @@
458458
/sdk/eventgrid/ @samvaity @srnagar @lmolkova @Azure/azure-java-sdk
459459

460460
# ServiceLabel: %Event Grid
461-
# AzureSdkOwners: @samvaity
462-
# ServiceOwners: @Kishp01 @ahamad-MS
461+
# AzureSdkOwners: @Kishp01 @shankarsama @rajeshka
462+
# ServiceOwners: @Kishp01 @shankarsama @rajeshka
463463

464464
# PRLabel: %Event Hubs
465465
/sdk/eventhubs/ @conniey @anuchandy @lmolkova @Azure/azure-java-sdk
@@ -899,9 +899,6 @@
899899
# PRLabel: %Azure.Identity
900900
/sdk/e2e/ @g2vinay @joshfree @Azure/azure-java-sdk
901901

902-
# PRLabel: %common
903-
/common/smoke-tests/ @alzimmermsft @srnagar @joshfree @jonathangiles @g2vinay @conniey @Azure/azure-java-sdk
904-
905902
# PRLabel: %common
906903
/common/perf-test-core/ @alzimmermsft @srnagar @g2vinay @Azure/azure-java-sdk
907904

.vscode/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
1. Install VS Code.
66
2. Install the Code Spell Checker by Street Side Software.
7-
This will allow testing of the changes locally with minimal effort. Literally, you'll just need to load a file and anything it flags will be underlined in blue. The configuration definition can be found at <https://cspell.org/configuration/>
7+
This will allow testing of the changes locally with minimal effort. Literally, you'll just need to load a file and anything it flags will be underlined in blue. The configuration definition can be found at <https://cspell.org/docs/Configuration>
88
3. The main spellcheck document can be found [here](https://github.com/Azure/azure-sdk-tools/blob/main/doc/common/spellcheck.md) in the [azure-sdk-tools](https://github.com/Azure/azure-sdk-tools) repository.
99

1010
## Words and word boundaries

.vscode/cspell.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -872,6 +872,12 @@
872872
"listbyconfigurationprofileassignments"
873873
]
874874
},
875+
{
876+
"filename": "sdk/storage/CONTRIBUTING.md",
877+
"words": [
878+
"HKLM"
879+
]
880+
},
875881
{
876882
"filename": "sdk/storage/azure-storage-common/**",
877883
"words": [

common/perf-test-core/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,22 +75,22 @@
7575
<dependency>
7676
<groupId>com.azure</groupId>
7777
<artifactId>azure-core-http-netty</artifactId>
78-
<version>1.15.12</version> <!-- {x-version-update;com.azure:azure-core-http-netty;dependency} -->
78+
<version>1.15.13</version> <!-- {x-version-update;com.azure:azure-core-http-netty;dependency} -->
7979
</dependency>
8080
<dependency>
8181
<groupId>com.azure</groupId>
8282
<artifactId>azure-core-http-okhttp</artifactId>
83-
<version>1.12.11</version> <!-- {x-version-update;com.azure:azure-core-http-okhttp;dependency} -->
83+
<version>1.12.12</version> <!-- {x-version-update;com.azure:azure-core-http-okhttp;dependency} -->
8484
</dependency>
8585
<dependency>
8686
<groupId>com.azure</groupId>
8787
<artifactId>azure-core-http-jdk-httpclient</artifactId>
88-
<version>1.0.4</version> <!-- {x-version-update;com.azure:azure-core-http-jdk-httpclient;dependency} -->
88+
<version>1.0.5</version> <!-- {x-version-update;com.azure:azure-core-http-jdk-httpclient;dependency} -->
8989
</dependency>
9090
<dependency>
9191
<groupId>com.azure</groupId>
9292
<artifactId>azure-core-http-vertx</artifactId>
93-
<version>1.0.4</version> <!-- {x-version-update;com.azure:azure-core-http-vertx;dependency} -->
93+
<version>1.0.5</version> <!-- {x-version-update;com.azure:azure-core-http-vertx;dependency} -->
9494
</dependency>
9595
<dependency>
9696
<groupId>io.vertx</groupId>

common/smoke-tests/README.md

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

common/smoke-tests/pom.xml

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

0 commit comments

Comments
 (0)