Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
26e540d
Include Long-Running Tests in Thread Dump (#34374)
alzimmermsft May 4, 2023
2487955
Update RestProxy to not buffer for streaming response (#34750)
srnagar May 4, 2023
8ca65cb
fix acr npe when binarydata is not buffered (#34785)
May 4, 2023
b77c51e
Prepare Core Libraries for May 2023 Release (#34784)
alzimmermsft May 4, 2023
406430e
Eng workflows sync and branch cleanup additions (#34792)
azure-sdk May 4, 2023
c701c77
Increment package versions for core releases (#34793)
azure-sdk May 4, 2023
637808f
mgmt, upgrade resources/subscriptions (#34776)
weidongxu-microsoft May 5, 2023
4ea5c88
Update Schema Registry samples. (#34799)
conniey May 5, 2023
b80191d
Sync 5.1.0 changelog (#34806)
Netyyyy May 5, 2023
f85615b
Update Batch CODEOWNERS (#34809)
dpwatrous May 5, 2023
865c232
Update GitHubEventProcessor version and remove pull_request_review pr…
azure-sdk May 5, 2023
86bf53d
renamed (#34786)
juntuchen-msft May 5, 2023
1cd88a7
Remove unreleased tag from version_client.txt (#34802)
srnagar May 5, 2023
ad7537e
Fix Live pipeline for Metrics Advisor (#34783)
samvaity May 5, 2023
8ac808d
[Core-HttpClient-Matrix] Enable JDK and Vertx httpclient in pipeline.…
mssfang May 5, 2023
4b3c64a
add values method (#34815)
mssfang May 5, 2023
1b3d57f
Fix Form recognizer test pipeline issues (#34705)
samvaity May 5, 2023
26db63b
Add channelAffinity for call recording (#34766)
wangrui-msft May 5, 2023
f970b6d
ACR: prepare 1.1.0 GA release (#34788)
May 5, 2023
e61b855
Update Spring Boot and Spring Cloud versions for the compatibility te…
Netyyyy May 6, 2023
0bd3be9
Add Token Caching Identity documentation. (#34389)
g2vinay May 8, 2023
70de8d9
EncryptedBlobClient Live Test Proxy Fixes (#34819)
ibrahimrabab May 8, 2023
321b324
May eg events (#34720)
billwert May 8, 2023
6155114
add sync flow to workload identity (#34563)
g2vinay May 8, 2023
cdfeaba
Revert "[Core-HttpClient-Matrix] Enable JDK and Vertx httpclient in p…
mssfang May 8, 2023
9f67cbe
[AppConfig] Update TROUBLESHOTTING and add it to README (#34835)
mssfang May 8, 2023
3a338da
Fix broken podman link (#34840)
azure-sdk May 8, 2023
75faa6a
Revert DisableAuthorityValidationAndInstanceDiscovery to DisableInsta…
g2vinay May 8, 2023
a4f4d19
Add unassign job and update tests (#34166)
cparisineti May 8, 2023
3b36aef
mgmt, local generation for cosmos (#34832)
v-hongli1 May 9, 2023
6bae1ee
Update sdk/spring/spring-reference.yml (#34807)
Netyyyy May 9, 2023
dbcd6f7
Update Spring Boot and Spring Cloud versions for the Spring compatibi…
Netyyyy May 9, 2023
47c6278
Migrating spring data cosmos from sdk/cosmos to sdk/spring (#33905)
trande4884 May 9, 2023
c413480
Merge branch 'main' into xiada/sync-main-after-cosmos-moving
saragluna May 9, 2023
5bcbd34
Re-sync external dependencies managed by Spring Boot 3.0.5
saragluna May 10, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
4 changes: 1 addition & 3 deletions .github/workflows/event-processor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ on:
# pull request merged is the closed event with github.event.pull_request.merged = true
pull_request_target:
types: [closed, labeled, opened, reopened, review_requested, synchronize, unlabeled]
pull_request_review:
types: [submitted]

# This removes all unnecessary permissions, the ones needed will be set below.
# https://docs.github.com/en/actions/security-guides/automatic-token-authentication#permissions-for-the-github_token
Expand Down Expand Up @@ -57,7 +55,7 @@ jobs:
run: >
dotnet tool install
Azure.Sdk.Tools.GitHubEventProcessor
--version 1.0.0-dev.20230422.1
--version 1.0.0-dev.20230505.2
--add-source https://pkgs.dev.azure.com/azure-sdk/public/_packaging/azure-sdk-for-net/nuget/v3/index.json
--global
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scheduled-event-processor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: >
dotnet tool install
Azure.Sdk.Tools.GitHubEventProcessor
--version 1.0.0-dev.20230422.1
--version 1.0.0-dev.20230505.2
--add-source https://pkgs.dev.azure.com/azure-sdk/public/_packaging/azure-sdk-for-net/nuget/v3/index.json
--global
shell: bash
Expand Down
4 changes: 2 additions & 2 deletions .vscode/cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,9 @@
"sdk/cosmos/azure-cosmos-spark_3-3_2-12/**",
"sdk/core/azure-core-test/**",
"sdk/cosmos/azure-cosmos-encryption/**",
"sdk/cosmos/azure-spring-data-cosmos-test/**",
"sdk/spring/azure-spring-data-cosmos-test/**",
"sdk/cosmos/azure-cosmos-spark_3_2-12/**",
"sdk/cosmos/azure-spring-data-cosmos/**",
"sdk/spring/azure-spring-data-cosmos/**",
"sdk/core/azure-json/**",
"sdk/deviceupdate/azure-iot-deviceupdate/**",
"sdk/e2e/src/**",
Expand Down
4 changes: 2 additions & 2 deletions common/perf-test-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,12 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-http-netty</artifactId>
<version>1.13.2</version> <!-- {x-version-update;com.azure:azure-core-http-netty;dependency} -->
<version>1.13.3</version> <!-- {x-version-update;com.azure:azure-core-http-netty;dependency} -->
</dependency>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-http-okhttp</artifactId>
<version>1.11.8</version> <!-- {x-version-update;com.azure:azure-core-http-okhttp;dependency} -->
<version>1.11.9</version> <!-- {x-version-update;com.azure:azure-core-http-okhttp;dependency} -->
</dependency>
</dependencies>
</project>
10 changes: 5 additions & 5 deletions common/smoke-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -88,31 +88,31 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core</artifactId>
<version>1.38.0</version> <!-- {x-version-update;com.azure:azure-core;dependency} -->
<version>1.39.0</version> <!-- {x-version-update;com.azure:azure-core;dependency} -->
</dependency>

<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-http-netty</artifactId>
<version>1.13.2</version> <!-- {x-version-update;com.azure:azure-core-http-netty;dependency} -->
<version>1.13.3</version> <!-- {x-version-update;com.azure:azure-core-http-netty;dependency} -->
</dependency>

<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-tracing-opentelemetry</artifactId>
<version>1.0.0-beta.34</version> <!-- {x-version-update;com.azure:azure-core-tracing-opentelemetry;dependency} -->
<version>1.0.0-beta.35</version> <!-- {x-version-update;com.azure:azure-core-tracing-opentelemetry;dependency} -->
</dependency>

<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-http-okhttp</artifactId>
<version>1.11.8</version> <!-- {x-version-update;com.azure:azure-core-http-okhttp;dependency} -->
<version>1.11.9</version> <!-- {x-version-update;com.azure:azure-core-http-okhttp;dependency} -->
</dependency>

<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-amqp</artifactId>
<version>2.8.4</version> <!-- {x-version-update;com.azure:azure-core-amqp;dependency} -->
<version>2.8.5</version> <!-- {x-version-update;com.azure:azure-core-amqp;dependency} -->
</dependency>

<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -901,6 +901,13 @@
<Bug pattern="RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE,REC_CATCH_EXCEPTION"/>
</Match>

<!-- Exception needs to be caught here.-->
<Match>
<Class name="~com\.azure\.identity\.implementation\.IdentitySyncClient"/>
<Method name="authenticateWithWorkloadIdentityConfidentialClient"/>
<Bug pattern="REC_CATCH_EXCEPTION"/>
</Match>

<!-- ClassLoader::getResourceAsStream can return null, ref: https://docs.oracle.com/javase/8/docs/technotes/guides/lang/resources.html -->
<Match>
<Class name="com.azure.cosmos.implementation.directconnectivity.RntbdTransportClient$Options$Builder"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,15 @@ steps:
exit 1
}
}
displayName: Prevent changes to eng/common outside of azure-sdk-tools repo
if ((!"$(System.PullRequest.SourceBranch)".StartsWith("sync-.github/workflows")) -and "$(System.PullRequest.TargetBranch)" -match "^(refs/heads/)?$(DefaultBranch)$")
{
$filesInCommonDir = & "eng/common/scripts/get-changedfiles.ps1" -DiffPath '.github/workflows/*'
if (($LASTEXITCODE -eq 0) -and ($filesInCommonDir.Count -gt 0))
{
Write-Host "##vso[task.LogIssue type=error;]Changes to files under '.github/workflows' directory should not be made in this Repo`n${filesInCommonDir}"
Write-Host "##vso[task.LogIssue type=error;]Please follow workflow at https://github.com/Azure/azure-sdk-tools/blob/main/doc/workflows/engsys_workflows.md"
exit 1
}
}
displayName: Prevent changes to eng/common and .github/workflows outside of azure-sdk-tools repo
condition: and(succeeded(), ne(variables['Skip.EngCommonWorkflowEnforcer'], 'true'), not(endsWith(variables['Build.Repository.Name'], '-pr')))
11 changes: 6 additions & 5 deletions eng/common/scripts/Delete-RemoteBranches.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ param(
$CentralRepoId,
# We start from the sync PRs, use the branch name to get the PR number of central repo. E.g. sync-eng/common-(<branchName>)-(<PrNumber>). Have group name on PR number.
# For sync-eng/common work, we use regex as "^sync-eng/common.*-(?<PrNumber>\d+).*$".
# For sync-.github/workflows work, we use regex as "^sync-.github/workflows.*-(?<PrNumber>\d+).*$".
$BranchRegex,
# Date format: e.g. Tuesday, April 12, 2022 1:36:02 PM. Allow to use other date format.
[AllowNull()]
Expand Down Expand Up @@ -69,7 +70,7 @@ foreach ($res in $responses)
LogError "No PR number found in the branch name. Please check the branch name [ $branchName ]. Skipping..."
continue
}

try {
$centralPR = Get-GitHubPullRequest -RepoId $CentralRepoId -PullRequestNumber $pullRequestNumber -AuthToken $AuthToken
LogDebug "Found central PR pull request: $($centralPR.html_url)"
Expand All @@ -78,7 +79,7 @@ foreach ($res in $responses)
continue
}
}
catch
catch
{
# If there is no central PR for the PR number, log error and skip.
LogError "Get-GitHubPullRequests failed with exception:`n$_"
Expand Down Expand Up @@ -107,15 +108,15 @@ foreach ($res in $responses)
LogDebug "The branch $branch last commit date [ $commitDate ] is newer than the date $LastCommitOlderThan. Skipping."
continue
}

LogDebug "Branch [ $branchName ] in repo [ $RepoId ] has a last commit date [ $commitDate ] that is older than $LastCommitOlderThan. "
}
catch {
LogError "Get-GithubReferenceCommitDate failed with exception:`n$_"
exit 1
}
}
}

try {
if ($PSCmdlet.ShouldProcess("[ $branchName ] in [ $RepoId ]", "Deleting branches on cleanup script")) {
Remove-GitHubSourceReferences -RepoId $RepoId -Ref $branch -AuthToken $AuthToken
Expand Down
2 changes: 1 addition & 1 deletion eng/common/testproxy/transition-scripts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ To utilize this methodology, the user must set input argument `TestProxyExe` to

Other requirements:

- [x] Install [docker](https://docs.docker.com/engine/install/) or [podman](https://podman.io/getting-started/installation.html)
- [x] Install [docker](https://docs.docker.com/engine/install/) or [podman](https://podman.io/)
- [x] Set the environment variable `GIT_TOKEN` a valid token representing YOUR user

## Permissions
Expand Down
18 changes: 9 additions & 9 deletions eng/jacoco-test-coverage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-containers-containerregistry</artifactId>
<version>1.1.0-beta.5</version> <!-- {x-version-update;com.azure:azure-containers-containerregistry;current} -->
<version>1.1.0</version> <!-- {x-version-update;com.azure:azure-containers-containerregistry;current} -->
</dependency>
<dependency>
<groupId>com.azure</groupId>
Expand All @@ -123,7 +123,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core</artifactId>
<version>1.39.0-beta.1</version> <!-- {x-version-update;com.azure:azure-core;current} -->
<version>1.40.0-beta.1</version> <!-- {x-version-update;com.azure:azure-core;current} -->
</dependency>
<dependency>
<groupId>com.azure</groupId>
Expand All @@ -138,12 +138,12 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-experimental</artifactId>
<version>1.0.0-beta.39</version> <!-- {x-version-update;com.azure:azure-core-experimental;current} -->
<version>1.0.0-beta.40</version> <!-- {x-version-update;com.azure:azure-core-experimental;current} -->
</dependency>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-http-jdk-httpclient</artifactId>
<version>1.0.0-beta.2</version> <!-- {x-version-update;com.azure:azure-core-http-jdk-httpclient;current} -->
<version>1.0.0-beta.3</version> <!-- {x-version-update;com.azure:azure-core-http-jdk-httpclient;current} -->
</dependency>
<dependency>
<groupId>com.azure</groupId>
Expand All @@ -163,22 +163,22 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-serializer-avro-apache</artifactId>
<version>1.0.0-beta.35</version> <!-- {x-version-update;com.azure:azure-core-serializer-avro-apache;current} -->
<version>1.0.0-beta.36</version> <!-- {x-version-update;com.azure:azure-core-serializer-avro-apache;current} -->
</dependency>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-serializer-json-gson</artifactId>
<version>1.2.0-beta.1</version> <!-- {x-version-update;com.azure:azure-core-serializer-json-gson;current} -->
<version>1.3.0-beta.1</version> <!-- {x-version-update;com.azure:azure-core-serializer-json-gson;current} -->
</dependency>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-serializer-json-jackson</artifactId>
<version>1.4.0-beta.1</version> <!-- {x-version-update;com.azure:azure-core-serializer-json-jackson;current} -->
<version>1.5.0-beta.1</version> <!-- {x-version-update;com.azure:azure-core-serializer-json-jackson;current} -->
</dependency>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-tracing-opentelemetry</artifactId>
<version>1.0.0-beta.35</version> <!-- {x-version-update;com.azure:azure-core-tracing-opentelemetry;current} -->
<version>1.0.0-beta.36</version> <!-- {x-version-update;com.azure:azure-core-tracing-opentelemetry;current} -->
</dependency>
<dependency>
<groupId>com.azure</groupId>
Expand Down Expand Up @@ -213,7 +213,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-identity</artifactId>
<version>1.9.0-beta.4</version> <!-- {x-version-update;com.azure:azure-identity;current} -->
<version>1.9.0</version> <!-- {x-version-update;com.azure:azure-identity;current} -->
</dependency>
<dependency>
<groupId>com.azure</groupId>
Expand Down
17 changes: 9 additions & 8 deletions eng/versioning/external_dependencies.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ com.fasterxml.woodstox:woodstox-core;6.4.0
com.github.spotbugs:spotbugs;4.2.2
com.github.spotbugs:spotbugs-annotations;4.2.2
com.github.spotbugs:spotbugs-maven-plugin;4.2.2
com.google.code.gson:gson;2.9.1
com.google.code.gson:gson;2.10
com.google.guava:guava;30.1.1-jre
com.h3xstream.findsecbugs:findsecbugs-plugin;1.9.0
com.microsoft.azure:applicationinsights-core;3.4.1
Expand Down Expand Up @@ -71,13 +71,10 @@ io.projectreactor.netty:reactor-netty-http;1.1.5
io.projectreactor:reactor-core;3.5.4
io.vertx:vertx-codegen;4.3.7
io.vertx:vertx-core;4.3.7
jakarta.servlet:jakarta.servlet-api;6.0.0
jakarta.validation:jakarta.validation-api;3.0.2
jakarta.xml.bind:jakarta.xml.bind-api;4.0.0
javax.annotation:javax.annotation-api;1.3.2
javax.json:javax.json-api;1.1.4
javax.servlet:javax.servlet-api;4.0.1
javax.validation:validation-api;2.0.1.Final
javax.websocket:javax.websocket-api;1.1
org.apache.avro:avro;1.11.0
org.apache.avro:avro-maven-plugin;1.11.0
Expand Down Expand Up @@ -131,7 +128,6 @@ org.springframework.boot:spring-boot-starter-aop;3.0.5
org.springframework.boot:spring-boot-starter-cache;3.0.5
org.springframework.boot:spring-boot-starter-data-redis;3.0.5
org.springframework.boot:spring-boot-starter-integration;3.0.5
org.springframework.boot:spring-boot-starter-log4j2;3.0.5
org.springframework.boot:spring-boot-starter-logging;3.0.5
org.springframework.boot:spring-boot-starter-test;3.0.5
org.springframework.boot:spring-boot-starter-validation;3.0.5
Expand Down Expand Up @@ -176,9 +172,14 @@ org.springframework.cloud:spring-cloud-context;4.0.2
org.springframework.cloud:spring-cloud-sleuth-api;3.1.5
org.springframework.cloud:spring-cloud-starter-sleuth;3.1.5
org.springframework.cloud:spring-cloud-starter-stream-kafka;4.0.2
org.springframework.cloud:spring-cloud-stream-test-binder;4.0.2
org.springframework.cloud:spring-cloud-stream;4.0.2

# Spring Boot 3 dependency versions
jakarta.servlet:jakarta.servlet-api;6.0.0
jakarta.xml.bind:jakarta.xml.bind-api;4.0.0
org.springframework.boot:spring-boot-starter-log4j2;3.0.5
org.springframework.cloud:spring-cloud-stream-test-binder;4.0.2

pl.pragmatists:JUnitParams;1.1.1

## Test dependency versions
Expand Down Expand Up @@ -299,8 +300,8 @@ org.eclipse.m2e:lifecycle-mapping;1.0.0
org.hdrhistogram:HdrHistogram;2.1.12
org.jacoco:jacoco-maven-plugin;0.8.9
org.jacoco:org.jacoco.agent;0.8.9
org.mockito:mockito-core;4.8.1
org.mockito:mockito-inline;4.8.1
org.mockito:mockito-core;4.11.0
org.mockito:mockito-inline;4.11.0
org.moditect:moditect-maven-plugin;1.0.0.RC1
org.ow2.asm:asm;9.5
org.revapi:revapi;0.14.4
Expand Down
37 changes: 17 additions & 20 deletions eng/versioning/version_client.txt
Original file line number Diff line number Diff line change
Expand Up @@ -71,25 +71,25 @@ com.azure:azure-communication-phonenumbers;1.1.1;1.2.0-beta.1
com.azure:azure-communication-networktraversal;1.1.0-beta.2;1.1.0-beta.3
com.azure:azure-communication-jobrouter;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-communication-rooms;1.0.0-beta.2;1.0.0-beta.3
com.azure:azure-containers-containerregistry;1.0.14;1.1.0-beta.5
com.azure:azure-containers-containerregistry;1.0.14;1.1.0
com.azure:azure-containers-containerregistry-perf;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-core;1.38.0;1.39.0-beta.1
com.azure:azure-core-amqp;2.8.4;2.9.0-beta.1
com.azure:azure-core;1.39.0;1.40.0-beta.1
com.azure:azure-core-amqp;2.8.5;2.9.0-beta.1
com.azure:azure-core-amqp-experimental;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-core-experimental;1.0.0-beta.38;1.0.0-beta.39
com.azure:azure-core-http-jdk-httpclient;1.0.0-beta.1;1.0.0-beta.2
com.azure:azure-core-http-netty;1.13.2;1.14.0-beta.1
com.azure:azure-core-http-okhttp;1.11.8;1.12.0-beta.1
com.azure:azure-core-http-vertx;1.0.0-beta.6;1.0.0-beta.7
com.azure:azure-core-management;1.11.0;1.12.0-beta.1
com.azure:azure-core-metrics-opentelemetry;1.0.0-beta.7;1.0.0-beta.8
com.azure:azure-core-experimental;1.0.0-beta.39;1.0.0-beta.40
com.azure:azure-core-http-jdk-httpclient;1.0.0-beta.2;1.0.0-beta.3
com.azure:azure-core-http-netty;1.13.3;1.14.0-beta.1
com.azure:azure-core-http-okhttp;1.11.9;1.12.0-beta.1
com.azure:azure-core-http-vertx;1.0.0-beta.7;1.0.0-beta.8
com.azure:azure-core-management;1.11.1;1.12.0-beta.1
com.azure:azure-core-metrics-opentelemetry;1.0.0-beta.8;1.0.0-beta.9
com.azure:azure-core-perf;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-core-serializer-avro-apache;1.0.0-beta.34;1.0.0-beta.35
com.azure:azure-core-serializer-avro-apache;1.0.0-beta.35;1.0.0-beta.36
com.azure:azure-core-serializer-avro-jackson;1.0.0-beta.1;1.0.0-beta.2
com.azure:azure-core-serializer-json-gson;1.1.26;1.2.0-beta.1
com.azure:azure-core-serializer-json-jackson;1.3.1;1.4.0-beta.1
com.azure:azure-core-test;1.16.2;1.17.0-beta.1
com.azure:azure-core-tracing-opentelemetry;1.0.0-beta.34;1.0.0-beta.35
com.azure:azure-core-serializer-json-gson;1.2.0;1.3.0-beta.1
com.azure:azure-core-serializer-json-jackson;1.4.0;1.5.0-beta.1
com.azure:azure-core-test;1.17.0;1.18.0-beta.1
com.azure:azure-core-tracing-opentelemetry;1.0.0-beta.35;1.0.0-beta.36
com.azure:azure-core-tracing-opentelemetry-samples;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-core-version-tests;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-cosmos;4.44.0;4.45.0-beta.1
Expand All @@ -113,7 +113,7 @@ com.azure:azure-developer-devcenter;1.0.0-beta.2;1.0.0-beta.3
com.azure:azure-e2e;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-health-insights-clinicalmatching;1.0.0-beta.1;1.0.0-beta.2
com.azure:azure-health-insights-cancerprofiling;1.0.0-beta.1;1.0.0-beta.2
com.azure:azure-identity;1.8.3;1.9.0-beta.4
com.azure:azure-identity;1.8.3;1.9.0
com.azure:azure-identity-perf;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-iot-deviceupdate;1.0.6;1.1.0-beta.1
com.azure:azure-iot-modelsrepository;1.0.0-beta.1;1.0.0-beta.2
Expand All @@ -125,7 +125,7 @@ com.azure:azure-maps-geolocation;1.0.0-beta.1;1.0.0-beta.2
com.azure:azure-maps-render;1.0.0-beta.1;1.0.0-beta.2
com.azure:azure-maps-route;1.0.0-beta.1;1.0.0-beta.2
com.azure:azure-maps-search;1.0.0-beta.1;1.0.0-beta.2
com.azure:azure-json;1.0.0;1.1.0-beta.1
com.azure:azure-json;1.0.1;1.1.0-beta.1
com.azure:azure-json-gson;1.0.0-beta.3;1.0.0-beta.4
com.azure:azure-json-reflect;1.0.0-beta.2;1.0.0-beta.3
com.azure:azure-messaging-eventgrid;4.15.1;4.16.0-beta.1
Expand Down Expand Up @@ -417,9 +417,6 @@ com.azure.tools:azure-sdk-build-tool;1.0.0-beta.1;1.0.0-beta.2
# note: The unreleased dependencies will not be manipulated with the automatic PR creation code.
# In the pom, the version update tag after the version should name the unreleased package and the dependency version:
# <!-- {x-version-update;unreleased_com.azure:azure-core;dependency} -->
unreleased_com.azure:azure-core;1.39.0-beta.1
unreleased_com.azure:azure-core-http-okhttp;1.12.0-beta.1
unreleased_com.azure:azure-core-amqp;2.9.0-beta.1

# Released Beta dependencies: Copy the entry from above, prepend "beta_", remove the current
# version and set the version to the released beta. Released beta dependencies are only valid
Expand Down
Loading