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

Only treat critical vulnerabilities as errors #46515

Merged
merged 1 commit into from
Oct 9, 2024
Merged

Conversation

weshaggard
Copy link
Member

No description provided.

@weshaggard weshaggard merged commit 37d33af into main Oct 9, 2024
42 of 45 checks passed
@weshaggard weshaggard deleted the weshaggard-patch-1 branch October 9, 2024 22:09
AikoBB added a commit that referenced this pull request Oct 25, 2024
* Add Entra token credentials

* fixed api comments & regenerated api

* added implementation

* fixed exchange implementation

* fixed docs

* fixed docs

* added token cache and covered with tests

* added read-me

* [Storage] [DataMovement] [API-Change] Changed ShareFilesStorageResourceProvider.FromFile/Directory to take a Uri over string (#46446)

* Initial commit

* Export API

* Update Nginx changelog to support API version 2024-06-01-preview (#46447)

* Update Nginx changelog to support API version 2024-06-01-preview

* Refactor

* [Service Bus] October 2024 Release Prep (#46438)

The focus of these changes is to prepare the Service Bus package for the October
2024 release.

* Storage STG 96 (#45604)

* Fix missing HybridSearch in copy method of SearchOptions (#46425)

Fix missing HybridSearch in copy SearchOptions

* changed scopes to opt.param

* Update AutoRest C# version to 3.0.0-beta.20241007.1 (#46457)

* Update Generator Version 3.0.0-beta.20241007.1

* Update SDK codes he_ma_3

* Update SDK codes de_he_2

* Update SDK codes ma_pu_4

* Update SDK codes sq_wo_6

* Update SDK codes co_de_1

* export api

* fix tests

---------

Co-authored-by: Arcturus Zhang <dapzhang@microsoft.com>
Co-authored-by: Minghao Chen <30464227+HarveyLink@users.noreply.github.com>

* fixed generated api

* Onboard Azure.Developer.MicrosoftPlaywrightTesting sdk (#45044)

* feat(): onboard Azure.Developer.MicrosoftPlaywrightTesting sdk

* chore(): add support for github summary

* docs(): sample, CHANGELOG and README

* docs(): content of samples

* chore():: modify samples as per azure sdk guidelines

* refactor(): unit tests as per azure sdk guidelines

* chore(): use autorest to generate api clients

* fix(): json parsing of error messages

* chore(): add live tests

* fix(): run id handling across scalable and reporting

* Adressing comments

* comment

* chore(): resolve documentation comments

* docs(): import c# code snippets from .cs files

* refactor(): update CODEOWNERS with latest labels

* chore(): add git commit based display name

* feat(): scalable run error handling

* refactor(): convert API client class to internal

* chore(): apiview review comments addressed for base sdk

* refactor(): rename tokenCredential to credential

* refactor(): rename PlaywrightServiceSettings to PlaywrightServiceOptions

* refactor(): use serviceAuth only

* refactor(): remove defaultAuth references

* refactor(): convert serviceOs class to internal

* refactor(): convert public fields into properties

* chore(): add cancellation token in async methods

* refactor(): use default for null cancellation tokens

* refactor(): added users in CODEOWNERS

* fix(): live test resource json

* docs(): add missing sections in README files

* refactor(): rename base package to Azure.Developer.MicrosoftPlaywrightTesting.TestLogger

* docs(): move authenticate client section after prerequisites

---------

Co-authored-by: Siddharth Singha Roy <ssingharoy@microsoft.com>
Co-authored-by: Vansh Vardhan Singh <vanshvsingh@gmail.com>

* STG 96 beta changelogs (#46451)

* STG 96 beta changelogs

* PR comments

* Azure.Monitor.Query: invalid date string format in MetricsClient (#45998)

* Persist oidc env vars in deploy template (#46477)

Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>

* Increment version for storage releases (#46479)

* 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.Blobs

* Increment package version after release of Azure.Storage.Queues

* 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

* Increment package version after release of Azure.Messaging.ServiceBus (#46480)

* [Event Hubs] Convert tests to use identity auth (#46330)

* [Event Hubs] Convert tests to use identity auth

The focus of these changes is to convert the Event Hubs
live tests to use identity-based authorization by default.
Connection strings will continue to have test coverage and
appear in "Hello World" samples and in legacy samples for
the migration guide.

* Test fixes

* Fixing more typos

* Test debugging

* tuning test timing and renabling cancellation  check

* tuning test timing

* Extending test timing slightly

* Update sdk/eventhub/Azure.Messaging.EventHubs/tests/Snippets/Sample02_EventHubsClientsLiveTests.cs

Co-authored-by: Madalyn Redding Heaps <66138537+m-redding@users.noreply.github.com>

* Update sdk/eventhub/Azure.Messaging.EventHubs/tests/Snippets/Sample02_EventHubsClientsLiveTests.cs

Co-authored-by: Madalyn Redding Heaps <66138537+m-redding@users.noreply.github.com>

* Update sdk/eventhub/Azure.Messaging.EventHubs/tests/Snippets/Sample02_EventHubsClientsLiveTests.cs

Co-authored-by: Madalyn Redding Heaps <66138537+m-redding@users.noreply.github.com>

* Update sdk/eventhub/Azure.Messaging.EventHubs/tests/Snippets/Sample02_EventHubsClientsLiveTests.cs

Co-authored-by: Madalyn Redding Heaps <66138537+m-redding@users.noreply.github.com>

* Update sdk/eventhub/Azure.Messaging.EventHubs/tests/Snippets/Sample02_EventHubsClientsLiveTests.cs

Co-authored-by: Madalyn Redding Heaps <66138537+m-redding@users.noreply.github.com>

* Update sdk/eventhub/Azure.Messaging.EventHubs/tests/Snippets/Sample02_EventHubsClientsLiveTests.cs

Co-authored-by: Madalyn Redding Heaps <66138537+m-redding@users.noreply.github.com>

* Update sdk/eventhub/Azure.Messaging.EventHubs/tests/Snippets/Sample02_EventHubsClientsLiveTests.cs

Co-authored-by: Madalyn Redding Heaps <66138537+m-redding@users.noreply.github.com>

* Update sdk/eventhub/Azure.Messaging.EventHubs/tests/Snippets/Sample02_EventHubsClientsLiveTests.cs

Co-authored-by: Madalyn Redding Heaps <66138537+m-redding@users.noreply.github.com>

* Regenerating snippets

---------

Co-authored-by: Madalyn Redding Heaps <66138537+m-redding@users.noreply.github.com>

* [EngSys] Update central Service Bus version (#46483)

The focus of these changes is to update the central version for the
`Azure.Messaging.ServiceBus` package to use the latest release.

* Use equality function check for persist oidc token step (#46485)

Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>

* Sync eng/common directory with azure-sdk-tools for PR 9106 (#46482)

Co-authored-by: Scott Beddall <scbedd@microsoft.com>

* addressed comments

* addressed the latest comments

* Update version of System.Text.Json (#46508)

* Update Maps codeowners (#46494)

* [Storage][DataMovement] Fix perf test cleanup + other minor fixes (#46486)

* TransferManager tests (#46449)

* test queue failure

* More tests

* tests

* more tests (failing)

* test fixes. some new testing infra.

move one property access inside a trycatch

* reenable check

* remove enum to depend on test-wide def

* Prep for release (#46512)

* Remove heaths as codeowner and add myself (#46488)

* Only treat critical vulnerabilities as errors (#46515)

* [Storage] [DataMovement] Moved all blob related tests out of DataMovement.Tests to DataMovement.Blobs.Test (#46475)

* Initial commit

* Moved more test files

* More tests moved over

* Compile Include over just adding the files to DM.Blobs.Tests

* Enable-WriteCore-feature-for-networkcloud (#46469)

* Update AutoRest C# version to 3.0.0-beta.20241009.1 (#46507)

* Update Generator Version 3.0.0-beta.20241009.1

* Update SDK codes he_ma_3

* Update SDK codes de_he_2

* Update SDK codes ad_co_0

* Update SDK codes pu_sp_5

* Update SDK codes co_de_1

* Update SDK codes ma_pu_4

* Update SDK codes sq_wo_6

* bump version of System.Text.Json

---------

Co-authored-by: Arcturus Zhang <dapzhang@microsoft.com>

* 2024-05 Fleet .NET sdk generation (#46353)

* 2024-05 Fleet api .net sdk generation

* fix breaking change issue, add tests and changelog

* change changelog version

---------

Co-authored-by: frantran <ftran@microsoft.com>

* Support handling function return value from worker process (#46158)

Fix Azure/azure-functions-dotnet-worker#1496

The reason to add .NET 6 and .NET 8 as TFM:
The worker function return value is a Newtonsoft JObject if it's an object in the worker. Since .NET Core Frameworks, the default SignalR JSON protocol uses System.Text.Json library and can't serialize Newtonsoft JObject. Therefore, we need to wrap the JObject to a System.Text.Json serializable object with a customized JSON converter. The customized JSON converter first converts the Newtonsoft JObject to JSON with Newtonsoft library, then writes the raw JSON object with System.Text.Json writer. For .NET Standard 2.0, it's not possible to write a raw JSON with System.Text.Json writer, therefore, we need to add .NET 6 and .NET 8 as TFM to write the raw JSON.

* fix(digitaltwins): bump System.Text.Json to 6.0.10 (#46523)

Co-authored-by: Mingzhe Huang (from Dev Box) <mingzhehuang@microsoft.com>

* add release date to Fleet .NET SDK latest version (#46524)

* add release date to latest version

* address version comment

* Update CHANGELOG.md

---------

Co-authored-by: frantran <ftran@microsoft.com>
Co-authored-by: Mingzhe Huang <archerzz@users.noreply.github.com>

* Update AutoRest C# version to 3.0.0-beta.20241009.4 (#46526)

* Update Generator Version 3.0.0-beta.20241009.4

* Update SDK codes pu_sp_5

* Update SDK codes co_de_1

* regen

---------

Co-authored-by: Mingzhe Huang (from Dev Box) <mingzhehuang@microsoft.com>

* Increment version for core releases (#46517)

* Increment package version after release of Azure.Core

* Increment package version after release of System.ClientModel

* added pre-warm logic

* Update Packages.Data.props (#46534)

* [Storage] Prepare for Storage Base Packages Preview Patch Release and WebJobs GA Patch Release (#46537)

* Prepare for Storage Patch Release

* Bumping version for Webjobs for GA patch release

* [Key Vault] Add CAE support & update System.ClientModel dependency version (#46013)

* Add flag and enable CAE to AuthorizeRequestInternal

* Enable CAE for AuthorizeRequestOnChallenge

* Add flag in SecretClientOption and SecretClient

* Revert "Add flag in SecretClientOption and SecretClient"

This reverts commit 02a805d.

* Enable CAE by default

* Removing unused parameter

* Remove saving the claims in the cache

* Update Changelog

* Update changelogs

* Simplify error checking logic

Addressing comment in PR

* Add test for base64 claims

* Override Process function to handle the first CAE Challenge after a scope challenge

* Add tests

* Separate credential and client transports and assert for a 401.

* Nest rety inside challenge if block

* Add test for claims in token

* Fix CI by removing extra test case parameter

* Nit changes to tests

* Simplify tests

* removing unnecessary mock responses

* Refactor tests to test CAE in all projects

* Make tests non parallelizable

* Add setup method to CAE tests

* Test for tokens obtained from cae challenges

* Fix test / CI

* Update dependency for System.ClientModel

* Apply suggestions

* Update AutoRest C# version to 3.0.0-beta.20241010.1 (#46561)

* Update Generator Version 3.0.0-beta.20241010.1

* Update SDK codes de_he_2

* Update SDK codes ma_pu_4

* Update SDK codes sq_wo_6

* Increment version for signalr releases (#46562)

* Enable WriteCore feature for storagecache (#46502)

* Enable WriteCore feature for storagecache

* Update assets.json

* Enable WriteCore feature for healthcareapis (#46491)

* Enable WriteCore feature for healthcareapis

* Update assets.json

* Update Azure.ResourceManager.HealthcareApis.netstandard2.0.cs

* Enable-WriteCore-feature-for-servicelinker (#46520)

* Enable WriteCore feature for trafficmanager (#46497)

* Enable WriteCore feature for storage (#46501)

* Enable-WriteCore-feature-for-servicefabricmanagedclusters (#46518)

* Enable-WriteCore-feature-for-servicebus (#46505)

* Enable-WriteCore-feature-for-securityinsights (#46504)

* Enable-WriteCore-feature-for-purview (#46498)

* Enable-WriteCore-feature-for-securitycenter (#46503)

* Enable-WriteCore-feature-for-privatedns (#46496)

* Enable write core feature for peering (#46493)

* Enable-WriteCore-feature-for-peering

* Update assets.json

* Enable-WriteCore-feature-for-orbital (#46492)

* Enable-WriteCore-feature-for-sphere (#46268)

* Enable-WriteCore-feature-for-sphere

* Update CHANGELOG.md

* Update CHANGELOG.md

* Enable-WriteCore-feature-for-recoveryservices-backup (#46243)

* Enable-WriteCore-feature-for-recoveryservices-backup

* Update assets.json

* Enable-WriteCore-feature-for-hdinsightcontainers (#46463)

* Enable-WriteCore-feature-for-mysql (#46466)

* Enable-WriteCore-feature-for-eventgrid (#46461)

* Enable-WriteCore-feature-for-labservices (#46464)

* Enable-WriteCore-feature-for-network (#46467)

* Enable-WriteCore-feature-for-resourcemover (#46499)

* Enable-WriteCore-feature-for-devtestlabs (#46455)

* Enable-WriteCore-feature-for-edgeorder (#46459)

* Enable-WriteCore-feature-for-springappdiscovery (#46521)

* add entra token cashing logic

* Update CODEOWNERS for SignalR(#46458)

* Initial commit (#46535)

* [Event Hubs] Resilient management link creation (#46544)

The focus of these changes is to correctly handle the scenario where the
management AMQP link is in the process of closing (such as for an idle timeout)
as a new operation attempts to use it.  This error should be detected as a special
case and retried as it is with producer and consumer operations.

* Add generation of 2023-07-01-preview and new tests for dns resolver d… (#46105)

* Add generation of 2023-07-01-preview and new tests for dns resolver domain list and policy

* Add rule and link tests

* Fix test domain names and add to code owners and fix readme link to spec blob

* Fix CODEOWNERS for dns resolver

* Update .github/CODEOWNERS

Co-authored-by: Jesse Squire <jesse.squire@gmail.com>

* Update .github/CODEOWNERS

Co-authored-by: Jesse Squire <jesse.squire@gmail.com>

* Fix additional codeowner addition

* Add Servfail to cspell word list

* Run Export-Api

* Add assets file after pushing recording

* Record tests for dns resolver as well

* Change ActionType to DnsSecurityRuleActionTYpe

* Re-record DNS security rule tests after ActionType changes

* Change DNS resolver to DNS private resolver in codeowners

* Add new release version and notes

---------

Co-authored-by: James <james_voong@hotmail.com>
Co-authored-by: Jesse Squire <jesse.squire@gmail.com>

* [CODEOWNERS] Adjust baseline errors (#46567)

The focus of these changes is to remove an account from the baseline errors, as the CODEOWNERS file has been updated to remove them.

* [AzureMonitorDistro] Fix livemetrics reporting incorrect values (#46429)

* removing buffer capacity

* remove counter

* remove DocumentBuffer class

* changelog

* Increment version for storage releases (#46542)

* [AzureMonitorExporter] prep release 1.4.0 beta2 (#45906)

* disable tests in net6 and MacOS

* prep release

* update date

* Increment version for storage releases (#46543)

* Azure.Provisioning: Update Redis to provide IsAccessKeyAuthenticationDisabled (#46568)

* Sync eng/common directory with azure-sdk-tools for PR 9102 (#46546)

* Add CompatibleConvertFrom-Yaml to common Package-Helpers
* Add CI artifact parsing to Save-Package-Properties, now each individual packageinfo.json file contains the relevant ci artifact lines for the package. This short circuits needing to re-parse this information in common checks.

---------

Co-authored-by: Scott Beddall <scbedd@microsoft.com>

* Increment package version after release of Azure.Monitor.OpenTelemetry.Exporter (#46574)

* [AzureMonitorDistro] prep release 1.3.0 beta2 (#46572)

* update to new exporter beta

* update release date and changelog

* Enable-WriteCore-feature-for-fleet (#46462)

* Enable-WriteCore-feature-for-fleet

* regen

* Update assets.json

* Update Azure.ResourceManager.ContainerServiceFleet.netstandard2.0.cs

* Enable-WriteCore-feature-for-newrelicobservability (#46490)

* Enable-WriteCore-feature-for-newrelicobservability

* Update NewrelicManagementTestBase.cs

* Update assets.json

* Prepare for release (#46576)

* Prepare for release

* version

* Update CODEOWNERS (#46575)

* Update CODEOWNERS

Adding @rahul-microsoft for fleet

* Update CODEOWNERS

Updating the alias

* Enable WriteCore feature for websubsub and release a new version (#46506)

* Enable WriteCore feature for webpubsub

* ignore WebAppWebPubSubConnectionCRUD()

* ignore WebAppKeyVaultConnectionCRUD()

* Update CHANGELOG.md

* Enable-WriteCore-feature-for-websites and release a new version (#46305)

* Enable-WriteCore-feature-for-websites

* Add temporary attribute to fix pipeline error

* release preparation

* Bump version of MGC (#46565)

* Bump version of MGC

* add dependencies

* update lock file

* fix dependencies

* update test

* remove additional namespace

* specify peer dependencies

* update ContainerServiceFleet variables for more clear naming (#46582)

Co-authored-by: frantran <ftran@microsoft.com>

* Enable-WriteCore-feature-for-operationalinsights (#46225)

* Enable-WriteCore-feature-for-operationalinsights

* [Ignore("This test case will cause errors in the pipeline. After fixing the problem, restore this test")]

* Update SIAlertRuleCollectionTests.cs

* [Ignore("This test case will cause errors in the pipeline. After fixing the problem, restore this test")]

* [Ignore("This test case will cause errors in the pipeline. After fixing the problem, restore this test")]

* Update BookmarkResourceTests.cs

* [Ignore("This test case will cause errors in the pipeline. After fixing the problem, restore this test")]

* Enable WriteCore feature for containerservice (#46355)

* Enable WriteCore feature for containerservice

* ignore WebAppWebPubSubConnectionCRUD()

* Revert "ignore WebAppWebPubSubConnectionCRUD()"

This reverts commit 75d395d.

* ignore FleetCRUDTest()

* Enable-WriteCore-feature-for-recoveryservices (#46242)

* Enable-WriteCore-feature-for-recoveryservices

* [Ignore("This test case will cause errors in the pipeline. After fixing the problem, restore this test")]

* Update commit to fix tsp compile (#46587)

* Increment package version after release of Azure.ResourceManager.WebPubSub (#46583)

* Increment package version after release of Azure.Messaging.EventGrid (#46580)

* Storage json hotfix (#46591)

* Increment package version after release of Azure.ResourceManager.AppService (#46584)

* fix(playwighttesting): Removed cancellationToken from SetupAsync method since NUnit does not allow additional params (#46566)

* Removed parameter from SetupAsync method.

* update

* undo last commit

* update

---------

Co-authored-by: guptakashish <guptakashish@microsoft.com>

* Update test-resources.bicep (#46573)

* Added the ability to provision AOAI as an optional component (#46570)

* fixed cminfra

* openai provisioning works

* open ai client added

* progress

* changed ai to key auth

* moved CM to WorkspaceClient abstraction

* refactored built-in methods and extension methods

* openai works

* updated api file

* disabled live tests

* updated version

* small tweaks

* updated api file

* PR feedback

* removed stj override

* DM Lib beta release (#46596)

* [EngSys] Bump package versions (#46595)

The focus of these changes is to bump packages that were flagged by component
governance this week related to the STJ 8.0.4 CVE.  Some older Event Hubs and
RC-based references were also bumped.

* Prepare for October GA release (#46600)

* Fixed DM Lib Shares dependency (#46603)

* fix package dependency (#46609)

* [Key Vault] Prepare release for CAE feature (#46599)

* Revert "[KeyVault] Add support for service version 7.6-preview.1 (#43811)"

This reverts commit 699c7de.

* Run the prepare release script

* [DocumentIntelligence] Default authentication to Token Credential (#46448)

* Increment version for storage releases (#46610)

* Switch to TME test subscription (#46452)

* [.ContainerServiceFleet] Remove the ignore attribute and fix recording file (#46616)

* remove ignore attribute  and fix  the recording file  when Servicelinker project ref updated (#46588)

* Remove the ignore attribute from the test

* update1

---------

Co-authored-by: melina5656 <140602263+melina5656@users.noreply.github.com>

* Enable WriteCore feature for eventhub (#46169)

* Enable WriteCore feature for eventhub

* ignore CRUD() and AddRemoveTag(bool? useTagResource)

* ignore CreateOrUpdateExistGetGetAllDelete()

* Prepare for release

* Enable WriteCore feature for managedserviceidentity (#46563)

* Enable WriteCore feature for managedserviceidentity

* ignore UserAssignedEncryptionTests()

* Prepare for release

* Enable-WriteCore-feature-for-compute And Release (#46310)

* Enable-WriteCore-feature-for-compute

* Update assets.json

* Update assets.json

* Update assets.json

* Update CHANGELOG.md

* Update CHANGELOG.md

* [Ignore("This test case will cause errors in the pipeline. After fixing the problem, restore this test")]

* [Ignore("This test case will cause errors in the pipeline. After fixing the problem, restore this test")]

* [Ignore("This test case will cause errors in the pipeline. After fixing the problem, restore this test")]

* Revert "[Ignore("This test case will cause errors in the pipeline. After fixing the problem, restore this test")]"

This reverts commit d2645d7.

* [Ignore("This test case will cause errors in the pipeline. After fixing the problem, restore this test")]

* release

* Enable-WriteCore-feature-for-containerregistry And Release (#46527)

* Enable-WriteCore-feature-for-containerregistry

* Update assets.json

* Update assets.json

* [Ignore("This test case will cause errors in the pipeline. After fixing the problem, restore this test")]

* [Ignore("This test case will cause errors in the pipeline. After fixing the problem, restore this test")]

* release

* Update CHANGELOG.md (#46625)

* Increment package version after release of Azure.ResourceManager.ContainerRegistry (#46633)

* Increment package version after release of Azure.ResourceManager.Compute (#46632)

* Increment package version after release of Azure.ResourceManager.ManagedServiceIdentities (#46628)

* Increment package version after release of Azure.ResourceManager.ContainerServiceFleet (#46623)

* Increment package version after release of Azure.ResourceManager.EventHubs (#46627)

* Increment package version after release of Azure.Identity (#46615)

* Delete DAC flow diagram (#46638)

* Increment package version after release of Azure.Monitor.OpenTelemetry.AspNetCore (#46641)

* Sync .github/workflows directory with azure-sdk-tools for PR 9134 (#46642)

* Use $GITHUB_EVENT_PATH variable instead of inline file writing

* Archive github event data

---------

Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>

* Increment version for keyvault releases (#46647)

* Increment package version after release of Azure.Security.KeyVault.Certificates

* Increment package version after release of Azure.Security.KeyVault.Administration

* Increment package version after release of Azure.Security.KeyVault.Keys

* Increment package version after release of Azure.Security.KeyVault.Secrets

* cleaned up CM workspace APIs (#46649)

* cleaned up workspace APIs

* PR feedback

* [HealthcareApis/ApiManagement] Remove the ignore attribute and fix recording file (#46629)

* [ServiceBus/EventHub] Remove the ignore attribute and fix recording file (#46630)

* update (#46634)

* Enable-WriteCore-feature-for-iothub And Release (#46178)

* Enable-WriteCore-feature-for-iothub

* [Ignore("This test case will cause errors in the pipeline. After fixing the problem, restore this test")]

* [Ignore("This test case will cause errors in the pipeline. After fixing the problem, restore this test")]

* [Ignore("This test case will cause errors in the pipeline. After fixing the problem, restore this test")]

* release

* Enable-WriteCore-feature-for-logic And Release (#46184)

* Enable-WriteCore-feature-for-logic

* [Ignore("This test case will cause errors in the pipeline. After fixing the problem, restore this test")]

* [Ignore("This test case will cause errors in the pipeline. After fixing the problem, restore this test")]

* release

* release (#46621)

* release (#46620)

* added acs token validity check

* [ContainerApps] Remove ingore attribute and fix the recording file after containerregistray release (#46635)

* update

* Update ContainerAppJobTests.cs

* Update ContainerAppJobTests.cs

* Update Packages.Data.props

* Mark AzureAuthorityHosts.AzureGermany as Obsolete. (#46371)

* AzurePipelinesCredential doc updates (#46668)

* Use BinaryData.Empty instead of bespoke solution in SCM and Azure.Core (#46669)

* Fix 41034

* update CHANGELOG

* [Storage] [DataMovement] Refactor Try-style methods (#46645)

* Initial commit

* Changed wording of doc comments

* Increment package version after release of Azure.ResourceManager.Logic (#46658)

* Increment package version after release of Azure.ResourceManager.RecoveryServices (#46656)

* Increment package version after release of Azure.ResourceManager.IotHub (#46655)

* Increment package version after release of Azure.ResourceManager.OperationalInsights (#46657)

* Sync eng/common directory with azure-sdk-tools for PR 9147 (#46682)

* Changes required for sdk-repo based emitter pipelines

* Rename template

* Convert emitter archetype to pipeline template

* Move the archetype template out of the stages folder

---------

Co-authored-by: Patrick Hallisey <pahallis@microsoft.com>

* Set resource group env variable early so remove always works (#46680)

Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>

* Fix missing CloseAddressedIssues in gh event processor (#46678)

Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>

* Handle missing artifacts without exception (#46676)

Co-authored-by: Scott Beddall <scbedd@microsoft.com>

* DevOpsInfrastructure - .Net SDK for GA stable version (#46652)

* Generate TypeSpec SDK files

* Update require in autorest.md

---------

Co-authored-by: Nicholas Bergesen <nbergesen@microsoft.com>

* update1 (#46659)

* update1 (#46660)

* update1 (#46662)

* Enable-WriteCore-feature-for-cosmosdb (#46137)

* Enable-WriteCore-feature-for-cosmosdb

* Update assets.json

* Update CHANGELOG.md (#46227)

* chore(playwrighttesting): removed fallback authentication logic (#46667)

* Removed fallback authentication logic and modified ValidateMptPAT.

* updated FetchEntraIdAccessTokenAsync test

* updated test

* update

---------

Co-authored-by: guptakashish <guptakashish@microsoft.com>

* [ElasticSan] Add support for ElasticSan auto scale policy (#46470)

* fixed comments

* fix(samples): upgrade vulnerable version of `Azure.Storage.Blobs` (#46686)

Co-authored-by: Mingzhe Huang (from Dev Box) <mingzhehuang@microsoft.com>

* K8s-runtime SDK (#45651)

* Update AutoRest C# version to 3.0.0-beta.20241017.1 (#46690)

* Update Generator Version 3.0.0-beta.20241017.1

* Update SDK codes he_ma_3

* Update SDK codes de_he_2

* Update SDK codes co_de_1

* Update SDK codes ma_pu_4

* Update SDK codes sq_wo_6

* Update SDK codes ad_co_0

* Implement storage events (#46648)

* Annotate Azure.Messaging.EventHubs for trim/AOT compat (#46606)

* Annotate Azure.Messaging.EventHubs for trim/AOT compat

* PR feedback

- Annotate Azure.Messaging.EventHubs.Processor, add ci check
- Add changelog entries

Also make some minor fixes to the AOT compat script.

* Fix RequiresUnreferencedCode message

* Sync eng/common directory with azure-sdk-tools for PR 9177 (#46670)

* Escape parentheses in includes to fix issues in publishing

* Only escape close parens

* Comments

---------

Co-authored-by: Daniel Jurek <djurek@microsoft.com>

* Fix storage tests-weekly matrix (#46651)

- Switch storage tests over to westus2 where we have VM capacity.

* Update Readme.md and changelog for GA release. (#46684)

* Update Readme.md and changelog for GA release.

* Update changelog

* Fix issue where stand-alone ManagedIdentityCredential does not consider WorkloadIdentity (#46693)

* Sync eng/common directory with azure-sdk-tools for PR 9181 (#46695)

* save-package-properties.yml only activates PR diff mechanism if the service directory is "auto"

---------

Co-authored-by: Scott Beddall <scbedd@microsoft.com>

* Azure Compute Fleet GA version 2024-11-01 Minor update to Documentation only. (#46541)

* Release stable version 2024-07-10 of HybridCompute (#46581)

* Update Generator Version 3.0.0-beta.20241017.2 (#46699)

* Increment package version after release of Azure.ResourceManager.ContainerOrchestratorRuntime (#46706)

* Increment package version after release of Azure.ResourceManager.HybridCompute (#46707)

* Handle cleanup for leased and encrypted storage accounts. Reduce throttling (#46698)

Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>

* Added support for additional media message types: documents, videos, and audio (#46550)

* Added support for additional media message types: documents, videos, and audio.

* fix "Generated code is not up to date." error on the pipeline

* Try adding a general condition for all configurations for TreatWarningsAsErrors

* revert accidental check in of RecordedTestMode

* Adding customization code for classes using obsolete method and suppress the warning inline due to the defect here: Azure/autorest.csharp#5114

* revert the unneeded csproj setting change

* update commit to latest in main

* Marking the packge for release

* Merge transferjobinternal (#46540)

* setup of base method

* erase old impls

* remove child types

* [CODEOWNERS] Removing invalid owners (#46710)

The focus of these changes is to remove accounts that have recently become invalid for CODEOWNER inclusion and are being flagged by the linter.

* Azure.Provisioning: Rename after review feedback (#46715)

Azure.Provisioning: Renames after review feedback

* [Storage][DataMovement] Record some tests that could not be previously recorded (#46716)

* Azure.Provisioning: Unify resolvers and newslot Literal expressions (#46718)

* Increment package version after release of Azure.Communication.Messages (#46713)

* feat(playwrighttesting): separate api, test data processing and utility layers (#46681)

* feat(playwrighttesting): separate api, data processing and utility layers

* chore(): additional scalable run failure handling

* chore(): api retries and logging

* chore(): reporting api failure error handling

* fix(): no access token error message logged with error level

* chore(): remove null check condition in console writer

* chore(): add different logging levels

* refactor(): rename logger to microsoft-playwright-testing

* Update TestProcessor.cs

* Update ReporterUtils.cs

* Create ReporterUtilsTests.cs

* fix(): uri escape data string for workspace and run id

* fix(): ad hoc fixes

* fix(): handle null sas uri post refresh

* chore(): change reporting api version 2024-09-01-preview

* chore(): add tests for reporter

* chore(): add new api info

* fix(): remove parallelization from entra tests

---------

Co-authored-by: Siddharth Singha Roy <ssingharoy@microsoft.com>
Co-authored-by: Kashish Gupta <90824921+kashish2508@users.noreply.github.com>

* docs(): update release date in CHANGELOG (#46730)

Co-authored-by: Siddharth Singha Roy <ssingharoy@microsoft.com>

* fix(): remove dot from artifact safename (#46732)

Co-authored-by: Siddharth Singha Roy <ssingharoy@microsoft.com>

* Generating SDK with the latest TypeSpec commit (#46604)

* Updating with the latest TypeSpec commit ID

* Synced with main and re-generated SDK

* Fixing a build error, ran : ..\..\..\eng\scripts\Export-API.ps1 translation

* Adding Vikas as code owner

* Removing cpoulain

* Revert "Removing cpoulain"

This reverts commit 179d4a9.

* Updating the repo reference

* Removing cpoulain and this account lacks the required public membership to the Microsoft GitHub organization

* Azure.Provisioning: API cleanup (#46735)

- Removing features that won't be shipping as GA (like preview versions, `IClientCreator`, `StorageResources`, etc.) and hiding them behind a feature flag
- Fixes #46559 to correctly serialize ISO8601 duration `TimeSpan`s by adding a `Format` to `BicepValue`.
- Fixes #46558 to change string interpolation to use `InterpolatedStringHandler` and also add a `BicepStringBuilder`

* Let DAC chain continue for 400 responses with 'Identity not found' (#46711)

* Move perf pipelines to TME subscription (#46739)

Co-authored-by: Wes Haggard <Wes.Haggard@microsoft.com>

* [CODEOWNERS] Remove invalid account (#46741)

The focus of these changes is to remove an invalid account flagged by the linter.

* Azure.Provisioning: Avoid excess `null`s in BicepStringBuilder (#46742)

* Sync eng/common directory with azure-sdk-tools for PR 9229 (#46743)

* Remove default sub config sub-config-azure-cloud-test-resources

We no longer want to default the configuration and instead
default from the service connection which had the info we need.

* Fix quoting

---------

Co-authored-by: Wes Haggard <Wes.Haggard@microsoft.com>

* Update .NET SDK to remove property (#46272)

* Update .NET SDK to remove property

* update test cases

* update test

* update Assets.json test tag

* remove sessionRecords

* add session records back

* update

* update changelog.md file with new changes

* Update test cases

* update change log

* update tests

* update

* update

* AI Face SDK update  (#45402)

* Added support for the Large Face List and Large Person Group
* Added support for latest Detect Liveness Session API
* Change the default service API version to v1.2-preview.1.

* fix(playwrighttesting): logger name and flaky tests (#46746)

* fix(): logger name and flaky tests

* fix(): run name fetching logic name from git

---------

Co-authored-by: Siddharth Singha Roy <ssingharoy@microsoft.com>

* Increment package version after release of Azure.ResourceManager.ComputeFleet (#46745)

* Update Nginx SDK version (#46758)

* Initial commit (#46759)

* Update for Azure Confidential Ledger Service Attention CODEOWNERS (#46760)

Update for Azure Confidential Ledger Service Attention CODEOWNERS

* Fix spelling of Regenerate in yaml (#46761)

Co-authored-by: Patrick Hallisey <pahallis@microsoft.com>

* Support branch name with space in create review step (#46763)

Co-authored-by: Praveen Kuttappan <prmarott@microsoft.com>

* Update MSAL to 4.66.1 (#46764)

* [NetAppFiles] update to 2024-07-01 (#46640)

* update to 2024-07-01

* update tests etc

* update assets

* update assets

* update assets

* update assets

* update assets

* update test

* update test

* update test

* update changelog

* Increment package version after release of Azure.AI.Vision.Face (#46770)

* [CognitiveServices] Prepare to release a new version (#46701)

* [signalr] Prepare to release a new version (#46727)

* docs(playwrighttesting): dotnet namespace fix and CHANGELOG update (#46771)

Co-authored-by: Siddharth Singha Roy <ssingharoy@microsoft.com>

* Implement Response abstraction for Azure (#46530)

* Fix scenario where IMDS probe succeeds, but MI is unavailable (#46787)

* Publish pipeline artifact with converted symbols (#46738)

* Publish pipeline artifact with converted symbols

* Use tempalteContect output

* Fixed a bug in AZD integration code (#46791)

* improved code that rewrites appsettings.json

* removed unused namespaces

* Fix symbol artifact output (#46797)

* run Update-Mgmt-CI.ps1 in automation (#46748)

* run Update-Mgmt-CI.ps1 in automation

* Update eng/scripts/automation/GenerateAndBuildLib.ps1

Co-authored-by: Wes Haggard <weshaggard@users.noreply.github.com>

---------

Co-authored-by: Wes Haggard <weshaggard@users.noreply.github.com>

* DataFactory DotNet SDK Release (#46744)

* Increment package version after release of Azure.ResourceManager.DataFactory (#46803)

* AVS 2023-09-01 SDK generation (#46324)

* Prepare release for Azure.ResourceManager.ContainerInstance 1.3.0-beta.1 (#46804)

* chore(): 1.0.0-beta.1 post release changes (#46809)

Co-authored-by: Siddharth Singha Roy <ssingharoy@microsoft.com>

* Increment package version after release of Azure.ResourceManager.ElasticSan (#46812)

* feat(playwrighttesting): Add support to publish attachments (#46780)

* Add support to upload attachments

* fix tests

* minor comments fixes

* Sync eng/common directory with azure-sdk-tools for PR 9236 (#46818)

* Refactor PackageProps to make the Yaml loading and processing methods common

* Updates for feedback

---------

Co-authored-by: James Suplizio <jasupliz@microsoft.com>

* Prep Identity for 1.13.1 patch release (#46817)

* Increment package version after release of Azure.ResourceManager.ContainerInstance (#46810)

* Increment package version after release of Azure.ResourceManager.Avs (#46811)

* [Azure.AI.Inference] Beta 2 (#45757)

Features Added

Added new EmbeddingsClient, to provide support for generating text embeddings using supported models.
Add support for passing a string file path on disk in order to provide an image for chat completions.

Breaking Changes

ChatCompletionsClientOptions has been renamed to AzureAIInferenceClientOptions.
ChatCompletions response object has been flattened. ChatCompletions.Choices has been removed, and the underlying properties have been bubbled up to be on the ChatCompletions object instead.
ChatCompletionsFunctionToolCall has been replaced with ChatCompletionsToolCall.
ChatCompletionsFunctionToolDefinition has been replaced with ChatCompletionsToolDefinition.
ChatCompletionsToolSelectionPreset has been replaced with ChatCompletionsToolChoicePreset.
ChatCompletionsNamedFunctionToolSelection has been replaced with ChatCompletionsNamedToolChoice.
ChatCompletionsFunctionToolSelection has been replaced with ChatCompletionsNamedToolChoiceFunction.

Bugs Fixed

Fixed support for chat completions streaming while using tools.

Other Changes

Removed the need to manually provide an api-key header when talking to Azure OpenAI.

----------------------------------------------------------

Signed-off-by: Travis Angevine <trangevi@microsoft.com>
Co-authored-by: Liudmila Molkova <limolkova@microsoft.com>

* [Storage][DataMovement] Add perf tests for DMLib Track1 (#46768)

* Adds SensitivityMask to DialogSensitivityUpdate (#46796)

* Increment package version after release of Azure.AI.Vision.ImageAnalysis (#46820)

* Increment package version after release of Azure.AI.Inference (#46821)

* Allow default matrix selection override (#46825)

Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>

* Enable-WriteCore-for-Azure.Developer.DevCenter (#46779)

* added setter for scopes

* small test fix

---------

Signed-off-by: Travis Angevine <trangevi@microsoft.com>
Co-authored-by: Adrian Tang <adtang@microsoft.com>
Co-authored-by: Nick Liu <nicliu@microsoft.com>
Co-authored-by: Spencer Ofwiti <ofwitispencer@gmail.com>
Co-authored-by: Jesse Squire <jsquire@microsoft.com>
Co-authored-by: Sean McCullough <44180881+seanmcc-msft@users.noreply.github.com>
Co-authored-by: Niels Heeren <nielsheeren@gmail.com>
Co-authored-by: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com>
Co-authored-by: Arcturus Zhang <dapzhang@microsoft.com>
Co-authored-by: Minghao Chen <30464227+HarveyLink@users.noreply.github.com>
Co-authored-by: Siddharth Singha Roy <siddharthsingharoy@gmail.com>
Co-authored-by: Siddharth Singha Roy <ssingharoy@microsoft.com>
Co-authored-by: Vansh Vardhan Singh <vanshvsingh@gmail.com>
Co-authored-by: wps0 <53907986+wps0@users.noreply.github.com>
Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>
Co-authored-by: Madalyn Redding Heaps <66138537+m-redding@users.noreply.github.com>
Co-authored-by: Scott Beddall <scbedd@microsoft.com>
Co-authored-by: Charlie Chen <yuchungchen@microsoft.com>
Co-authored-by: Jacob Lauzon <96087589+jalauzon-msft@users.noreply.github.com>
Co-authored-by: Jocelyn <41338290+jaschrep-msft@users.noreply.github.com>
Co-authored-by: Jonathan Cárdenas <JonathanCrd@users.noreply.github.com>
Co-authored-by: Wes Haggard <weshaggard@users.noreply.github.com>
Co-authored-by: Wenming Liu <v-wenmingliu@microsoft.com>
Co-authored-by: frantran <aznspartan117@gmail.com>
Co-authored-by: frantran <ftran@microsoft.com>
Co-authored-by: yzt <zityang@microsoft.com>
Co-authored-by: Mingzhe Huang <archerzz@users.noreply.github.com>
Co-authored-by: Mingzhe Huang (from Dev Box) <mingzhehuang@microsoft.com>
Co-authored-by: Amanda Nguyen <48961492+amnguye@users.noreply.github.com>
Co-authored-by: Xinni Tong <v-xinnitong@microsoft.com>
Co-authored-by: jamesvoongms <104241521+jamesvoongms@users.noreply.github.com>
Co-authored-by: James <james_voong@hotmail.com>
Co-authored-by: Jesse Squire <jesse.squire@gmail.com>
Co-authored-by: Timothy Mothra <tilee@microsoft.com>
Co-authored-by: tg-msft <tg-msft@users.noreply.github.com>
Co-authored-by: JoshLove-msft <54595583+JoshLove-msft@users.noreply.github.com>
Co-authored-by: Rahul Singh <rahuls@microsoft.com>
Co-authored-by: Wei Hu <live1206@gmail.com>
Co-authored-by: Kashish Gupta <90824921+kashish2508@users.noreply.github.com>
Co-authored-by: guptakashish <guptakashish@microsoft.com>
Co-authored-by: Nisha Bhatia <67986960+nisha-bhatia@users.noreply.github.com>
Co-authored-by: Krzysztof Cwalina <kcwalina@microsoft.com>
Co-authored-by: Christopher Scott <chriss@microsoft.com>
Co-authored-by: Caio Saldanha <camaiaor@microsoft.com>
Co-authored-by: melina5656 <140602263+melina5656@users.noreply.github.com>
Co-authored-by: Scott Addie <10702007+scottaddie@users.noreply.github.com>
Co-authored-by: Martin Arndt <5111490+Eagle3386@users.noreply.github.com>
Co-authored-by: Anne Thompson <21269347+annelo-msft@users.noreply.github.com>
Co-authored-by: Patrick Hallisey <pahallis@microsoft.com>
Co-authored-by: Nicholas Bergesen <nicholasb.za@gmail.com>
Co-authored-by: Nicholas Bergesen <nbergesen@microsoft.com>
Co-authored-by: yifanz7 <131133995+yifanz7@users.noreply.github.com>
Co-authored-by: HE Xinyu <hxy1302@126.com>
Co-authored-by: Sven Boemer <sbomer@gmail.com>
Co-authored-by: Daniel Jurek <djurek@microsoft.com>
Co-authored-by: Ryan Hurey <RHUREY@MICROSOFT.COM>
Co-authored-by: yaotongms <137821665+yaotongms@users.noreply.github.com>
Co-authored-by: glorialimicrosoft <67171398+glorialimicrosoft@users.noreply.github.com>
Co-authored-by: hamshavathimunibyraiah <125092972+hamshavathimunibyraiah@users.noreply.github.com>
Co-authored-by: Wes Haggard <Wes.Haggard@microsoft.com>
Co-authored-by: emmeliaAra <earakleitou@microsoft.com>
Co-authored-by: Han Chiang <han.chiang@microsoft.com>
Co-authored-by: Spencer Ofwiti <sofwiti@microsoft.com>
Co-authored-by: amruthashree18 <110563260+amruthashree18@users.noreply.github.com>
Co-authored-by: Praveen Kuttappan <prmarott@microsoft.com>
Co-authored-by: Auðunn <audunn@netapp.com>
Co-authored-by: Crystal YU <chunyu@microsoft.com>
Co-authored-by: wangbwn <69622111+wangbwn@users.noreply.github.com>
Co-authored-by: Ana Arias Rosales <147624519+anaarias-msft@users.noreply.github.com>
Co-authored-by: Arthur Ma <mars.arthur@263.net>
Co-authored-by: Puneet Agarwal <28705989+puagarwa@users.noreply.github.com>
Co-authored-by: James Suplizio <jasupliz@microsoft.com>
Co-authored-by: Travis Angevine <trangevi@microsoft.com>
Co-authored-by: Liudmila Molkova <limolkova@microsoft.com>
Co-authored-by: calvinkwtang <calvintang@microsoft.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants