Skip to content

Commit 6e2fa32

Browse files
SandidoJoshLove-msftkasobol-msftbenbpazure-sdk
authored
Merge from master and merge Disk and Gallery test changes that were previously released (#21167)
* Add CloudEvent binding (#20698) * Add CloudEvent binding * Clean up tests and add explicit exception if an unknown type is bound in output binding. * [Storage] Prep hotfix release. (#20705) * changelog + version. * fix compile error. * recordings. * Temporarily replace macOS CI tests with ubuntu CI tests (#20198) * Revert "Temporarily remove macOS from test matrix (#20194)" This reverts commit b16aec8f6c935b6fee3e63937f660dd0fbf05c1b. * Temporarily replace macOS CI tests with ubuntu CI tests * Increment version for storage releases (#20709) Increment package version after release of Azure.Storage.Blobs * Update SnippetGenerator to be async (#20708) * Update NUnit (#20707) * [Communication] - TNM - Update TNM version after release (#20675) * Update TNM version after release * Resolve merge conflicts Co-authored-by: Minnie Liu <peiliu@microsoft.com> * Fix Up Delinquent Changelogs (#20026) * Changelog test * Fixup sdk\cognitiveservices\Knowledge.QnAMaker\CHANGELOG.md * Fixup delinquent CHANGELOG.mds * Remove unneeded Changes * [MetricsAdvisor] Doubled maximum number of retries in tests (#20653) * improve exception message (#20722) * [Storage] Sas version in test continued (#20725) * this should work.. * let's keep it inactive first. * Include SubQueue option for Processor (#20719) * Include SubQueue option for Processor * Remove duplicate line * Update prepare-release docs * Bumped SAS version (#20726) * Parse MD files coming over http as raw markdown files (#20728) This will allow us to point our verify-link script at a raw MD file in a github repo and have it parsed correctly for links. Co-authored-by: Wes Haggard <Wes.Haggard@microsoft.com> * Add new key vault variable for phone number (#20729) Co-authored-by: Minnie Liu <peiliu@microsoft.com> * [TSI] Query client library optimizations and improvements (#20673) * Update AutoRest C# version (#20446) * Update AutoRest C# version to 3.0.0-beta.20210426.2 * update manual lro implementations to use the new internals * Update AutoRest C# version to 3.0.0-beta.20210428.2 Co-authored-by: m-nash <prognash@gmail.com> * Web PubSub function bindings sdk. (#20459) * Init version for Web PubSub function bindings * fix warns and dependencies. * fix styling check. * fix typo in readme and minor update. * remove deploy files. * fix and resolve comments * add changelog. * fix bug * refactor and resolve some comments. * resolve a few comments * resolve comments. * add generated api. * Add package description and update changelog * update readme. * update authenticate part * minor improve description. * remove snippet. * Sync eng/common directory with azure-sdk-tools for PR 1572 (#20742) * Update prepare pipelines template. * Update prepare-pipelines as well. * Remove default line. Co-authored-by: Mitch Denny <midenn@microsoft.com> * Set multiple sparse checkout paths in one command/job (#20730) Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com> * Add basic multi-version support to FR (#20693) * Add basic multi-version support to FR * enable multi-api testing with mostly 2.1p3 Co-authored-by: Mariana Rios Flores <mariari@microsoft.com> * [TSI] Bring sample changes to master (#20755) * Revisions from the MAA API Review (#20558) Significant revisions to the API surface to reflect API review comments. Co-authored-by: Jesse Squire <jesse.squire@gmail.com> * [Communication] - SMS - Re-enabling Unauthorized Number SMS Test (#20642) * Re-enabling Unauthorized Number SMS Test * Update recordings Co-authored-by: Minnie Liu <peiliu@microsoft.com> * Readme and xmlk docs for Azure.Monitor.Query (#20731) * Add DLQ sample (#20739) * Add DLQ sample * Fix broken links * PR FB * Prepare Attestation SDK for GA release (#20760) * Search indexer knowledge store (#20691) * Update to rest spec version d95c18e2 Introduce SearchIndexerKnowledgeStore * Add tests for KnowledgeStore in skillsets * Update sample in markdown * Fix code that sanitizes storage account key from session records * Adjust metric APIs and add tests (#20756) * [TSI] Query Samples (#20744) * Refactor batch to a pure model (#20723) * refactor batch * Sync Devops helper scripts from azure-sdk repo (#20763) DevOps helper scripts were updated in azure-sdk repo so syncing those changes into the tools repo so they can be used prepare-release script. Co-authored-by: Wes Haggard <Wes.Haggard@microsoft.com> * Renamed ModelFactory methods to align with guidelines. (#20767) * Renamed ModelFactory methods to align with Azure naming guidelines. * Remove net5.0 from TestFramework explicit TargetFrameworks list (#20771) * [Event Hubs Processor] Stop attempting to steal inappropriately (#20775) The focus of these changes is to fix a bug in which load balancing incorrectly identifies a need to attempt to steal a partition (even from itself) and then fails to find an eligible candidate partition after running unnecessary logic. This manifests only as a log message for host applications, as partitions were never actually stolen. * add multivariate test sample (#20517) * add multivariate test sample * add multivariate in README * add md file for multivariate detect * fix * Add broken links to ingore-links.txt * add snippet * align snippet name in md and cs file; skip line after main method * update after snippet generation and code generation * remove trailing whitespace; correct links * remove the added ignore links for anomaly detector Co-authored-by: Shivangi Reja <shreja@microsoft.com> * Use sample snippets for WPS (#20780) * [Service Bus Client] README Link Fix (#20776) The focus of these changes is to fix the "Source code" link in the README to reference the correct location. * uncomment nuget and docs links (#20782) * Allow null value for PatternTokenizer["flags"] (#20789) When there are no Flags set, we should pass null to the service * separate endpoints into test classes and apply api-version to class (#20757) * Pass default value (1) of query count to service if it is not set explicitly (#20790) Update tests to validate change in behavior * [Communication] - ALL - Add subscription configuration to tests.yml (#20781) * Adding Subscription Configurations to tests.yml * Fix formatting * Updating tset-resources.json * Fix formatting * Fix indent * Add extra line * Revert test-resources.json * Change back test-resources.json * Change back test-resources.json * Cleanup test-resources * Adressed review comments * Fix pipeline Co-authored-by: Minnie Liu <peiliu@microsoft.com> * Respect webproxy from config (#20743) * Respect webproxy from config * PR FB * Rename to ClientRetryOptions for consistency with EH * Fix test * Fix test * PR FB * Export API * Update dependency * Update reference * Use ToString for URI * Revert ToString * Fix JSON deserialization issue * Remove unused code * Sync eng/common directory with azure-sdk-tools for PR 1579 (#20740) * Allow propogation of SetDevVersion. * Allow use of SetDevVersion locally and across stages. Co-authored-by: Mitch Denny <midenn@microsoft.com> * Propogate SetDevVersion. * Added ContentType Extensible Enum (#20768) * Added ContentType Extensible Enum * Update sdk/core/Azure.Core.Experimental/src/ContentType.cs Co-authored-by: Pavel Krymets <pavel@krymets.com> * Updated API file Co-authored-by: Pavel Krymets <pavel@krymets.com> * recognizeContentTests (#20794) * Sync eng/common directory with azure-sdk-tools for PR 1524 (#20769) * Make RELEASE_TITLE_REGEX more specific * Update eng/common/scripts/ChangeLog-Operations.ps1 Co-authored-by: Wes Haggard <weshaggard@users.noreply.github.com> * Update release REGEX * tighten up changelog verification * Ensure releaseDate is in the appriopriate format. * Update error messages. * Retrun false after error Co-authored-by: Chidozie Ononiwu <chononiw@microsoft.com> Co-authored-by: Chidozie Ononiwu <31145988+chidozieononiwu@users.noreply.github.com> Co-authored-by: Wes Haggard <weshaggard@users.noreply.github.com> * SDK Tests for Cosmos DB API Version 2021-04-15 (#20699) * Regenerate Microsoft.Maintenance from API version 2021-05-01. (#20732) Co-authored-by: Kalpesh Chavan <kachavan@microsoft.com> * rename id and ID for identity (#20805) * [Purview] Azure.Data -> Azure.Analytics (#20796) After discussion, we would prefer to use `Analytics` instead of `Data` for our group name. * [Communication] - TNM - Modifying Update Capabilities Phone number tests (#20761) * Modifying Update Capabilities Phone number tests * Rerun pipeline Co-authored-by: Minnie Liu <peiliu@microsoft.com> * Fix sample readme (#20810) * Fix sample readme * Update README.md * Made quick query parquet internal (#20759) * Fix Test (#20791) * [TSI] Renaming and hiding types (#20773) * Decrease polling frequency for Key Vault tests (#20772) Resolves #20735. Also fixes some slow Certificates mock tests. * enable custom forms multi-version (#20795) * make sure doctype is the same as what we shipped in 3.0 for v2.0 (#20785) * [FR] Rename ReadingOrder to FormReadingOrder (#20813) * [Purview] Design Refactor for Scanning (#20811) Based on feedback with the C# architects, we've made some changes to the class factoring here and renamed some methods. The goal was to try to reduce the number of clients we have and clean up some naming issues. * Fix broken CODEOWNERS entry * Remove subscription id since it is not needed in test-resources.json (#20797) * Remove subscription id since it is not needed in test-resources.json * Renames, Delete swallows 404s, Add StringFormatter overloads to Query methods (#20786) * renames * catch 404s * string format overloads for Query methods * Confidential Ledger CI (#20829) * CI only * Standardize on repositoryName parameter name in ContainerRegistryClient methods (#20832) * fix #20831 * update API listing * Remove lock token remarks from settlement method docs (#20826) * Remove lock token remarks from settlement method docs * Remove references to LinkCloseMode. * [FR] Add API version to new methods in 2.1-preview.x (#20817) * Topic filter sample (#20816) * Topic filter sample * Update README.md * Update README.md * Fix link * PR FB * PR fb * Update identity to enable live testing in sovereign clouds for multiple services (#19203) * only identity change * resolve error * change hardcode string * change to supportedclouds * remove hardcode * remove change * remove hardcode * change to have the default in a common place * Remove the StartsWith * Remove the TestEnvironment.KeyvaultScope * Remove change * add hardcode string * Delete TestEnvVar file. * Remove hardcoded value of KeyvaultScope, add a initial value for it * Remove invalid changes. Co-authored-by: Wenjie Yu (Wicresoft North America Ltd) <v-wenjyu@microsoft.com> Co-authored-by: Tong Xu (Wicresoft North America Ltd) <v-xuto@microsoft.com> * [autorest.csharp] Bump to latest, write transforms to correct 2 swaggers. (#20833) A recent bump to autorest core broke the autobump script, as two existing sdks refused validation. This PR does the bump, writes transforms for the short term, and then regenerates code. These issues are filed to update the swagger and remove the transform. https://github.com/Azure/azure-sdk/issues/2803 handles this for ACR. https://github.com/Azure/azure-sdk/issues/2805 handles this for Azure.AI.MetricsAdvisor . * Pick up updated T2 mgmt generator (#20839) * Reference correct version (#20844) * Turn BearerTokenAuthenticationPolicy into BearerTokenChallengeAuthenticationPolicy (#20670) * expose BearerTokenChallengeAuthenticationPolicy through BearerTokenAuthenticationPolicy * Update AutoRest C# version to 3.0.0-beta.20210504.2 (#20851) * Add QueryTimeSpan type (#20841) Co-authored-by: Jesse Squire <jesse.squire@gmail.com> * add comments to properties (#20849) * Temporary remove the NetworkTimeout (#20860) * [TSI] Readme for samples (#20765) * Regenerated from an updated 2020-03-01 swagger that removed faulty property validation (#20862) * Updated TPM attestation APIs to remove BinaryData parameters. (#20843) * Updated TPM attestation APIs at the request of the TPM attestation team * [Event Hubs Client] Move Partition Initialization to the Background (#20733) The focus of these changes is to o refactor partition initialization into the background task responsible for processing the partition. Because failures would still be surfaced through the error handler mechanism and the flow for recovering would follow the existing partition processing failure, there should be no change to usage patterns nor visible behavioral changes. * Update ConfidentialLedger CI path (#20868) * [FR] Flatten TextSyle in TextAppearance (#20857) * redesing for TextAppearance * changelog * updated readme and changelog for may release (#20871) * updated readme and changelog for may release * user version number 1.0.1 for the hot bug fixes * Update samples to use #if SNIPPET (#20847) * Update samples to use #if SNIPPET * Fix docs * [Event Hubs Processor] Validate at Startup (#20861) The focus of these changes is to introduce validation for configuration and permissions errors that would prevent an event processor from being able to recover without intervention. For example, an incorrect connection string or the inability to write to the storage container would be detected. Validation is performed in an unobtrusive way intended to avoid delaying the processor's ability to begin taking ownership of partitions while ensuring that host applications are made aware of fatal problems within the scope of the Start call, rather than having to rely on the error handler. Also included in these changes is retiring of the ListCheckpointsAsync implementation, which was deprecated in favor of GetCheckpointAsync previously. * Update AutoRest C# version (#20869) * [ACR] Cache Refresh Token (#20753) * cache work * WIP * WIP * first e2e impl * renames and comment tidy for clarity * update to expiry and force refresh condition * tests pass * removing printfs * re-record tests to accomodate cached token * fix live tests to run in CI * work in progress * index on acr-cache-refresh-token: f906f3b587 work in progress * update tests * get expiry time from jwt * pr fb * make work with new base class PR * sanitize all but the expiration time in refresh_token in the recorded test logs * record tokens that don't expire + extra comments * pr fb * Initial Confidential Ledger generated client (#20865) * initial Confidential Ledger client * [TSI] Address internal feedback for samples and readme (#20878) * Regenerate SDK for new Swagger File, to remove 400 as expected response (#20806) * Regenerate SDK for new Swagger File, to remove 400 as expected response * Bumping up SDK version to 1.0.0-beta.2 Co-authored-by: Aditi Malladi <amalladi@microsoft.com> * [Event Hubs Client] Test Configuration Adjustments (#20888) The focus of these changes is to adjust the clouds used for nightly and manual test runs, reverting to the Public and Canary clouds. Weekly runs will include the UsGov and China sovereign clouds as well. After discussion, this aligns with the configuration that the engineering team intended. Due to the China cloud performing slowly during runs, we've seen some tests start to exceed the previous execution time cap; this cap has been increased to reduce flakiness in weekly runs. I'll continue to monitor and adjust as we learn more about test stability and performance in the sovereign clouds. * Prepare Azure.Core release (#20885) * [TSI] Address Managed Team API Review comments (#20879) * Rename (#20890) * update changelongs for release (#20891) * update changelongs for release * update codeowners * [TSI] Clarify where a variant type came from (#20894) * Create SUPPORT.md for .NET repo (#20848) * [Event Hubs Processor] Incorporate Validation Feedback (#20884) The focus of these changes is to incorporate some feedback overlooked in the initial validation pull request (#20861). * improve docstrings (#20881) * Add public API spell check to Analyze job (#20088) * Add cspell to Analyze * Forward slashes * Add spellchecking public APIs to aggregate-reports * Add public api spell checking to formrecognizer and aggregate reports pipeline (aggregate reports uses continueOnError: true) * Add spelling exception for ZhHant (a language specification) * Remove empty pwsh step for spellcheck * Simplify checking for npx command Co-authored-by: Heath Stewart <heaths@outlook.com> * Readd negative * Add cspell.json to exceptions, add comments to word list Co-authored-by: Heath Stewart <heaths@outlook.com> * Samples for labeled tables (#20840) * Samples for labeled tables * too excited renaming * Update sdk/formrecognizer/Azure.AI.FormRecognizer/README.md Co-authored-by: Krista Pratico <krpratic@microsoft.com> * selection mark Co-authored-by: Krista Pratico <krpratic@microsoft.com> * Revert changes to SetDevVersion. (#20900) Co-authored-by: Mitch Denny <midenn@microsoft.com> * Back out SetDevVersion changes. (#20899) * Add source generator for system event mapping/constants (#20873) * Add source generator for system event mapping/constants * PR FB * PR FB * Missing files * docsettings * remove code * Fix build * changelog * More fixing * Use correct property * DocSettings * Comment out assert in test (#20876) * Comment out assert in test * Update test * Increment version for core releases (#20903) Increment package version after release of Azure.Core.Experimental * Remove APICompat from released packages (#20886) * Extend Check Enforcer timeout (#20875) Extend the timeout that Check Enforcer applies when waiting for a pipeline to start. * Increment version for eventhub releases (#20893) * Increment package version after release of Microsoft.Azure.EventHubs.Processor * Increment package version after release of Microsoft.Azure.EventHubs * Support modifying feature flag filter parameters (#20866) * Prepare releases of extensions packages and AppConfig (#20887) * Add a JsonPath sanitization callback (#20892) * Update Azure.Core and Experimental (#20915) * tests (#20896) * update the version in the .csproj file to 1.0.1, fix formatting in changelog (#20898) * update the version in the .csproj file to 1.0.1, fix formatting in changelog * add ApiCompatVersion back * Remove Azure.Core.props (#20917) * [Service Bus] Populate TransportType (#20920) The focus of these changes is to populate the `TransportType` property on the `ServiceBusClient` at construction. Previously, the requested `TransportType` was honored but was nor correctly reflected in the property. * [Messaging Function Extension] README Updates (#20924) The focus of these changes is to correct an error in the configuration examples for Event Hubs and to include additional information about the permission grants needed when using managed identity. * Upgrade MSAL and MSAL extesion library dependencies to latest (#20922) * Upgrade MSAL and MSAL extesion library dependencies to latest * exclude x-ms-PKeyAuth from record matching * SDK update for TemplateSpecs GA API 2021-05-01 (#20846) * Preparing for Storage STG 77 beta (#20812) * Cleaned up breaking change description (#20929) * Add spell check for changed files (#20822) * Add spell check for changed files * task -> template * Add exceptions * Add better error handling in Prepare-Release (#20933) Co-authored-by: Wes Haggard <Wes.Haggard@microsoft.com> * Increment version for attestation releases (#20932) Increment package version after release of Azure.Security.Attestation * Fix build warnings (#20921) * Confidential Ledger samples (#20930) * Samples * CL samples (#20943) * introduce header name constant * Enable anonymous access for ACR (#20919) * initial commit * backup test-resources.json * work in progress * small cleanup * more tidy * add tests * update API and re-record tests * Prepare for 11.3.0-beta.2 release for Search (#20948) * Update 11.3.0-beta.2 release date for Search * Add period at the end of sentence * [synapse] Add changelog for release (#20867) * [synapse] Add changelog for release * Add line ref for https://github.com/Azure/azure-sdk-for-net/issues/20051 * [Event Hubs] May Release Preparation (#20944) The focus of these changes is to prepare the core Event Hubs package for the May release and update changelogs for the core and processor packages. * regenerating recoveryservices-backup C# SDK for swagger spec V2021-03 (#20827) * generating C# code for V2021-03 * updating file with new SDK version, adding new API version to RP.props * updating test settings with the new API-version * updated the encodedHttpRequestUri with the new API version * updating ListOperations api version for mocking * resetting vault API versions * adding unescaped url to the mock records * adding mock record with unescaped uri for getOperationResults * corrected the status code and added location header in the mocks Co-authored-by: Chandrika Gonuguntla <chgonugu@microsoft.com> * [Communication] - SDK - Renamed EVs to consolidated set (#20925) * Prepare for EG release (#20956) * [Communication] Update the repeatabilityFirstSent timestamp to correct format (#20959) * Update the repeatabilityFirstSent timestamp to correct format * Fix formatting Co-authored-by: Minnie Liu <peiliu@microsoft.com> * Add KV extension RBAC info (#20952) Co-authored-by: Heath Stewart <heaths@outlook.com> * ACR Beta2 Changelog updates (#20966) * beta2 changelog * update changelog * more updates * Increment version for eventhub releases (#20975) Increment package version after release of Azure.Messaging.EventHubs * Increment version for tables releases (#20977) Increment package version after release of Azure.Data.Tables * [Event Hubs Processor] May Release Preparation (#20976) The focus of these changes is to prepare the processor package for the May milestone release. * Increment version for eventhub releases (#20978) Increment package version after release of Azure.Messaging.EventHubs.Processor * Increment version for synapse releases (#20983) Increment package version after release of Azure.Analytics.Synapse.Artifacts * Increment version for search releases (#20980) Increment package version after release of Azure.Search.Documents * Setup INT live tests (#20906) Setup .net live tests pipeline for INT. Add 'INT' configuration in 'subscription configuration' Disable SMS tests and phone number update capability tests in INT because INT does not support SMS yet. Control by EV COMMUNICATION_SKIP_SMS_TEST (false in Prod, true in INT) Disable phone number search test in INT for now since there is no Toll Free number in INT. Control by EV COMMUNICATION_SKIP_PHONENUMBERS_TEST (false in Prod, true in INT) * [MetricsAdvisor] Renamed all TopCount occurrences to MaxPageSize (#20626) * Don't log task canceled exceptions as errors when stopping processor. (#20940) * Don't log task canceled exceptions as errors when stopping processor. Don't log service timeout exceptions as errors when accepting sessions in processor. * Update webjobs test to validate no errors are logged from SDK. * PR FB * More formatting * Change default timeout to prevent flakiness * PR FB * Update AutoRest C# version (#20928) * Update AutoRest C# version to 3.0.0-beta.20210510.2 * Add newly needed Azure.Core.Experimental ref * Export new API Co-authored-by: Chris Hamons <chris.hamons@microsoft.com> * Update CHANGELOG.md with change info (#20988) # All SDK Contribution checklist: This checklist is used to make sure that common guidelines for a pull request are followed. - [ ] **Please open PR in `Draft` mode if it is:** - Work in progress or not intended to be merged. - Encountering multiple pipeline failures and working on fixes. - [ ] If an SDK is being regenerated based on a new swagger spec, a link to the pull request containing these swagger spec changes has been included above. - [ ] **I have read the [contribution guidelines](https://github.com/Azure/azure-sdk-for-net/blob/master/CONTRIBUTING.md).** - [ ] **The pull request does not introduce [breaking changes](https://github.com/dotnet/corefx/blob/master/Documentation/coding-guidelines/breaking-change-rules.md).** ### [General Guidelines and Best Practices](https://github.com/Azure/azure-sdk-for-net/blob/master/CONTRIBUTING.md#general-guidelines) - [ ] Title of the pull request is clear and informative. - [ ] There are a small number of commits, each of which have an informative message. This means that previously merged commits do not appear in the history of the PR. For more information on cleaning up the commits in your PR, [see this page](https://github.com/Azure/azure-powershell/blob/master/documentation/development-docs/cleaning-up-commits.md). ### [Testing Guidelines](https://github.com/Azure/azure-sdk-for-net/blob/master/CONTRIBUTING.md#testing-guidelines) - [ ] Pull request includes test coverage for the included changes. ### [SDK Generation Guidelines](https://github.com/Azure/azure-sdk-for-net/blob/master/CONTRIBUTING.md#sdk-generation-guidelines) - [ ] The generate.cmd file for the SDK has been updated with the version of AutoRest, as well as the commitid of your swagger spec or link to the swagger spec, used to generate the code. (Track 2 only) - [ ] The `*.csproj` and `AssemblyInfo.cs` files have been updated with the new version of the SDK. Please double check nuget.org current release version. ## Additional management plane SDK specific contribution checklist: Note: Only applies to `Microsoft.Azure.Management.[RP]` or `Azure.ResourceManager.[RP]` - [ ] Include updated [management metadata](https://github.com/Azure/azure-sdk-for-net/tree/master/eng/mgmt/mgmtmetadata). - [ ] Update AzureRP.props to add/remove version info to maintain up to date API versions. ### Management plane SDK Troubleshooting - If this is very first SDK for a services and you are adding new service folders directly under /SDK, please add `new service` label and/or contact assigned reviewer. - If the check fails at the `Verify Code Generation` step, please ensure: - Do not modify any code in generated folders. - Do not selectively include/remove generated files in the PR. - Do use `generate.ps1/cmd` to generate this PR instead of calling `autorest` directly. Please pay attention to the @microsoft.csharp version output after running `generate.ps1`. If it is lower than current released version (2.3.82), please run it again as it should pull down the latest version. **Note: We have recently updated the PSH module called by `generate.ps1` to emit additional data. This would help reduce/eliminate the Code Verification check error. Please run following command**: `dotnet msbuild eng/mgmt.proj /t:Util /p:UtilityName=InstallPsModules` ### Old outstanding PR cleanup Please note: If PRs (including draft) has been out for more than 60 days and there are no responses from our query or followups, they will be closed to maintain a concise list for our reviewers. * Increment version for confidentialledger releases (#20987) Increment package version after release of Azure.Storage.ConfidentialLedger * SQL V5 SDK Release (#20267) * Adding generated models * Add Usage model * Fix Threat Detection tests for release .SDK v5 (#1) * FIX TESTS WITH SDK VERSION 5 * small fixes * records of threat detection tests * Update ImportExport SDK to use newer Import method which is on DatabasesOperations and rerecorded tests (#3) * Fixed all tests * Add missing files * Fix TDE and Usage tests * Remove TDE test * Remove TDE api * Fixed build failures * Remove unwanted sql_resource-manager.txt file * Revert autorest.md file * Add missing discrepancies * Fix build errors * Fix git diff * Fix build error * Update versions in csproj and assemblyinfo Co-authored-by: ayeletshpigelman <ayshpige@microsoft.com> Co-authored-by: brandong-ms <44618010+brandong-ms@users.noreply.github.com> * [MetricsAdvisor] Renamed SkipCount to Skip (#20990) * Update Event Grid version (#21004) * Remove UseLegacyPowerShell (#20986) * Remove UseLegacyPowerShell option * Prepare Key Vault 4.2-beta release (#20901) * Make the query batch a simpler model (#21009) * [Communication] - Divide live test pipeline for each SDK (#20902) * Divide live test pipeline * Divide live test pipeline * Fix pipeline * Adding eng pipeline changes * Fix pipeline * Fix ci pipeline * Fix ci pipeline * Fix ci pipeline * Adding separate yaml files * Setting template as absolute path * Fix path * Fix path * Fix path * Fix default value * Revert tests.yml Co-authored-by: Minnie Liu <peiliu@microsoft.com> * [FR] Move to 2.1 GA (#20967) * oficially move to 2.1 GA * add 3.1.0 to readme * [TA] Targets service version 3.1-preview.5 (#20994) * generation + build + tests + disable healthcare * update public api with new version * Added new api version 2021-02-01 in Az networking (#20989) * Added mew api version 2021-02-01 in Az networking * Added new api version details * Reverted version to 20.5.0 instead of 20.6.0 * Increment version for keyvault releases (#21015) * 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.Certificates * Increment package version after release of Azure.Security.KeyVault.Secrets * Increment version for communication releases (#21012) Increment package version after release of Azure.Communication.Chat * Increment version for extensions releases (#21007) Increment package version after release of Microsoft.Extensions.Azure * Increment version for eventgrid releases (#21002) Increment package version after release of Azure.Messaging.EventGrid * Increment version for objectanchors releases (#20999) Increment package version after release of Azure.MixedReality.ObjectAnchors.Conversion * Increment version for containerregistry releases (#20998) Increment package version after release of Azure.Containers.ContainerRegistry * [LLC] Add draft of 'protocol method' help text (#20951) * Adding support for new storage serviceUri configurations (#19647) * Adding support for new storage extensions configurations * remove local artifact building * Adding Configuration tests for Blob and Queue extensions * fixing queue config tests * [CODEOWNERS] WebPubSub (#21003) The focus of these changes is to add the WebPubSub client library and Functions extension into CODEOWNERS. Also included is an update to the Event Hubs service team ownership. * [Smoke Tests] May Release Version Bumps (#21006) Bumping smoke test reference versions to account for the May releases. * Prepare for release (#21022) * Dispose non buffered content streams (#20985) * Prepared Storage for release (#21013) * set version to 3.1.0 (#21029) * Sync eng/common directory with azure-sdk-tools for PR 1594 (#20958) * Update sparse checkout create directory step name * plumb BaseBranchName to create pull request Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com> * Unify Key Vault Administration APIs (#20968) * Rename operation classes and .models namespace * Change order of role definition methods * Use commit 1e2c9f3e for Administration package * Create CreateOrUpdateRoleDefinitionOptions * Rename KeyVaultRoleAssignmentPropertiesWithScope * Enable backup and restore sample * Updated custom role definition tests * Rename to KeyVaultSelectiveKeyRestoreOperation and Result * Update Changelog for 1.4.0 GA release (#21030) * Update Changelog for 1.4.0 GA release * changed back Tables api version from 2020-10 to 2020-08 (#20936) * Increment version for storage releases (#21034) * Increment package version after release of Azure.Storage.Blobs.Batch * Increment package version after release of Azure.Storage.Common * Increment package version after release of Azure.Storage.Blobs * 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.Storage.Queues * Increment package version after release of Azure.Storage.Files.Shares * Make Azure.Core cspell-clean (#21027) * [Communication] - Clean up communication pipeline parameters (#21033) * Clean up communication pipeline parameters * Remove tests.yml Co-authored-by: Minnie Liu <peiliu@microsoft.com> * Increment version for identity releases (#21037) Increment package version after release of Azure.Identity * [TSI] - Address comments from SDK Board API review (#20962) * Rename EV (#21036) * Remove note on v4 for Microsoft.Azure.ServiceBus as v5 is already out (#21041) This PR updates the text in the migration guide for Service Bus to avoid using version number on Microsoft.Azure.ServiceBus as newer version of the same is already out. Apologies, the rest of the changes are from my formatter. * [MetricsAdvisor] Updated test hook ID (#21039) * [TA] Add parameter DisableServiceLogs (#21028) * [Purview] Regenerate Catalog Client (#21008) * [Purview Catalog] Regenerate Based on Arch Board Feedback * [Purview Catalog] Reduce number of top level clients * [Purview] Snap Catalog to latest Swagger * [Purview Catalog] Update README.md and CHANGELOG.md * [Purview Scanning] Update README.md and CHANGELOG.md (#21014) * Update service bus dependency (#21044) * [MetricsAdvisor] Added Value and ExpectedValue properties (#20995) * Increment package version after release of Azure.Messaging.ServiceBus (#21043) * Increment version for eventgrid releases (#21052) Increment package version after release of Microsoft.Azure.WebJobs.Extensions.EventGrid * test changes for #13552 and #13578 (#21057) * Increment version for purview releases (#21049) Increment package version after release of Azure.Analytics.Purview.Scanning * Update owners (#20692) * Update owners For Log Analytics and Application Insights - new team members * Update CODEOWNERS Change danhadari74 to danhadari - He updated his user * Add StorageClientProvider support to EventHubs extension (#21047) * Fix AppendPath locic for escaped strings (#21061) * Fix AppendPath logic for escaped strings * Adding SDK for Microsoft.DataProtection (#20683) * adding dataprotection service * changes for sdk generated file * updating swagger sdk with stable version * refactoring naming * adding dummy test * fixing vault creation * policy json changes * updating remove flatten sdk * fixing policy cases * create BI added * changes fore removing friendly name * added backup and restore * added other operations tests * changes for new generate powershell sdk * changes for updated sdk * safejsonconvert changes * changes for adding operation status in mock * changes * recording json * resolving pr comments Co-authored-by: Mayank Aggarwal <mayaggar@microsoft.com> * [Storage] Upgrade API version to 2021-04-01 (#20939) * [synapse] Bump to fc5e2fbcfc3f585d38bdb1c513ce1ad2c570cf3d for hotfix (#21062) * generated new sdk and change test case (#20720) * generated new and change test case * Modified csproj file and assembly file * fixed wording * [Resources] Regenerate from API version 2021-01-01 and 2021-04-01 (#20643) * Regenerate from 2021-01-01 * Re-record deployment and What-If tests * Re-record policy tests * Re-record provider tests * Re-record resource group tests * Re-record resource tests * Re-record tags tests * Re-record template spec tests * Update versions and AzureApiTag * Update assembly file version * Update template spec tests * Update generate.ps1 * Restore managementgroups tests * Add release notes for 2021-01-01 * Add customizations to mitigate breaking changes * generate 2021-04-01 SDK * fix and rerun tests * merge conflict * rerun template specs tests with latest API version * update assembly version and rerun tests * remove launchSettings file * Fix signatures of custom constructors Co-authored-by: Wendy Chang <wendychang@gmail.com> * Remove analyzer suppressions (#21050) * Remove analyzer suppressions * Fix client creation * API update (not really but the file changed) * Remove receiver from MessageProcessor constructor (#21054) * [syanpse] Update CHANGELOG (#21064) # All SDK Contribution checklist: This checklist is used to make sure that common guidelines for a pull request are followed. - [ ] **Please open PR in `Draft` mode if it is:** - Work in progress or not intended to be merged. - Encountering multiple pipeline failures and working on fixes. - [ ] If an SDK is being regenerated based on a new swagger spec, a link to the pull request containing these swagger spec changes has been included above. - [ ] **I have read the [contribution guidelines](https://github.com/Azure/azure-sdk-for-net/blob/master/CONTRIBUTING.md).** - [ ] **The pull request does not introduce [breaking changes](https://github.com/dotnet/corefx/blob/master/Documentation/coding-guidelines/breaking-change-rules.md).** ### [General Guidelines and Best Practices](https://github.com/Azure/azure-sdk-for-net/blob/master/CONTRIBUTING.md#general-guidelines) - [ ] Title of the pull request is clear and informative. - [ ] There are a small number of commits, each of which have an informative message. This means that previously merged commits do not appear in the history of the PR. For more information on cleaning up the commits in your PR, [see this page](https://github.com/Azure/azure-powershell/blob/master/documentation/development-docs/cleaning-up-commits.md). ### [Testing Guidelines](https://github.com/Azure/azure-sdk-for-net/blob/master/CONTRIBUTING.md#testing-guidelines) - [ ] Pull request includes test coverage for the included changes. ### [SDK Generation Guidelines](https://github.com/Azure/azure-sdk-for-net/blob/master/CONTRIBUTING.md#sdk-generation-guidelines) - [ ] The generate.cmd file for the SDK has been updated with the version of AutoRest, as well as the commitid of your swagger spec or link to the swagger spec, used to generate the code. (Track 2 only) - [ ] The `*.csproj` and `AssemblyInfo.cs` files have been updated with the new version of the SDK. Please double check nuget.org current release version. ## Additional management plane SDK specific contribution checklist: Note: Only applies to `Microsoft.Azure.Management.[RP]` or `Azure.ResourceManager.[RP]` - [ ] Include updated [management metadata](https://github.com/Azure/azure-sdk-for-net/tree/master/eng/mgmt/mgmtmetadata). - [ ] Update AzureRP.props to add/remove version info to maintain up to date API versions. ### Management plane SDK Troubleshooting - If this is very first SDK for a services and you are adding new service folders directly under /SDK, please add `new service` label and/or contact assigned reviewer. - If the check fails at the `Verify Code Generation` step, please ensure: - Do not modify any code in generated folders. - Do not selectively include/remove generated files in the PR. - Do use `generate.ps1/cmd` to generate this PR instead of calling `autorest` directly. Please pay attention to the @microsoft.csharp version output after running `generate.ps1`. If it is lower than current released version (2.3.82), please run it again as it should pull down the latest version. **Note: We have recently updated the PSH module called by `generate.ps1` to emit additional data. This would help reduce/eliminate the Code Verification check error. Please run following command**: `dotnet msbuild eng/mgmt.proj /t:Util /p:UtilityName=InstallPsModules` ### Old outstanding PR cleanup Please note: If PRs (including draft) has been out for more than 60 days and there are no responses from our query or followups, they will be closed to maintain a concise list for our reviewers. * [CODEOWNERS] Remove Wildcards in Messaging (#21060) The focus of these changes is to remove the wildcard paths from the Messaging SDKs to try and allow more targeted alerting for the Azure Functions extensions. * Take Core reference (#21067) * Prepare for release (#21051) * Prepare for release * Update sdk/servicebus/Microsoft.Azure.WebJobs.Extensions.ServiceBus/CHANGELOG.md Co-authored-by: Jesse Squire <jesse.squire@gmail.com> * Breaking changes Co-authored-by: Jesse Squire <jesse.squire@gmail.com> * Add INT testing in sdk pipelines (#21068) * Add INT testing in sdk pipelines * Add Ignore SMS test check back * Ledger Digest Upload SDK (#21021) * adding ledger changes * all generated changes * adding ledger changes * all generated changes * generated files updates * adding tests, new generated files from databases * updating recorded tests for ledger * renaming file path * adding ListByServerWithHttpMessagesAsync to database operations customizations to fix breaking change * fixing newline spacing * upating based on most recent generation * adding sql_resource-manager.txt file * final updates to ListByServerWithHttpMessagesAsync interface and caller * Microsoft.StoragePool New Service SDK (#21040) * Initial commit * Fixing build errors Co-authored-by: Harshitha Akkaraju <hakkaraj@microsoft.com> * Update gallery example, use 'Reset' rather than 'ResetToPrivate' (#20907) * save the auto-generation work * add gallery application version update auto-generation * nit, add new line * update record json * update record json and add new tests for caps gallery with sharing profile and shared gallery * save work for gallery with sharing profile, caps side test * update blob as source code * uncheck shared gallery test which can not run right now * save * save * add shared gallery tests * generate files again * Revert "generate files again" This reverts commit 051be5469e1ceece14c9bd386de7a54607ce05c2. * update gallery * revert unnecessary change * update examples * Cplat gallery build (#20407) * Creating nuget package for blob as source (#20127) * save the auto-generation work * add gallery application version update auto-generation * nit, add new line * update record json * update record json and add new tests for caps gallery with sharing profile and shared gallery * save work for gallery with sharing profile, caps side test * update blob as source code * uncheck shared gallery test which can not run right now * save * save * add shared gallery tests * generate files again * Revert "generate files again" This reverts commit 051be5469e1ceece14c9bd386de7a54607ce05c2. * update gallery * revert unnecessary change * update examples * Update Microsoft.Azure.Management.Compute.csproj Co-authored-by: kangsun-ctrl <69279251+kangsun-ctrl@users.noreply.github.com> * Update AssemblyInfo.cs * Update Microsoft.Azure.Management.Compute.csproj * nit * Update Microsoft.Azure.Management.Compute.csproj * Update AssemblyInfo.cs * Create AssemblyInfo.cs * commit * update, address comments * update * update test Co-authored-by: Theodore Chang <thchan@microsoft.com> * Use column types for GetObject calls (#21071) * [Core] Improve OperationHelpers used by our LROs (#19105) * Prepare extensions release (#21077) * [Communication] - SMS - Repeatability accepted check for SMS tests (#21063) * Repeatability accepted check for SMS tests * Fix ci build failure Co-authored-by: Minnie Liu <peiliu@microsoft.com> * Update SubscriptionProperties.cs (#21081) the error description for MaxDeliveryCount returns incorrectr property name * allow multiple invocations of archetype-sdk-tests-generate (#21080) Co-authored-by: scbedd <45376673+scbedd@users.noreply.github.com> * Update keyvault to enable live testing in sovereign clouds for multiple services (#20345) * Update keyvault to enable live testing in sovereign clouds for multiple services * resolve the conflict * Update the CloudConfig vaule. * Remove Preview from the Clouds list. * remove HSM tests * change Clouds to SupportedClouds Co-authored-by: Wenjie Yu (Wicresoft North America Ltd) <v-wenjyu@microsoft.com> * SDK changes for TrafficManager API 2018-08-01 (#20905) * [ACR] Implementation of API Updates for Beta 3 (#21078) * updates from new swagger file for Beta3 API * separate out ArtifactManifestReference type * update autorest.md * re-record repository tests * missed rename * update generated API listing * Update IoT Hub control plane to new version (#21072) * Increment version for extensions releases (#21086) * Increment package version after release of Azure.Extensions.AspNetCore.DataProtection.Blobs * Increment package version after release of Azure.Extensions.AspNetCore.DataProtection.Keys * Increment package version after release of Azure.Extensions.AspNetCore.Configuration.Secrets * [MetricsAdvisor] Re-enabled GetHooksAsync sample (#21091) * [MetricsAdvisor] Whitelisted redacted headers for logging (#21093) * enable healthcare again and updating pii tests (#21108) * update readme issue (#21103) * update readme issue (#21104) * [MetricsAdvisor] Removed HttpRequest and Elasticsearch data sources (#21095) * [Media] AVA SDK Addition (#20700) * regenerated and renamed to pipeline terminology * name update * fixing pr check errors * added public swagger * reverting old sdk * restoring old sdk * updating readme * cleaning up old terminology * addressing PR comments * addressing PR comments * fixes for PR checks: * pr comments * updating connectionstring * exported new api file * updating edge module version * Increment version for synapse releases (#21111) Increment package version after release of Azure.Analytics.Synapse.Artifacts * Use explicit service version (#20770) * Pass service version explicitly to search client options * Initial Checkin for AVA Management SDK (#21070) * Initial Checkin for AVA Management SDK * rerun autorest with rename * regenerate with checked in swaggers * let's see (#21116) * Blobs migration additions (#20965) * blob metadata section * Test new migration samples * sample link fix * pr feedback Co-authored-by: jschrepp-MSFT <41338290+jschrepp-MSFT@users.noreply.github.com> * Added support for message metadata. (#21097) Co-authored-by: Camilo Ramirez <juramir@microsoft.com> * Update AVA Management SDK to use beta instead of preview in version (#21122) * Update AMS Management SDK to use beta instead of preview * Update csproj to use beta instead of preview * add more to changelog (#21110) * add more to changelog * [TA] Implement new Analyze sentiment in Analyze endpoint (#21109) * Make AzureKeyVaultConfigurationProvider case insensitive again (#21141) * fix tests Co-authored-by: JoshLove-msft <54595583+JoshLove-msft@users.noreply.github.com> Co-authored-by: Kamil Sobol <61715331+kasobol-msft@users.noreply.github.com> Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com> Co-authored-by: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Co-authored-by: Pavel Krymets <pavel@krymets.com> Co-authored-by: Kamil Sobol <kasobol@microsoft.com> Co-authored-by: minnieliu <minnieliu96@hotmail.com> Co-authored-by: Minnie Liu <peiliu@microsoft.com> Co-authored-by: Chidozie Ononiwu <31145988+chidozieononiwu@users.noreply.github.com> Co-authored-by: kinelski <camaiaor@microsoft.com> Co-authored-by: Mariana Rios Flores <mariari@microsoft.com> Co-authored-by: Wes Haggard <weshaggard@users.noreply.github.com> Co-authored-by: Sean McCullough <44180881+seanmcc-msft@users.noreply.github.com> Co-authored-by: Wes Haggard <Wes.Haggard@microsoft.com> Co-authored-by: Basel Rustum <barustum@microsoft.com> Co-authored-by: m-nash <prognash@gmail.com> Co-authored-by: JialinXin <jixin@microsoft.com> Co-authored-by: Mitch Denny <midenn@microsoft.com> Co-authored-by: tg-msft <tg-msft@users.noreply.github.com> Co-authored-by: bikamani <41314966+bikamani@users.noreply.github.com> Co-authored-by: Larry Osterman <LarryOsterman@users.noreply.github.com> Co-authored-by: Jesse Squire <jesse.squire@gmail.com> Co-authored-by: Mohit Chakraborty <8271806+Mohit-Chakraborty@users.noreply.github.com> Co-authored-by: Christopher Scott <chriss@microsoft.com> Co-authored-by: Jesse Squire <jsquire@microsoft.com> Co-authored-by: luxiong-ms <81139944+luxiong-ms@users.noreply.github.com> Co-authored-by: Shivangi Reja <shreja@microsoft.com> Co-authored-by: Anne Thompson <annelo@microsoft.com> Co-authored-by: Krzysztof Cwalina <kcwalina@microsoft.com> Co-authored-by: Chidozie Ononiwu <chononiw@microsoft.com> Co-authored-by: nichatur <69816349+nichatur@users.noreply.github.com> Co-authored-by: Kalpesh Chavan <18593210+KalpeshChavan12@users.noreply.github.com> Co-authored-by: Kalpesh Chavan <kachavan@microsoft.com> Co-authored-by: Matt Ellis <matell@microsoft.com> Co-authored-by: Heath Stewart <heaths@microsoft.com> Co-authored-by: Sam Cheung <sacheu@microsoft.com> Co-authored-by: Yun Lu (MSFT) <53427149+Luyunmt@users.noreply.github.com> Co-authored-by: Wenjie Yu (Wicresoft North America Ltd) <v-wenjyu@microsoft.com> Co-authored-by: Tong Xu (Wicresoft North America Ltd) <v-xuto@microsoft.com> Co-authored-by: Chris Hamons <chris.hamons@microsoft.com> Co-authored-by: David R. Williamson <drwill@microsoft.com> Co-authored-by: glorialimicrosoft <67171398+glorialimicrosoft@users.noreply.github.com> Co-authored-by: Aditi <12823918+aditimalladi@users.noreply.github.com> Co-authored-by: Aditi Malladi <amalladi@microsoft.com> Co-authored-by: Elena <elraikhm@microsoft.com> Co-authored-by: Daniel Jurek <djurek@microsoft.com> Co-authored-by: Heath Stewart <heaths@outlook.com> Co-authored-by: Krista Pratico <krpratic@microsoft.com> Co-authored-by: ankitarorabit <48968483+ankitarorabit@users.noreply.github.com> Co-authored-by: Scott Schaab <sschaab@microsoft.com> Co-authored-by: Gokul Premraj <gopremra@microsoft.com> Co-authored-by: chandrikagonuguntla <chandrikagonuguntla@users.noreply.github.com> Co-authored-by: Chandrika Gonuguntla <chgonugu@microsoft.com> Co-authored-by: Jorge Beauregard <69869951+jbeauregardb@users.noreply.github.com> Co-authored-by: jastenze <jastenze@microsoft.com> Co-authored-by: viparek <78561564+viparek@users.noreply.github.com> Co-authored-by: ayeletshpigelman <ayshpige@microsoft.com> Co-authored-by: brandong-ms <44618010+brandong-ms@users.noreply.github.com> Co-authored-by: Mikhail <mikhail.tryakhov@gmail.com> Co-authored-by: karshinlin <lin.karshin@gmail.com> Co-authored-by: dabenhamMic <74346518+dabenhamMic@users.noreply.github.com> Co-authored-by: armansabaa <abdelrahman.elsabaa@gmail.com> Co-authored-by: Ramya Rao <ramya.rao.a@outlook.com> Co-authored-by: omziv <80668253+omziv@users.noreply.github.com> Co-authored-by: Mayank Aggarwal <mayankagg9722@gmail.com> Co-authored-by: Mayank Aggarwal <mayaggar@microsoft.com> Co-authored-by: Wei Wei <weiwei@microsoft.com> Co-authored-by: ruiminhu <62581379+ruiminhu@users.noreply.github.com> Co-authored-by: Shenglong Li <shenglong.li@outlook.com> Co-authored-by: Wendy Chang <wendychang@gmail.com> Co-authored-by: rewongmicrosoft <57964114+rewongmicrosoft@users.noreply.github.com> Co-authored-by: Harshitha Akkaraju <24836340+harshitha-akkaraju@users.noreply.github.com> Co-authored-by: Harshitha Akkaraju <hakkaraj@microsoft.com> Co-authored-by: kangsun-ctrl <69279251+kangsun-ctrl@users.noreply.github.com> Co-authored-by: Theodore Chang <thchan@microsoft.com> Co-authored-by: Oscar Cabrero <osac@microsoft.com> Co-authored-by: scbedd <45376673+scbedd@users.noreply.github.com> Co-authored-by: zedy <81678720+zedy-wj@users.noreply.github.com> Co-authored-by: allencal <31420469+allencal@users.noreply.github.com> Co-authored-by: Yilin Hu (MSFT) <76771069+v-yilinhu@users.noreply.github.com> Co-authored-by: hivyas <61890270+hivyas@users.noreply.github.com> Co-authored-by: giakas <giakas@microsoft.com> Co-authored-by: James <41338290+jaschrep-msft@users.noreply.github.com> Co-authored-by: jschrepp-MSFT <41338290+jschrepp-MSFT@users.noreply.github.com> Co-authored-by: Camilo Ramirez <camilo.ramirez@microsoft.com> Co-authored-by: Camilo Ramirez <juramir@microsoft.com>
1 parent f3302ed commit 6e2fa32

File tree

11,493 files changed

+1732216
-1047316
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

11,493 files changed

+1732216
-1047316
lines changed

.github/CODEOWNERS

Lines changed: 42 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,8 @@
7373
#/<NotInRepo>/ @antcp @AzureAppServiceCLI
7474

7575
# ServiceLabel: %Attestation %Service Attention
76-
/sdk/attestation/ @anilba06
76+
/sdk/attestation/ @anilba06 @larryosterman
77+
/sdk/attestation/azure-security-attestation @larryosterman @Azure/azure-sdk-write-attestation @anilba06
7778

7879
# ServiceLabel: %Authorization %Service Attention
7980
/sdk/authorization/Microsoft.Azure.Management.Authorization/ @darshanhs90 @AshishGargMicrosoft
@@ -122,7 +123,7 @@
122123
/sdk/cognitiveservices/Vision.ComputerVision/ @ryogok @TFR258 @tburns10 @areddish @toothache
123124

124125
# ServiceLabel: %Cognitive - Face %Service Attention
125-
/sdk/cognitiveservices/Vision.Face/ @JinyuID @dipidoo @SteveMSFT @TFR258
126+
/sdk/cognitiveservices/Vision.Face/ @JinyuID @dipidoo @SteveMSFT @TFR258
126127

127128
# PRLabel: %Cognitive - Form Recognizer
128129
/sdk/formrecognizer/ @annelo-msft @kinelski @maririos
@@ -146,7 +147,7 @@
146147
#/<NotInRepo>/ @swmachan
147148

148149
# PRLabel: %Cognitive - Translator
149-
/sdk/documenttranslation/ @maririos
150+
/sdk/translation/ @maririos
150151

151152
# ServiceLabel: %Cognitive - Speech %Service Attention
152153
#/<NotInRepo>/ @robch @oscholz
@@ -200,6 +201,9 @@
200201
# ServiceLabel: %Compute - VMSS %Service Attention
201202
#/<NotInRepo>/ @Drewm3 @avirishuv
202203

204+
# PRLabel: %Confidential Ledger
205+
/sdk/confidentialledger/ @christothes
206+
203207
# ServiceLabel: %Consumption %Service Attention
204208
/sdk/consumption/Microsoft.Azure.Management.Consumption/ @ms-premp
205209

@@ -279,11 +283,23 @@
279283
# PRLabel: %Event Grid
280284
/sdk/eventgrid/ @Kishp01 @ahamad-MS @jfggdl @JoshLove-msft
281285

286+
# PRLabel: %Event Grid %Functions
287+
/sdk/eventgrid/Microsoft.Azure.WebJobs.Extensions.EventGrid/ @pakrym @jsquire @JoshLove-msft
288+
282289
# PRLabel: %Event Hubs
283290
/sdk/eventhub/ @serkantkaraca @jsquire
284291

292+
# PRLabel: %Event Hubs %Functions
293+
/sdk/eventhub/eventhub/Microsoft.Azure.WebJobs.Extensions.EventHubs/ @pakrym @JoshLove-msft @jsquire
294+
295+
# ServiceLabel: %Event Hubs %Service Attention
296+
/sdk/eventhub/Microsoft.Azure.EventHubs/ @serkantkaraca @sjkwak
297+
298+
# ServiceLabel: %Event Hubs %Service Attention
299+
/sdk/eventhub/Microsoft.Azure.EventHubs.Processor/ @serkantkaraca @sjkwak
300+
285301
# ServiceLabel: %Event Hubs %Service Attention
286-
/sdk/eventhub/Microsoft.*/ @serkantkaraca @samuelkoppes
302+
/sdk/eventhub/Microsoft.Azure.EventHubs.ServiceFabricProcessor/ @JamesBirdsall @serkantkaraca @sjkwak
287303

288304
# ServiceLabel: %Functions %Service Attention
289305
#/<NotInRepo>/ @ahmedelnably @fabiocav
@@ -372,7 +388,7 @@ sdk/monitor/ @SameergMS @dadunl
372388

373389
# PRLabel: %Monitor - ApplicationInsights
374390
# ServiceLabel: %Monitor - ApplicationInsights %Service Attention
375-
/sdk/applicationinsights/Microsoft.Azure.App*/ @divyajay @geneh @alongafni @azmonapplicationinsights
391+
/sdk/applicationinsights/Microsoft.Azure.App*/ @omziv @anatse @raronen @ischrei @danhadari @azmonapplicationinsights
376392

377393
# ServiceLabel: %Monitor - Autoscale %Service Attention
378394
#/<NotInRepo>/ @AzMonEssential
@@ -461,7 +477,7 @@ sdk/trafficmanager/Microsoft.Azure.Management.TrafficManager/ @tmsupp
461477

462478
# PRLabel: %Operational Insights
463479
# ServiceLabel: %Operational Insights %Service Attention
464-
/sdk/operationalinsights/Microsoft.Azure.Ope*/ @divyajay @geneh @alongafni @AzmonLogA
480+
/sdk/operationalinsights/Microsoft.Azure.Ope*/ @omziv @anatse @raronen @ischrei @danhadari @AzmonLogA
465481

466482
# ServiceLabel: %Policy %Service Attention
467483
#/<NotInRepo>/ @aperezcloud @kenieva
@@ -472,6 +488,9 @@ sdk/trafficmanager/Microsoft.Azure.Management.TrafficManager/ @tmsupp
472488
# ServiceLabel: %PostgreSQL %Service Attention
473489
/sdk/postgresql/Microsoft.Azure.Management.PostgreSQL/ @sunilagarwal @lfittl-msft @sr-msft @niklarin
474490

491+
# ServiceLabel: %Quantum %Service Attention
492+
/sdk/quantum/Azure.Quantum.Jobs/ @xfield
493+
475494
# ServiceLabel: %Recovery Services Backup %Service Attention
476495
/sdk/recoveryservices-backup/Microsoft.Azure.Management.RecoveryServices.Backup/ @pvrk
477496

@@ -503,7 +522,7 @@ sdk/trafficmanager/Microsoft.Azure.Management.TrafficManager/ @tmsupp
503522
#/<NotInRepo>/ @chlahav
504523

505524
# PRLabel: %Search
506-
/sdk/search/ @brjohnstmsft @arv100kri @bleroy @Mohit-Chakraborty @tg-msft @heaths
525+
/sdk/search/ @brjohnstmsft @arv100kri @bleroy @Mohit-Chakraborty @tg-msft
507526

508527
# ServiceLabel: %Search %Service Attention
509528
/sdk/search/Microsoft.*/ @brjohnstmsft @arv100kri @bleroy @tjacobhi @markheff @miwelsh
@@ -512,8 +531,11 @@ sdk/trafficmanager/Microsoft.Azure.Management.TrafficManager/ @tmsupp
512531
# PRLabel: %Service Bus
513532
/sdk/servicebus/ @JoshLove-msft @jsquire
514533

534+
# PRLabel: %Service Bus %Functions
535+
/sdk/servicebus/Microsoft.Azure.WebJobs.Extensions.ServiceBus/ @pakrym @JoshLove-msft @jsquire
536+
515537
# ServiceLabel: %Service Bus %Service Attention
516-
/sdk/servicebus/Microsoft.*/ @axisc
538+
/sdk/servicebus/Microsoft.Azure.ServiceBus/ @axisc
517539

518540
# ServiceLabel: %Service Fabric %Service Attention
519541
/sdk/servicefabric/Microsoft.Azure.Management.ServiceFabric/ @QingChenmsft @vaishnavk @juhacket
@@ -594,10 +616,19 @@ sdk/trafficmanager/Microsoft.Azure.Management.TrafficManager/ @tmsupp
594616
# ServiceLabel: %Web Apps %Service Attention
595617
#/<NotInRepo>/ @AzureAppServiceCLI @antcp
596618

619+
# PRLabel: %WebPubSub
620+
/sdk/webpubsub/ @KrzysztofCwalina
621+
622+
# PRLabel: %WebPubSub %Functions
623+
/sdk/webpubsub/Microsoft.Azure.WebJobs.Extensions.WebPubSub/ @vicancy
624+
625+
# ServiceLabel: %WebPubSub %Service Attention
626+
/sdk/webpubsub/ @vicancy @JialinXin
627+
597628
# ######## Management Plane ########
598629

599-
/**/*Management*/ @allenjzhang @m-nash @markcowl @YalinLi0312 @bquantump @nisha-bhatia
600-
/**/Azure.ResourceManager*/ @allenjzhang @m-nash @markcowl @YalinLi0312 @bquantump @nisha-bhatia
630+
/**/*Management*/ @allenjzhang @m-nash @markcowl @YalinLi0312 @nisha-bhatia
631+
/**/Azure.ResourceManager*/ @allenjzhang @m-nash @markcowl @YalinLi0312 @nisha-bhatia
601632

602633
# Reviewers to double check any API changes
603634
/sdk/**/api/ @KrzysztofCwalina @tg-msft
@@ -609,5 +640,5 @@ sdk/trafficmanager/Microsoft.Azure.Management.TrafficManager/ @tmsupp
609640
# ######## Eng Sys ########
610641
/eng/ @weshaggard @chidozieononiwu @mitchdenny @danieljurek
611642
/eng/mgmt/ @allenjzhang @m-nash @markcowl
612-
/**/tests.yml @danieljurek
643+
/**/tests.yml @benbp
613644
/**/ci.yml @mitchdenny

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,11 @@ Note: Only applies to `Microsoft.Azure.Management.[RP]` or `Azure.ResourceManage
3131
- Do not modify any code in generated folders.
3232
- Do not selectively include/remove generated files in the PR.
3333
- Do use `generate.ps1/cmd` to generate this PR instead of calling `autorest` directly.
34-
Please pay attention to the @microsoft.csharp version output after running generate.ps1. If it is lower than current released version (2.3.82), please run it again as it should pull down the latest version,
34+
Please pay attention to the @microsoft.csharp version output after running `generate.ps1`. If it is lower than current released version (2.3.82), please run it again as it should pull down the latest version.
35+
36+
**Note: We have recently updated the PSH module called by `generate.ps1` to emit additional data. This would help reduce/eliminate the Code Verification check error. Please run following command**:
37+
38+
`dotnet msbuild eng/mgmt.proj /t:Util /p:UtilityName=InstallPsModules`
3539

3640
### Old outstanding PR cleanup
3741
Please note:

.github/pull_request_assignment.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
reviewers:
88
- allenjzhang
99
- YalinLi0312
10-
- bquantump
1110
- m-nash
1211
- markcowl
1312
- nisha-bhatia

.vscode/cspell.json

Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,75 @@
1+
{
2+
"version": "0.1",
3+
"language": "en_US",
4+
"languageId": "csharp",
5+
"dictionaries": ["powershell", "softwareTerms", "csharp"],
6+
"ignorePaths": [
7+
"**/SessionRecords/**",
8+
"**/packages/**",
9+
"artifacts/**/*",
10+
"*.exe",
11+
"*.dll",
12+
"*.nupkg",
13+
"*.bmp",
14+
"*.png",
15+
"*.gif",
16+
"*.jpg",
17+
"*.tiff",
18+
"*.wav",
19+
"*.pdf",
20+
"*.zip",
21+
"*.sha512",
22+
"*.ico",
23+
"*.pri",
24+
"*.trx",
25+
"*.binlog",
26+
"*.log",
27+
"*.sln",
28+
"*.user",
29+
".vscode/cspell.json"
30+
],
31+
// cspell is not case sensitive
32+
// Sort words alphabetically to make this list easier to use
33+
"words": [
34+
"apos",
35+
"azsdk",
36+
"blazor",
37+
"contoso",
38+
"deserializes",
39+
"diagnoser",
40+
"epsg",
41+
"expando",
42+
"finalizer",
43+
"finalizers",
44+
"ints",
45+
"lucene",
46+
"mgmt",
47+
"nunit",
48+
"odata",
49+
"otel",
50+
"overridden",
51+
"parallelization",
52+
"pkcs",
53+
"pwsh",
54+
"referer",
55+
"renormalize",
56+
"retriable",
57+
"structs",
58+
"uints",
59+
"unformattable",
60+
"uninstrumented",
61+
"westus",
62+
"xunit"
63+
],
64+
"overrides": [
65+
{
66+
"filename": "**/sdk/formrecognizer/**/*.cs",
67+
"words": ["ZhHant"]
68+
},
69+
{
70+
"filename": "**/eng/pipelines/templates/jobs/ci.yml",
71+
"words": ["warnaserror"]
72+
}
73+
],
74+
"allowCompoundWords": true
75+
}

CONTRIBUTING.md

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -197,12 +197,12 @@ When run, the code regions in the format below (where `<snippetName>` is the nam
197197
//some sample code
198198
string snippet = "some snippet code";
199199

200-
// Lines prefixed with the below comment format will be ignored by the snippet updater.
201-
/*@@*/ string ignored = "this code will not appear in the snippet markdown";
202-
203-
// Lines prefixed with the below comment format will appear in the snippet markdown, but will remain comments in the C#` code.
204-
// Note: these comments should only be used for non-critical code as it will not be compiled or refactored as the code changes.
205-
//@@ snippet = "value that would never pass a test but looks good in a sample!";
200+
// The snippet updater defines the SNIPPET directive while parsing. You can use #if SNIPPET to filter lines in or out of the snippet.
201+
#if SNIPPET
202+
snippet = "value that would never pass a test but looks good in a sample!";
203+
#else
204+
string ignored = "this code will not appear in the snippet markdown";
205+
#endif
206206

207207
#endregion
208208
```
@@ -324,15 +324,16 @@ As you can see in the example below, we want to use the `Azure.Data.Tables` vers
324324

325325
## Preparing a new library release
326326

327-
To prepare a package for release you should make use of `.\eng\common\scripts\Prepare-Release.ps1` script passing it appropriate arguments for the package intended for release as well as the release date. This script will correctly update the package version in the repo as well as update DevOps release work items for that release.
328-
329-
If you are releasing out-of-band please use the `-ReleaseDate` parameter to specify the release data. `ReleaseDate` should be in `yyyy-MM-dd` format.
330-
331-
Example invocations:
327+
To prepare a package for release you should make use of `.\eng\common\scripts\Prepare-Release.ps1` script passing it appropriate arguments for the package intended for release. This script will correctly update the package version and changelog in the repo as well as update the DevOps release work items for that release.
332328

333-
```powershell
334-
.\eng\scripts\Prepare-Release.ps1 -PackageName "Azure.Core" -SerivceDirectory "core" -ReleaseDate "2020-10-01"
335329
```
330+
.\eng\common\scripts\Prepare-Release.ps1 <PackageName> [<ServiceDirectory>] [<ReleaseDate>] [-ReleaseTrackingOnly]
331+
```
332+
333+
- `<PackageName>` - Should match the full exact package name for the given ecosystem (i.e. "Azure.Core", "azure-core", "@azure/core", etc).
334+
- `<SerivceDirectory>` - Optional: Should be the exact directory name where the package resides in the repo. This is usually the same as the service name in most cases (i.e. "sdk<service_directory>" e.g. "core"). The parameter is optional and if provided will help speed-up the number of projects we have to parse to find the matching package project.
335+
- `<ReleaseDate>` - Optional: provide a specific date for when you plan to release the package. If one isn't given then one will be calculated based on the normal monthly shipping schedule.
336+
- `<ReleaseTrackingOnly>` - Optional: Switch that if passed will only update the release tracking data in DevOps and not update any versioning info or do validation in the local repo.
336337

337338
## On-boarding New Libraries
338339

@@ -523,4 +524,4 @@ For more information on how we version see [Versioning](https://github.com/Azure
523524

524525
## Breaking Changes
525526

526-
For information about breaking changes see [Breaking Change Rules](https://github.com/dotnet/corefx/blob/master/Documentation/coding-guidelines/breaking-change-rules.md)
527+
For information about breaking changes see [Breaking Change Rules](https://github.com/dotnet/corefx/blob/master/Documentation/coding-guidelines/breaking-change-rules.md)

Directory.Build.props

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@
44
<RepoEngPath>$(MSBuildThisFileDirectory)eng</RepoEngPath>
55
<RepoSrcPath>$(RepoRoot)src</RepoSrcPath>
66
<RepoSdkPath>$(RepoRoot)src/SDKs</RepoSdkPath>
7-
<IsClientLibrary Condition="'$(IsClientLibrary)' == '' and $(MSBuildProjectName.StartsWith('Azure.'))">true</IsClientLibrary>
8-
<IsDataPlaneProject Condition="'$(IsDataPlaneProject)' == '' and '$(IsClientLibrary)' == 'true'">true</IsDataPlaneProject>
7+
<IsLegacyMgmtProject Condition="'$(IsLegacyMgmtProject)' == '' and $(MSBuildProjectName.Contains('.Management.'))">true</IsLegacyMgmtProject>
8+
<ProjectStartsWithStandardName Condition="$(MSBuildProjectName.StartsWith('Azure.')) or $(MSBuildProjectName.StartsWith('Microsoft.'))">true</ProjectStartsWithStandardName>
9+
<ImportRepoCommonSettings Condition="'$(ImportRepoCommonSettings)' == '' and '$(ProjectStartsWithStandardName)' == 'true' and '$(IsLegacyMgmtProject)' != 'true'">true</ImportRepoCommonSettings>
910
</PropertyGroup>
1011

1112
<!-- Setup default project properties -->
@@ -33,8 +34,11 @@
3334
<IntermediateOutputPath Condition="'$(PlatformName)' != 'AnyCPU'">$(BaseIntermediateOutputPath)$(PlatformName)\$(Configuration)\</IntermediateOutputPath>
3435

3536
<PackageOutputPath>$(ArtifactsPackagesDir)/$(MSBuildProjectName)</PackageOutputPath>
37+
38+
<!-- Used to help catch projects that use this property but don't end up importing our props below -->
39+
<RequiredTargetFrameworks>import-required-properties</RequiredTargetFrameworks>
3640
</PropertyGroup>
3741

38-
<Import Project="$(RepoEngPath)\mgmt\Directory.Build.Mgmt.props" Condition="'$(IsDataPlaneProject)' != 'true'" />
39-
<Import Project="$(RepoEngPath)\Directory.Build.Data.props" Condition="'$(IsDataPlaneProject)' == 'true'" />
42+
<Import Project="$(RepoEngPath)\mgmt\Directory.Build.Mgmt.props" Condition="'$(IsLegacyMgmtProject)' == 'true'" />
43+
<Import Project="$(RepoEngPath)\Directory.Build.Common.props" Condition="'$(ImportRepoCommonSettings)' == 'true'" />
4044
</Project>

Directory.Build.targets

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2-
<Import Project="$(RepoEngPath)\mgmt\Directory.Build.Mgmt.targets" Condition="'$(IsDataPlaneProject)' != 'true'" />
3-
<Import Project="$(RepoEngPath)\Directory.Build.Data.targets" Condition="'$(IsDataPlaneProject)' == 'true'" />
4-
</Project>
2+
<ItemGroup Condition="'$(IsTestProject)' == 'true' or '$(IsPerfProject)' == 'true' or '$(IsStressProject)' == 'true'">
3+
<AssemblyAttribute Include="System.Reflection.AssemblyMetadataAttribute">
4+
<_Parameter1>SourcePath</_Parameter1>
5+
<_Parameter2>$(MSBuildProjectDirectory)</_Parameter2>
6+
</AssemblyAttribute>
7+
</ItemGroup>
8+
9+
<Import Project="$(RepoEngPath)\mgmt\Directory.Build.Mgmt.targets" Condition="'$(IsLegacyMgmtProject)' == 'true'" />
10+
<Import Project="$(RepoEngPath)\Directory.Build.Common.targets" Condition="'$(ImportRepoCommonSettings)' == 'true'" />
11+
</Project>

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Last stable versions of packages that are production-ready. These libraries prov
3535

3636
A new set of management libraries that follow the [Azure SDK Design Guidelines for .NET](https://azure.github.io/azure-sdk/dotnet_introduction.html) and based on [Azure.Core libraries](https://github.com/Azure/azure-sdk-for-net/tree/master/sdk/core/Azure.Core) are now in Public Preview. These new libraries provide a number of core capabilities that are shared amongst all Azure SDKs, including the intuitive Azure Identity library, an HTTP Pipeline with custom policies, error-handling, distributed tracing, and much more. You can find the list of new packages [on this page](https://azure.github.io/azure-sdk/releases/latest/dotnet.html).
3737

38-
To get started with these new libraries, please see the [quickstart guide here](https://github.com/Azure/azure-sdk-for-net/blob/master/doc/mgmt_preview_quickstart.md). These new libraries can be identifed by namespaces that start with `Azure.ResourceManager`, e.g. `Azure.ResourceManager.Network`
38+
To get started with these new libraries, please see the [quickstart guide here](https://github.com/Azure/azure-sdk-for-net/blob/master/doc/mgmt_preview_quickstart.md). These new libraries can be identified by namespaces that start with `Azure.ResourceManager`, e.g. `Azure.ResourceManager.Network`
3939

4040
> NOTE: If you need to ensure your code is ready for production use one of the stable, non-preview libraries.
4141

SUPPORT.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# Support
2+
3+
## How to file issues and get help  
4+
5+
Customers with a [support plan](https://azure.microsoft.com/en-us/support/options/) can open an Azure Support ticket [here](https://azure.microsoft.com/support/create-ticket/).
6+
**We recommend this option if your problem requires immediate attention.**
7+
8+
### Community resources
9+
- Ask a question on [StackOverflow](https://stackoverflow.com/questions/tagged/azure-sdk-.net) and tag it with azure-sdk-.net
10+
- Share or upvote feature requests on [Feedback Page](https://feedback.azure.com/forums/34192--general-feedback).
11+
- Take a look at the [Azure SDK blog](https://devblogs.microsoft.com/azure-sdk/).
12+
- Chat with other community members on [gitter](https://gitter.im/Azure/azure-sdk-for-net?source=orgpage)
13+
- Ask a question on [Twitter](https://twitter.com/AzureSDK)
14+
- Ask a question at [Microsoft Q&A](https://docs.microsoft.com/answers/products/azure?WT.mc_id=Portal-Microsoft_Azure_Support&product=all)
15+
- Ask a question at [Microsoft Tech Community](https://techcommunity.microsoft.com/t5/azure/ct-p/Azure)
16+
- Search for similar issues in [our GitHub repository](https://github.com/Azure/azure-sdk-for-net/issues)
17+
18+
### Security bugs
19+
Security issues and bugs should be reported privately, via email, to the Microsoft Security Response Center(secure@microsoft.com).
20+
You should receive a response within 24 hours.
21+
Further information, including the MSRC PGP key, can be found in the [Security TechCenter](https://www.microsoft.com/msrc/faqs-report-an-issue?rtc=1)
22+
23+
### Github issues
24+
We use [GitHub Issues](https://github.com/Azure/azure-sdk-for-net/issues/new/choose) to track bugs, questions, and feature requests.
25+
GitHub issues are free, but **response time is not guaranteed.** See [GitHub issues support process](https://devblogs.microsoft.com/azure-sdk/github-issue-support-process/) for more details.
26+
27+
## Microsoft Support Policy
28+
29+
Please refer to [Azure SDK Support and Lifecycle information](https://azure.github.io/azure-sdk/policies_support.html)

build.proj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
<Project Sdk="Microsoft.Build.Traversal">
2+
<Import Project="eng\mgmt\Directory.Build.Mgmt.props" />
3+
24
<ItemGroup>
35
<ProjectReference Include="eng\mgmt.proj">
46
<AdditionalProperties Condition="'$(Scope)' != ''">Scope=$(Scope)</AdditionalProperties>

0 commit comments

Comments
 (0)