Skip to content

Commit 5af5626

Browse files
authored
Update release dates in CHANGELOGs (#2185)
* Update release dates in CHANGELOGs * Work around #2186
1 parent 1936f57 commit 5af5626

File tree

10 files changed

+58
-29
lines changed

10 files changed

+58
-29
lines changed

eng/scripts/Analyze-Code.ps1

Lines changed: 25 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -37,27 +37,28 @@ Invoke-LoggedCommand "cargo +$Toolchain doc --workspace --no-deps --all-features
3737

3838
# Verify package dependencies
3939

40-
$verifyDependenciesScript = Join-Path $RepoRoot 'eng' 'scripts' 'verify-dependencies.rs' -Resolve
41-
42-
if (!$SkipPackageAnalysis) {
43-
if (!(Test-Path $PackageInfoDirectory)) {
44-
Write-Error "Package info path '$PackageInfoDirectory' does not exist."
45-
exit 1
46-
}
47-
48-
$packagesToTest = Get-ChildItem $PackageInfoDirectory -Filter "*.json" -Recurse
49-
| Get-Content -Raw
50-
| ConvertFrom-Json
51-
52-
Push-Location
53-
try {
54-
foreach ($package in $packagesToTest) {
55-
Set-Location (Join-Path $RepoRoot $package.DirectoryPath)
56-
Write-Host "Analyzing package: '$($package.Name)' in directory: '$($package.DirectoryPath)'`n"
57-
Invoke-LoggedCommand "cargo +nightly -Zscript $verifyDependenciesScript"
58-
}
59-
}
60-
finally {
61-
Pop-Location
62-
}
63-
}
40+
# BUGBUG: https://github.com/Azure/azure-sdk-for-rust/issues/2186
41+
# $verifyDependenciesScript = Join-Path $RepoRoot 'eng' 'scripts' 'verify-dependencies.rs' -Resolve
42+
#
43+
# if (!$SkipPackageAnalysis) {
44+
# if (!(Test-Path $PackageInfoDirectory)) {
45+
# Write-Error "Package info path '$PackageInfoDirectory' does not exist."
46+
# exit 1
47+
# }
48+
#
49+
# $packagesToTest = Get-ChildItem $PackageInfoDirectory -Filter "*.json" -Recurse
50+
# | Get-Content -Raw
51+
# | ConvertFrom-Json
52+
#
53+
# Push-Location
54+
# try {
55+
# foreach ($package in $packagesToTest) {
56+
# Set-Location (Join-Path $RepoRoot $package.DirectoryPath)
57+
# Write-Host "Analyzing package: '$($package.Name)' in directory: '$($package.DirectoryPath)'`n"
58+
# Invoke-LoggedCommand "cargo +nightly -Zscript $verifyDependenciesScript"
59+
# }
60+
# }
61+
# finally {
62+
# Pop-Location
63+
# }
64+
# }

sdk/core/azure_core/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Release History
22

3-
## 0.22.0 (2025-02-13)
3+
## 0.22.0 (2025-02-18)
44

55
### Features Added
66

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Release History
2+
3+
## 0.1.0 (2025-02-18)
4+
5+
### Features Added
6+
7+
- Initial supported release.

sdk/eventhubs/azure_messaging_eventhubs/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Release History
22

3-
## 0.1.0 (2025-02-13)
3+
## 0.1.0 (2025-02-18)
44

55
### Features Added
66

sdk/identity/azure_identity/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Release History
22

3-
## 0.22.0 (2025-02-13)
3+
## 0.22.0 (2025-02-18)
44

55
### Features Added
66

sdk/keyvault/azure_security_keyvault_keys/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Release History
22

3-
## 0.1.0 (2025-02-13)
3+
## 0.1.0 (2025-02-18)
44

55
### Features Added
66

sdk/keyvault/azure_security_keyvault_secrets/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Release History
22

3-
## 0.1.0 (2025-02-13)
3+
## 0.1.0 (2025-02-18)
44

55
### Features Added
66

sdk/typespec/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Release History
2+
3+
## 0.2.0 (2025-02-18)
4+
5+
### Features Added
6+
7+
- Initial supported release.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Release History
2+
3+
## 0.1.0 (2025-02-18)
4+
5+
### Features Added
6+
7+
- Initial supported release.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Release History
2+
3+
## 0.1.0 (2025-02-18)
4+
5+
### Features Added
6+
7+
- Initial supported release.

0 commit comments

Comments
 (0)