-
Notifications
You must be signed in to change notification settings - Fork 5k
Updated changes from main. #47950
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
Merged
v-dharmarajv
merged 289 commits into
callautomation/release/beta5
from
v-durgeshs/feature/beta5-updated-with-main
Jan 29, 2025
Merged
Updated changes from main. #47950
v-dharmarajv
merged 289 commits into
callautomation/release/beta5
from
v-durgeshs/feature/beta5-updated-with-main
Jan 29, 2025
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* generate code * rename models * update definitions * fix id type * update code * record test * remove unwanted files * update api signature * record all tests * update samples * update api sig * update changelog * update version * update version * Update CHANGELOG.md --------- Co-authored-by: Mingzhe Huang <archerzz@users.noreply.github.com>
* Run Autorest,Export-Api, implement new clients * Add unit tests * Add new live tests * Update spec acpi url * Update api * Push assets * Push tests * Different models for opt add and remove endpoints, few more live tests * Set changelog date
* Update instructions for locating service connection ID * Edit
Co-authored-by: Jesse Squire <jsquire@microsoft.com>
* [CODEOWNERS] Remove invalid owner The focus of these changes is to remove an invalid owner flagged by the linter. * Update .github/CODEOWNERS
* cleanup * more cleanup * moved CM provisioning projects to CM folder * added the ability to provide extension connections * cleaned up extensible connections * made connection collection strongly typed * completly removed hardcoded connections * made connection collection serializable * refactored tests * connection scenario tests * basic scenarios work and tests pass * cleaned up tests * hardened appsettings.json reading code * added more to getting started * started to move built-in connections * organized folders * all tests pass * updated APIs * made tests run sequentially * made tests run sequentially * removed duplicated code * fixed solution file * fixed misspelling * PR feedback
Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>
…rtTime and EndTime (#47393)
… EventLevel.Verbose (#47391)
Fix incomplete run details
… EventLevel.Verbose (#47391)
* [Event Hubs] GeoDR - OffsetString The focus of these changes is to introduce members for the string-based offset format and mark the numeric-based offset members as obsolete. This is part of the Event Hubs GeoDR feature design for the service, where replication-based offsets will be composite strings and no longer parsable to numeric values. Not included in these changes is the error handling for the new error for an invalid reader position after failover. The error details are still being finalized by the service and will be included in a future change set. * Fixing AOT warning * Fixing build error from rebase and regenerating net8.0 API listings. * Fixing comments --------- Co-authored-by: Madalyn Redding <66138537+m-redding@users.noreply.github.com>
* fix and test reporting * testing * test checpointer use - item transfer * container transfer test * use memory checkpointer in tests * fix test * fix scope * simplify container test * missing assert * remove tostring used for debugging
#47379) * Adding new incoming call event for call automation. Related work item: 3954169
* remove unused script and update the doc * remove unused configuration and script * update the comment
* Update TimeZone SDK based on review * Update testing authentication method * Update cspell.json for Azure.Maps.TimeZones * Update code snippets and docstring * Remove file for renaming * Add TimeZoneId.cs * Update TimeZone recording settings * Update samples and README * Update member variable names * Add IanaIdData type
…ntity (#47378) * Create SecurityInsightsIncidentResourceTests.cs * update * Delete SecurityInsightsIncidentResourceTests.cs * regen * Update ArmSecurityInsightsModelFactory.cs * Update SecurityInsightsUriEntity.cs * update * Update SecurityInsightsUriEntity.cs * Update ArmSecurityInsightsModelFactory.cs
Co-authored-by: Wes Haggard <weshaggard@users.noreply.github.com>
fhaghbin-msft
approved these changes
Jan 29, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
User Story 4014437: [Beta5] rebase the beta5 branch from main branch and release the beta5 - .net