File tree Expand file tree Collapse file tree 10 files changed +58
-29
lines changed 
eventhubs/azure_messaging_eventhubs 
azure_security_keyvault_keys 
azure_security_keyvault_secrets Expand file tree Collapse file tree 10 files changed +58
-29
lines changed Original file line number Diff line number Diff 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+ #  }
Original file line number Diff line number Diff line change 11# Release History  
22
3- ## 0.22.0 (2025-02-13 )  
3+ ## 0.22.0 (2025-02-18 )  
44
55### Features Added  
66
Original file line number Diff line number Diff line change 1+ # Release History  
2+ 
3+ ## 0.1.0 (2025-02-18)  
4+ 
5+ ### Features Added  
6+ 
7+ -  Initial supported release.
Original file line number Diff line number Diff line change 11# Release History  
22
3- ## 0.1.0 (2025-02-13 )  
3+ ## 0.1.0 (2025-02-18 )  
44
55### Features Added  
66
Original file line number Diff line number Diff line change 11# Release History  
22
3- ## 0.22.0 (2025-02-13 )  
3+ ## 0.22.0 (2025-02-18 )  
44
55### Features Added  
66
Original file line number Diff line number Diff line change 11# Release History  
22
3- ## 0.1.0 (2025-02-13 )  
3+ ## 0.1.0 (2025-02-18 )  
44
55### Features Added  
66
Original file line number Diff line number Diff line change 11# Release History  
22
3- ## 0.1.0 (2025-02-13 )  
3+ ## 0.1.0 (2025-02-18 )  
44
55### Features Added  
66
Original file line number Diff line number Diff line change 1+ # Release History  
2+ 
3+ ## 0.2.0 (2025-02-18)  
4+ 
5+ ### Features Added  
6+ 
7+ -  Initial supported release.
Original file line number Diff line number Diff line change 1+ # Release History  
2+ 
3+ ## 0.1.0 (2025-02-18)  
4+ 
5+ ### Features Added  
6+ 
7+ -  Initial supported release.
Original file line number Diff line number Diff line change 1+ # Release History  
2+ 
3+ ## 0.1.0 (2025-02-18)  
4+ 
5+ ### Features Added  
6+ 
7+ -  Initial supported release.
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments