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

Eg/namespaces #39922

Merged
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Oct 17, 2023

  1. Configuration menu
    Copy the full SHA
    e8614e4 View commit details
    Browse the repository at this point in the history
  2. Use bytes to represent AMQP property map (Azure#39307)

    * Use bytes to represent AMQP property map
    
    * Delete SettlementPropertiesTests.cs
    
    * PR fb
    
    * Fix test and revert testbase change
    
    * remove unused import
    JoshLove-msft committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    e051166 View commit details
    Browse the repository at this point in the history
  3. Update AutoRest C# version to 3.0.0-beta.20231017.1 (Azure#39329)

    * Update Generator Version 3.0.0-beta.20231017.1
    
    * Update SDK codes me_pu_4
    azure-sdk committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    c54665c View commit details
    Browse the repository at this point in the history
  4. Use singleton rather than hosted service for cleanup (Azure#39327)

    * Use singleton rather than hosted service for cleanup
    
    * prepare for release
    
    * add date
    JoshLove-msft committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    2b76d84 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e348f4b View commit details
    Browse the repository at this point in the history
  6. Merge identity/1.10.2-rel back to main (Azure#39331)

    * Bug fixes for development time credentials
    
    * update project version
    
    * Increment package version after release of Azure.Identity (Azure#39170)
    
    * tests
    
    ---------
    
    Co-authored-by: Azure SDK Bot <[email protected]>
    schaabs and azure-sdk committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    63303f9 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. Configuration menu
    Copy the full SHA
    bd953fc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5cbf1af View commit details
    Browse the repository at this point in the history
  3. [NetAppFiles] Update version number to stable (Azure#39352)

    * Update version number to stable
    
    * Update release date
    audunn committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    76d0ba5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    767cc49 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0bccf6d View commit details
    Browse the repository at this point in the history
  6. Redo (Azure#39060)

    abatishchev committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    0091f81 View commit details
    Browse the repository at this point in the history
  7. Fixing communication test scripts (Azure#39355)

    * Updated test-resources template to contain necessary properties.
    
    * Added logging for test environment variables for better troubleshooting.
    jiriburant committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    40a2633 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c6566ac View commit details
    Browse the repository at this point in the history
  9. Fix namespace of ACS models (Azure#39341)

    * Fix namespace of ACS models
    
    * Fix
    JoshLove-msft committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    8117e26 View commit details
    Browse the repository at this point in the history
  10. [Storage] [DataMovement] Added Download File Share Tests and Minor Fi…

    …xes (Azure#39206)
    
    * Added download tests for file shares
    
    * Rerecorded tests
    
    * Cleanup
    amnguye committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    3d85e4d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d13cc6b View commit details
    Browse the repository at this point in the history
  12. DataMovement unify TransferAndVerify Part 1 (Azure#39300)

    * initial unified implementation
    
    * applied to blob single download tests
    
    * move local tooling
    
    * checkpoint
    
    * separate out blob utilities
    
    * separating item and container test util
    
    * cancellation tokens
    
    * using single blob
    
    * apply to append tests
    
    * added page blobs
    
    * remove old verify methods
    jaschrep-msft committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    62c83cc View commit details
    Browse the repository at this point in the history
  13. Fix: Prevent data duplication in TraceTelemetry with IncludeFormatted…

    …Message (Azure#39308)
    
    * Fix: Prevent data duplication in TraceTelemetry with IncludeFormattedMessage.
    
    * Update Changelog
    
    * PR feedback on Exception original format.
    
    * test changes
    
    * Test changes.
    rajkumar-rangaraj committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    de7daf4 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    a8a8b96 View commit details
    Browse the repository at this point in the history
  15. One more EBN and add test (Azure#39365)

    * One more EBN and add test
    
    * Fix
    JoshLove-msft committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    b243066 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    58f06d0 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    a4954de View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    033c57c View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    42cef5f View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    11b262d View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    86d40ef View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

  1. add a funtion to convert BinaryData to RequestContent (Azure#39316)

    * add serialize funtion for BinaryData
    
    * add more test
    
    * Update sdk/core/Azure.Core/src/Shared/RequestContentHelper.cs
    
    Co-authored-by: Christopher Scott <[email protected]>
    
    ---------
    
    Co-authored-by: Christopher Scott <[email protected]>
    chunyu3 and christothes committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    d50246f View commit details
    Browse the repository at this point in the history
  2. [ElasticSan] API version 2023-03-01: support snapshots and CMK (Azure…

    …#39215)
    
    * ElasticSan snapshots and CMK
    
    * Update changelog to remove empty sections
    
    * Update sourceId format
    yifanz7 committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    d94e739 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    864d678 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    51a808c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7359d24 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6cca684 View commit details
    Browse the repository at this point in the history
  7. [CODEOWNERS] Fix Schema Registry (Azure#39396)

    The focus of these changes is to fix the Schema Registry service entry to use the special `<NotInRepo>` token rather than a path, allowing our new automation to correctly parse it.
    jsquire committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    bd29836 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a4384bd View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f46e986 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    327f162 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    be0239f View commit details
    Browse the repository at this point in the history
  12. Bump min tls version to 1.2 for digital twins live test event hub (Az…

    …ure#39405)
    
    * Bump min tls version to 1.2 for digital twins live test storage account
    
    * Bump min tls version to 1.2 for digital twins live test event hub
    benbp committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    43fef8f View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    fbd7799 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2023

  1. 2023 08 15 (Azure#39145)

    * sdk generation
    
    * adding tests
    
    * mitigate breaking change
    
    * export API
    
    * all tests pass
    
    * small fix
    
    * csproj version
    
    * changelog
    
    * small fix
    
    * fix release date
    
    * remove unreleased
    
    * updating assets.json to fit the new recordings
    
    * Wei comment fixes
    
    * fixes
    
    * renaming
    
    * recording tag
    
    ---------
    
    Co-authored-by: Wei Hu <[email protected]>
    t-abebchuk and live1206 committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    fd7ca43 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9e033be View commit details
    Browse the repository at this point in the history
  3. Gfeitosa/increase coverage include int (Azure#39392)

    * Remove common package from coverage report
    
    * Added SMS speciffic phone number to test pipeline
    
    * Fix typo in yml file
    
    * Extra tests implemented
    
    * Add a few extra tests for coverage
    
    * Add a few extra tests for coverage
    
    * Remove unecessary usings
    
    * Fix assert exception
    
    * Remove shared core ConnectionString from tests
    
    * Make internal classes visible to test package
    
    * Implement SmsRestClient tests for coverage
    
    * Remove duplicate snippets
    
    * Update code owners for SMS sdk to include only SMS team
    
    * Remove missing user from codeowners file
    gfeitosa-msft committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    8e52e83 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    30d782f View commit details
    Browse the repository at this point in the history
  5. Datamovement shares oauth (Azure#39164)

    * datamovemnet access to header and audience
    
    * include audience in HttpAuthorization
    
    * tests
    
    * small changes
    
    * rebased and adopted a rename from main
    
    * fix
    
    * exportapi
    jaschrep-msft committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    644ee40 View commit details
    Browse the repository at this point in the history
  6. DataMovement unify TransferAndVerify Part 2 (Azure#39364)

    * directory download tests
    
    * unused imprt
    jaschrep-msft committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    7151809 View commit details
    Browse the repository at this point in the history
  7. Fix deadlettering and exception propagation in Grpc service (Azure#39412

    )
    
    * Fix deadlettering in Grpc service
    
    * Propagate exception details
    
    * remove project ref
    JoshLove-msft committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    07d61fd View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2b941a2 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

  1. Configuration menu
    Copy the full SHA
    b8697cc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1bc8916 View commit details
    Browse the repository at this point in the history
  3. [Storage] Added Fix for Creating Share File before service copy; Adde…

    …d Data Movement E2E service copy tests (Azure#39440)
    
    * WIP
    
    * WIP - tests written but CopyAuthorization needs to be done first
    
    * Added tests for single sync copy file share; Added minor fixes for creation of file beforehand
    
    * Fix recording
    
    * Fix to share file resource tests
    amnguye committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    d4e9e97 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. Configuration menu
    Copy the full SHA
    0641744 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    627983c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    64af82c View commit details
    Browse the repository at this point in the history
  4. Check az login for target subscription in stress deploy login (Azure#…

    …39479)
    
    Co-authored-by: Ben Broderick Phillips <[email protected]>
    azure-sdk and benbp committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    43bdd15 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    482b043 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

  1. Configuration menu
    Copy the full SHA
    92d30a9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c9ec533 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    04c2813 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3e62b20 View commit details
    Browse the repository at this point in the history
  5. Adding basic [CallerShouldAudit] support and initial support for Stor…

    …age and Tables (Azure#39345)
    
    Adding basic [CallerShouldAudit] support and initial annotations of Storage and Tables.
    tg-msft committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    a9b21b7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b9c449b View commit details
    Browse the repository at this point in the history
  7. [StorageMover] Upgrade to API version 2023-10-01 (Azure#39495)

    * StorageMover 2023-10-01
    
    * update version
    yifanz7 committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    3ca28e1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2e4b55e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f98aef7 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ef6502f View commit details
    Browse the repository at this point in the history
  11. DataMovement unify TransferAndVerify Part 3 (Azure#39401)

    * block
    
    * append
    
    * net462 fix
    
    * default timeouts
    
    * test proxy
    jaschrep-msft committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    a1996d0 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    e5af551 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    1d4fd54 View commit details
    Browse the repository at this point in the history
  14. Devcenter dataplane TypeSpec preview SDK v2023-04-01 (Azure#39358)

    * add tsp location and remove autorest
    
    * SDK generation from TypeSpec
    
    * Update tests and samples reflected by client changes
    
    * Generate snippets
    
    * Generate API updates
    
    * Add breaking changes to CHANGELOG
    
    * Update parameter to delayUntil
    drielenr committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    a83d185 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

  1. [Event Hubs] Handle cases where desired worker count exceeds int.MaxI…

    …nt (Azure#39468)
    
    * handle long desired worker count
    
    * adding additional unit test
    
    * use checked approach
    
    * remove unncessary cast
    
    * add unit test
    
    * update comment
    
    * add unit tests
    
    * handle long desired worker count
    
    * adding additional unit test
    
    * use checked approach
    
    * remove unncessary cast
    
    * add unit test
    
    * update comment
    
    * fix merge conflict
    
    * fix concurrency in unit tests
    
    ---------
    
    Co-authored-by: Vincent Chiang <[email protected]>
    chiangvincent and Vincent Chiang committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    ec24b54 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    63479f8 View commit details
    Browse the repository at this point in the history
  3. [Service Bus] Handle cases where desired worker count exceeds int.Max…

    …Int (Azure#39474)
    
    * handle long desired worker count
    
    * adding additional unit test
    
    * handle overflow
    
    * Revert "adding additional unit test"
    
    This reverts commit a0869c4.
    
    * Revert "handle overflow"
    
    This reverts commit dba0661.
    
    * Revert "Revert "handle overflow""
    
    This reverts commit bd6bd1d.
    
    * Revert "handle long desired worker count"
    
    This reverts commit e5a8756.
    
    * add checked block
    
    ---------
    
    Co-authored-by: Vincent Chiang <[email protected]>
    chiangvincent and Vincent Chiang committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    5ab1d86 View commit details
    Browse the repository at this point in the history
  4. Update AutoRest C# version to 3.0.0-beta.20231026.1 (Azure#39526)

    * Update Generator Version 3.0.0-beta.20231026.1
    
    * Update SDK codes me_pu_4
    
    * roll back workaround due to `logicalPath` not supported in lro
    
    ---------
    
    Co-authored-by: Mingzhe Huang (from Dev Box) <[email protected]>
    azure-sdk and Mingzhe Huang (from Dev Box) committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    9ba20bc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f37809b View commit details
    Browse the repository at this point in the history
  6. Sb cross receiver samples (Azure#39514)

    * Add samples demonstrating cross receiver settlement
    
    * Fix
    
    * Fix
    
    * fix line break
    
    * Fix sln
    
    * regenerate
    
    * Apply suggestions from code review
    
    Co-authored-by: Jesse Squire <[email protected]>
    
    ---------
    
    Co-authored-by: Jesse Squire <[email protected]>
    JoshLove-msft and jsquire committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    ad2201a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    edb9afa View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1edd0c9 View commit details
    Browse the repository at this point in the history
  9. attributes (Azure#39428)

    m-redding committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    6d43c49 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2023

  1. Upgrade Azure.ClientSdk.Analyzers and disable enhanced analysis for…

    … some SDKs (Azure#39518)
    
    - update the client sdk analyzer to dev build
    - add globla config to suppress enhanced analysis rules
    - modify ci steps to support suppression by a property
    
    * disable enhanced analysis for backward compatibility
    
    * update `Azure.ClientSdk.Analyzers` to `0.1.1-dev.20231025.2`
    
    ---------
    
    Co-authored-by: Mingzhe Huang (from Dev Box) <[email protected]>
    archerzz and Mingzhe Huang (from Dev Box) committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    40b5ace View commit details
    Browse the repository at this point in the history
  2. Update Microsoft.Search to include 2023-11-01 API version (Azure#39326)

    * initial regeneration
    
    * update tests
    
    * update generated code
    
    * generated code feedback
    
    * updating recordings
    
    * fix tests
    
    * recording tests
    
    * recording tests
    
    * regenerate code
    
    * updating generated code
    
    * update
    
    * updating tests
    
    * update changelog
    
    * fixing changelog
    
    ---------
    
    Co-authored-by: Matt Gotteiner <[email protected]>
    mattgotteiner and Matt Gotteiner committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    38e5a17 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eb958e6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d23d78e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    004a9c2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ea7c243 View commit details
    Browse the repository at this point in the history
  7. [Extensions] Release prep (Azure#39554)

    The focus of these changes is to prepare the extensions package for release,
    bumping the Azure.Identity dependency to latest.
    jsquire committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    ea72130 View commit details
    Browse the repository at this point in the history
  8. [Samples] Update Azure Identity references (Azure#39555)

    The focus of these changes is to bump the set of direct references to the
    `Azure.Identity` library used by a handful of stand-alone samples and legacy
    test projects.
    jsquire committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    8916950 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0d295d1 View commit details
    Browse the repository at this point in the history
  10. Sync eng/common directory with azure-sdk-tools for PR 7181 (Azure#39505)

    * Update branch deletion code
    
    - Update to use the gh cli for github operations
    - Switch to using graphql for pulling branches as the rest api
      starts to fail after a certain number of branches and we can
      also pull back all the associated data like pull request info
      and commit date all in one query.
    - switc to running on ubuntu 1ES pool
    
    Improve query error handling
    
    Fix condition
    
    Fix slash escaping on the command line
    
    clean-up pipeline
    
    * Update eng/common/scripts/Delete-RemoteBranches.ps1
    
    Co-authored-by: Ben Broderick Phillips <[email protected]>
    
    * Update eng/common/scripts/Delete-RemoteBranches.ps1
    
    Co-authored-by: Ben Broderick Phillips <[email protected]>
    
    ---------
    
    Co-authored-by: Wes Haggard <[email protected]>
    Co-authored-by: Wes Haggard <[email protected]>
    Co-authored-by: Ben Broderick Phillips <[email protected]>
    4 people committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    1a3f8a1 View commit details
    Browse the repository at this point in the history
  11. Update to using new azcopy auto-login (Azure#39562)

    azcopy login is going to be deprecated soon in version 10.22 so
    we need to move to the new auto-login model that is documented at
    https://learn.microsoft.com/en-us/azure/storage/common/storage-use-azcopy-authorize-azure-active-directory#authorize-a-service-principal-by-using-a-client-secret
    
    Co-authored-by: Wes Haggard <[email protected]>
    azure-sdk and weshaggard committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    0ffa73e View commit details
    Browse the repository at this point in the history
  12. [Storage] [DataMovement] Fixing live upload directory tests (Azure#39537

    )
    
    * Small fix to one of the upload directory tests
    
    * fixes to upload directory tests
    
    * Fix to download directory tests
    
    * Creating subdirectories before creating files
    
    * Fix for net462 long path bug
    amnguye committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    4ec8c05 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2023

  1. AGC API Version 2023-11-01 (Azure#39516)

    * init
    
    * init
    
    * addressing comments for README & CHANGELOG
    malpaniHMC committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    01de969 View commit details
    Browse the repository at this point in the history
  2. Add azure sdk data factory test. (Azure#38777)

    * Add unit test
    
    * Update copy data task test
    
    * Update bug
    
    * Add JsonPathSanitizers
    
    * Add DataFactoryElement Tests
    
    * Delete DataFactoryElementTests
    
    * Fix get sessionrecording.generateassetname
    
    * fix not use property
    
    ---------
    
    Co-authored-by: Bo Wang (Shanghai Wicresoft Co Ltd) <[email protected]>
    wangbwn and BoWangzi1 committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    baa8a5b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6e8029a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    79b65df View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5637950 View commit details
    Browse the repository at this point in the history
  6. Share checkpoint schema (Azure#39556)

    * initial work
    
    * tests and fixes
    
    * fix csproj
    
    * fixes
    
    * csproj
    jaschrep-msft committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    44f266a View commit details
    Browse the repository at this point in the history
  7. Parse any json into BinaryData not just objects (Azure#39467)

    * Parse any json into BinaryData not just objects
    
    This is needed to handle SetVariable activity inside ADF, because user can set `0` which should be parsed as number, or `"someString"` or Expression...
    
    * Added unit tests
    DavidKarlas committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    70cbe22 View commit details
    Browse the repository at this point in the history
  8. ensure that empty package properties are not honored when dumping the…

    …m to json (Azure#39565)
    
    Co-authored-by: Scott Beddall (from Dev Box) <[email protected]>
    azure-sdk and scbedd committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    2e331d0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ba1e6df View commit details
    Browse the repository at this point in the history
  10. [Event Hubs] Fix doc comments error (Azure#39600)

    The focus of these changes is to fix an error in the doc comments which
    describe behavior of how an event processor forms batches inaccurately.
    jsquire committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    8b6ad44 View commit details
    Browse the repository at this point in the history
  11. [JobRouter] SDK Review changes for GA (Azure#39533)

    * SDK Review changes
    
    * Update changelog
    
    * Add test records
    
    * Update sdk/communication/Azure.Communication.JobRouter/CHANGELOG.md
    
    Co-authored-by: Rajarshi Sarkar <[email protected]>
    
    ---------
    
    Co-authored-by: Rajarshi Sarkar <[email protected]>
    williamzhao87 and sarkar-rajarshi committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    f3c1d5c View commit details
    Browse the repository at this point in the history
  12. Add Azure.Monitor.OpenTelemetry.LiveMetrics with auto-generated class…

    …es (Azure#39602)
    
    * Add auto-generated classes for live metrics swagger.
    
    * fix readme and changelog location
    
    * Fix CI yaml
    rajkumar-rangaraj committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    b19ac30 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. Configuration menu
    Copy the full SHA
    0074172 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d1a88b0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    89183bf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9d0cf49 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c2a9288 View commit details
    Browse the repository at this point in the history
  6. Synapse new release Oct 2023 (Azure#39499)

    * regenerate new code
    
    * Regenerate SDK code, remove creditial operation
    
    * fix ci, remove code owner change
    
    * update
    
    * fix changelog error
    
    * Revert "fix changelog error"
    
    This reverts commit 1146d93.
    
    ---------
    
    Co-authored-by: pshao25 <[email protected]>
    kevinzz6 and pshao25 committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    b3f37d1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d4f93df View commit details
    Browse the repository at this point in the history
  8. Add .NET SDK for 2023-09-01-preview (Azure#39153)

    * update 2023-09-01 autorest
    
    * mitigate configuration
    
    * generating API
    
    * Revert "generating API"
    
    This reverts commit 687b35c.
    
    * generating .NET SDK
    
    * mitigate breaking changes
    
    * export API
    
    * update
    
    * adding unit tests
    
    * reverting tag
    
    * revert change
    
    * fix error
    
    * fix discoverytests
    
    * address comments
    
    * Revert "address comments"
    
    This reverts commit 2d41b6b.
    
    * update tag in assets
    
    * Revert "Revert "address comments""
    
    This reverts commit 1453a21.
    
    * rename models
    
    * fix GT tests
    
    * remove recording mode
    
    * adding test instructions
    
    * update Name,Type and Step
    
    * updating changelog
    
    * fix release date
    
    * fix build errors
    
    * update version
    
    * fix changelog
    
    ---------
    
    Co-authored-by: Wei Hu <[email protected]>
    sahilpwr and live1206 committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    ec16894 View commit details
    Browse the repository at this point in the history
  9. September API Generated (Azure#39387)

    Co-authored-by: ArcturusZhang <[email protected]>
    JeetendraJoshi-MSFT and ArcturusZhang committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    f313b7c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    85778d5 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    1ea8728 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f8de740 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    da3763a View commit details
    Browse the repository at this point in the history
  14. Use sparse checkout for pipeline generator (Azure#39639)

    Co-authored-by: Ben Broderick Phillips <[email protected]>
    azure-sdk and benbp committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    55dbe95 View commit details
    Browse the repository at this point in the history
  15. Remove duplicat to (Azure#39634)

    rhorber committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    5e17151 View commit details
    Browse the repository at this point in the history
  16. [Azure.Developer.DevCenter] Update package version (Azure#39604)

    * Update package version
    
    * Update release date
    
    Co-authored-by: catalinaperalta <[email protected]>
    
    * retrigger pr checks
    
    ---------
    
    Co-authored-by: catalinaperalta <[email protected]>
    drielenr and catalinaperalta committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    8d7f7de View commit details
    Browse the repository at this point in the history
  17. Fixes for Log Scope Processing (Azure#39453)

    * Fixes for Log Scope Processing
    
    * Update changelog
    
    * PR Feedback.
    
    * Add level
    
    * PR feedback.
    
    * ChangeLog update
    rajkumar-rangaraj committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    96b537f View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2023

  1. [AzureMonitorExporter] add support for LiveMetrics to the ConnectionS…

    …tring Parser (Azure#38373)
    
    * add support for LiveMetrics to the ConnectionString Parser
    
    * refactor GetEndpoint method
    TimothyMothra committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    06eeb38 View commit details
    Browse the repository at this point in the history
  2. Sync eng/common directory with azure-sdk-tools for PR 7193 (Azure#39515)

    * update proxy version to 20231030.1
    * update test-proxy-tool.yml to record both stderr and stdout to the proxy log
    
    ---------
    
    Co-authored-by: Scott Beddall (from Dev Box) <[email protected]>
    azure-sdk and scbedd committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    a19321d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f9b407c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    994cba6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    82a9481 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a42a4d9 View commit details
    Browse the repository at this point in the history
  7. [Event Hubs] Fix ETW arg type inference (Azure#39643)

    The focus of these changes is to fix an issue with the inferred type for
    an ETW event argument, which was causing the event to be interpreted as
    a Unicode string rather than a double.  This caused the message text to
    display incorrectly and the value was represented as the wrong type in the
    structured arguments array.
    jsquire committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    b24c46e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0f4da45 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    cb5a2d2 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ea93988 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    2a2f346 View commit details
    Browse the repository at this point in the history
  12. [Event Hubs] Processor Changelog (Azure#39673)

    The focus of these changes is to update the processor changelog to reflect
    the logging change made yesterday in the core package that also applies
    jsquire committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    921e6b5 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    2ea411a View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    d73a82a View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    b35e16a View commit details
    Browse the repository at this point in the history
  16. Fix mocking of session processor (Azure#39650)

    * Fix mocking of session processor
    
    * remove
    JoshLove-msft committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    867b1d3 View commit details
    Browse the repository at this point in the history
  17. [Storage] [DataMovement] Service Copy File Share (Azure#39530)

    * WIP
    
    * WIP
    
    * WIP
    
    * WIP
    
    * Enabled directory creation during enumeration; Tests; Some download directory tests don't work
    
    * Export API
    
    * Cleanup
    
    * Cleanup and removing unnecessary comments
    
    * Cleanup
    
    * Changed LocalDirectory Create to no op
    
    * Remove unnecessary tests
    amnguye committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    ddebc42 View commit details
    Browse the repository at this point in the history
  18. Update Sample14_AMQPMessage.md (Azure#39681)

    fix small typo
    paulroho committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    bda933f View commit details
    Browse the repository at this point in the history
  19. [AzureMonitorExporter] Fix statsbeat AKS attach rate numerator (Azure…

    …#39680)
    
    * Collect AKS attach rate numerator
    
    * Remove kubernetes host check
    
    * pr feedback
    rajkumar-rangaraj committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    e0bbf45 View commit details
    Browse the repository at this point in the history
  20. [Azure OpenAI] Change representation of embeddings from IReadOnlyList…

    …<float> to ReadOnlyMemory<float> (Azure#39679)
    joseharriaga committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    827d6b1 View commit details
    Browse the repository at this point in the history
  21. Azure OpenAI: rename and move "deploymentOrModelName" (Azure#39655)

    * AOAI: rename and move 'deploymentOrModelName'
    
    * very small fix to comments
    
    * PR feedback: constructor consistency pass + changelog
    
    * more PR feedback: exception consistency across new constructors
    
    * post-merge resolution: new snippet sample
    
    * post-merge resolution: include README reflection of snippet update
    
    * PR feedback: OpenAIClient exceptions docs pass for Options use
    trrwilson committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    7b91060 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

  1. use project ref to openai in test project (Azure#39689)

    update samples to use latest code
    m-nash committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    ff870f1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    622c0a2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    47bb55a View commit details
    Browse the repository at this point in the history
  4. fix(sdk): excessive entries in changelog (Azure#39669)

    * fix(sdk): excessive entries in changelog
    
    * fix incorrect version in csproj
    
    * remove empty sections
    archerzz committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    2e16815 View commit details
    Browse the repository at this point in the history
  5. Add .NET SDK for HybridNetwork service (Azure#39386)

    * Initialize HybridNetwork SDK VS solution
    
    * Run Update-Mgmt-CI script
    
    * Update autorest.md to use local spec checkout
    
    * Generate SDK code
    
    * Set value for default API version of Operation resource
    
    * add some initial UTs
    
    * Regenerate SDK against latest API changes
    
    * Update assets.json
    
    * Complete UTs
    
    * Use readme.md from public repo PR and regenerate code
    
    * fix broken UTs and add sanitizer to remove acrToken from recordings
    
    * Add constants for file names and other repetative strings
    
    * update assets.json with tag
    
    * try again
    
    * remove formatting when we stringify all json
    
    * use new recordings
    
    * fix ci.mgmt.yml for hdinsights
    
    * fix types for IDs and rename suggested models and props
    
    * update autorest.md to point at readme.md in main branch
    
    * generate API file
    
    * mark-ups
    
    * rename models with Options suffix
    jddarby committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    065bd90 View commit details
    Browse the repository at this point in the history
  6. [NetAppFiles] Fix serialization (Azure#39677)

    * Fix serialization
    
    * Fix serialization2
    
    * change
    audunn committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    efb89a7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    efc59aa View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ef67a29 View commit details
    Browse the repository at this point in the history
  9. Enable mocking for extension methods in mgmt SDKs (Azure#37927)

    Co-authored-by: ArcturusZhang <[email protected]>
    Co-authored-by: Azure SDK Bot <[email protected]>
    Co-authored-by: azure-sdk <[email protected]>
    3 people committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    c0580f2 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d2da879 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    11abf5d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    960b269 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    a9c8afc View commit details
    Browse the repository at this point in the history
  14. [AzureMonitorExporter] refactor how EnvironmentVariables are read (Az…

    …ure#38017)
    
    * refactor how EnvironmentVariables are read
    
    * add logging
    
    * move EnvVar to Platform directory
    
    * fix merge conflict (EventSource)
    
    * add missing using
    
    * fix eventsource id
    TimothyMothra committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    4496723 View commit details
    Browse the repository at this point in the history
  15. Azure OpenAI: Revise streaming behavior for better usability (complet…

    …ions + chat completions) (Azure#39347)
    
    * DRAFT: unvetted proposal for flattened streaming
    
    * add ported functions test
    
    * remaining tests ported
    
    * completions for consistency
    
    * comments, tests, and other cleanup
    
    * one orphaned test comment cleanup
    
    * xml comment fix
    
    * test assets, making it real
    
    * test assets pt. 2 (re-record functions)
    
    * revised pattern using new StreamingResponse<T>
    
    * use delegate resolver for stronger response/enum connection
    
    * add a snippet for streaming functions
    
    * also add a snippet for streaming with multiple choices
    
    * speculative CHANGELOG update
    
    * basic, standalone test coverage for StreamingResponse<T>
    
    * feedback: keep StreamingResponse<T> in Azure.AI.OpenAI
    
    * address missing 'using' on JsonDocument
    
    * tie up broken link from changelog
    
    * Post-merge: export-api and update-snippets
    trrwilson committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    5805437 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    53c86bc View commit details
    Browse the repository at this point in the history
  17. [Event Hubs] Error handling for disabled entities (Azure#39715)

    * [Event Hubs] Error handling for disabled entities
    
    The focus of these changes is to add dedicated handling when an Event Hub
    resource has been set to "disabled" status.  This is now treated as a terminal
    error with a "ResourceNotFound" status, as it requires manual intervention.
    Previously, this would result in a general communication error that was
    transient and triggered implicit retries.
    jsquire committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    17a12b5 View commit details
    Browse the repository at this point in the history
  18. [Azure.Monitor.LiveMetrics] add project scaffolding (Azure#39719)

    * scaffolding
    
    * fix merge conflict
    
    * update comment
    
    * fix subdirectory
    TimothyMothra committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    27af7cf View commit details
    Browse the repository at this point in the history
  19. [Storage] [DataMovement] Added Download Share Directory Tests (Azure#…

    …39645)
    
    * WIP
    
    * WIP
    
    * Added download directory tests for Share Directories
    amnguye committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    dc96141 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2023

  1. Release for MySQL 2023-06-01-preview (Azure#39380)

    * sdk 2023-06-01-preview
    
    * update autorest.md
    
    * fix
    
    * fix
    
    * fix use 2021-12-01 and 2023-06-01 for operationResult
    
    * fix build errors
    
    * Add BackupAndExport wiht OperationResult test case covering swagger 2023-06-01-preview changes
    
    * use 2023-06-01-preview
    
    * Revert "Mysql/2023 06 01"
    
    * update
    
    * fix
    
    * fix
    
    * fix
    
    * use MySqlFlexibleServerSku
    
    * fix
    
    * fix
    
    * fix
    
    * fix
    
    * fix
    
    * update
    
    * fix
    
    * fix
    
    * fix changelog
    
    ---------
    
    Co-authored-by: Wei Hu <[email protected]>
    Co-authored-by: Sumit Kumar <[email protected]>
    3 people committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    7f9ff13 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b6a3b9d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b39ac29 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a33f07a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8298861 View commit details
    Browse the repository at this point in the history
  6. [Azure OpenAI] Replace SearchKey and EmbeddingKey properties with…

    … `SetSearchKey` and `SetEmbeddingKey` methods (Azure#39738)
    joseharriaga committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    9a616a8 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2023

  1. Tracing: http semconv update (Azure#39617)

    * Adopt HTTP semconv 1.23.0
    lmolkova committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    45d1f3a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f4c6044 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    514e009 View commit details
    Browse the repository at this point in the history
  4. Add November system events (Azure#39769)

    * Add November system events
    
    * fix changelog entry
    JoshLove-msft committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    6ba86e3 View commit details
    Browse the repository at this point in the history
  5. Fix SB and EH Message activity source names (Azure#39624)

    * Fix SB and EH Message activity source names
    lmolkova committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    a2ef17c View commit details
    Browse the repository at this point in the history
  6. [AzureMonitorLiveMetrics] [PoC] Add Live Metrics Extraction Processor (

    …Azure#39750)
    
    * Add Live Metrics Extraction Processor
    
    * Remove comment
    
    * Convert public to internal in LiveMetricsExporterOptions
    rajkumar-rangaraj committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    0603001 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    61c15d0 View commit details
    Browse the repository at this point in the history
  8. Ignore rare Key Vault service issue (Azure#39774)

    Work around rare service issue in Key Vault Certificates SDK.
    heaths committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    4b347ab View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    29d61bc View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

  1. Configuration menu
    Copy the full SHA
    5347b5c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1efa389 View commit details
    Browse the repository at this point in the history
  3. Fix Tags property (Azure#39776)

    * Fix Tags property
    
    * Generate API and fix model factory
    JoshLove-msft committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    f2f704a View commit details
    Browse the repository at this point in the history
  4. Tracing: suppress nested client activities by default (Azure#39620)

    * suppress nested client activities by default
    lmolkova committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    c21a7b4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    751ff74 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d11b6fb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    30718c9 View commit details
    Browse the repository at this point in the history
  8. Increment version for storage releases (Azure#39770)

    * Increment package version after release of Azure.Storage.Common
    
    * Increment package version after release of Azure.Storage.Files.Shares
    
    * Increment package version after release of Azure.Storage.Queues
    
    * Increment package version after release of Azure.Storage.Blobs
    
    * Increment package version after release of Azure.Storage.Blobs.Batch
    
    * Increment package version after release of Azure.Storage.Files.DataLake
    
    * Increment package version after release of Azure.Storage.Blobs.ChangeFeed
    azure-sdk committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    60f9d07 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9c67c4a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    25571cc View commit details
    Browse the repository at this point in the history
  11. SDK update for 2023-06-01-preview (Azure#39399)

    * Prepare for WebJobs Storage Extension Release (Azure#38943)
    
    * [AppConfiguration] Fix: GetConfigurationSettings does not set the ContentType property (Azure#38917)
    
    * Adding Hold/Unhold capabilities to ACS. (Azure#38858)
    
    * Adding hold/unhold
    
    * Updating swagger
    
    * Fixing last merge
    
    * Adding tests and missing apis
    
    * Exporting new APIs
    
    * Updating swagger
    
    * Adding missing files
    
    * Updating docstring
    
    * Export API
    
    * Updating swagger location
    
    * Update AutoRest C# version to 3.0.0-beta.20230924.2 (Azure#38934)
    
    * Update Generator Version 3.0.0-beta.20230924.2
    
    * Update SDK codes
    
    * remove unused Etag customization
    
    ---------
    
    Co-authored-by: FAREAST\chunyu <[email protected]>
    
    * [Network] Fix partial resource (Azure#38110)
    
    * Increment package version after release of Azure.ResourceManager.DataProtectionBackup (Azure#38953)
    
    * Update Generator Version 3.0.0-beta.20230925.2 (Azure#38955)
    
    * Increment version for storage releases (Azure#38946)
    
    * Increment package version after release of Microsoft.Azure.WebJobs.Extensions.Storage.Blobs
    
    * Increment package version after release of Microsoft.Azure.WebJobs.Extensions.Storage.Queues
    
    * Increment package version after release of Microsoft.Azure.WebJobs.Extensions.Storage
    
    * Increment package version after release of Azure.ResourceManager.Network (Azure#38957)
    
    * Increment package version after release of Azure.ResourceManager.RecoveryServicesSiteRecovery (Azure#38958)
    
    * Increment package version after release of Azure.ResourceManager.Chaos (Azure#38956)
    
    * Fleet .NET SDK generation (Azure#38873)
    
    * Increment package version after release of Azure.ResourceManager.DatabaseFleetManager (Azure#38960)
    
    * DataMovement Test Infra: In-Memory StorageResources (Azure#38941)
    
    * memoryresources initial implementation
    
    * revised implementaoin
    
    * testing memoryitem
    
    * test container
    
    * [DataFactory]Upgrade SDK Version To 1.0.0-beta.4 (Azure#38930)
    
    * Increment package version after release of Azure.ResourceManager.DataFactory (Azure#38967)
    
    * [Network] Fix HopLink format error issue when resourceId return "" (Azure#38876)
    
    * [FormRecognizer] Cleaning up misc operations live tests (Azure#38807)
    
    * Update messaging stress to use addons parallel job configuration (Azure#38949)
    
    * Vendor OpenTelemetry.NET Instrumentation Libraries into Azure.Monitor.OpenTelemetry.AspNetCore (Azure#38848)
    
    * Vendoring
    
    * Update copyrights
    
    * Update Notice file
    
    * Remove the default OpenTelemetry instrumentation options customization from the README. (Azure#38970)
    
    * Remove OpenTelemetry ASP.NET Core and HTTP metrics. (Azure#38972)
    
    * DataMovment `StorageResourceContainer` internal hooks to protected APIs (Azure#38968)
    
    * internals access class and hookup to file
    
    * applied to blobs
    
    * docsting
    
    * Implemention ShareFileStorageResource (Azure#38938)
    
    * WIP
    
    * Implemented base file storage resource; Testst
    
    * Export API
    
    * Attempt to fix double dependency files in tests
    
    * Addressing PR comments; Added StorageResourceItemInternal
    
    * Rename internal methods
    
    * PR Comments for tests
    
    * CHange out verify parameters with  the mock verify method
    
    * Support typespec to sdk preview pipeline (Azure#38576)
    
    * Add changes to support typespec preview pipeline
    
    * Revert whitespace changes
    
    * Improve error logging in Update-dotnet-GeneratedSdks
    
    * Update Monitor labels (Azure#38974)
    
    * Change prod maintenance day. Fix stress watcher deploy (Azure#38948)
    
    Co-authored-by: Ben Broderick Phillips <[email protected]>
    
    * Azure Deployment Manager is being decommissioned. Remove its NET SDK through this PR (Azure#38614)
    
    * Update Generator Version 3.0.0-beta.20230926.2 (Azure#38979)
    
    * Update AutoRest C# version to 3.0.0-beta.20230927.1 (Azure#38987)
    
    * fix (Azure#38995)
    
    * [AppConfig] Allow unknown condition members (Azure#38971)
    
    * [AppConfig] Allow unknown condition members
    
    The focus of these changes is to allow for unknown members to be
    present in the `conditions` property of a feature flag configuration
    setting.  Previously, these were ignored as the setting assumed that
    `conditions` should be treated as a well-known member.  This change moves
    the well-known member to `conditions/client_filters` and preserves unknown
    children of `conditions`.
    
    * Enabled STG 91 live tests (Azure#38990)
    
    * [Core] Adding attributes to support Native AOT compiling (Azure#37734)
    
    * part 1
    
    * additional changes
    
    * additional attributes
    
    * additional attributes
    
    * adding diagnosticscope attributes
    
    * updating messages
    
    * more fixes
    
    * additional updates
    
    * updates
    
    * PR feedback
    
    * API update
    
    * removing unnecessary warnings
    
    * reverting attribute on HttpPipelineSynchronousPolicy
    
    * update api
    
    * updates
    
    * update
    
    * API export
    
    * WIP fix 1
    
    * WIP
    
    * attribute adjustments
    
    * adding compatibility test
    
    * WIP adding test
    
    * WIP API
    
    * WIP
    
    * WIP
    
    * updates
    
    * add test script and remove #if statements
    
    * fixing build
    
    * Update Program.cs
    
    * adding some compile statements
    
    * Update AzureCoreEventSource.cs
    
    * build fix attempt
    
    * fix built attempt 2
    
    * Update MutableJsonChange.cs
    
    * Update MutableJsonChange.cs
    
    * Update MutableJsonDocument.cs
    
    * Update HttpPipelineSynchronousPolicy.cs
    
    * adding comments
    
    * PR fb 1
    
    * test
    
    * test2
    
    * test3
    
    * attempt
    
    * additional build fixes
    
    * Remove comment
    
    * PR feedback + fixing impacts of feedback changes
    
    * fixes
    
    * Update GeoRedundantFallbackPolicy.cs
    
    * Update GeoRedundantFallbackPolicy.cs
    
    * Update GeoRedundantFallbackPolicy.cs
    
    * fix
    
    * add tests
    
    * pipeline fixes
    
    * update comments
    
    * feedback
    
    * adjustments
    
    * adjustment
    
    * pipeline fix
    
    * PR feedback 1
    
    * Apply suggestions from code review
    
    Co-authored-by: Vitek Karas <[email protected]>
    
    * PR feedback updates 2
    
    * Update sdk/core/Azure.Core/src/Shared/DiagnosticScope.cs
    
    Co-authored-by: Vitek Karas <[email protected]>
    
    * need one other suppression
    
    * remove 2 annotations + update suppression message
    
    * removing all attributes from RequestContentHelper
    
    * tweak justification
    
    * removing test project from Azure.Core, will be adding feedback to general CI pipeline
    
    * WIP
    
    * feedback
    
    * Update sdk/core/Azure.Core/src/Shared/DiagnosticScope.cs
    
    Co-authored-by: Anne Thompson <[email protected]>
    
    * fix attribute and add comments
    
    * Addressing feedback
    
    * adding net 5 preprocessor directives
    
    * Update sdk/core/Azure.Core/src/DynamicData/MutableJsonElement.cs
    
    Co-authored-by: Vitek Karas <[email protected]>
    
    * remove unused const
    
    * pipeline fix
    
    ---------
    
    Co-authored-by: Vitek Karas <[email protected]>
    Co-authored-by: Anne Thompson <[email protected]>
    
    * [Text Translation] Options Parameter for Translate and Transliterate (Azure#38760)
    
    * Options Parameter for Translate and Transliterate
    
    * Remove empty options constructor, add new samples and recorded tests, update documentation.
    
    * Update CHANGELOG.md and assets.json, fixed bug in TranslationLiveTests.cs
    
    * Deleting unnecessary SessionRecords test files.
    
    ---------
    
    Co-authored-by: Rango Meadows <[email protected]>
    
    * Add rules for convenience method and protocol method (Azure#38603)
    
    * Add rules for convenience method and protocol method
    
    * update
    
    * Increment version for managednetworkfabric releases (Azure#39010)
    
    * Update AutoRest C# version to 3.0.0-beta.20230927.3 (Azure#39013)
    
    * ShareDirectoryClient extensions (Azure#38993)
    
    * ShareDirectoryClient extensions
    
    * removed mention of blobs
    
    * exportapi
    
    * fix tests
    
    * Update AutoRest C# version to 3.0.0-beta.20230928.1 (Azure#39017)
    
    * Added transcription APIs and events (Azure#38988)
    
    * Autorest generated code
    
    * Adding SDK methods for start, stop and update transcription
    
    * Add transcription options for the create & answer call
    
    * Adding events
    
    * Adding event parser test cases
    
    * Adding tests
    
    * Refactoring code to make options param optional
    
    * Adding models and parser for the transcription schema
    
    * Fixing enum conversion logic for transcription schema
    
    * Cleaning up code
    
    * Add transcription options in create/answer/group call and tests
    
    * Updted TranscriptionUpdate to take TranscriptionUpdate and TranscriptionStatusDetails as enums
    
    * Fixed API typo
    
    * Adding SDK methods for start, stop and update transcription
    
    * Add transcription options for the create & answer call
    
    * Adding models and parser for the transcription schema
    
    * Adding events
    
    * Adding event parser test cases
    
    * Adding tests
    
    * Refactoring code to make options param optional
    
    * Fixing enum conversion logic for transcription schema
    
    * Cleaning up code
    
    * Add transcription options in create/answer/group call and tests
    
    * Updted TranscriptionUpdate to take TranscriptionUpdate and TranscriptionStatusDetails as enums
    
    * Fixed API typo
    
    * Updated contract after rebase
    
    * Removed duplicate tests
    
    * Update in transcription ws schema
    
    * Fixed TranscriptionOptions review comment
    
    * Fixing TranscriptionOptions arguments in create call, group call & answer call
    
    * Fixing build issues
    
    ---------
    
    Co-authored-by: abhishesingh-msft <[email protected]>
    
    * Modified storage ARM template to point at built-in Files RBAC role (Azure#39018)
    
    * Add support for settlement from the isolated worker extension (Azure#38865)
    
    * Add support for settlement from the isolated worker extension
    
    * Update comment
    
    * roll back version of Grpc.Tools
    
    * roll back further
    
    * PR fb
    
    * Revert eventArgs fields to private
    
    * remove in finally block
    
    * Fix test and move versions to package.data.props
    
    * Update sdk/servicebus/Microsoft.Azure.WebJobs.Extensions.ServiceBus/src/Listeners/ServiceBusListener.cs
    
    Co-authored-by: Jesse Squire <[email protected]>
    
    * Add batch test cases
    
    * Fix tests
    
    * Fix
    
    ---------
    
    Co-authored-by: Jesse Squire <[email protected]>
    
    * Update the migration guide. (Azure#38961)
    
    * [ARM] Updating Azure.ResourceManager.MachineLearning to generate for … (Azure#38814)
    
    * Increment package version after release of Azure.ResourceManager.MachineLearning (Azure#39035)
    
    * Increment package version after release of Azure.ResourceManager.RecoveryServicesDataReplication (Azure#39034)
    
    * add traling slash to directory wildcard entries (Azure#39038)
    
    * Update CODEOWNERS (Azure#39039)
    
    Just testing to see if this path isn't recognizing owners because the ones there were invalid
    
    * Revert "Update CODEOWNERS (Azure#39039)" (Azure#39040)
    
    This reverts commit ec8e5bb.
    
    * Remove old check enforcer comment template (Azure#39042)
    
    * [JimBot] Remove CXP Attention (Azure#39036)
    
    Removing config for the dead CXP Attention rule
    
    * Multi-tenant tests added as recorded tests (Azure#38992)
    
    * TokenExchangeManagedIdentitySource with async IO (Azure#38939)
    
    * Add AOT target for Key Vault SDK (Azure#38721)
    
    * Add AOT target for Key Vault SDK
    
    Resolves Azure#38500
    
    * Rebase on main, resolve PR feedback
    
    * Detect Instrumentation Package and Backoff  (Azure#39001)
    
    * AddVendorInstrumentationIfPackageNotReferenced
    
    * PR feedback.
    
    * event souce fix.
    
    * Replace LocalFilesStorageResourceProvider.FromPath with FromFile and Directory (Azure#39053)
    
    * Replace LocalFilesStorageResourceProvider.FromPath with FromFile and FromDirectory
    
    * Export API
    
    * Update snippets
    
    * Sync eng/common directory with azure-sdk-tools for PR 7040 (Azure#39052)
    
    * Remove codeowners resolution logic from docs scripts
    
    * Remove parameters that aren't needed
    
    * Remove auth information from update-docsms-metadata.yml
    
    ---------
    
    Co-authored-by: Daniel Jurek <[email protected]>
    
    * Add support for Key Vault 7.5-preview.1 (Azure#38377)
    
    * Add support for Key Vault 7.5-preview.1
    
    Also treats KeyRotationPolicyAction as case-insensitive.
    
    * Update public APIs
    
    * Use latest commit
    
    Resolves Azure#38729
    
    * [AzureMonitorExporter] resolve AOT warnings (Azure#38459)
    
    * initial commit
    
    * build fix
    
    * workaround for StackFrame.GetMethod()
    
    * cleanup
    
    * fix test
    
    * remove TrimmingAttribute.cs
    
    * temp disable ApiCompat
    
    * cleanup
    
    * test fix for ApiCompat
    
    * update comment
    
    * add aotcompat test app
    
    * add readme
    
    * readme
    
    * recommended fix for ApiCompat
    
    * comment
    
    * test fix for validation errors re: aotcompat directory
    
    * isolate StackFrame.GetMethod
    
    * cleanup
    
    * isolate StackFrame.GetMethod (2)
    
    * add comment.
    
    * fix
    
    * pr feedback
    
    * update comment
    
    * fix script
    
    * refactor as extension method
    
    * cleanup
    
    * Transcription package fix: (Azure#39066)
    
    1> Made non-internal TranscriptionData & Word classes as public
    2> Rename Word to WordData, as single word classes are not allowed
    3> Cleanup vars & references
    
    * removed mock resource types (Azure#39020)
    
    Now uses internal types elsewhere in the inheritance line
    
    * Remove AAD credentials from Service-Level-Readme-Automation.ps1 invocation (Azure#39061)
    
    * [Storage][DataMovement] Update checkpointer to read/write to job file - Part 1 (Azure#39057)
    
    * [DataMovement] Adding Tests for Recorded File Upload (Add fix Creating File at Initial Start) (Azure#39037)
    
    * Added Single Share File Upload Tests; Create before putrange
    
    * WIP
    
    * Removed testbase for startTransfer upload test base; other pr comments
    
    * Vendor OpenTelemetry.ResourceDetectors.Azure resource detector package. (Azure#39076)
    
    * Richardcho/cancel live test (Azure#38969)
    
    * add live test
    
    * record test
    
    * ignore test
    
    ---------
    
    Co-authored-by: root <root@DESKTOP-6GBNLER>
    
    * Update Changelog/Readme for Azure.Monitor.OpenTelemetry.AspNetCore (Azure#39077)
    
    * Update Changelog
    
    * Remove forked.
    
    * Update Readme
    
    * pr feedback
    
    * Update API Comment.
    
    * Update changelog
    
    * [Search] Regenerate code using 2023-10-01-preview API version (Azure#38925)
    
    * Regenerate code
    
    * Replace Azure.Monitor.OpenTelemetry.Exporter project reference with Package Reference. (Azure#39082)
    
    * Removed unnecessary .Models.Events namespace (Azure#39075)
    
    * Added Support for PSTN Dial-Out Feature For ACS Rooms (.NET) SDK  (Azure#38837)
    
    * Updated ACS Rooms .NET SDK to Support PSTN DialOut Feature
    
    * Removed Auto Script Generation Snippet From Older Test Class
    
    * Updated Readme Link
    
    * Updated new tag in Rooms assets.json
    
    * Updated ChangeLog and Generated new export API
    
    * Modified UpdateRoom Signagure and Renamed Variables
    
    * Updated ReadMe and added more test scenarios
    
    * Update ReadMe
    
    * Update ReadMe with Snippets
    
    * Updated Rooms Sample
    
    * Updated Codes Per SDK Reviews
    
    * Updated ChangeLog
    
    * Fix the assembly load that validates the package reference. (Azure#39091)
    
    * [AzureMonitorDistro] Update the troubleshooting section in the Readme (Azure#39096)
    
    * Update Readme
    
    * pr feedback
    
    * pr feedback
    
    * Prepare new release: Distro beta8 (Azure#39100)
    
    * Ignoring case (Azure#39105)
    
    * Prep for release (Azure#39108)
    
    * [Search] Update changelog for "11.5.0-beta.5" release (Azure#39102)
    
    [Search] Update changelog for "11.5.0-beta.5" release.
    
    * [Azure.Monitor.Ingestion] Fix Sovereign Support for Ingestion (Azure#39078)
    
    * [App Config] Update snapshot API and changelog for "1.3.0-beta.3" release (Azure#39116)
    
     [App Config] Update snapshot API and changelog for "11.5.0-beta.5" release
    
    * Updating package version for configured workflows (Azure#39119)
    
    Co-authored-by: Jesse Squire <[email protected]>
    
    * [Search] Add a work around to fix CreateAzureBlobIndexer test (Azure#39117)
    
    * Renamed Storage PublicAudience to DefaultAudience, Get..Audience to Create..Audience (Azure#39083)
    
    * Increment package version after release of Azure.Monitor.OpenTelemetry.AspNetCore (Azure#39129)
    
    * Add livetests to PPE (Azure#39110)
    
    * Update tests.yml
    
    * Skip SIP tests on int and ppe
    
    * Skip SIP tests on ppe
    
    * Add flag to skip sip configuration tests
    
    * Add flag to skip sip configuration in matrix
    
    * Update to net462
    
    * Remove Siprounting flag
    
    * Remove Siprounting flag from matrix
    
    * Add Siprounting flag to matrix
    
    * Detect all file diff types for eng/common changes (Azure#39128)
    
    Fixes Azure/azure-sdk-tools#5882
    
    We need to set the difffilter to empty instead of the default of exclude deleted files when we are trying to verify there are no changes under eng/common.
    
    See test PR Azure/azure-sdk-for-python#32348 which demonstrates us not detecting a deleted file under eng/common. I'll use that same test PR to verify this now catches that issue.
    
    Co-authored-by: Wes Haggard <[email protected]>
    
    * Adding CorrelationId to TranscriptionMetadata (Azure#39130)
    
    * Update ChangeLog file (Azure#39125)
    
    * [Storage][DataMovement] Update checkpointer to read/write to job file - Part 2 (Azure#39101)
    
    * Release Azure.ResourceManager.ContainerServiceFleet (Azure#39106)
    
    * Release Azure.ResourceManager.ContainerServiceFleet
    
    * update
    
    * Increment package version after release of Azure.ResourceManager.ContainerServiceFleet (Azure#39139)
    
    * fix pageable operation issue in purview administration library (Azure#39009)
    
    * use directive to set api-version as client for Resources_GetById (Azure#39141)
    
    * Update AutoRest C# version to 3.0.0-beta.20231008.1 (Azure#39143)
    
    * Update Generator Version 3.0.0-beta.20231008.1
    
    * Update SDK codes
    
    * Update SDK codes
    
    * Update SDK codes
    
    * Update SDK codes
    
    * Update SDK codes
    
    * Update SDK codes
    
    * Update Generator Version 3.0.0-beta.20231008.2 (Azure#39148)
    
    * [WebPubSubClient] Parsing message returns IList (Azure#39137)
    
    * Parsing message returns IList
    
    * update api
    
    * Use IReadonlyList
    
    * Update CHANGELOG.md (Azure#39160)
    
    * Increment package version after release of Azure.Search.Documents (Azure#39161)
    
    * [Azure.Monitor.Inestion] Update CHANGELOG.md for GA Release (Azure#39165)
    
    * Adding Support to override the ClientRequestID guid format for test recording sessions. (Azure#39133)
    
    * adding an enviroment variable "RECORDING_DEFAULT_ClIENT_GUID" to support using the default string format for ClientID's in test recording mode
    
    * changing code to support storing the enviroment variable into the test recordings variables
    
    * handling the case if the variable is not present in the recording
    
    * changing from enviroment var to property of RecordedTestBase
    
    * removing files
    
    * whitespace fix
    
    * update
    
    * recovered deleted file
    
    * restored deleted code
    
    * fix
    
    * feedback
    
    (cherry picked from commit 240efa7)
    
    * removed dead code
    
    * whitespace
    
    * Move ResourcesRestOperations to generated (Azure#39150)
    
    * Move most of ResourcesRestOperations to generated
    
    * make api-version as method parameter for Resources_GetById
    
    * Add comments
    
    * Increment package version after release of Azure.Data.AppConfiguration (Azure#39169)
    
    * Increment package version after release of Azure.Monitor.Ingestion (Azure#39168)
    
    * Update Generator Version 3.0.0-beta.20231009.1 (Azure#39173)
    
    * Add azure communication messages sdk (Azure#39167)
    
    * Add Messages SDK
    
    * Work around the issue with nextLink never empty, add more tests
    
    * Update CHANGELOG.md
    
    * Update autorest and use Github link for input file
    
    * Update README.md
    
    * dropping the Value suffix on everything but the base class (MessageTemplateValue)
    
    * change the param name from url to uri, filename to fileName
    
    * Update CHANGELOG.md
    
    * revert accidental check in of RecordedTestMode
    
    * sanitize session records
    
    * remove unneeded import
    
    * update to 2023-08-24-preview api version
    
    * update CommunicationMessagesClientOptions api version to 2023-08-24-preview
    
    * re-run live test recording
    
    * fix broken link
    
    * use latest swagger
    
    * Remove unsupported auth type, add more live tests, and re-run the live tests
    
    * use the swagger that does not have operation-id response header
    
    * Take Value suffix off MessageTemplateQuickAction
    
    * update sdk to latest
    
    - change autorest to using readme instead of swagger input-file
    - update Butotn from IDictionary to IEnumerable for maintaining orders
    - autorest point to azure-rest-api-specs-pr
    - re-run live tests to get new session records
    
    * update the source file to the public azure specs repo
    
    * fix recording
    
    * run "eng\scripts\Export-API.ps1 communication"
    
    * run "eng\scripts\CodeChecks.ps1 -ServiceDirectory communication"
    
    * Prepare for release (Azure#39184)
    
    * Replace Azure.Identity AAD references (Azure#39123)
    
    * [Storage][DataMovement] Add ProviderId to resources and job plan file (Azure#39163)
    
    * Update github-event-processor version to 1.0.0-dev.20231010.2 (Azure#39189)
    
    Co-authored-by: James Suplizio <[email protected]>
    
    * Fixed tansxription review comments (Azure#39195)
    
    * Increment package version after release of Azure.Communication.Messages (Azure#39185)
    
    * Fix broken link (Azure#39188)
    
    * Prepare for release (Azure#39203)
    
    * Increment package version after release of Microsoft.Azure.WebJobs.Extensions.EventHubs (Azure#39201)
    
    * Add new system events (Azure#39202)
    
    * Add new system events
    
    * Fix source generator
    
    * refactor
    
    * Prepare for release (Azure#39205)
    
    * Use url version spec for autorest.* packages (Azure#39131)
    
    Co-authored-by: Patrick Hallisey <[email protected]>
    
    * Increment package version after release of Azure.Messaging.ServiceBus (Azure#39204)
    
    * Fix OperationalInsights Type Issue (Azure#38425)
    
    * update
    
    * update
    
    * [Core] Update RequestFailedException to use source generation for serialization (Azure#38996)
    
    * iteration 1
    
    * iteration 1
    
    * tweak logic
    
    * simplification
    
    * adjust comments
    
    * Update sdk/core/Azure.Core/src/RequestFailedException.cs
    
    Co-authored-by: Eric Erhardt <[email protected]>
    
    * feedback fixes
    
    ---------
    
    Co-authored-by: Eric Erhardt <[email protected]>
    
    * Rename property in ResourceNotificationsResourceUpdatedDetails (Azure#39210)
    
    * Use better description for single repo sparse checkout (Azure#39209)
    
    Co-authored-by: Patrick Hallisey <[email protected]>
    
    * Document sovereign cloud support in LogsIngestionClient (Azure#39221)
    
    * Dispose clients on host shutdown rather than listener dispose (Azure#39225)
    
    * Dispose clients on host shutdown rather than listener dispose
    
    * Remove project reference
    
    * Update version - for some reason the auto-update job failed
    
    * Update Generator Version 3.0.0-beta.20231012.5 (Azure#39239)
    
    * Add PauseOnStart Recording Option  (Azure#39132)
    
    * generated files using swagger
    
    * removed extra swagger file
    
    * modified unit tests
    
    * undo status code change for mute participant in generated files
    
    * merged with main
    
    * merged with main
    
    * reverted 202 change
    
    * Both status code changed to 202
    
    * modified test cases to check for 200 status code
    
    * regenerated code
    
    * regenerated code
    
    * Revert "regenerated code"
    
    This reverts commit a5a9e0e.
    
    * Added TransciptionDataRequest Change
    
    * generated from latest swagger
    
    * generated netstandard2.0.cs
    
    * edited changelog
    
    * Revert "generated netstandard2.0.cs"
    
    This reverts commit 2a39b2d.
    
    * Revert "edited changelog"
    
    This reverts commit 7eb1425.
    
    * added line to changelog and standard2.0.cs
    
    * Update CHANGELOG.md
    
    * [NetAppFiles] Update to api-version 2023-05-01 (Azure#38882)
    
    * Update to api-version 2023-05-01
    
    * SystemData
    
    * Sync + systemdata
    
    * update assets
    
    * update assets
    
    * s2ync
    
    * EB.Never
    
    * EB.Never missing using ??
    
    * export api
    
    * change changelog
    
    * assets
    
    * assets
    
    * assets
    
    * add autorest changes to support fleet issues (Azure#39172)
    
    * Increment package version after release of Azure.ResourceManager.ContainerServiceFleet (Azure#39256)
    
    * Increment package version after release of Azure.Messaging.EventGrid (Azure#39262)
    
    * Refactor cleanup (Azure#39264)
    
    * Fix CODEOWNERS for missing paths and other fun stuff (Azure#39269)
    
    * Fix CODEOWNERS for missing paths and other fun stuff
    
    * Fix the label entry, without the % it isn't recognized as a label
    
    * [Storage][DataMovement] Fix several issues with pause/resume (Azure#39208)
    
    * [Azure.Monitor.Ingestion] Update CHANGELOG.md (Azure#39234)
    
    * Update code owners list in the .NET repo (Azure#39180)
    
    * Update codeowners list.
    
    * Autorest Regen Preview to 3.0.0-alpha.20231013.8 by Michael Nash from refs/pull/3810/head (Azure#39275)
    
    * Update Generator Version 3.0.0-alpha.20231013.8
    
    * Update SDK codes he_ma_3
    
    * Update SDK codes da_he_2
    
    * Update SDK codes me_pu_4
    
    * customize the access for ImageSize
    
    * update devcenter api
    
    * update custom code to use new reponse type
    
    * customize deserialization for lro return type change
    
    * Update Generator Version 3.0.0-beta.20231013.1
    
    ---------
    
    Co-authored-by: m-nash <[email protected]>
    
    * Release stable version 2022-12-27 of HybridCompute (Azure#39217)
    
    * release stable version
    
    * update code
    
    * update code
    
    * update code
    
    * Increment package version after release of Azure.Communication.Rooms (Azure#39231)
    
    * [Core] Add `DiagnosticScope` test and removing bug workarounds that are no longer needed (Azure#39274)
    
    * new tests
    
    * formatting
    
    * [Schema registry] Stream fix / typo (Azure#39270)
    
    * fixes
    
    * Update sdk/schemaregistry/Azure.Data.SchemaRegistry/samples/Sample02_Serialization.md
    
    Co-authored-by: Jesse Squire <[email protected]>
    
    ---------
    
    Co-authored-by: Jesse Squire <[email protected]>
    
    * Makes AzureKeyVaultConfigurationSource a public class (Azure#39099)
    
    * Makes AzureKeyVaultConfigurationSource a public class
    
    * Updates generated code
    
    * [Extensions]: Update KeyVault Config change log (Azure#39292)
    
    The focus of these changes is to update the change log for the KeyVault configuration package to acknowledge the recent contribution for exposing the config section as public.
    
    * Set product as parent of package work item. (Azure#39156)
    
    Co-authored-by: praveenkuttappan <[email protected]>
    
    * [ACS JobRouter] DPG Models (Azure#38868)
    
    * missing usage of Azure.Etag in RouterQueueItem
    
    * add tsp-location
    
    * dpg models initial commit
    
    * update commit
    
    * all Serialize methods added
    
    * auth policy modified to new generated code
    
    * fix errors and update readme
    
    * fix tests
    
    * Update with more fixes
    
    * more fixess
    
    * update assets
    
    * update assests.json
    
    * update api def
    
    * more fixes
    
    * STG 91 beta release (Azure#39297)
    
    * [Azure.Monitor.Ingestion] update Changelog for release (Azure#39304)
    
    * Sync eng/common directory with azure-sdk-tools for PR 7113 (Azure#39226)
    
    * Remove ARM deployment after deploy
    
    * Update eng/common/TestResources/New-TestResources.ps1
    
    Co-authored-by: Heath Stewart <[email protected]>
    
    * Apply suggestions from code review
    
    ---------
    
    Co-authored-by: Ben Broderick Phillips <[email protected]>
    Co-authored-by: Heath Stewart <[email protected]>
    
    * fix Azure OpenAI whisper snippets (Azure#39313)
    
    * Prepare release for hybridcompute (Azure#39318)
    
    * Increment package version after release of Azure.ResourceManager.HybridCompute (Azure#39320)
    
    * Increment version for storage releases (Azure#39302)
    
    * [Storage][DataMovement] More fixes to resuming transfers (Azure#39271)
    
    * Use bytes to represent AMQP property map (Azure#39307)
    
    * Use bytes to represent AMQP property map
    
    * Delete SettlementPropertiesTests.cs
    
    * PR fb
    
    * Fix test and revert testbase change
    
    * remove unused import
    
    * Update AutoRest C# version to 3.0.0-beta.20231017.1 (Azure#39329)
    
    * Update Generator Version 3.0.0-beta.20231017.1
    
    * Update SDK codes me_pu_4
    
    * Use singleton rather than hosted service for cleanup (Azure#39327)
    
    * Use singleton rather than hosted service for cleanup
    
    * prepare for release
    
    * add date
    
    * Added x-ms-file-request-itent to PutRangeFromUrl (Azure#39278)
    
    * Merge identity/1.10.2-rel back to main (Azure#39331)
    
    * Bug fixes for development time credentials
    
    * update project version
    
    * Increment package version after release of Azure.Identity (Azure#39170)
    
    * tests
    
    ---------
    
    Co-authored-by: Azure SDK Bot <[email protected]>
    
    * [Azure.Monitor.Query] Add MetricsBatch (Azure#38640)
    
    * add ContainerServiceFleet test support (Azure#39348)
    
    * [NetAppFiles] Update version number to stable (Azure#39352)
    
    * Update version number to stable
    
    * Update release date
    
    * Increment package version after release of Microsoft.Azure.WebJobs.Extensions.ServiceBus (Azure#39339)
    
    * Increment package version after release of Azure.Monitor.Ingestion (Azure#39334)
    
    * Redo (Azure#39060)
    
    * Fixing communication test scripts (Azure#39355)
    
    * Updated test-resources template to contain necessary properties.
    
    * Added logging for test environment variables for better troubleshooting.
    
    * Azure.Identity.Broker archboard feedback (Azure#39296)
    
    * Fix namespace of ACS models (Azure#39341)
    
    * Fix namespace of ACS models
    
    * Fix
    
    * [Storage] [DataMovement] Added Download File Share Tests and Minor Fixes (Azure#39206)
    
    * Added download tests for file shares
    
    * Rerecorded tests
    
    * Cleanup
    
    * Apply EBN to back compat ACS models (Azure#39360)
    
    * DataMovement unify TransferAndVerify Part 1  (Azure#39300)
    
    * initial unified implementation
    
    * applied to blob single download tests
    
    * move local tooling
    
    * checkpoint
    
    * separate out blob utilities
    
    * separating item and container test util
    
    * cancellation tokens
    
    * using single blob
    
    * apply to append tests
    
    * added page blobs
    
    * remove old verify methods
    
    * Fix: Prevent data duplication in TraceTelemetry with IncludeFormattedMessage (Azure#39308)
    
    * Fix: Prevent data duplication in TraceTelemetry with IncludeFormattedMessage.
    
    * Update Changelog
    
    * PR feedback on Exception original format.
    
    * test changes
    
    * Test changes.
    
    * Implement generci parser for Transcription, Audio data (Azure#39250)
    
    * One more EBN and add test (Azure#39365)
    
    * One more EBN and add test
    
    * Fix
    
    * Fix proto definition (Azure#39361)
    
    * prep for Identity patch release (Azure#39359)
    
    * Update CHANGELOG.md (Azure#39343)
    
    * Increment package version after release of Microsoft.Azure.WebJobs.Extensions.ServiceBus (Azure#39369)
    
    * Increment package version after release of Azure.Identity (Azure#39374)
    
    * Increment package version after release of Azure.Monitor.Query (Azure#39372)
    
    * add a funtion to convert BinaryData to RequestContent (Azure#39316)
    
    * add serialize funtion for BinaryData
    
    * add more test
    
    * Update sdk/core/Azure.Core/src/Shared/RequestContentHelper.cs
    
    Co-authored-by: Christopher Scott <[email protected]>
    
    ---------
    
    Co-authored-by: Christopher Scott <[email protected]>
    
    * [ElasticSan] API version 2023-03-01: support snapshots and CMK (Azure#39215)
    
    * ElasticSan snapshots and CMK
    
    * Update changelog to remove empty sections
    
    * Update sourceId format
    
    * Update Generator Version 3.0.0-beta.20231019.2 (Azure#39393)
    
    * Increment package version after release of Azure.Messaging.EventGrid (Azure#39373)
    
    * Increment package version after release of Azure.ResourceManager.NetApp (Azure#39381)
    
    * Prep Azure.Identity.Broker for release (Azure#39375)
    
    * [CODEOWNERS] Fix Schema Registry (Azure#39396)
    
    The focus of these changes is to fix the Schema Registry service entry to use the special `<NotInRepo>` token rather than a path, allowing our new automation to correctly parse it.
    
    * Increment package version after release of Azure.Identity.Broker (Azure#39395)
    
    * Add Setter to CallInvite to allow pstn to pstn tranfer call (Azure#39397)
    
    * Bump min tls version to 1.2 for digital twins live test storage account (Azure#39402)
    
    * fix(monitor): remove newing-up unused object in UseAzureMonitor (Azure#39356)
    
    fixes Azure#38787
    
    * Bump min tls version to 1.2 for digital twins live test event hub (Azure#39405)
    
    * Bump min tls version to 1.2 for digital twins live test storage account
    
    * Bump min tls version to 1.2 for digital twins live test event hub
    
    * Fix update test resources tagging when tags are empty. Bump max limit (Azure#39409)
    
    Co-authored-by: Ben Broderick Phillips <[email protected]>
    
    * 2023 08 15 (Azure#39145)
    
    * sdk generation
    
    * adding tests
    
    * mitigate breaking change
    
    * export API
    
    * all tests pass
    
    * small fix
    
    * csproj version
    
    * changelog
    
    * small fix
    
    * fix release date
    
    * remove unreleased
    
    * updating assets.json to fit the new recordings
    
    * Wei comment fixes
    
    * fixes
    
    * renaming
    
    * recording tag
    
    ---------
    
    Co-authored-by: Wei Hu <[email protected]>
    
    * Update AutoRest C# version to 3.0.0-beta.20231019.3 (Azure#39416)
    
    * Gfeitosa/increase coverage include int (Azure#39392)
    
    * Remove common package from coverage report
    
    * Added SMS speciffic phone number to test pipeline
    
    * Fix typo in yml file
    
    * Extra tests implemented
    
    * Add a few extra tests for coverage
    
    * Add a few extra tests for coverage
    
    * Remove unecessary usings
    
    * Fix assert exception
    
    * Remove shared core ConnectionString from tests
    
    * Make internal classes visible to test package
    
    * Implement SmsRestClient tests for coverage
    
    * Remove duplicate snippets
    
    * Update code owners for SMS sdk to include only SMS team
    
    * Remove missing user from codeowners file
    
    * Update CHANGELOG.md (Azure#39406)
    
    * Datamovement shares oauth (Azure#39164)
    
    * datamovemnet access to header and audience
    
    * include audience in HttpAuthorization
    
    * tests
    
    * small changes
    
    * rebased and adopted a rename from main
    
    * fix
    
    * exportapi
    
    * DataMovement unify TransferAndVerify Part 2 (Azure#39364)
    
    * directory download tests
    
    * unused imprt
    
    * Fix deadlettering and exception propagation in Grpc service (Azure#39412)
    
    * Fix deadlettering in Grpc service
    
    * Propagate exception details
    
    * remove project ref
    
    * Increment package version after release of Microsoft.Azure.WebJobs.Extensions.ServiceBus (Azure#39419)
    
    * Add Microsoft.NetworkAnalytics RP SDK package (Azure#39240)
    
    * [Storage][DataMovement] Add source/destination checkpoint data to Job Plan file (Azure#39411)
    
    * [Storage] Added Fix for Creating Share File before service copy; Added Data Movement E2E service copy tests (Azure#39440)
    
    * WIP
    
    * WIP - tests written but CopyAuthorization needs to be done first
    
    * Added tests for single sync copy file share; Added minor fixes for creation of file beforehand
    
    * Fix recording
    
    * Fix to share file resource tests
    
    * Prep Azure.Microsoft.Support for release (Azure#39403)
    
    * Add EnvironmentCredential to token cache table (Azure#39476)
    
    * Replace Azure AD references with Entra (Azure#39477)
    
    * Check az login for target subscription in stress deploy login (Azure#39479)
    
    Co-authored-by: Ben Broderick Phillips <[email protected]>
    
    * Set min tls version for search+storage live tests (Azure#39471)
    
    * Test updates for 2023-06-01-preview SDK
    
    * Update StreamingChatCompletions.cs (Azure#39480)
    
    * [Storage][DataMovement] Cleanup after recent changes to checkpointer (Azure#39456)
    
    * Failed Update AutoRest C# version to 3.0.0-beta.20231024.1 (Azure#39463)
    
    * Increment version for kusto releases (Azure#39485)
    
    * Adding basic [CallerShouldAudit] support and initial support for Storage and Tables (Azure#39345)
    
    Adding basic [CallerShouldAudit] support and initial annotations of Storage and Tables.
    
    * Update ContainerServiceFleet to 10-15 (Azure#39487)
    
    * [StorageMover] Upgrade to API version 2023-10-01 (Azure#39495)
    
    * StorageMover 2023-10-01
    
    * update version
    
    * Increment package version after release of Azure.ResourceManager.Support (Azure#39488)
    
    * Increment package version after release of Azure.ResourceManager.Peering (Azure#39497)
    
    * Fix tests for Fleet (Azure#39496)
    
    * DataMovement unify TransferAndVerify Part 3 (Azure#39401)
    
    * block
    
    * append
    
    * net462 fix
    
    * default timeouts
    
    * test proxy
    
    * DataMovement unify TransferAndVerify Part 4 (Azure#39452)
    
    * Update Generator Version 3.0.0-beta.20231025.1 (Azure#39504)
    
    * Devcenter dataplane TypeSpec preview SDK v2023-04-01  (Azure#39358)
    
    * add tsp location and remove autorest
    
    * SDK generation from TypeSpec
    
    * Update tests and samples reflected by client changes
    
    * Generate snippets
    
    * Generate API updates
    
    * Add breaking changes to CHANGELOG
    
    * Update parameter to delayUntil
    
    * [Event Hubs] Handle cases where desired worker count exceeds int.MaxInt (Azure#39468)
    
    * handle long desired worker count
    
    * adding additional unit test
    
    * use checked approach
    
    * remove unncessary cast
    
    * add unit test
    
    * update comment
    
    * add unit tests
    
    * handle long desired worker count
    
    * adding additional unit test
    
    * use checked approach
    
    * remove unncessary cast
    
    * add unit test
    
    * update comment
    
    * fix merge conflict
    
    * fix concurrency in unit tests
    
    ---------
    
    Co-authored-by: Vincent Chiang <[email protected]>
    
    * Update AutoRest C# version to 3.0.0-beta.20231025.3 (Azure#39521)
    
    * [Service Bus] Handle cases where desired worker count exceeds int.MaxInt (Azure#39474)
    
    * handle long desired worker count
    
    * adding additional unit test
    
    * handle overflow
    
    * Revert "adding additional unit test"
    
    This reverts commit a0869c4.
    
    * Revert "handle overflow"
    
    This reverts commit dba0661.
    
    * Revert "Revert "handle overflow""
    
    This reverts commit bd6bd1d.
    
    * Revert "handle long desired worker count"
    
    This reverts commit e5a8756.
    
    * add checked block
    
    ---------
    
    Co-authored-by: Vincent Chiang <[email protected]>
    
    * Update AutoRest C# version to 3.0.0-beta.20231026.1 (Azure#39526)
    
    * Update Generator Version 3.0.0-beta.20231026.1
    
    * Update SDK codes me_pu_4
    
    * roll back workaround due to `logicalPath` not supported in lro
    
    ---------
    
    Co-authored-by: Mingzhe Huang (from Dev Box) <[email protected]>
    
    * Increment package version after release of Azure.ResourceManager.ContainerServiceFleet (Azure#39524)
    
    * Sb cross receiver samples (Azure#39514)
    
    * Add samples demonstrating cross receiver settlement
    
    * Fix
    
    * Fix
    
    * fix line break
    
    * Fix sln
    
    * regenerate
    
    * Apply suggestions from code review
    
    Co-authored-by: Jesse Squire <[email protected]>
    
    ---------
    
    Co-authored-by: Jesse Squire <[email protected]>
    
    * Add samples link in README (Azure#39529)
    
    * [Storage][DataMovement] Fixes to pause/resume around enumeration (Azure#39486)
    
    * attributes (Azure#39428)
    
    * Upgrade `Azure.ClientSdk.Analyzers` and disable enhanced analysis for some SDKs (Azure#39518)
    
    - update the client sdk analyzer to dev build
    - add globla config to suppress enhanced analysis rules
    - modify ci steps to support suppression by a property
    
    * disable enhanced analysis for backward compatibility
    
    * update `Azure.ClientSdk.Analyzers` to `0.1.1-dev.20231025.2`
    
    ---------
    
    Co-authored-by: Mingzhe Huang (from Dev Box) <[email protected]>
    
    * Update Microsoft.Search to include 2023-11-01 API version (Azure#39326)
    
    * initial regeneration
    
    * update tests
    
    * update generated code
    
    * generated code feedback
    
    * updating recordings
    
    * fix tests
    
    * recording tests
    
    * recording tests
    
    * regenerate code
    
    * updating generated code
    
    * update
    
    * updating tests
    
    * update changelog
    
    * fixing changelog
    
    ---------
    
    Co-authored-by: Matt Gotteiner <[email protected]>
    
    * Update Azure.ResourceManager.DesktopVirtualization to new api version 2023-09-05 (Azure#39025)
    
    * Increment version for elasticsan releases (Azure#39547)
    
    * Increment version for desktopvirtualization releases (Azure#39548)
    
    * Update Generator Version 3.0.0-beta.20231027.1 (Azure#39550)
    
    * Updating tests and addressing PR comments.
    
    * Comment out RecordedTestMode.Record
    
    * update autorest
    
    * use datetimeoffset
    
    * Updating tests and assets
    
    * rebuilding package to pick up changes from main
    
    * Disable record mode
    
    * Update version for acs resources
    
    * update api signature
    
    * Updating changelog.md
    
    ---------
    
    Co-authored-by: Amanda Nguyen <[email protected]>
    Co-authored-by: Caio Saldanha <[email protected]>
    Co-authored-by: Franko Morales <[email protected]>
    Co-authored-by: Azure SDK Bot <[email protected]>
    Co-authored-by: FAREAST\chunyu <[email protected]>
    Co-authored-by: Minghao Chen <[email protected]>
    Co-authored-by: frantran <[email protected]>
    Co-authored-by: Jocelyn <[email protected]>
    Co-authored-by: Jingshu918 <[email protected]>
    Co-authored-by: Chengming <[email protected]>
    Co-authored-by: Ben Broderick Phillips <[email protected]>
    Co-authored-by: Rajkumar Rangaraj <[email protected]>
    Co-authored-by: Patrick Hallisey <[email protected]>
    Co-authored-by: Scott Addie <[email protected]>
    Co-authored-by: rohantagaru <[email protected]>
    Co-authored-by: Madalyn Redding <[email protected]>
    Co-authored-by: Jesse Squire <[email protected]>
    Co-authored-by: Sean McCullough <[email protected]>
    Co-authored-by: Vitek Karas <[email protected]>
    Co-authored-by: Anne Thompson <[email protected]>
    Co-authored-by: Matthew Meadows (Rango the Dog) <[email protected]>
    Co-authored-by: Rango Meadows <[email protected]>
    Co-authored-by: Pan Shao <[email protected]>
    Co-authored-by: Vivek More <[email protected]>
    Co-authored-by: abhishesingh-msft <[email protected]>
    Co-authored-by: JoshLove-msft <[email protected]>
    Co-authored-by: Jesse Squire <[email protected]>
    Co-authored-by: Arthur Ma <[email protected]>
    Co-authored-by: Gerardo Lecaros <[email protected]>
    Co-authored-by: James Suplizio <[email protected]>
    Co-authored-by: Wes Haggard <[email protected]>
    Co-authored-by: Christopher Scott <[email protected]>
    Co-authored-by: Heath Stewart <[email protected]>
    Co-authored-by: Daniel Jurek <[email protected]>
    Co-authored-by: Timothy Mothra <[email protected]>
    Co-authored-by: abhishesingh-msft <[email protected]>
    Co-authored-by: Jacob Lauzon <[email protected]>
    Co-authored-by: richardcho-msft <[email protected]>
    Co-authored-by: root <root@DESKTOP-6GBNLER>
    Co-authored-by: ShivangiReja <[email protected]>
    Co-authored-by: calvinkwtang <[email protected]>
    Co-authored-by: Mike Hang <[email protected]>
    Co-authored-by: nisha-bhatia <[email protected]>
    Co-authored-by: sofiar-msft <[email protected]>
    Co-authored-by: Dapeng Zhang <[email protected]>
    Co-authored-by: Wei Hu <[email protected]>
    Co-authored-by: Chenyang Liu <[email protected]>
    Co-authored-by: wiboris <[email protected]>
    Co-authored-by: glorialimicrosoft <[email protected]>
    Co-authored-by: mcgallan <[email protected]>
    Co-authored-by: Eric Erhardt <[email protected]>
    Co-authored-by: amariwest-msft <[email protected]>
    Co-authored-by: Auðunn <[email protected]>
    Co-authored-by: Pallavi Taneja <[email protected]>
    Co-authored-by: m-nash <[email protected]>
    Co-authored-by: yaotongms <[email protected]>
    Co-authored-by: Daniel Laughland <[email protected]>
    Co-authored-by: praveenkuttappan <[email protected]>
    Co-authored-by: Rajarshi Sarkar <[email protected]>
    Co-authored-by: Heath Stewart <[email protected]>
    Co-authored-by: Travis Wilson <[email protected]>
    Co-authored-by: Scott Schaab <[email protected]>
    Co-authored-by: Alexander Batishchev <[email protected]>
    Co-authored-by: Jiri Burant <[email protected]>
    Co-authored-by: Christopher Scott <[email protected]>
    Co-authored-by: yifanz7 <[email protected]>
    Co-authored-by: Amadeusz Sadowski <[email protected]>
    Co-authored-by: t-abebchuk <[email protected]>
    Co-authored-by: Wei Hu <[email protected]>
    Co-authored-by: gfeitosa-msft <[email protected]>
    Co-authored-by: Gaurav Agarwal <[email protected]>
    Co-authored-by: devinlstoen <[email protected]>
    Co-authored-by: tg-msft <[email protected]>
    Co-authored-by: Driele Neves Ribeiro <[email protected]>
    Co-authored-by: Vincent Chiang <[email protected]>
    Co-authored-by: Vincent Chiang <[email protected]>
    Co-authored-by: Mingzhe Huang (from Dev Box) <[email protected]>
    Co-authored-by: Mingzhe Huang <[email protected]>
    Co-authored-by: Matt <[email protected]>
    Co-authored-by: Matt Gotteiner <[email protected]>
    Co-authored-by: Alec Baird <[email protected]>
    Configuration menu
    Copy the full SHA
    ab97761 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    0bfede9 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    07c457f View commit details
    Browse the repository at this point in the history
  14. Update AutoRest C# version to 3.0.0-beta.20231107.1 (Azure#39795)

    * Update Generator Version 3.0.0-beta.20231107.1
    
    * Update SDK codes da_he_2
    
    * Update SDK codes hy_me_3
    
    * Update SDK codes ad_co_0
    
    * Update SDK codes sq_wo_6
    
    * Update SDK codes mi_pu_4
    
    * Update SDK codes pu_sq_5
    
    * Update SDK codes co_da_1
    azure-sdk committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    67702ba View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    2619c31 View commit details
    Browse the repository at this point in the history
  16. [Search] Move GA-Related Changes from Feature Branch to Main (Azure#3…

    …9813)
    
    * [Search] Move GA work items to main
    ShivangiReja committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    096e731 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    0e492b4 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    83dd715 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    4e12d96 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. Sync eng/common directory with azure-sdk-tools for PR 7251 (Azure#39811)

    * Add CODEOWNERS linter yml file to eng/common/pipelines
    
    * Add filter baseline option to run command line
    
    * Update version of linter to 1.0.0-dev.20231107.2 which will install correctly
    
    ---------
    
    Co-authored-by: James Suplizio <[email protected]>
    azure-sdk and JimSuplizio committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    a285d2e View commit details
    Browse the repository at this point in the history
  2. fix(communication): update release date (Azure#39831)

    update the release date in changelog.md to align with the real release date.
    archerzz committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    e373174 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5066d78 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    03bd475 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b7e3627 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    661379f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c5a8edb View commit details
    Browse the repository at this point in the history
  8. fix(communication): remove unreleased entry from changelog (Azure#39834)

    * fix(communication): remove unreleased entry from changelog
    
    * add back 1.2.0-beta.3
    
    * use 1.2.0-beta.3 as the release version
    archerzz committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    db6b51f View commit details
    Browse the repository at this point in the history
  9. prep (Azure#39809)

    m-redding committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    bfaf0bc View commit details
    Browse the repository at this point in the history
  10. [JobRouter] Regenerate from specs (Azure#39739)

    * [JobRouter] Regenerate from specs
    
    * Add test records
    
    * Regenerate with latest, update docs
    williamzhao87 committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    da1a85c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    312124b View commit details
    Browse the repository at this point in the history
  12. Mark property as obsolete (Azure#39847)

    * Mark property as obsolete
    
    * Make model factory method obsolete as well.
    JoshLove-msft committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    00158bd View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    dfd9399 View commit details
    Browse the repository at this point in the history
  14. properly name the file (Azure#39826)

    Co-authored-by: Scott Beddall (from Dev Box) <[email protected]>
    azure-sdk and scbedd committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    45e73d9 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    fba453e View commit details
    Browse the repository at this point in the history
  16. Add Double Buffering for Live Metrics Document. (Azure#39828)

    * Add Double Buffering for Live Metrics Document.
    
    * Remove public api changes.
    
    * Add TODO.
    rajkumar-rangaraj committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    8c51300 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    7c9650c View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    60c3dc7 View commit details
    Browse the repository at this point in the history
  19. [Storage] [DataMovement] Fix for Uncaught Exception Thrown During Cle…

    …anup After Failure (Azure#39746)
    
    * Added fix for catching exceptions during cleanup
    
    * Added tests for check on cleanup
    
    * changelog
    
    * Cleanup
    
    * Merge main remnants
    amnguye committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    5807d8e View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    af75078 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    a961c52 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

  1. Configuration menu
    Copy the full SHA
    26e696c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ccc67cd View commit details
    Browse the repository at this point in the history
  3. Tracing: Change custom attributes to comply with otel conventions, ad…

    …d tests (Azure#39637)
    
    * Change custom attributes to comply with otel conventions, add tests
    lmolkova committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    c1e7924 View commit details
    Browse the repository at this point in the history
  4. Add DataFactory Test Case (Azure#39756)

    * Add unit test
    
    * Update copy data task test
    
    * Update bug
    
    * Add JsonPathSanitizers
    
    * Add DataFactoryElement Tests
    
    * Delete DataFactoryElementTests
    
    * Fix get sessionrecording.generateassetname
    
    * fix not use property
    
    * add test case
    
    * Update assets.json
    
    * Fix a bug
    
    * Fix utc time.
    
    ---------
    
    Co-authored-by: Bo Wang (Shanghai Wicresoft Co Ltd) <[email protected]>
    wangbwn and BoWangzi1 committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    c0a7a8d View commit details
    Browse the repository at this point in the history
  5. [SignalR extensions] Release v1.12.0 (Azure#39668)

    * Release v1.11.2
    
    * [SignalR extensions] Add Retry Options
    
    * [SignalR extensions] Fix the bug that secondary connection string not working
    
    * Add HTTP client timeout setting
    
    * Prepare for the release v1.12.0
    Y-Sindo committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    c284046 View commit details
    Browse the repository at this point in the history
  6. Update CHANGELOGs for Key Vault beta release (Azure#39858)

    * Update CHANGELOGs for Key Vault beta release
    
    Uses service version 7.5-preview.1 by default.
    
    * Update commit hash for autorest.md
    
    * Update CHANGELOG with new date
    
    * Resolve PR feedback
    
    * Resolve PR feedback
    
    Co-authored-by: Timo van Veenendaal <[email protected]>
    
    * Restore Breaking Changes header after merge
    
    ---------
    
    Co-authored-by: Timo van Veenendaal <[email protected]>
    heaths and timovv committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    2427b29 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f3e270c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    193b572 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ac80145 View commit details
    Browse the repository at this point in the history
  10. Entra/Library Updates (Azure#38532)

    * Marked empty/null actions as failed
    
    * replaced tabs with spaces
    
    * Updated spacing
    
    * Replaced tab with spaces
    
    * Updates based on feedback
    
    * Updated Validation Logic
    
    * WIP Added test cases for OneOrMoreRequiredAttribute
    
    * Added test case for EnumberableItemsNotNull Attribute
    
    * Feedback updates
    
    * Updates based on PR feedback
    
    * Sort 'using' lists and removed unapplicable data annotation
    
    * Removed xUnit reference now that we are using NUnit tests
    
    * removed Update-Snippets.ps1 changes and will rebase
    
    * Added null check and test for response before marking as failed
    
    * Updated exception to validation exception and corrected test
    
    * Changed back to argument null exception
    
    * Added response validation exception type
    
    * Update sdk/entra/Microsoft.Azure.WebJobs.Extensions.AuthenticationEvents/src/AuthenticationEventResource.resx
    
    Adding a missing period
    
    Co-authored-by: Jesse Squire <[email protected]>
    
    * Added period
    
    * Added not null check for source field in payload
    
    * Changed source attribute to required
    
    * Adding necessary updates to merge with azure main
    
    * Added validation class
    
    * added logic to throw RequestValidationException
    
    * Replaced tabs with spaces
    
    * Added pull request template
    
    * Added existing text to PR template
    
    * Removed pr template
    
    * Reverted IsMsaPassThroughEnabled and ran scripts to pass build merge
    
    * Added comment
    
    * Updated changelog
    
    * added more context to changelog file
    
    * Revert changes
    
    * ODataType property in Request is now required
    
    * Add bug fix description to changelog
    
    * Corrected format
    
    * Add metrics to header
    
    * Reverting code that was changed by accident
    
    * passing inner exception to RequestValidationException
    
    * Modify version semantics
    
    * Revert version name
    
    * ChangeLog
    
    * Changes to metrics
    
    * Change the metrics format string to match the general guidelines for azure sdk
    
    * Sorted usings
    
    * ran the scripts
    
    * Updated Errors and added unit tests
    
    * Used newtonsoft to parse json and updated unit tests
    
    * Updated changelog
    
    * Updated error for  invalid json characters
    
    * Updated exception identifier
    
    * Replaced data with sanitized values
    
    * Updated GUIDs, IP address and emails
    
    * Removed newtonsoft dependencies and used system.text.json instead
    
    * Removed newtonsoft dependency from AuthenticationEventDataTests
    
    * Changing access level on AuthEventResponseHandler
    
    * Change the which assembly is used for metrics
    
    * Ran script
    
    * Use type to look up assembly
    
    * Updated TestHelpers newtonsoft dependencies to stj
    
    * Removed usings
    
    * Using assembly name instead of assembly itself
    
    * Modify the tests to check only for value exsistence and not actual value
    
    * Adding using for JsonDocument and Used JsonObject
    
    * Changing metrics to a singleton pattern and modifing the tests to trim
    
    * Ran Scripts
    
    * Added braces
    
    * Reverted test project changes as newtonsoft linq is currently needed
    
    * removed unnecessary comment and line
    
    * replaced string quotes with string.empty
    
    * Simplified isJson method and reverted project change
    
    * Updated IsJson boolean method to ValidateJson void
    
    * Updated spacing
    
    * Updated Json error string for empty payload
    
    * Update error string
    
    * Added structure for Exception classes
    
    * Made classes internal
    
    * Update class to remove Old exceptions
    
    ---------
    
    Co-authored-by: Jesse Squire <[email protected]>
    Co-authored-by: Harman Dhunna🐳 <[email protected]>
    Co-authored-by: HarmanDhunna <[email protected]>
    4 people committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    41e5fd3 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2023

  1. Configuration menu
    Copy the full SHA
    155c4f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ac23190 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    74848c7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0c3266c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5577054 View commit details
    Browse the repository at this point in the history
  6. [RecoveryServicesBackup] Fix for issue 39837 (Azure#39838)

    * Fix for issue 39837
    
    * Update CHANGELOG.md
    HarveyLink committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    f0971e2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    77f6b15 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f76b173 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    96a4401 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    bb20017 View commit details
    Browse the repository at this point in the history
  11. Datamovement tests ShareUploadDirectory (Azure#39718)

    * initial testbase implementation
    
    * hook up shares to testbase, some failures
    
    * fixes
    
    * fix a test
    
    * get root vs nonroot tests working together
    
    * fix build
    
    * cleanup
    
    * testproxy
    
    * rerecord
    
    * rerecord
    
    * rerecord (exceeding file path limits)
    
    * change path generation, hopefully fix linux tests
    
    * recorded test attr
    
    * disable bad test
    
    * use system path separator
    
    * bugfix
    jaschrep-msft committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    19c5fd2 View commit details
    Browse the repository at this point in the history
  12. Remove tracing feature-flag from HTTP spans and add option for libs t…

    …o mark tracing as stable (Azure#39682)
    
    * Remove the tracing feature-flag from HTTP spans and add the option for libs to mark tracing as stable
    lmolkova committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    d9ba47f View commit details
    Browse the repository at this point in the history
  13. Preparation for Core release 1.36.0 (Azure#39899)

    * Update changelog and version for release
    
    * add CHANGELOG entries for binary-affecting Core changes since 2023-09-07
    annelo-msft committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    a3e04bd View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    94c717a View commit details
    Browse the repository at this point in the history
  15. [Search] Prepare for GA release (Azure#39903)

     [Search] Prepare for GA release
    ShivangiReja committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    deab202 View commit details
    Browse the repository at this point in the history
  16. Introduce "known issues" page (Azure#39814)

    * Introduce "known issues" page
    
    Adds the page to datamovement base folder. Readmes for base, blob, and
    file packages add a reference to this page as their first H2 section of
    the document.
    
    * reorganize readme
    
    * add issue re:transfer sizes
    
    * link style checks
    jaschrep-msft committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    11db9ed View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    ab9f345 View commit details
    Browse the repository at this point in the history
  18. Increment version for core releases (Azure#39905)

    * Increment package version after release of Azure.Core.Experimental
    
    * Increment package version after release of Azure.Core
    azure-sdk committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    732cf1c View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    f66db90 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2023

  1. Configuration menu
    Copy the full SHA
    1919e61 View commit details
    Browse the repository at this point in the history
  2. Revert "Prepare for release"

    This reverts commit 317f457.
    JoshLove-msft committed Nov 12, 2023
    Configuration menu
    Copy the full SHA
    411f38d View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2023

  1. Configuration menu
    Copy the full SHA
    1c86e69 View commit details
    Browse the repository at this point in the history
  2. fix merge

    JoshLove-msft committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    4f1cde5 View commit details
    Browse the repository at this point in the history
  3. fix

    JoshLove-msft committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    e1074c7 View commit details
    Browse the repository at this point in the history
  4. fix

    JoshLove-msft committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    96ce223 View commit details
    Browse the repository at this point in the history