Skip to content

Commit 3540a6e

Browse files
authored
Azure AI Inference: Update TypeSpec commit to make it compatible with TypeSpec 0.67 (Azure#44845)
* Azure AI Inference: Update TypeSpec commit id to work with TypeSpec 0.67 version * Use update-codesnippets instead of mvn package
1 parent 23d3923 commit 3540a6e

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

eng/scripts/TypeSpec-Compare-CurrentToCodegeneration.ps1

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,9 @@ foreach ($tspLocationPath in $tspYamls) {
6464
if ($LastExitCode -ne 0) {
6565
$failedSdk += $sdkPath
6666
}
67-
Write-Host "Running mvn package"
68-
mvn package
67+
# Update code snippets before comparing the diff
68+
Write-Host "Update code snippets"
69+
mvn --no-transfer-progress codesnippet:update-codesnippet
6970
Pop-Location
7071
}
7172

sdk/ai/azure-ai-inference/tsp-location.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
commit: 8f5ad43ec297181e26d5c10f2ebbdc9ce636fd0c
1+
commit: 70d146a18939fcfd36661adc0bb123046cd3d19b
22
additionalDirectories: []
33
repo: Azure/azure-rest-api-specs
44
directory: specification/ai/ModelClient

0 commit comments

Comments
 (0)