Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Storage STG95 Branch] Merge Main to fix cmake build error #5796

Merged
merged 22 commits into from
Jul 16, 2024

Commits on Jul 2, 2024

  1. Update vcpkg SHA (#5757)

    Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
    antkmsft and antkmsft authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    7294918 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. Sync eng/common directory with azure-sdk-tools for PR 8528 (#5755)

    * Fix default value for env vars in build-test-resource-config template
    
    * Add empty pool condition
    
    ---------
    
    Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>
    azure-sdk and benbp authored Jul 3, 2024
    Configuration menu
    Copy the full SHA
    a7ce5b4 View commit details
    Browse the repository at this point in the history
  2. Sync eng/common directory with azure-sdk-tools for PR 8516 (#5752)

    * Ensure subConfigFiles is not an empty string
    
    * Skip instances where $file is an empty string
    
    ---------
    
    Co-authored-by: Daniel Jurek <djurek@microsoft.com>
    azure-sdk and danieljurek authored Jul 3, 2024
    Configuration menu
    Copy the full SHA
    5251c27 View commit details
    Browse the repository at this point in the history
  3. Sync eng/common directory with azure-sdk-tools for PR 8549 (#5762)

    * commit the file changes so that we can see them running
    
    * use standalone tool
    
    ---------
    
    Co-authored-by: Scott Beddall (from Dev Box) <scbedd@microsoft.com>
    azure-sdk and scbedd authored Jul 3, 2024
    Configuration menu
    Copy the full SHA
    8b39000 View commit details
    Browse the repository at this point in the history
  4. Disable codeql as it is causing build issues (#5761)

    All the other languages have disabled codeql and we are now hitting blocking issues when running codeql on macos (https://dev.azure.com/twcdot/Data/_workitems/edit/138580) and even on the other OS's the configuration causes the builds to run for a long time.
    weshaggard authored Jul 3, 2024
    Configuration menu
    Copy the full SHA
    2e4e87f View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

  1. Delete eng/common/InterdependencyGraph.html which is unused. (#5763)

    Co-authored-by: Wes Haggard <weshaggard@users.noreply.github.com>
    azure-sdk and weshaggard authored Jul 5, 2024
    Configuration menu
    Copy the full SHA
    32250ea View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. Configuration menu
    Copy the full SHA
    8f26ebb View commit details
    Browse the repository at this point in the history
  2. Update GitHubEventProcessor version to 1.0.0-dev.20240708.1 (#5768)

    Co-authored-by: James Suplizio <jasupliz@microsoft.com>
    azure-sdk and JimSuplizio authored Jul 8, 2024
    Configuration menu
    Copy the full SHA
    0e6b920 View commit details
    Browse the repository at this point in the history
  3. Provide a walkthrough for how to install the Azure SDK packages in a …

    …VS (#5751)
    
    MSBuild project via vcpkg.
    ahsonkhan authored Jul 8, 2024
    Configuration menu
    Copy the full SHA
    de7197d View commit details
    Browse the repository at this point in the history
  4. Sync eng/common directory with azure-sdk-tools for PR 8558 (#5764)

    * Support storage network access and worm removal in remove test resources script
    
    * Move storage network access script to common resource helpers file
    
    * Improve storage container deletion resilience
    
    * Plumb through pool variable to live test cleanup template
    
    * Add sleep for network rule application
    
    ---------
    
    Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>
    azure-sdk and benbp authored Jul 8, 2024
    Configuration menu
    Copy the full SHA
    bc547c4 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. add the ability to override default succeeded() conditioning by param…

    …eter (#5780)
    
    Co-authored-by: Scott Beddall <scbedd@microsoft.com>
    azure-sdk and scbedd authored Jul 10, 2024
    Configuration menu
    Copy the full SHA
    b1207fc View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. Support regex/negative regex filters for stress test discovery. Add s…

    …torage env defaults (#5779)
    
    Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>
    azure-sdk and benbp authored Jul 11, 2024
    Configuration menu
    Copy the full SHA
    1143b6b View commit details
    Browse the repository at this point in the history
  2. Update vcpkg SHA (#5772)

    antkmsft authored Jul 11, 2024
    Configuration menu
    Copy the full SHA
    22f5135 View commit details
    Browse the repository at this point in the history
  3. Show-FailureLogs to include vcpkg build failure logs (#5776)

    * Show-FailureLogs to include vcpkg build failure logs
    
    * Add comment
    
    * Add proper array syntax
    
    * Use proper syntax to create an array even if there's only a single element
    
    Co-authored-by: Ben Broderick Phillips <ben@benbp.net>
    
    ---------
    
    Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
    Co-authored-by: Ben Broderick Phillips <ben@benbp.net>
    3 people authored Jul 11, 2024
    Configuration menu
    Copy the full SHA
    69ce3d7 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. Turn federated auth on for Identity tests. (#5785)

    * Turn federated auth on for Identity tests.
    
    * Update test resources json.
    ahsonkhan authored Jul 12, 2024
    Configuration menu
    Copy the full SHA
    aadeca2 View commit details
    Browse the repository at this point in the history
  2. Move tests to use azure pipeline credentials (#5754)

    * test1
    
    * hgdfchg
    
    * remove the remnants of azure client secret
    
    * test KV with federated auth
    
    * UseFederatedAuth
    
    * fdsa
    
    * kv template with managed
    
    * try try again
    
    * retry permissions
    
    * add net acls
    
    * blunt force replace the resource json
    
    * put back stuff
    
    * trey again with new method
    
    * attempt
    
    * missed something
    
    * flip if else
    
    * Temporarily use empty sub config file path for preview cloud
    
    * remove client secret
    
    * try to fix the identity tests
    
    * live skip failing tests and return in samples
    
    * samples for identity fix
    
    * disable failing samples in identity
    
    * fix winhttp failing test
    
    * comment out code
    
    * remove managed identity
    
    * restore version from main
    
    * revert readme changes
    
    * PR comments
    
    * test 2
    
    * clang
    
    * attempt default creds with pipeline chanined
    
    * clangs
    
    * identity test and clangs
    
    * oops
    
    * live
    
    * cleanup
    
    * reter
    
    * test
    
    * revert the DAC change
    
    * missed one
    
    * taking the samples to a farm upstate
    
    * PR comments
    
    * Fix bad merge
    
    ---------
    
    Co-authored-by: Daniel Jurek <djurek@microsoft.com>
    Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
    Co-authored-by: Anton Kolesnyk <41349689+antkmsft@users.noreply.github.com>
    4 people authored Jul 12, 2024
    Configuration menu
    Copy the full SHA
    313fb0e View commit details
    Browse the repository at this point in the history
  3. Update the RetryPolicy for the GA release, keeping ShouldRetry extens…

    …ion point hidden. (#5771)
    
    * Update the RetryPolicy for the GA release, keeping ShouldRetry extension
    point hidden.
    
    * Mark test helper virtual functions private, so they aren't
    accessible/callable by callers.
    
    * Update the changelog.
    
    * Update CL.
    ahsonkhan authored Jul 12, 2024
    Configuration menu
    Copy the full SHA
    9ccd206 View commit details
    Browse the repository at this point in the history
  4. Azure Core July GA Release (#5792)

    Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
    antkmsft and antkmsft authored Jul 12, 2024
    Configuration menu
    Copy the full SHA
    e8c7c55 View commit details
    Browse the repository at this point in the history
  5. Revert commits related to the new RetryPolicy method (#5793)

    * Revert "Update the RetryPolicy for the GA release, keeping ShouldRetry extension point hidden. (#5771)"
    
    This reverts commit 9ccd206.
    
    * Revert "Update the RetryPolicy and ShouldRetry customization logic to allow loosening the retry condition. (#5656)"
    
    This reverts commit f1d9552.
    
    * Do not remove changelog entry from a previous beta release
    
    * Revert "Add a virtual ShouldRetry method to the RetryPolicy for customization. (#5584)"
    
    This reverts commit ab90ef6.
    
    ---------
    
    Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
    antkmsft and antkmsft authored Jul 12, 2024
    Configuration menu
    Copy the full SHA
    6b9e1cc View commit details
    Browse the repository at this point in the history
  6. Sync eng/common directory with azure-sdk-tools for PR 8598 (#5777)

    * Set storage account test resources to disable blob public access
    
    * Skip adding network rules to storage accounts that don't need them during cleanup
    
    * Add succeeded check to set pipeline subnet info step
    
    * Disable network firewall by default in resource creation/removal
    
    ---------
    
    Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>
    azure-sdk and benbp authored Jul 12, 2024
    Configuration menu
    Copy the full SHA
    ae14b41 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fb6c039 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. Acknowledge community contribution in the changelog (#5797)

    * Mention community contribution in the changelog
    
    * cspell
    
    * Remove double spaces
    
    ---------
    
    Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
    antkmsft and antkmsft authored Jul 15, 2024
    Configuration menu
    Copy the full SHA
    e47e316 View commit details
    Browse the repository at this point in the history