Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SDK update for 2023-06-01-preview (#39399)
* Prepare for WebJobs Storage Extension Release (#38943) * [AppConfiguration] Fix: GetConfigurationSettings does not set the ContentType property (#38917) * Adding Hold/Unhold capabilities to ACS. (#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 (#38934) * Update Generator Version 3.0.0-beta.20230924.2 * Update SDK codes * remove unused Etag customization --------- Co-authored-by: FAREAST\chunyu <chunyu@microsoft.com> * [Network] Fix partial resource (#38110) * Increment package version after release of Azure.ResourceManager.DataProtectionBackup (#38953) * Update Generator Version 3.0.0-beta.20230925.2 (#38955) * Increment version for storage releases (#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 (#38957) * Increment package version after release of Azure.ResourceManager.RecoveryServicesSiteRecovery (#38958) * Increment package version after release of Azure.ResourceManager.Chaos (#38956) * Fleet .NET SDK generation (#38873) * Increment package version after release of Azure.ResourceManager.DatabaseFleetManager (#38960) * DataMovement Test Infra: In-Memory StorageResources (#38941) * memoryresources initial implementation * revised implementaoin * testing memoryitem * test container * [DataFactory]Upgrade SDK Version To 1.0.0-beta.4 (#38930) * Increment package version after release of Azure.ResourceManager.DataFactory (#38967) * [Network] Fix HopLink format error issue when resourceId return "" (#38876) * [FormRecognizer] Cleaning up misc operations live tests (#38807) * Update messaging stress to use addons parallel job configuration (#38949) * Vendor OpenTelemetry.NET Instrumentation Libraries into Azure.Monitor.OpenTelemetry.AspNetCore (#38848) * Vendoring * Update copyrights * Update Notice file * Remove the default OpenTelemetry instrumentation options customization from the README. (#38970) * Remove OpenTelemetry ASP.NET Core and HTTP metrics. (#38972) * DataMovment `StorageResourceContainer` internal hooks to protected APIs (#38968) * internals access class and hookup to file * applied to blobs * docsting * Implemention ShareFileStorageResource (#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 (#38576) * Add changes to support typespec preview pipeline * Revert whitespace changes * Improve error logging in Update-dotnet-GeneratedSdks * Update Monitor labels (#38974) * Change prod maintenance day. Fix stress watcher deploy (#38948) Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com> * Azure Deployment Manager is being decommissioned. Remove its NET SDK through this PR (#38614) * Update Generator Version 3.0.0-beta.20230926.2 (#38979) * Update AutoRest C# version to 3.0.0-beta.20230927.1 (#38987) * fix (#38995) * [AppConfig] Allow unknown condition members (#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 (#38990) * [Core] Adding attributes to support Native AOT compiling (#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 <10670590+vitek-karas@users.noreply.github.com> * PR feedback updates 2 * Update sdk/core/Azure.Core/src/Shared/DiagnosticScope.cs Co-authored-by: Vitek Karas <10670590+vitek-karas@users.noreply.github.com> * 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 <annelo@microsoft.com> * 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 <10670590+vitek-karas@users.noreply.github.com> * remove unused const * pipeline fix --------- Co-authored-by: Vitek Karas <10670590+vitek-karas@users.noreply.github.com> Co-authored-by: Anne Thompson <annelo@microsoft.com> * [Text Translation] Options Parameter for Translate and Transliterate (#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 <v-rameadows@microsoft.com> * Add rules for convenience method and protocol method (#38603) * Add rules for convenience method and protocol method * update * Increment version for managednetworkfabric releases (#39010) * Update AutoRest C# version to 3.0.0-beta.20230927.3 (#39013) * ShareDirectoryClient extensions (#38993) * ShareDirectoryClient extensions * removed mention of blobs * exportapi * fix tests * Update AutoRest C# version to 3.0.0-beta.20230928.1 (#39017) * Added transcription APIs and events (#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 <abhishesingh@microsoft.com> * Modified storage ARM template to point at built-in Files RBAC role (#39018) * Add support for settlement from the isolated worker extension (#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 <jesse.squire@gmail.com> * Add batch test cases * Fix tests * Fix --------- Co-authored-by: Jesse Squire <jesse.squire@gmail.com> * Update the migration guide. (#38961) * [ARM] Updating Azure.ResourceManager.MachineLearning to generate for … (#38814) * Increment package version after release of Azure.ResourceManager.MachineLearning (#39035) * Increment package version after release of Azure.ResourceManager.RecoveryServicesDataReplication (#39034) * add traling slash to directory wildcard entries (#39038) * Update CODEOWNERS (#39039) Just testing to see if this path isn't recognizing owners because the ones there were invalid * Revert "Update CODEOWNERS (#39039)" (#39040) This reverts commit ec8e5bb. * Remove old check enforcer comment template (#39042) * [JimBot] Remove CXP Attention (#39036) Removing config for the dead CXP Attention rule * Multi-tenant tests added as recorded tests (#38992) * TokenExchangeManagedIdentitySource with async IO (#38939) * Add AOT target for Key Vault SDK (#38721) * Add AOT target for Key Vault SDK Resolves #38500 * Rebase on main, resolve PR feedback * Detect Instrumentation Package and Backoff (#39001) * AddVendorInstrumentationIfPackageNotReferenced * PR feedback. * event souce fix. * Replace LocalFilesStorageResourceProvider.FromPath with FromFile and Directory (#39053) * Replace LocalFilesStorageResourceProvider.FromPath with FromFile and FromDirectory * Export API * Update snippets * Sync eng/common directory with azure-sdk-tools for PR 7040 (#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 <djurek@microsoft.com> * Add support for Key Vault 7.5-preview.1 (#38377) * Add support for Key Vault 7.5-preview.1 Also treats KeyRotationPolicyAction as case-insensitive. * Update public APIs * Use latest commit Resolves #38729 * [AzureMonitorExporter] resolve AOT warnings (#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: (#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 (#39020) Now uses internal types elsewhere in the inheritance line * Remove AAD credentials from Service-Level-Readme-Automation.ps1 invocation (#39061) * [Storage][DataMovement] Update checkpointer to read/write to job file - Part 1 (#39057) * [DataMovement] Adding Tests for Recorded File Upload (Add fix Creating File at Initial Start) (#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. (#39076) * Richardcho/cancel live test (#38969) * add live test * record test * ignore test --------- Co-authored-by: root <root@DESKTOP-6GBNLER> * Update Changelog/Readme for Azure.Monitor.OpenTelemetry.AspNetCore (#39077) * Update Changelog * Remove forked. * Update Readme * pr feedback * Update API Comment. * Update changelog * [Search] Regenerate code using 2023-10-01-preview API version (#38925) * Regenerate code * Replace Azure.Monitor.OpenTelemetry.Exporter project reference with Package Reference. (#39082) * Removed unnecessary .Models.Events namespace (#39075) * Added Support for PSTN Dial-Out Feature For ACS Rooms (.NET) SDK (#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. (#39091) * [AzureMonitorDistro] Update the troubleshooting section in the Readme (#39096) * Update Readme * pr feedback * pr feedback * Prepare new release: Distro beta8 (#39100) * Ignoring case (#39105) * Prep for release (#39108) * [Search] Update changelog for "11.5.0-beta.5" release (#39102) [Search] Update changelog for "11.5.0-beta.5" release. * [Azure.Monitor.Ingestion] Fix Sovereign Support for Ingestion (#39078) * [App Config] Update snapshot API and changelog for "1.3.0-beta.3" release (#39116) [App Config] Update snapshot API and changelog for "11.5.0-beta.5" release * Updating package version for configured workflows (#39119) Co-authored-by: Jesse Squire <jesse.squire@gmail.com> * [Search] Add a work around to fix CreateAzureBlobIndexer test (#39117) * Renamed Storage PublicAudience to DefaultAudience, Get..Audience to Create..Audience (#39083) * Increment package version after release of Azure.Monitor.OpenTelemetry.AspNetCore (#39129) * Add livetests to PPE (#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 (#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 <weshaggard@users.noreply.github.com> * Adding CorrelationId to TranscriptionMetadata (#39130) * Update ChangeLog file (#39125) * [Storage][DataMovement] Update checkpointer to read/write to job file - Part 2 (#39101) * Release Azure.ResourceManager.ContainerServiceFleet (#39106) * Release Azure.ResourceManager.ContainerServiceFleet * update * Increment package version after release of Azure.ResourceManager.ContainerServiceFleet (#39139) * fix pageable operation issue in purview administration library (#39009) * use directive to set api-version as client for Resources_GetById (#39141) * Update AutoRest C# version to 3.0.0-beta.20231008.1 (#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 (#39148) * [WebPubSubClient] Parsing message returns IList (#39137) * Parsing message returns IList * update api * Use IReadonlyList * Update CHANGELOG.md (#39160) * Increment package version after release of Azure.Search.Documents (#39161) * [Azure.Monitor.Inestion] Update CHANGELOG.md for GA Release (#39165) * Adding Support to override the ClientRequestID guid format for test recording sessions. (#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 (#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 (#39169) * Increment package version after release of Azure.Monitor.Ingestion (#39168) * Update Generator Version 3.0.0-beta.20231009.1 (#39173) * Add azure communication messages sdk (#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 (#39184) * Replace Azure.Identity AAD references (#39123) * [Storage][DataMovement] Add ProviderId to resources and job plan file (#39163) * Update github-event-processor version to 1.0.0-dev.20231010.2 (#39189) Co-authored-by: James Suplizio <jasupliz@microsoft.com> * Fixed tansxription review comments (#39195) * Increment package version after release of Azure.Communication.Messages (#39185) * Fix broken link (#39188) * Prepare for release (#39203) * Increment package version after release of Microsoft.Azure.WebJobs.Extensions.EventHubs (#39201) * Add new system events (#39202) * Add new system events * Fix source generator * refactor * Prepare for release (#39205) * Use url version spec for autorest.* packages (#39131) Co-authored-by: Patrick Hallisey <pahallis@microsoft.com> * Increment package version after release of Azure.Messaging.ServiceBus (#39204) * Fix OperationalInsights Type Issue (#38425) * update * update * [Core] Update RequestFailedException to use source generation for serialization (#38996) * iteration 1 * iteration 1 * tweak logic * simplification * adjust comments * Update sdk/core/Azure.Core/src/RequestFailedException.cs Co-authored-by: Eric Erhardt <eric.erhardt@microsoft.com> * feedback fixes --------- Co-authored-by: Eric Erhardt <eric.erhardt@microsoft.com> * Rename property in ResourceNotificationsResourceUpdatedDetails (#39210) * Use better description for single repo sparse checkout (#39209) Co-authored-by: Patrick Hallisey <pahallis@microsoft.com> * Document sovereign cloud support in LogsIngestionClient (#39221) * Dispose clients on host shutdown rather than listener dispose (#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 (#39239) * Add PauseOnStart Recording Option (#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 (#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 (#39172) * Increment package version after release of Azure.ResourceManager.ContainerServiceFleet (#39256) * Increment package version after release of Azure.Messaging.EventGrid (#39262) * Refactor cleanup (#39264) * Fix CODEOWNERS for missing paths and other fun stuff (#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 (#39208) * [Azure.Monitor.Ingestion] Update CHANGELOG.md (#39234) * Update code owners list in the .NET repo (#39180) * Update codeowners list. * Autorest Regen Preview to 3.0.0-alpha.20231013.8 by Michael Nash from refs/pull/3810/head (#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 <prognash@gmail.com> * Release stable version 2022-12-27 of HybridCompute (#39217) * release stable version * update code * update code * update code * Increment package version after release of Azure.Communication.Rooms (#39231) * [Core] Add `DiagnosticScope` test and removing bug workarounds that are no longer needed (#39274) * new tests * formatting * [Schema registry] Stream fix / typo (#39270) * fixes * Update sdk/schemaregistry/Azure.Data.SchemaRegistry/samples/Sample02_Serialization.md Co-authored-by: Jesse Squire <jesse.squire@gmail.com> --------- Co-authored-by: Jesse Squire <jesse.squire@gmail.com> * Makes AzureKeyVaultConfigurationSource a public class (#39099) * Makes AzureKeyVaultConfigurationSource a public class * Updates generated code * [Extensions]: Update KeyVault Config change log (#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. (#39156) Co-authored-by: praveenkuttappan <prmarott@microsoft.com> * [ACS JobRouter] DPG Models (#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 (#39297) * [Azure.Monitor.Ingestion] update Changelog for release (#39304) * Sync eng/common directory with azure-sdk-tools for PR 7113 (#39226) * Remove ARM deployment after deploy * Update eng/common/TestResources/New-TestResources.ps1 Co-authored-by: Heath Stewart <heaths@outlook.com> * Apply suggestions from code review --------- Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com> Co-authored-by: Heath Stewart <heaths@outlook.com> * fix Azure OpenAI whisper snippets (#39313) * Prepare release for hybridcompute (#39318) * Increment package version after release of Azure.ResourceManager.HybridCompute (#39320) * Increment version for storage releases (#39302) * [Storage][DataMovement] More fixes to resuming transfers (#39271) * Use bytes to represent AMQP property map (#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 (#39329) * Update Generator Version 3.0.0-beta.20231017.1 * Update SDK codes me_pu_4 * Use singleton rather than hosted service for cleanup (#39327) * Use singleton rather than hosted service for cleanup * prepare for release * add date * Added x-ms-file-request-itent to PutRangeFromUrl (#39278) * Merge identity/1.10.2-rel back to main (#39331) * Bug fixes for development time credentials * update project version * Increment package version after release of Azure.Identity (#39170) * tests --------- Co-authored-by: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> * [Azure.Monitor.Query] Add MetricsBatch (#38640) * add ContainerServiceFleet test support (#39348) * [NetAppFiles] Update version number to stable (#39352) * Update version number to stable * Update release date * Increment package version after release of Microsoft.Azure.WebJobs.Extensions.ServiceBus (#39339) * Increment package version after release of Azure.Monitor.Ingestion (#39334) * Redo (#39060) * Fixing communication test scripts (#39355) * Updated test-resources template to contain necessary properties. * Added logging for test environment variables for better troubleshooting. * Azure.Identity.Broker archboard feedback (#39296) * Fix namespace of ACS models (#39341) * Fix namespace of ACS models * Fix * [Storage] [DataMovement] Added Download File Share Tests and Minor Fixes (#39206) * Added download tests for file shares * Rerecorded tests * Cleanup * Apply EBN to back compat ACS models (#39360) * DataMovement unify TransferAndVerify Part 1 (#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 (#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 (#39250) * One more EBN and add test (#39365) * One more EBN and add test * Fix * Fix proto definition (#39361) * prep for Identity patch release (#39359) * Update CHANGELOG.md (#39343) * Increment package version after release of Microsoft.Azure.WebJobs.Extensions.ServiceBus (#39369) * Increment package version after release of Azure.Identity (#39374) * Increment package version after release of Azure.Monitor.Query (#39372) * add a funtion to convert BinaryData to RequestContent (#39316) * add serialize funtion for BinaryData * add more test * Update sdk/core/Azure.Core/src/Shared/RequestContentHelper.cs Co-authored-by: Christopher Scott <chriscott@hotmail.com> --------- Co-authored-by: Christopher Scott <chriscott@hotmail.com> * [ElasticSan] API version 2023-03-01: support snapshots and CMK (#39215) * ElasticSan snapshots and CMK * Update changelog to remove empty sections * Update sourceId format * Update Generator Version 3.0.0-beta.20231019.2 (#39393) * Increment package version after release of Azure.Messaging.EventGrid (#39373) * Increment package version after release of Azure.ResourceManager.NetApp (#39381) * Prep Azure.Identity.Broker for release (#39375) * [CODEOWNERS] Fix Schema Registry (#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 (#39395) * Add Setter to CallInvite to allow pstn to pstn tranfer call (#39397) * Bump min tls version to 1.2 for digital twins live test storage account (#39402) * fix(monitor): remove newing-up unused object in UseAzureMonitor (#39356) fixes #38787 * Bump min tls version to 1.2 for digital twins live test event hub (#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 (#39409) Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com> * 2023 08 15 (#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 <huwe@microsoft.com> * Update AutoRest C# version to 3.0.0-beta.20231019.3 (#39416) * Gfeitosa/increase coverage include int (#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 (#39406) * Datamovement shares oauth (#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 (#39364) * directory download tests * unused imprt * Fix deadlettering and exception propagation in Grpc service (#39412) * Fix deadlettering in Grpc service * Propagate exception details * remove project ref * Increment package version after release of Microsoft.Azure.WebJobs.Extensions.ServiceBus (#39419) * Add Microsoft.NetworkAnalytics RP SDK package (#39240) * [Storage][DataMovement] Add source/destination checkpoint data to Job Plan file (#39411) * [Storage] Added Fix for Creating Share File before service copy; Added Data Movement E2E service copy tests (#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 (#39403) * Add EnvironmentCredential to token cache table (#39476) * Replace Azure AD references with Entra (#39477) * Check az login for target subscription in stress deploy login (#39479) Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com> * Set min tls version for search+storage live tests (#39471) * Test updates for 2023-06-01-preview SDK * Update StreamingChatCompletions.cs (#39480) * [Storage][DataMovement] Cleanup after recent changes to checkpointer (#39456) * Failed Update AutoRest C# version to 3.0.0-beta.20231024.1 (#39463) * Increment version for kusto releases (#39485) * Adding basic [CallerShouldAudit] support and initial support for Storage and Tables (#39345) Adding basic [CallerShouldAudit] support and initial annotations of Storage and Tables. * Update ContainerServiceFleet to 10-15 (#39487) * [StorageMover] Upgrade to API version 2023-10-01 (#39495) * StorageMover 2023-10-01 * update version * Increment package version after release of Azure.ResourceManager.Support (#39488) * Increment package version after release of Azure.ResourceManager.Peering (#39497) * Fix tests for Fleet (#39496) * DataMovement unify TransferAndVerify Part 3 (#39401) * block * append * net462 fix * default timeouts * test proxy * DataMovement unify TransferAndVerify Part 4 (#39452) * Update Generator Version 3.0.0-beta.20231025.1 (#39504) * Devcenter dataplane TypeSpec preview SDK v2023-04-01 (#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 (#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 <vchiang@microsoft.com> * Update AutoRest C# version to 3.0.0-beta.20231025.3 (#39521) * [Service Bus] Handle cases where desired worker count exceeds int.MaxInt (#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 <vchiang@microsoft.com> * Update AutoRest C# version to 3.0.0-beta.20231026.1 (#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) <mingzhehuang@microsoft.com> * Increment package version after release of Azure.ResourceManager.ContainerServiceFleet (#39524) * Sb cross receiver samples (#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 <jesse.squire@gmail.com> --------- Co-authored-by: Jesse Squire <jesse.squire@gmail.com> * Add samples link in README (#39529) * [Storage][DataMovement] Fixes to pause/resume around enumeration (#39486) * attributes (#39428) * Upgrade `Azure.ClientSdk.Analyzers` and disable enhanced analysis for some SDKs (#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) <mingzhehuang@microsoft.com> * Update Microsoft.Search to include 2023-11-01 API version (#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 <magottei@microsoft.com> * Update Azure.ResourceManager.DesktopVirtualization to new api version 2023-09-05 (#39025) * Increment version for elasticsan releases (#39547) * Increment version for desktopvirtualization releases (#39548) * Update Generator Version 3.0.0-beta.20231027.1 (#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 <48961492+amnguye@users.noreply.github.com> Co-authored-by: Caio Saldanha <camaiaor@microsoft.com> Co-authored-by: Franko Morales <67804607+cochi2@users.noreply.github.com> Co-authored-by: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Co-authored-by: FAREAST\chunyu <chunyu@microsoft.com> Co-authored-by: Minghao Chen <30464227+HarveyLink@users.noreply.github.com> Co-authored-by: frantran <aznspartan117@gmail.com> Co-authored-by: Jocelyn <41338290+jaschrep-msft@users.noreply.github.com> Co-authored-by: Jingshu918 <138486531+Jingshu918@users.noreply.github.com> Co-authored-by: Chengming <61542202+dvbb@users.noreply.github.com> Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com> Co-authored-by: Rajkumar Rangaraj <rajrang@microsoft.com> Co-authored-by: Patrick Hallisey <pahallis@microsoft.com> Co-authored-by: Scott Addie <10702007+scottaddie@users.noreply.github.com> Co-authored-by: rohantagaru <126915631+rohantagaru@users.noreply.github.com> Co-authored-by: Madalyn Redding <66138537+m-redding@users.noreply.github.com> Co-authored-by: Jesse Squire <jsquire@microsoft.com> Co-authored-by: Sean McCullough <44180881+seanmcc-msft@users.noreply.github.com> Co-authored-by: Vitek Karas <10670590+vitek-karas@users.noreply.github.com> Co-authored-by: Anne Thompson <annelo@microsoft.com> Co-authored-by: Matthew Meadows (Rango the Dog) <mbmeadows@gmail.com> Co-authored-by: Rango Meadows <v-rameadows@microsoft.com> Co-authored-by: Pan Shao <97225342+pshao25@users.noreply.github.com> Co-authored-by: Vivek More <123148745+vivekmore-msft@users.noreply.github.com> Co-authored-by: abhishesingh-msft <abhishesingh@microsoft.com> Co-authored-by: JoshLove-msft <54595583+JoshLove-msft@users.noreply.github.com> Co-authored-by: Jesse Squire <jesse.squire@gmail.com> Co-authored-by: Arthur Ma <arthurma@microsoft.com> Co-authored-by: Gerardo Lecaros <gerardo.lecaros.e@gmail.com> Co-authored-by: James Suplizio <jasupliz@microsoft.com> Co-authored-by: Wes Haggard <weshaggard@users.noreply.github.com> Co-authored-by: Christopher Scott <chriss@microsoft.com> Co-authored-by: Heath Stewart <heaths@microsoft.com> Co-authored-by: Daniel Jurek <djurek@microsoft.com> Co-authored-by: Timothy Mothra <tilee@microsoft.com> Co-authored-by: abhishesingh-msft <123186776+abhishesingh-msft@users.noreply.github.com> Co-authored-by: Jacob Lauzon <96087589+jalauzon-msft@users.noreply.github.com> Co-authored-by: richardcho-msft <95773682+richardcho-msft@users.noreply.github.com> Co-authored-by: root <root@DESKTOP-6GBNLER> Co-authored-by: ShivangiReja <45216704+ShivangiReja@users.noreply.github.com> Co-authored-by: calvinkwtang <calvintang@microsoft.com> Co-authored-by: Mike Hang <108955604+mikehang-msft@users.noreply.github.com> Co-authored-by: nisha-bhatia <67986960+nisha-bhatia@users.noreply.github.com> Co-authored-by: sofiar-msft <sofiar@microsoft.com> Co-authored-by: Dapeng Zhang <dapzhang@microsoft.com> Co-authored-by: Wei Hu <live1206@gmail.com> Co-authored-by: Chenyang Liu <chenyl@microsoft.com> Co-authored-by: wiboris <54044985+wiboris@users.noreply.github.com> Co-authored-by: glorialimicrosoft <67171398+glorialimicrosoft@users.noreply.github.com> Co-authored-by: mcgallan <88413158+mcgallan@users.noreply.github.com> Co-authored-by: Eric Erhardt <eric.erhardt@microsoft.com> Co-authored-by: amariwest-msft <139818906+amariwest-msft@users.noreply.github.com> Co-authored-by: Auðunn <audunn@netapp.com> Co-authored-by: Pallavi Taneja <pallavit@users.noreply.github.com> Co-authored-by: m-nash <prognash@gmail.com> Co-authored-by: yaotongms <137821665+yaotongms@users.noreply.github.com> Co-authored-by: Daniel Laughland <daniel@laughland.com> Co-authored-by: praveenkuttappan <prmarott@microsoft.com> Co-authored-by: Rajarshi Sarkar <73562869+sarkar-rajarshi@users.noreply.github.com> Co-authored-by: Heath Stewart <heaths@outlook.com> Co-authored-by: Travis Wilson <35748617+trrwilson@users.noreply.github.com> Co-authored-by: Scott Schaab <sschaab@microsoft.com> Co-authored-by: Alexander Batishchev <alexbat@microsoft.com> Co-authored-by: Jiri Burant <83883278+jiriburant@users.noreply.github.com> Co-authored-by: Christopher Scott <chriscott@hotmail.com> Co-authored-by: yifanz7 <131133995+yifanz7@users.noreply.github.com> Co-authored-by: Amadeusz Sadowski <amadeusz.sadowski@allegro.com> Co-authored-by: t-abebchuk <113615233+t-abebchuk@users.noreply.github.com> Co-authored-by: Wei Hu <huwe@microsoft.com> Co-authored-by: gfeitosa-msft <112948415+gfeitosa-msft@users.noreply.github.com> Co-authored-by: Gaurav Agarwal <120563366+gaagarwalMS@users.noreply.github.com> Co-authored-by: devinlstoen <105672060+devinlstoen@users.noreply.github.com> Co-authored-by: tg-msft <tg-msft@users.noreply.github.com> Co-authored-by: Driele Neves Ribeiro <drielene@microsoft.com> Co-authored-by: Vincent Chiang <vincentchiang@berkeley.edu> Co-authored-by: Vincent Chiang <vchiang@microsoft.com> Co-authored-by: Mingzhe Huang (from Dev Box) <mingzhehuang@microsoft.com> Co-authored-by: Mingzhe Huang <archerzz@users.noreply.github.com> Co-authored-by: Matt <57731498+mattmsft@users.noreply.github.com> Co-authored-by: Matt Gotteiner <magottei@microsoft.com> Co-authored-by: Alec Baird <100880612+alec-baird@users.noreply.github.com>
- Loading branch information