-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
[Unified Recorder] AddSanitizer #17379
Conversation
This pull request is protected by Check Enforcer. What is Check Enforcer?Check Enforcer helps ensure all pull requests are covered by at least one check-run (typically an Azure Pipeline). When all check-runs associated with this pull request pass then Check Enforcer itself will pass. Why am I getting this message?You are getting this message because Check Enforcer did not detect any check-runs being associated with this pull request within five minutes. This may indicate that your pull request is not covered by any pipelines and so Check Enforcer is correctly blocking the pull request being merged. What should I do now?If the check-enforcer check-run is not passing and all other check-runs associated with this PR are passing (excluding license-cla) then you could try telling Check Enforcer to evaluate your pull request again. You can do this by adding a comment to this pull request as follows: What if I am onboarding a new service?Often, new services do not have validation pipelines associated with them, in order to bootstrap pipelines for a new service, you can issue the following command as a pull request comment: |
… harshan/issue/15953
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let’s go!
} from "./utils/utils"; | ||
|
||
/** | ||
* Sanitizer class to handle communication with the proxy-tool relating to the sanitizers adding/resetting, etc. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How does the proxy-tool apply sanitizers? Reading this comment I have no clue how this would work.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sanitizers
exist defined at the session
level (automatically applied to all playback and recording) AND they can exist on a per-recording level.
When Record/Stop
is called to finalize a recording, all registered sanitizers (both session and recording level) are applied one after another. The order of operations reflects the order that you added them.
Session level apply first, followed by individually registered sanitizers.
When matching during playback
, sanitizers are also applied to the request that is currently being matched.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cool! thank you. @HarshaNalluru could we put some of this in the comments? to help future developers working with this 🙏
sdk/test-utils/recorder-new/src/utils/connectionStringHelpers.ts
Outdated
Show resolved
Hide resolved
sdk/test-utils/recorder-new/src/utils/connectionStringHelpers.ts
Outdated
Show resolved
Hide resolved
const [elementKey, value] = getKeyValuePair(trimmedElement); | ||
realAndFakePairs = { | ||
...realAndFakePairs, | ||
[getValueInConnString(connectionString, elementKey)]: value // "real value" : "fake value" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks that this is doing unnecessary work to split connection string again and again for each of the elements. Could we do better, by generating two maps first, one for fake key-value pairs and one for real key-value pairs?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hmmm, didn't put much effort, copied from old storage-blob code.
Will update.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated as suggested, please review. 🙂
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The way the system is represented seems like it was very well thought out. The configuration options make sense. Looks good to me, modulo a few nitpicky comments.
"bodyRegexSanitizers", | ||
"headerRegexSanitizers", | ||
"uriRegexSanitizers" | ||
] as const).map((prop) => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Interesting use of as const
here!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for recognizing. 😃
sdk/test-utils/recorder-new/src/utils/connectionStringHelpers.ts
Outdated
Show resolved
Hide resolved
… harshan/issue/15953
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
commit be431bcc1a60f85e2e310e343d3a09a200b94b46 Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Wed Nov 3 19:28:00 2021 -0700 Add prompt before replasing latest release title on prepare release run (#18522) Co-authored-by: Chidozie Ononiwu <chononiw@microsoft.com> commit 74b93c7fb8078de1f309a00447ee617d9a1764ea Author: Jose Manuel Heredia Hidalgo <joheredi@microsoft.com> Date: Wed Nov 3 18:14:40 2021 -0700 [Tables] Expose continuation token on TableServiceClient.listTables (#18277) * Expose continuation token on TableServiceClient.listTables * Update changelog commit 73f714dccc053ab1d0534018d27374786c10b571 Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Wed Nov 3 17:10:49 2021 -0700 Post release automated changes for azure-core-http (#18519) commit 848242cd9d84470ec7c4b53a3ad30e16f1f8668b Author: Ben Broderick Phillips <bebroder@microsoft.com> Date: Wed Nov 3 18:34:12 2021 -0400 Use working region/subscription for search deployments (#18512) commit ed6cc1e22b039fa5fbb2bafa3d23e8db73f490ee Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Wed Nov 3 15:29:08 2021 -0700 Stress test usability feedback (#18513) Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com> commit 2274b28287bc67bf8c0c26a7cdde6a3c7857af7c Author: Maor Leger <maorleger@users.noreply.github.com> Date: Wed Nov 3 14:46:40 2021 -0700 [KeyVault] - A failed sample should fail the build (#18516) ## What - Exit with a non-zero status code if any samples fail to run ## Why A recent service change caused one of our samples to start failing but I was not aware of it since we only print the exception and continue. Changing this to ensure all samples exit unsuccessfully when there's an error ensures we are notified and are aware of any issues. Resolves #18101 commit 639f54a4103d2e2416c3a8e2319ef651dda7a564 Author: Ramya Rao <ramya.rao.a@outlook.com> Date: Wed Nov 3 14:24:25 2021 -0700 Update remaining beta dependencies on identity (#18472) Related to #14581 A few cases of beta dependencies were missed in #18470 as they were not pinned as expected. This PR covers these cases and updates the Identity dependencies to use the GA versions commit 28a91627d5e60e85747a6be8ca263afac8944351 Author: Maor Leger <maorleger@users.noreply.github.com> Date: Wed Nov 3 13:50:19 2021 -0700 [KeyVault] - Update changelog for release (#18510) commit a097f10166c162dae4ca68638e642a9e3b11b9c7 Author: Jose Manuel Heredia Hidalgo <joheredi@microsoft.com> Date: Wed Nov 3 12:49:55 2021 -0700 [core-client-rest] Addressing feedback from ArchBoard (#18478) * Multiple media type handling * Add Template for path * update api-extractor * Add comments to Resource interface * Revert path type changes * Add comment about path type * Omit lint check for Function type * rebase main * Revert confidential-ledger dependency bump commit d85d19a0a35104697ac13761d04aae498cd68652 Author: Jose Manuel Heredia Hidalgo <joheredi@microsoft.com> Date: Wed Nov 3 12:49:30 2021 -0700 [core-rest-pipeline] Allow specifying any status response to get stream (#18492) * Add responseAsStream to PipelineRequest * Use Number.POSITIVE_INFINITY to indicate that any status code should get raw response * Remove unneeded property in client request and address comments * Update changelog commit 416b79b87887d2ca0c268b0643437fc56c4052e5 Author: Maor Leger <maorleger@users.noreply.github.com> Date: Wed Nov 3 11:24:40 2021 -0700 [KeyVault] - Update duration sample and doc comments (#18508) ## What - Use Day.js in the Key Rotation sample - Update the doc comments for Key Rotation ## Why We discussed adding updating the API of Key Rotation to take an object instead of a raw string for ISO8601 durations; however, with Temporal adding support for Durations we want to avoid duplicating the type for now. Instead, we decided to demonstrate interop with an existing 3rd party library. I chose Day.js for this sample as it has a nice clean API. commit 5db226aafef1ef077d2b239836dfab09513fc45e Author: Ziheng Zhou(MSFT) <v-zihz@microsoft.com> Date: Thu Nov 4 02:00:26 2021 +0800 Update key vault keys to enable live testing in sovereign clouds for multiple services (#18431) * update test.yml to manage HSM test in multiple clouds * update tests.yml * update tests.yml * update tests.yml * update tests.yml commit aa7ada5ba8aaed695159a44c309ec8f1480c2561 Author: colawwj <70128817+colawwj@users.noreply.github.com> Date: Wed Nov 3 15:21:48 2021 +0800 update-identity-for-track2 (#18482) commit 591adb420f83e9b24edb92e453b66ec1df405551 Author: Qiaoqiao Zhang <55688292+qiaozha@users.noreply.github.com> Date: Wed Nov 3 14:41:37 2021 +0800 Make core rest client work with null and encoding (#18381) * make core rest client work with null and add encoding options * adding test * adding test * use enableUrlEncoding instead * change to skipUrlEncoding * add change log * update dependencies * upate format * update according comments * update format * change back dependencies * update pnpm-lock * resolve ci failure commit 8d46ea0b169e3e8cfdf0c45f038d88f21c6ad0ea Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Tue Nov 2 23:05:29 2021 -0700 Sync eng/common directory with azure-sdk-tools for PR 2053 (#18501) * Changing inline bash for stress test resource deployment * PR-mod * pr-mod * pr-mod * pr-mod Co-authored-by: Albert Cheng <albertcheng@microsoft.com> commit 57cb538bedead0ce555ca7081a0079cb88d9ca57 Author: Ramya Rao <ramya.rao.a@outlook.com> Date: Tue Nov 2 16:26:05 2021 -0700 Fix broken links (#18497) Resolves #18488 Fixes the broken links found in #18488 commit 06266dd4198f943f566c103983b8640f84cf511f Author: Liangying.Wei <lianwei@microsoft.com> Date: Wed Nov 3 07:15:00 2021 +0800 Fix issue that the preflight response should hide server detail (#18490) commit 35820fe0a646ed32f3d3152520d0360d17c12511 Author: Liangying.Wei <lianwei@microsoft.com> Date: Wed Nov 3 07:14:21 2021 +0800 Update readme to include more examples (#18459) commit 5d15bfbec5a02e5fdc39bf57abe8f423b9e1f459 Author: Will Temple <witemple@microsoft.com> Date: Tue Nov 2 16:43:37 2021 -0400 [ai-form-recognizer] Use pipeline to GET Operation-Location (#18495) commit b81bf006fbf8e8c521bc3d22a9bb1767a06ca223 Author: Chidozie Ononiwu (His Righteousness) <31145988+chidozieononiwu@users.noreply.github.com> Date: Tue Nov 2 13:39:28 2021 -0700 add ReplaceLatestEntryTitle parameter for updating changelog (#18427) commit 6b1d8df366d5b1ef621e680938468a8443e92fee Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Tue Nov 2 12:54:27 2021 -0700 Post release automated changes for azure-ai-text-analytics (#18494) commit c91dd8344cc440d21f061fa3f50799b4eea2eb90 Author: Jeremy Meng <yumeng@microsoft.com> Date: Tue Nov 2 11:59:20 2021 -0700 [core-http] prepare CHANGELOG for 2021 November release (#18491) Update date and bug fix entries. commit 446eed1f66330c4ced6c4bd5738d9e060a1ac14c Author: Liangying.Wei <lianwei@microsoft.com> Date: Wed Nov 3 00:59:07 2021 +0800 [Web Pubsub Express] Preparing for beta.4 release (#18417) commit 60b814fdced36ba384ac2d5bad00d6457eac8bab Author: Deyaaeldeen Almahallawi <dealmaha@microsoft.com> Date: Tue Nov 2 12:32:24 2021 -0400 [Text Analytics] Prepare v5.2.0-beta.2 release (#18489) commit bb82821ae807bc0ed246e2909ad914a2527fe31d Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Tue Nov 2 01:41:04 2021 -0700 Post release automated changes for network releases (#18485) Post release automated changes for azure-arm-network commit 9762ea3cc1ec0964c56d820dfdde2e1a78d7da82 Author: colawwj <70128817+colawwj@users.noreply.github.com> Date: Tue Nov 2 16:12:05 2021 +0800 streamanalytics-track2 (#18484) commit 45d2a921a16887a20039b537fe794b2d3b531c9f Author: colawwj <70128817+colawwj@users.noreply.github.com> Date: Tue Nov 2 15:07:43 2021 +0800 network-track2 (#18483) commit 226578f577ec62d3dbc0211d31e2ff3b656715cc Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Mon Nov 1 23:04:19 2021 -0700 Use docker to do package validation. (#18479) Co-authored-by: Sima Zhu <sizhu@microsoft.com> commit c29b7b1f0e13f0934614a6ed0dd48a3f1e54e27c Author: colawwj <70128817+colawwj@users.noreply.github.com> Date: Tue Nov 2 11:16:52 2021 +0800 quota-track2 (#18453) * quota-track2 * update * update commit 1fa2da5e2dfeec384772e79571544cc7b7930966 Author: Liangying.Wei <lianwei@microsoft.com> Date: Tue Nov 2 11:12:49 2021 +0800 Fix group interface missing closeAllConnections issue (#18461) Fix https://github.com/Azure/azure-webpubsub/issues/284 commit 2986154ca6fad9c5330f9895679adb77f904ed00 Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Mon Nov 1 18:38:04 2021 -0700 Use https for sparse checkout command (#18475) Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com> commit 727b2e00fc3a67e265b938caf369aa43e2c84ca5 Author: Ramya Rao <ramya.rao.a@outlook.com> Date: Mon Nov 1 16:41:57 2021 -0700 Remove dependency overrides for Identity (#18474) Related to #14581 In https://github.com/Azure/azure-sdk-for-js/pull/18463, we updated all samples to use GA of Identity v2 In https://github.com/Azure/azure-sdk-for-js/pull/18470, we updated devDependencies of Identity v2 beta to use Identity v2 GA This PR removes the dependency overrides put in place for the reason (am guessing) that we wanted tests to use the beta v2 Identity, but not samples Now that the samples are using v2, we no longer need the dependency overrides commit ae6b6e32852f35e3464d30a44fb616d74b84b76d Author: Jonathan Cárdenas <JonathanCrd@users.noreply.github.com> Date: Mon Nov 1 16:10:34 2021 -0700 Remove generate:client script (#18473) commit d01c64db48b72e43a759dd6e6af71ca619350782 Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Mon Nov 1 15:31:41 2021 -0700 Automatic rush update --full (#18458) commit 8f40cf08d905c2a154f08baa13c3e2538ee18f66 Author: Ramya Rao <ramya.rao.a@outlook.com> Date: Mon Nov 1 15:31:25 2021 -0700 Move Identity dependency from v2 beta to v2 GA (#18470) commit 290a6e4d6627083535d5fe2a7d429cc04e2d2293 Author: Ramya Rao <ramya.rao.a@outlook.com> Date: Mon Nov 1 15:15:54 2021 -0700 Update all samples to use Identity v2 (#18463) commit 583150dca1ed7ae1ebd5e3f74b48047d489510cb Author: Deyaaeldeen Almahallawi <dealmaha@microsoft.com> Date: Mon Nov 1 17:28:25 2021 -0400 [Batch] Export all types (#18469) * [Batch] Export all types * bump version commit 980fe28689c3d90fea8c3f200acc6bb8d3d2b001 Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Mon Nov 1 13:40:59 2021 -0700 Sync eng/common directory with azure-sdk-tools for PR 2177 (#18464) * Create an issue template * rename the function * Add description * Update eng/common/scripts/Invoke-GitHubAPI.ps1 Co-authored-by: Wes Haggard <weshaggard@users.noreply.github.com> Co-authored-by: Sima Zhu <sizhu@microsoft.com> Co-authored-by: Sima Zhu <48036328+sima-zhu@users.noreply.github.com> Co-authored-by: Wes Haggard <weshaggard@users.noreply.github.com> commit 0a2d9493db245f58cf6ea5e4013d58aa0af18003 Author: Daniel Rodríguez <sadasant@users.noreply.github.com> Date: Mon Nov 1 16:40:08 2021 -0400 [Identity] OBO sample improvement (#18330) Nikitha Udaykumar has been helping me test the OnBehalfOfCredential, and through her feedback, I am making this PR to improve our related samples. Feedback appreciated 🙏 commit 5eb0b5c4aa20f13f5dbe9d10f11e4ee51303a5bd Author: Jonathan Cárdenas <JonathanCrd@users.noreply.github.com> Date: Mon Nov 1 13:25:24 2021 -0700 Standardize autorest command (#18398) * Standardized command * Re-adding formatting command commit c884a809c2a274aff4a0ca3d2098574ffabe1748 Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Mon Nov 1 10:33:21 2021 -0700 Post release automated changes for azure-video-analyzer-edge (#18450) commit 94e2030864ab783db2b84b05a830dae9e29136ce Author: Ramya Rao <ramya.rao.a@outlook.com> Date: Mon Nov 1 10:24:16 2021 -0700 Add entry for video-analyzer-edge in code owners file (#18446) commit 1e92624e820229ee01c2443e7841027fc1c7bf6d Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Mon Nov 1 02:27:20 2021 -0700 Post release automated changes for notificationhubs releases (#18457) Post release automated changes for azure-arm-notificationhubs commit 317c3ed9dea8d9fb34bef3e848c1e5d08606979a Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Mon Nov 1 01:53:32 2021 -0700 Post release automated changes for azure-arm-videoanalyzer (#18454) commit ce1a9767820eaeb76dc70ba9e3cf913f36f2c2d2 Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Mon Nov 1 01:52:51 2021 -0700 Post release automated changes for azure-arm-databricks (#18452) commit 439754c657bd133d1fd9e7524a95504781c5e1db Author: colawwj <70128817+colawwj@users.noreply.github.com> Date: Mon Nov 1 16:50:29 2021 +0800 notificationhubs-track2 (#18456) commit 4967ac6c038bb2edf689415cd978b2df9796edd2 Author: colawwj <70128817+colawwj@users.noreply.github.com> Date: Mon Nov 1 11:16:34 2021 +0800 videoanalyzer-track2 (#18391) * videoanalyzer-track2 * update commit 429c7a027a0d191fc2e5adc3ff2d1b055257d075 Author: colawwj <70128817+colawwj@users.noreply.github.com> Date: Mon Nov 1 10:13:56 2021 +0800 databricks-track2 (#18441) commit b02acd2c3e6f83892f525b97799f71baf8871b5a Author: hivyas <61890270+hivyas@users.noreply.github.com> Date: Fri Oct 29 15:48:25 2021 -0700 [AVA] Updated package to 1.1, moved to v2 samples flow, moved to core-rest-pipeline (#18425) * updated package to 1.1 * updating table in readme * fixing product slugs * updating slugs and test * updating slugs * changing slugs * fixing formatting commit cc8130b6e8b86e8abe0d4e7fab3a8dd651b1a9f8 Author: Ramya Rao <ramya.rao.a@outlook.com> Date: Fri Oct 29 14:46:41 2021 -0700 Remove Node.js 10 from test matrix (#18403) * Remove Node.js 10 from test matrix * Fix text that has node version commit ec1462c9daa90f375068d07f1c224670c3707dfd Author: Deyaaeldeen Almahallawi <dealmaha@microsoft.com> Date: Fri Oct 29 15:42:56 2021 -0400 [Text Analytics] Add links to Custom Text service docs (#18424) * [Text Analytics] Add links to Custom Text service docs * address feedback commit 8316621389116184a2ac8934e4c05ff57c397498 Author: Mike Harder <mharder@microsoft.com> Date: Fri Oct 29 11:36:38 2021 -0700 Update rush and pnpm (#18422) commit 1c9b3d53d1f782451544e7fc9205bd9462554e20 Author: Timo van Veenendaal <timov@microsoft.com> Date: Fri Oct 29 10:29:57 2021 -0700 [Perf Framework] Add elapsed time column to snapshot log (#18353) Resolves #12778 commit a528eb82e0d1dc005df5968e116da1d7d52d4572 Author: Daniel Rodríguez <sadasant@users.noreply.github.com> Date: Fri Oct 29 10:33:50 2021 -0400 [core-client] authorizeRequestOnClaimChallenge (#17315) Not so long ago, Python exposed an `ARMChallengeAuthenticationPolicy ` and integrated it to their management core: https://github.com/Azure/autorest.python/pull/992 — this policy adds support for the CAE challenges on the management plane clients. While we haven’t heard of an exact date when this is going to be scoped for JS, we’ve been preparing for this moment for a while, so for us to stay up to date, it should be pretty simple. This new `ARMChallengeAuthenticationPolicy` policy on Python’s source code can be seen here: https://github.com/Azure/azure-sdk-for-python/blob/9502e669e59e172a9d3d20586ba9761a64e23266/sdk/core/azure-mgmt-core/azure/mgmt/core/policies/_authentication.py — It essentially is the test code that we had in the `bearerTokenAuthenticationPolicy` tests that helped us verify the behavior of the challenge callbacks. To solve for the same scenario, and after feedback on my initial implementations, I’m adding a new public method on the @azure/core-client called `authorizeRequestOnClaimChallenge`, which can be used as the `authorizeRequestOnChallenge` challenge callback on the `bearerTokenAuthenticationPolicy`. Once this is merged, the code generator for the ARM clients will need to change with something similar to: ```ts import { bearerTokenAuthenticationPolicy } from "@azure/core-rest-pipeline"; import { authorizeRequestOnClaimChallenge } from "@azure/core-client"; const bearerTokenAuthenticationPolicy = bearerTokenAuthenticationPolicy({ authorizeRequestOnChallenge: authorizeRequestOnClaimChallenge }); ``` If approved (eventually): Fixes #17386 How does this look? Any feedback appreciated. commit dcada467f1f50f832230d85177918b69b12ebd90 Author: Aigerim <aykobb@gmail.com> Date: Fri Oct 29 14:20:13 2021 +0200 the release date of 1.1.0-beta.1 is changed (#18443) Co-authored-by: Aigerim Beishenbekova <aigerimb@DESKTOP-PIOH0CF.corp.microsoft.com> commit 40d6a207dd84b0bfc06652fbb4d4bfd1f4a7b5d3 Author: Aigerim <aykobb@gmail.com> Date: Fri Oct 29 09:19:21 2021 +0200 release date for 1.1.0-beta.1 updated in changelog (#18439) Co-authored-by: Aigerim Beishenbekova <aigerimb@DESKTOP-H8RSQNI.corp.microsoft.com> commit b2905c4c165cd852a88ed437b6bdfc4482de923d Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Thu Oct 28 23:09:21 2021 -0700 Post release automated changes for azure-arm-resources-subscriptions (#18284) commit 400f2475fecbf0a1b05fac5bc32b288167066dc8 Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Thu Oct 28 23:05:55 2021 -0700 Post release automated changes for mediaservices releases (#18435) Post release automated changes for azure-arm-mediaservices commit 1bcb938c7f52d46a88b02edbf2a655f54516c6b6 Author: colawwj <70128817+colawwj@users.noreply.github.com> Date: Fri Oct 29 12:05:23 2021 +0800 mediaservices-release (#18430) commit fe42f31724d6e296f672f66a195d972dba00c633 Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Thu Oct 28 18:59:08 2021 -0700 Post release automated changes for azure-arm-operations (#18413) commit 61adb7df2677ef49b636e83a0fbffab3a9beebf5 Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Thu Oct 28 18:55:58 2021 -0700 Post release automated changes for appplatform releases (#18383) Post release automated changes for azure-arm-appplatform commit dc04bbeb549432eb30f47e11771f86fd473a8f82 Author: colawwj <70128817+colawwj@users.noreply.github.com> Date: Fri Oct 29 09:42:58 2021 +0800 mediaservices-track2 (#18415) * mediaservices-track2 * update commit d5fe48454ff3d0b79181d94665991cf65a03704a Author: Jonathan Cárdenas <JonathanCrd@users.noreply.github.com> Date: Thu Oct 28 13:50:12 2021 -0700 Increase timeout from 15 to 30 minutes (#18107) commit 14a8a4e2109c3eefcf8517d1fc06523e88ec2422 Author: Ramya Rao <ramya.rao.a@outlook.com> Date: Thu Oct 28 13:39:21 2021 -0700 [Event Hubs] Add changelog entries for beta release (#18407) Our upcoming November release for Event Hubs will be a beta release. This PR - updates the package version to use beta - adds changelog entries that were missed before commit 10f96dd79192e6f05acd2677552ae7f94f98243d Author: Deyaaeldeen Almahallawi <dealmaha@microsoft.com> Date: Thu Oct 28 13:14:46 2021 -0400 [Text Analytics] Expose response's action name (#18410) * [Text Analytics] Expose response's action name * add changelog entry commit b6fed8ba7fc73196727dd0a6c745b2a153347f31 Author: Hiroshi Yoshioka <40815708+hyoshioka0128@users.noreply.github.com> Date: Fri Oct 29 02:06:21 2021 +0900 Typo "Typescript"→"TypeScript" (#18416) https://docs.microsoft.com/en-us/javascript/api/overview/azure/event-hubs-readme?view=azure-node-latest #PingMSFTDocs commit a00d576c976210ef4b32f9ab0c80fd144ec7d417 Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Thu Oct 28 09:35:45 2021 -0700 Post release automated changes for identity releases (#18418) Post release automated changes for azure-identity commit b31eb5db38cd07a480096789d70f4da53fdd96ff Author: Brian Terlson <brian.terlson@microsoft.com> Date: Thu Oct 28 06:07:40 2021 -0700 [Web Pubsub] Renames per arch board (#18399) commit 6cf53098c5d619c57b3396f8329c5ed57937b541 Author: Jiao Di (MSFT) <80496810+v-jiaodi@users.noreply.github.com> Date: Thu Oct 28 13:39:01 2021 +0800 Fix Schema Registry Readme Issue (#18411) commit e9c4cd4771d943045b4b8e9ab48ab7820c2ae7ee Author: colawwj <70128817+colawwj@users.noreply.github.com> Date: Thu Oct 28 13:18:33 2021 +0800 operations-track2 (#18394) commit 6ebc5a2bec38487aab357d0299fb6243878861cf Author: KarishmaGhiya <kaghiya@microsoft.com> Date: Wed Oct 27 20:15:02 2021 -0700 Prepare identity release 2.0.1 - update changelog date (#18408) Prepare identity release 2.0.1 - update changelog date commit bd0bca68374757b12453522e12ead0fbfc0fb977 Author: Deyaaeldeen Almahallawi <dealmaha@microsoft.com> Date: Wed Oct 27 22:20:57 2021 -0400 [Text Analytics] Allow multiple actions of the same type (#18382) * [Text Analytics] Allow multiple actions of the same type * address feedback * remove onlys commit 8fcdbfec40ce51cda3d79b03fcc6f70522b085f7 Author: marcodalessandro <madales@microsoft.com> Date: Wed Oct 27 17:03:08 2021 -0700 [@azure/event-hubs] Adding `disableDeserialization` option when subscribing (#18173) commit f8a3be788a877b316257766f1be391d2a7d5175e Author: Timo van Veenendaal <timov@microsoft.com> Date: Wed Oct 27 16:41:18 2021 -0700 [Perf Framework] Print dependencies on perf test start (#18366) Resolves #13825. commit 31e9c3a85aced397be3400f33dc4ba27416e029c Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Wed Oct 27 14:21:26 2021 -0700 Sync eng/common directory with azure-sdk-tools for PR 2152 (#18377) * Remove the new sdk check and populate json for track 1 package * Update Save-Package-Properties.ps1 Co-authored-by: Sima Zhu <sizhu@microsoft.com> Co-authored-by: Sima Zhu <48036328+sima-zhu@users.noreply.github.com> commit 34ba5441dba817cccd115d7a10b6f05006ddb6c5 Author: Maor Leger <maorleger@users.noreply.github.com> Date: Wed Oct 27 10:53:06 2021 -0700 [KeyVault] - Fix sovereign cloud tests (#18350) ## What - Suppress key rotation tests in sovereign clouds - Ensure AZURE_AUTHORITY_HOST env var is passed to the credential in tests - Suppress premium SKU tests when KV is not premium ## Why These are added to support sovereign cloud testing. The first is a must for us as key rotation is simply not available in all clouds yet as a preview feature. We still want to test this feature in public cloud though so suppressing it in government clouds is a reasonable approach. The second is necessary to authenticate correctly in different authorities. Finally, the third is a must as premium SKU is not available everywhere. Fixes #18142 Partially Fixes #18267 Fixes #18189 commit 4386511b29a6327188c4013e3bfbe74bcea4aa98 Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Wed Oct 27 02:45:33 2021 -0700 Post release automated changes for containerservice releases (#18393) Post release automated changes for azure-arm-containerservice commit 005e39c1522e9de9e0e2a54d415f1163b1d2c35a Author: colawwj <70128817+colawwj@users.noreply.github.com> Date: Wed Oct 27 16:31:38 2021 +0800 containerservice-tack2 (#18385) * containerservice-tack2 * update commit 518dc805cdaee4cfc1e6a0992841fbcc11f5d77c Author: Liangying.Wei <lianwei@microsoft.com> Date: Wed Oct 27 14:52:07 2021 +0800 Reuse azure logger and move endpoint setting into options (#18359) commit f2a1e3802be3606571c6150f64a11ab799c2a2f7 Author: Petr Švihlík <rocky.intel@gmail.com> Date: Wed Oct 27 08:26:19 2021 +0200 fixed method name as per the azure board review (#18378) commit 65832ba81838f40a2c89347de19fd7811d369d12 Author: colawwj <70128817+colawwj@users.noreply.github.com> Date: Wed Oct 27 11:35:10 2021 +0800 appplatform-track2 (#18380) * appplatform-track2 * update * update commit 625589cdbf2da3052e2ea84f6386829b16f6862d Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Tue Oct 26 19:18:02 2021 -0700 Post release automated changes for azure-arm-recoveryservices (#18361) commit 90a62556e63878aaa2eff25b7f539035c8fe1c88 Author: Harsha Nalluru <sanallur@microsoft.com> Date: Tue Oct 26 15:53:14 2021 -0700 [Samples] update communication and app-config samples (#18362) commit 6e6fb6aedef5eac0eb646601bbaa3f428555827b Author: Harsha Nalluru <sanallur@microsoft.com> Date: Tue Oct 26 15:37:15 2021 -0700 [App Config] Better error message for AppConfigClient with invalid connection strings (#18356) * better error message for AppConfigClient * changelog * (connectionStringOrEndpoint || "").match * connectionStringOrEndpoint?.match commit b4d48e45788af3ddcc04188a01d33a3ca00647d9 Author: Deyaaeldeen Almahallawi <dealmaha@microsoft.com> Date: Tue Oct 26 18:28:47 2021 -0400 [Text Analytics] Merging feature branch for v5.2-beta.2 to main (#18355) * [Text Analytics] Regenerate using v3.2-preview.2 swagger (#17026) * [Text Analytics] Regenerate using v3.2-preview.2 swagger * regenerate with latest version * [Text Analytics] Support Custom Text (#17128) * [Text Analytics] Support Custom Text * update readme and compile new actions * export ClassificationResult * edit * edit * edit * [Text Analytics] Make project and deployment names required (#17402) * [Text Analytics] Add tests for Custom Text (#17756) * [Text Analytics] Add tests for Custom Text * update * remove only * [Text Analytics] Refine proposed API View (#17794) * [Text Analytics] Refine proposed API View * update changelog * [Text Analytics] address archboard feedback (#18131) * address archboard feedback * Update sdk/textanalytics/ai-text-analytics/src/multiCategoryClassifyResult.ts Co-authored-by: Krista Pratico <krpratic@microsoft.com> Co-authored-by: Krista Pratico <krpratic@microsoft.com> * [Text Analytics] Add samples for Custom Text (#17822) * [Text Analytics] Add samples for Custom Text * edit summary * Update sdk/textanalytics/ai-text-analytics/samples-dev/customText.ts Co-authored-by: Will Temple <witemple@microsoft.com> * revert samples * unpublish Co-authored-by: Will Temple <witemple@microsoft.com> * [Text Analytics] Use persistent CI resource * fix typo * address feedback * fix typo * [Text Analytics] Fix Preview.2 samples (#18257) * [Text Analytics] Re-record all tests (#18354) * address feedback * update swagger link * edit * fix recordings Co-authored-by: Krista Pratico <krpratic@microsoft.com> Co-authored-by: Will Temple <witemple@microsoft.com> commit 93fa1009693546f984c2402be29a8f8a5e45ef47 Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Tue Oct 26 14:10:51 2021 -0700 Add latest released version to prepare prerelease (#18373) Co-authored-by: Chidozie Ononiwu <chononiw@microsoft.com> commit d60fc1fec39e288677deed776740a72db5312df1 Author: Jeremy Meng <yumeng@microsoft.com> Date: Tue Oct 26 10:56:10 2021 -0700 [core-http] HttpHeaders.clone() should keep raw header name casing (#18348) Original header names are still available in the values of `_headersMap` and in the result of `headersArray()`. However we currently initialize the clone using `this.rawHeaders()` which returns an object with lower-cased keys thus the original raw header names are lost. When cloning HttpHeaders, we should use the original header names in the clone instead. commit 4c16af6eb4ffeaadba734ae15beed771b17bed2b Author: Deyaaeldeen Almahallawi <dealmaha@microsoft.com> Date: Tue Oct 26 13:13:21 2021 -0400 [Text Analytics] Delete unused URL parsing helper (#18357) commit 730ee58d708261b224f070109c35e38355d05654 Author: colawwj <70128817+colawwj@users.noreply.github.com> Date: Tue Oct 26 12:09:10 2021 +0800 recoveryservices-track2 (#18342) commit 6140e810bb0bde5338b285e3e772b8ef1c7ba608 Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Mon Oct 25 17:05:57 2021 -0700 Post release automated changes for core releases (#18358) Post release automated changes for azure-core-client commit 79aa07f77706c8d669930837ca332fa317230f54 Author: Deyaaeldeen Almahallawi <dealmaha@microsoft.com> Date: Mon Oct 25 18:59:12 2021 -0400 [core-client] Prepare v1.3.2 release (#18352) commit 79bbf95efef8f97fba54fca2e5ed617d94278fcf Author: Maor Leger <maorleger@users.noreply.github.com> Date: Mon Oct 25 14:51:17 2021 -0700 [KeyVault] - Use 7.3-preview for certificates and secrets (#18346) commit e662d41605a5869a3e553c89b9e1d74fa2417f72 Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Mon Oct 25 13:55:05 2021 -0700 Automatic rush update --full (#18343) commit 739a68bfcea8723fb44ab4bb3079d532a3f58952 Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Mon Oct 25 13:52:33 2021 -0700 Post release automated changes for azure-arm-containerregistry (#18303) commit be355116959ffb72bedb5c62fb41f1cf85d0b765 Author: Maor Leger <maorleger@users.noreply.github.com> Date: Mon Oct 25 13:01:48 2021 -0700 [KeyVault] - Add missing lib:dom reference (#18344) ## What - Add lib: dom entry to keyvault-secrets tsconfig - Add lib: dom entry to keyvault-admin tsconfig - Remove dom.d.ts from keyvault-common ## Why During min/max testing we found that the dom.d.ts file doesn't actually help when keyvault-common is bundled in with the rest of the source files. The other keyvault packages are already including lib: dom which is why things worked fine for them. The solution here is to just add lib: dom to kv-secrets to match the other kv packages. While not strictly necessary yet I did add it to keyvault-admin as well because it'll surely come up once MHSM deployments resume correctly. commit c2c723ddafca39dca375a7f8b36af16ed03e9fe3 Author: praveenkuttappan <55455725+praveenkuttappan@users.noreply.github.com> Date: Mon Oct 25 14:23:58 2021 -0400 Identity alpha build is failing with missing test-utils dependency (#18345) commit ce466e54362b95d9507412f0e943cf93ceb437fd Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Sun Oct 24 21:40:14 2021 -0700 Post release automated changes for azure-arm-logic (#18337) commit f1068b17a6e16219b870e9eb661862ccbca6de42 Author: colawwj <70128817+colawwj@users.noreply.github.com> Date: Mon Oct 25 10:37:54 2021 +0800 logic-track2 (#18313) commit 7a7d99d271f62aef320963d26bab76b4dea50afc Author: Timo van Veenendaal <me@timo.nz> Date: Fri Oct 22 23:05:56 2021 -0700 [Perf Framework] rename perfstress to perf and runAsync to run (#18290) Reported in #18033. Basically did a bulk find+replace everywhere. Things _seem_ to be working OK, but wouldn't be surprised if there's something somewhere I've missed, or somewhere where I've replaced something I shouldn't. I've split the rename of PerfStress -> Perf and runAsync -> run into two commits for ease of review :) commit 58beb3e7d18650c5d961c5099e2519f58a963d99 Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Fri Oct 22 15:07:27 2021 -0700 Fully automate cluster buildout. Add azure file share mount to stress tests. (#18327) Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com> commit 04c45d14c8a2b531a4f869c355b76b2fd260af22 Author: Daniel Rodríguez <sadasant@users.noreply.github.com> Date: Fri Oct 22 17:42:56 2021 -0400 [Identity] Re-enabling the Service Fabric MSI (#17579) * [Identity] Re-enabling the Service Fabric MSI * Update managedIdentityCredential.spec.ts * CHANGELOG entry * Update fabricMsi.ts * Update fabricMsi.ts commit a00a662e3f50f4b4d45bee634d41932996c49459 Author: Deyaaeldeen Almahallawi <dealmaha@microsoft.com> Date: Fri Oct 22 16:18:12 2021 -0400 [core-client] Skip parameter overwriting if the path is absolute (#18310) * Skip parameter overwriting if the path is absolute * add a comment * update changelog * update TA recordings * address feedback commit f26bb90567e828fca5d01172ae6d020f141b2432 Author: Maor Leger <maorleger@users.noreply.github.com> Date: Fri Oct 22 13:13:56 2021 -0700 [KeyVault] - Address archboard review feedback (#18319) ## What - return bytes from getRandomBytes - rename KeyReleasePolicy.data to KeyReleasePolicy.encodedPolicy - rename target to targetAttestationToken ## Why These address recent architecture board review comments and will improve the overall experience when using these new APIs. Resolves #18307 Resolves #18317 commit 66a7eb4544df757e803d487a1bc8be7a5e3314d4 Author: Daniel Rodríguez <sadasant@users.noreply.github.com> Date: Fri Oct 22 15:44:26 2021 -0400 Revert "[Identity] Pointing to troubleshooting guide on more credentials (#18296)" (#18311) This reverts commit d75512a573757a7cfa1a774b27d635f714d0e168. commit d79c90f49312851d798de610d3c0eb481b66e25c Author: Andrej Kyselica <andrej@kyselica.com> Date: Fri Oct 22 14:55:03 2021 -0400 fix nested code quote (#18318) commit 1c04b202f507af6297d00318aa06f9663f15108e Author: Maor Leger <maorleger@users.noreply.github.com> Date: Fri Oct 22 08:40:07 2021 -0700 Revert "[KeyVault] - Add key_ops to JWK and deprecate keyOps (#17914)" (#18314) This reverts commit 0ad4ea3cd1128d908dae2ef0a902f4a7c1177a9f. We decided not to take this change in - the reasons are: 1. Currently there's no _clean_ way to prevent modeler4 from normalizing a name. That is tracked in https://github.com/Azure/autorest.typescript/issues/1211 but the swagger transform is messy at this point 2. Originally I had applied the transformation in code when deserializing a JWK from the server; however, I forgot there's also the importKey operation 3. While a customer did ask for this in dotnet, nobody has asked for this in JS so there's a lot of risk for very little customer benefit commit 0a3dd1580b444d88eb9d9fbaafb6ecf0882211aa Author: Maor Leger <maorleger@users.noreply.github.com> Date: Fri Oct 22 08:21:44 2021 -0700 [KeyVault] - Move dom reference to dts file (#18315) In order to work around a known typing issue when using the global URL, we added a reference comment in source code. This PR just moves that declaration to a separate dts file in order to stay consistent with how we're doing it in other packages. commit c52e8a2d207c2197b28b56d1b13c07b754203b6b Author: Petr Švihlík <rocky.intel@gmail.com> Date: Fri Oct 22 09:12:35 2021 +0200 Renamed exchangeTeamsToken to exchangeTeamsUserAadToken (#18306) * exchangeTeamsToken to exchangeTeamsUserAadToken commit 4cc59c0b2f56f7a8e119b2f45d077d4e0c87a192 Author: Harsha Nalluru <sanallur@microsoft.com> Date: Thu Oct 21 22:40:16 2021 -0700 [Service Bus] ATOM API - Make service version configurable (#18254) * ServiceBusAtomAPIVersion * older API Version is broken * tests * rename * changelog * getRandomServiceVersion * remove .only * address Jeremy's feedback * serviceVersion comments * docs * test with both the api versions * Donot expose ServiceBusAtomAPIVersion * test * doc update commit 88791cd070e4e105ea5d1e82beac54e4a5acbf7c Author: Harsha Nalluru <sanallur@microsoft.com> Date: Thu Oct 21 17:54:32 2021 -0700 [Unified Recorder] AddSanitizer (#17379) * connection string sanitizer * removeHeaderSanitizer * add server * rename as unit tests * update integration test commands * lock file * sanitizer tests * lock file * del;ete sanitizer test file * build failures * sanitizer starter tests * export setEnvironmentVariables from recorder * sanitizer and related changes * pass client.start param * recorder.start takes options * update karma.conf * core-v1 and core-v2 tests with sanitizer * recordings * remnove console.log * getRealAndFakePairs rename * session file not needed * doc comment * temp-commands * sanitizer APIs * add more routes to the server * lock file * tests with the local server * node recordings * browser counterparts * echo skipped * comment out * UriRegexSanitizer * UriSubscriptionIdSanitizer * continuationSanitizer * headerRegexSanitizers * Codespaces * UriRegexSanitizer * simplify UriRegexSanitizer test * UriSubscriptionIdSanitizer * recordigns * lock file * unneeded commented code * ResetSanitizer did not work as expected * groupForReplace and transformsInfo * adding sanitizer to start method * recordings * some docs and handleEnvSetupForPlayback * lock file * docs * changelog * changelog * comments * Daniel's feedback * lock file * ProxyToolSanitizers, sanitizerKeywordMapping * refactor * add comment * more docs * test-proxy starter code for starting * Revert "test-proxy starter code for starting" This reverts commit 49a2d6816a901b04fe3d9669923c8b9e58fe72a2. * Jeremy's and Daniels's feedback * part feedback from Will * mistype * exclude Exclude from Exclude<T, undefined> to not have Exclude * Simplify getKeyValuePair method * getConnStringAsJSON Co-authored-by: Codespaces <codespaces@github.com> commit f975db12027cafeb27c60d3db56409c219c81bec Author: Jeremy Meng <yumeng@microsoft.com> Date: Thu Oct 21 15:46:45 2021 -0700 [ContainerRegistry] support passing service version via client options (#18067) This PR adds an optional `serviceVersion` proeprty to `ContainerRegistryClientOptions`. commit 27d81495f905a24a9f82ec3a152073e05729657d Author: Dina Berry <41597107+diberry@users.noreply.github.com> Date: Thu Oct 21 10:17:25 2021 -0700 Fix minor typo (#18293) commit 49cebf06eb430cee3a6cc31fca75b629e02d4eda Author: colawwj <70128817+colawwj@users.noreply.github.com> Date: Thu Oct 21 09:55:01 2021 +0800 containerregistry-track2 (#18285) commit d75512a573757a7cfa1a774b27d635f714d0e168 Author: Daniel Rodríguez <sadasant@users.noreply.github.com> Date: Wed Oct 20 21:09:02 2021 -0400 [Identity] Pointing to troubleshooting guide on more credentials (#18296) * added the troubleshooting guide to the credentials that use MSAL * CHANGELOG commit 0ca3320c72864919350d7af2a67c97843d78e150 Author: Jeremy Meng <yumeng@microsoft.com> Date: Wed Oct 20 16:57:42 2021 -0700 [ContainerRegistry] Remove browser related docs (#17717) * [ContainerRegistry] Remove browser related docs as the service doesn't support configuring CORS settings, which make it not possible to use in a secure browser environment. * Link to CORS consideration doc commit ef42711ac167b15af2e0898183c7cba4b3b91b30 Author: Brian Terlson <brian.terlson@microsoft.com> Date: Wed Oct 20 16:13:52 2021 -0700 [Web-Pubsub] Update to latest API version, support DAC, support APIM (#17134) commit 72aff0fe90a9e976cf6057aa541a663b86f604f7 Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Wed Oct 20 12:08:01 2021 -0700 Sync eng/common directory with azure-sdk-tools for PR 2093 (#18288) * Consume Codeowners parser library, ceperate users from teams in codeownerse * Update get-pr-owners and related logic Co-authored-by: Chidozie Ononiwu <chononiw@microsoft.com> commit 08ce4b0eed073a122d803afcfbcdf0d551d9280f Author: Petr Švihlík <rocky.intel@gmail.com> Date: Wed Oct 20 09:57:02 2021 +0200 Added Public Preview API version for the Custom Teams Endpoint (#18271) * Added Public Preview API version for Custom Teams Endpoint * Updated readme, samples, changelog * Added a test for expired token and empty token * Fixed tests for exchangeTeamsToken * Updated test recordings commit 2177931d55fecce4e59e0a1d7f2dc67b4107f8dc Author: colawwj <70128817+colawwj@users.noreply.github.com> Date: Wed Oct 20 15:19:56 2021 +0800 update (#18281) commit 35161af18387dd7a6ac14b04254444e795ef488e Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Tue Oct 19 20:18:24 2021 -0700 Post release automated changes for postgresql releases (#18280) Post release automated changes for azure-arm-postgresql commit 6120a0a69fee75d0874ab5a37ba89120daa5a003 Author: colawwj <70128817+colawwj@users.noreply.github.com> Date: Wed Oct 20 11:08:14 2021 +0800 Update package.json for subscriptions (#18279) * update-package.json-for-subscriptions * update-package.json-for-subscriptions commit 92e46cb57b17b24989bcf4d6d0fa96e0d171eb58 Author: colawwj <70128817+colawwj@users.noreply.github.com> Date: Wed Oct 20 10:26:55 2021 +0800 postgresql-track2 (#18263) * postgresql-track2 * update commit 6144868b30a5d9d4243fb7f9ba08707d25b5b55b Author: Daniel Rodríguez <sadasant@users.noreply.github.com> Date: Tue Oct 19 19:19:59 2021 -0400 [Identity] Fix Azure CLI Credential on Windows (#18275) Some time ago, a security change was made on the Azure CLI credential that changed the `exec` call to `execFile` for `az` calls, here: https://github.com/Azure/azure-sdk-for-js/pull/14408. This PR moved from Node.js’s `child_process.exec()` to `child_process.execFile()`. That change however didn’t take in consideration that `exec` would run commands in a shell and `execFile` would not. Turns out that, on Windows, the Azure CLI `az` is not a program Windows can find without a shell. For the longest time, whenever I saw this error, it seemed like an environment issue and not a real bug. Thanks to this customer issue: https://github.com/Azure/azure-sdk-for-js/issues/18268 things finally clicked. This PR ensures that the AzureCLICredential calls to the `az` program within a shell. Note: v1 doesn’t have this problem because it still uses `exec`: https://github.com/Azure/azure-sdk-for-js/blob/hotfix/identity_1.5.2/sdk/identity/identity/src/credentials/azureCliCredential.ts#L42 Feedback always appreciated 🙏 commit 48ebdfbf8a221969d9c2300aeb9e93fb0ad3074e Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Tue Oct 19 14:44:55 2021 -0700 update to latest test-proxy tag (#18276) Co-authored-by: scbedd <45376673+scbedd@users.noreply.github.com> commit 0ac4aac6448ca6ed13f265c5cfb981d511942657 Author: Dina Berry <41597107+diberry@users.noreply.github.com> Date: Tue Oct 19 11:10:30 2021 -0700 Expose API from App registration, not Enterprise app (#18255) commit c027e05a7e6ba6539b03ba92e00c06f0a33d2aa1 Author: luc <44377201+LuChen-Microsoft@users.noreply.github.com> Date: Tue Oct 19 11:00:31 2021 -0700 Update CHANGELOG.md (#18273) commit bc96130d1b730c2300ea3bc28419899e7c72c4af Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Tue Oct 19 10:42:04 2021 -0700 Automatic rush update --full (#18247) commit 0e85c8ea4befd5f7613d067815303ba9e49fed91 Author: Daniel Rodríguez <sadasant@users.noreply.github.com> Date: Tue Oct 19 13:41:38 2021 -0400 [Identity Plugins] Increased version to v1.0.1 (#18258) commit 1e507db7050533e92f8bdf0b7a22310b9c8e3fe4 Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Mon Oct 18 19:53:42 2021 -0700 Sync eng/common directory with azure-sdk-tools for PR 2085 (#18259) * Fix up identity resolver to make it more reliable, publish notification configuration as a tool * Use both username and email to resolve queuing user Co-authored-by: Chidozie Ononiwu <chononiw@microsoft.com> commit 6ebc0269c747555163300e7d3e1c63282a2776f6 Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Mon Oct 18 16:11:03 2021 -0700 Sync eng/common directory with azure-sdk-tools for PR 2100 (#18252) * Add group id into metadata for java use * Update Update-DocsMsPackages.ps1 * Update Update-DocsMsPackages.ps1 * Update eng/common/scripts/Update-DocsMsPackages.ps1 Co-authored-by: Ben Broderick Phillips <ben@benbp.net> * Update eng/common/scripts/Update-DocsMsPackages.ps1 Co-authored-by: Ben Broderick Phillips <ben@benbp.net> Co-authored-by: Sima Zhu <sizhu@microsoft.com> Co-authored-by: Sima Zhu <48036328+sima-zhu@users.noreply.github.com> Co-authored-by: Ben Broderick Phillips <ben@benbp.net> commit 2ce90510e7f7c580266f3f765d6b4f963767acc8 Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Mon Oct 18 13:31:45 2021 -0700 adjust the docker-start-proxy to take advantage of the linux specific commands that allow contact of localhost (#18250) Co-authored-by: scbedd <45376673+scbedd@users.noreply.github.com> commit 4e1e77af1586795ece96e16a3e3102ebeb067333 Author: govardhan <27.govardhan@gmail.com> Date: Tue Oct 19 01:18:34 2021 +0530 updated the cosmosdb doc with correct syntax and return type (#18228) commit 972059c315512d9d682681e214e68860e50e39ce Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Mon Oct 18 12:41:06 2021 -0700 Post release automated changes for purview releases (#18187) * Post release automated changes for azure-rest-purview-scanning * Fix readme Co-authored-by: Jose Manuel Heredia Hidalgo <joheredi@microsoft.com> commit 0163e3cb2873879004ec0ff54355445ee5fcc71d Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Mon Oct 18 12:40:56 2021 -0700 Post release automated changes for purview releases (#18215) * Post release automated changes for azure-rest-purview-administration * Fix samples readme Co-authored-by: Jose Manuel Heredia Hidalgo <joheredi@microsoft.com> commit 201a7754dadec5babccd3982af6a9b6e6b156611 Author: Jose Manuel Heredia Hidalgo <joheredi@microsoft.com> Date: Mon Oct 18 12:40:03 2021 -0700 Update Purview owner (#18249) commit fb1f1a7835db1fc9bf2d6e9e200f3f87cf600165 Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Mon Oct 18 12:39:32 2021 -0700 Post release automated changes for purview releases (#18192) * Post release automated changes for azure-rest-purview-catalog * Fix samples readme Co-authored-by: Jose Manuel Heredia Hidalgo <joheredi@microsoft.com> commit 0c47584b30fd6b8c9443ce610254dd26d4147ff4 Author: Jose Manuel Heredia Hidalgo <joheredi@microsoft.com> Date: Mon Oct 18 07:57:05 2021 -0700 [Tables] Multiple small fixes to Tables SDK (#18211) * Multiple small fixes to Tables SDK * Remove un-needed changes * Update sdk/tables/data-tables/README.md Co-authored-by: Deyaaeldeen Almahallawi <dealmaha@microsoft.com> * Update sdk/tables/data-tables/README.md Co-authored-by: Deyaaeldeen Almahallawi <dealmaha@microsoft.com> * Update sdk/tables/data-tables/src/serialization.ts Co-authored-by: Deyaaeldeen Almahallawi <dealmaha@microsoft.com> * Update sdk/tables/data-tables/src/utils/bufferSerializer.ts Co-authored-by: Deyaaeldeen Almahallawi <dealmaha@microsoft.com> * bring back base64 encoding * update sample name * Fix format and update changelog * Update sample name * Remove un-needed re-recordings Co-authored-by: Deyaaeldeen Almahallawi <dealmaha@microsoft.com> commit 5215a7d829e63302c0fe5f0b1c90b35ef7945541 Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Mon Oct 18 02:24:37 2021 -0700 Post release automated changes for compute releases (#18244) Post release automated changes for azure-arm-compute commit baa70f87320b8fc8c323e147b4ad0f54966aca9e Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Mon Oct 18 01:58:13 2021 -0700 Post release automated changes for policy releases (#18243) Post release automated changes for azure-arm-policy commit f4198b6a5517ce284d83704aac6f7250d151cc76 Author: colawwj <70128817+colawwj@users.noreply.github.com> Date: Mon Oct 18 16:40:24 2021 +0800 compute-track2 (#18239) * compute-track2 * update commit 29b628083f4936d068e1548da23b4608f944b007 Author: colawwj <70128817+colawwj@users.noreply.github.com> Date: Mon Oct 18 14:48:37 2021 +0800 policy-track2 (#18229) * policy-track2 * update * update commit c3b75ee4e29d6cd2008fbd29101769d7012f3793 Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Fri Oct 15 17:57:19 2021 -0700 Post release automated changes for identity releases (#18218) Post release automated changes for azure-identity commit 3e965811e6255ff474f5f2974db82ab4073358fc Author: Jose Manuel Heredia Hidalgo <joheredi@microsoft.com> Date: Fri Oct 15 14:42:08 2021 -0700 Support manually handling continuationTokens (#18179) * Support manually handling continuationTokens * Use PageSettings and update version * Update samples and page type * Address PR Comments * Undo changes to generated samples * Fix format commit 6464b0efa4b250685eec5356477cb7d073d2af72 Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Fri Oct 15 13:08:08 2021 -0700 Post release automated changes for synapse releases (#18056) * Post release automated changes for azure-synapse-spark * Post release automated changes for azure-synapse-artifacts commit 850366a7117a76f5c9afa0a453a25d3925a968ae Author: Jose Manuel Heredia Hidalgo <joheredi@microsoft.com> Date: Fri Oct 15 12:44:52 2021 -0700 [Purview Administration] Prepare for 1.0.0-beta.1 release (#18212) * Regenetate with latest api-version and update changelog * Update changelog commit 64936d6abd3b4c6160cfe63377ca2c34e5567868 Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Fri Oct 15 11:49:04 2021 -0700 Post release automated changes for monitor releases (#18084) Post release automated changes for azure-monitor-query commit 55dc5736f404c5f08f544213eba1bfb2560ac650 Author: Jiao Di (MSFT) <80496810+v-jiaodi@users.noreply.github.com> Date: Sat Oct 16 02:15:30 2021 +0800 update to latest (#18144) commit cdbe548db571b39a7dccff41aa68db736910042f Author: Jiao Di (MSFT) <80496810+v-jiaodi@users.noreply.github.com> Date: Sat Oct 16 02:15:13 2021 +0800 Fix Synapse AccessControl Readme Issue (#18143) * Fix Synapse AccessControl Readme Issue * Update run_test.ts Co-authored-by: Tong Xu (MSFT) <57166602+v-xuto@users.noreply.github.com> commit 45723afcb83de53ac8e540b73df446e535468da2 Author: Daniel Rodríguez <sadasant@users.noreply.github.com> Date: Fri Oct 15 14:15:02 2021 -0400 [Identity] changing the release date (#18213) We couldn’t release yesterday, but we were able to test the bundles. Let’s get this out today. commit edb6fb4d757fd7b0e70f837c5520fcb3cae7737a Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Fri Oct 15 11:04:20 2021 -0700 Post release automated changes for monitor releases (#18053) Post release automated changes for azure-monitor-opentelemetry-exporter commit dcc3156e6dedbf7f8627f4c5c12343092f11c6ca Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Fri Oct 15 11:01:13 2021 -0700 Post release automated changes for azure-arm-apimanagement (#18114) commit 52f4889c9cfa4152cfdaafde647b9f50f41cd9e9 Author: govardhan <27.govardhan@gmail.com> Date: Fri Oct 15 23:20:04 2021 +0530 [Cosmos] removing the upsert as a supported feature (#18193) commit c1f7abf764911c4d5962df24b07c2fc425d0e5d1 Author: Kevin <skiimilk@gmail.com> Date: Sat Oct 16 01:47:52 2021 +0800 Fix spelling error (#18186) commit b2d9efe1f9716816c55117313144f059bde73360 Author: Maor Leger <maorleger@users.noreply.github.com> Date: Fri Oct 15 10:43:25 2021 -0700 [KeyVault] - Support multitenant challenge authentication (#18082) ## What - Parse tenantId from WWW-Authenticate authorization field and pass it to the getToken call when parsing challenges ## Why Identity will soon add multi-tenant challenge authentication support. It's already supported in `main` today, and will supported in production soon. On the KeyVault side we just need to pull out the tenant ID from the `authorization` field and pass it in as part of the `GetTokenOptions` options bag when calling `getToken`. Older Identity clients will ignore this field, but newer clients will use it as the tenantId. Resolves #17619 commit 5075150408b4c4d44c97dac9ad5c37ffdd1ab989 Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Fri Oct 15 10:32:27 2021 -0700 Post release automated changes for azure-arm-eventhub (#18198) commit e197af8b8b23e7b875fc51d67fcdcf76eb3334a5 Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Fri Oct 15 10:31:49 2021 -0700 Post release automated changes for azure-arm-compute (#18196) commit 9da00cc3b186affeaeca0b1575d6e40d34050a86 Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Fri Oct 15 10:31:40 2021 -0700 Post release automated changes for azure-arm-features (#18200) commit 798aca894f73385dd678ee12eefcbdcd90db640b Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Fri Oct 15 10:31:34 2021 -0700 Post release automated changes for azure-arm-storage (#18207) commit 5aeee52243b14828fcdb923ace2534d66b323751 Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Fri Oct 15 10:31:28 2021 -0700 Post release automated changes for azure-arm-policy (#18209) commit 15e48a44ce509212ea4bcb51fd3d60947a16516e Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Fri Oct 15 10:07:06 2021 -0700 Post release automated changes for azure-data-tables (#17495) commit 45c84009f60fc00c1db37211f02203807be22f84 Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Fri Oct 15 03:18:04 2021 -0700 Post release automated changes for eventgrid releases (#18197) Post release automated changes for azure-arm-eventgrid commit 5cb453510c95928e1f7afdcfeb1b78c3b010d272 Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Fri Oct 15 03:08:38 2021 -0700 Post release automated changes for security releases (#18184) Post release automated changes for azure-arm-security commit df175ca0121b32a9322895a52156082bfa63e6db Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Fri Oct 15 03:06:45 2021 -0700 Post release automated changes for appservice releases (#18194) Post release automated changes for azure-arm-appservice commit 208a20957b7186146fedfc20f54fb11d056ed142 Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Fri Oct 15 03:05:35 2021 -0700 Post release automated changes for authorization releases (#18195) Post release automated changes for azure-arm-authorization commit 3ac3f7e1199c8d44c79c43e7a66fea6994ec8096 Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Fri Oct 15 03:03:11 2021 -0700 Post release automated changes for keyvault releases (#18199) Post release automated changes for azure-arm-keyvault commit 32462c8f6bb00aa98ed7600743f3b5d5cac2a38e Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Fri Oct 15 03:02:31 2021 -0700 Post release automated changes for locks releases (#18201) Post release automated changes for azure-arm-locks commit 843021c32486802eaae14caeb5e9e2c4dbfac90e Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Fri Oct 15 03:01:44 2021 -0700 Post release automated changes for managedapplications releases (#18202) Post release automated changes for azure-arm-managedapplications commit 53275f74504dd11b6a3bdd98e3fc395f5b1f82f9 Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Fri Oct 15 03:01:11 2021 -0700 Post release automated changes for redis releases (#18203) Post release automated changes for azure-arm-rediscache commit fc7cb118f34f8705c667911bf5df23a22f8dd59c Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Fri Oct 15 03:00:49 2021 -0700 Post release automated changes for network releases (#18204) Post release automated changes for azure-arm-network commit fc18040f18cbb599848c58f10563e4e1ac6f7733 Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Fri Oct 15 03:00:21 2021 -0700 Post release automated changes for resources releases (#18205) Post release automated changes for azure-arm-resources commit b01fc24700710c7e90bff850139aefe247059c5e Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Fri Oct 15 02:59:41 2021 -0700 Post release automated changes for servicebus releases (#18206) Post release automated changes for azure-arm-servicebus commit 48bb7d330fa82825e14c605f9f0f9f83e3dfc6af Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Fri Oct 15 02:59:19 2021 -0700 Post release automated changes for links releases (#18208) Post release automated changes for azure-arm-links commit 9baaaf6404bab19631914dcfbf8c47359710fd15 Author: Qiaoqiao Zhang <55688292+qiaozha@users.noreply.github.com> Date: Fri Oct 15 15:38:30 2021 +0800 update-purview-catalog-version-for-release (#18191) commit f447a83ca994eaae54b019fc82ce7bfc65c1e197 Author: Qiaoqiao Zhang <55688292+qiaozha@users.noreply.github.com> Date: Fri Oct 15 14:30:45 2021 +0800 update purview catalog changelog (#18188) commit 5f2a1c443d3ddfe802d5c25747946ec8890ea80c Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Thu Oct 14 22:56:53 2021 -0700 Post release automated changes for sql releases (#18182) Post release automated changes for azure-arm-sql commit 29b72e32940830050b091b25d135ce37951d4ab4 Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Thu Oct 14 22:56:33 2021 -0700 Post release automated changes for operationalinsights releases (#18185) Post release automated changes for azure-arm-operationalinsights commit d560735e6ae124c83916c16fcdc5a42cd06ad8d0 Author: colawwj <70128817+colawwj@users.noreply.github.com> Date: Fri Oct 15 10:44:11 2021 +0800 security & operationinsights update (#18180) * update changelog * update commit 67a8c56507ad78067a03042cbf2b3cd7b4b7a166 Author: Qiaoqiao Zhang <55688292+qiaozha@users.noreply.github.com> Date: Fri Oct 15 10:27:16 2021 +0800 update purview scanning samples (#18154) * update purview scanning samples * Update README.md * remove comment out line * update samples * to resolve comments commit f5ea75af7ef24d663cfa9cc959a42f61fcb3ea53 Author: Ramya Rao <ramya.rao.a@outlook.com> Date: Thu Oct 14 17:53:25 2021 -0700 Updates to CodeOwners file for folks no longer with the team (#18178) commit a89de3847738955633a65ebde9b46d61005f337a Author: Daniel Rodríguez <sadasant@users.noreply.github.com> Date: Thu Oct 14 20:27:35 2021 -0400 [Identity] Spotted a code issue in the OBO sample (#18177) 👷 Better late than never. commit 8801bdb0cc59edabb6b403d26eace14ba6e6186a Author: Daniel Rodríguez <sadasant@users.noreply.github.com> Date: Thu Oct 14 19:02:19 2021 -0400 plugins to 1.0.0 and specified a release date in the CHANGELOGs (#18176) commit afbcea7b063f1f5c0511790e9fa8e35b1c217644 Author: Daniel Rodríguez <sadasant@users.noreply.github.com> Date: Thu Oct 14 17:54:47 2021 -0400 [Identity] 2.0.0 release date (#18175) commit a4241d1273d8490e950b0839dd7628134d7c4aa2 Author: Daniel Rodríguez <sadasant@users.noreply.github.com> Date: Thu Oct 14 14:11:26 2021 -0400 [Identity] Better names for the InteractiveBrowserCredential options (#18166) commit 28e3f8058c5ef0423e1136a06fa01f14c8071b57 Author: praveenkuttappan <55455725+praveenkuttappan@users.noreply.github.com> Date: Thu Oct 14 11:18:59 2021 -0400 Update npm tag setting script to generate new tags based on currently tagged versions (#18165) commit 9cee4779fa51ab266c9f82c34a9fbb7d38124838 Author: colawwj <70128817+colawwj@users.noreply.github.com> Date: Thu Oct 14 17:22:11 2021 +0800 operationalinsights-track2 (#18172) commit 529fcd7b52be3dab1ba63c9cfe67782fbedd5834 Author: colawwj <70128817+colawwj@users.noreply.github.com> Date: Thu Oct 14 10:56:53 2021 +0800 security-track1 (#18167) commit ac86a56992d339ce7e337fbc4e282f0b02d30fe3 Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Wed Oct 13 10:43:51 2021 -0700 Sync eng/common directory with azure-sdk-tools for PR 2095 (#18149) * Mitigate relative path calculation error on multiple iterations * Revert "Mitigate relative path calculation error on multiple iterations" This reverts commit 45baedd990c6a3085742a38a4891d8706a93be77. * GetRelativePath should check if path is already relative before calling [IO.Path]::GetRelativePath Co-authored-by: Daniel Jurek <djurek@microsoft.com> commit 0afa58e9a8072a4f9a112b4feb37aabcd988e42f Author: KarishmaGhiya <kaghiya@microsoft.com> Date: Tue Oct 12 19:12:09 2021 -0700 add troubleshooting guide for identity (#17734) * add troubleshooting guide for identity Co-authored-by: Scott Addie <10702007+scottaddie@users.noreply.github.com> commit a319c90966f63eb57bd785db65f627c50b96f608 Author: Daniel Rodríguez <sadasant@users.noreply.github.com> Date: Tue Oct 12 22:01:34 2021 -0400 [Identity] On Behalf Of sample (#18109) * [Identity] On Behalf Of sample * once again, I forgot to remove en-us * Apply suggestions from code review Co-authored-by: Scott Addie <10702007+scottaddie@users.noreply.github.com> * extra line * removed old section * Apply suggestions from code review Co-authored-by: Scott Addie <10702007+scottaddie@users.noreply.github.com> Co-authored-by: Scott Addie <10702007+scottaddie@users.noreply.github.com> commit 63be7d208da651c911e5c716cf602ad7081fe003 Author: KarishmaGhiya <kaghiya@microsoft.com> Date: Tue Oct 12 18:15:34 2021 -0700 Readme inconsistency (#18098) commit 80662729cec289223c0e3a5bfa8bdc6bd3040f81 Author: Daniel Rodríguez <sadasant@users.noreply.github.com> Date: Tue Oct 12 15:51:28 2021 -0400 [Identity] What if we accepted the PEM certificate string contents? (#18017) This PR serves to explore the idea of changing the public API of ClientCertificateCredential before we release v2, to allow users to either pass the path to a PEM certificate in the filesystem, or the string certificate contents directly. .NET allows a similar set of alternatives (with more flexibility on the type of certificates than us): https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/identity/Azure.Identity/api/Azure.Identity.netstandard2.0.cs#L96 This could help us provide a better experience for issues similar to #17715 Feedback appreciated 🙏 commit 68fbad61668f1423b76f22509c974e20af607e75 Author: Daniel Rodríguez <sadasant@users.noreply.github.com> Date: Tue Oct 12 14:57:34 2021 -0400 [Identity] Removed AzureApplicationCredential from our public API (#18129) * [Identity] Removed AzureApplicationCredential from our public API * Apply suggestions from code review Co-authored-by: Ramya Rao <ramya.rao.a@outlook.com> Co-authored-by: Ramya Rao <ramya.rao.a@outlook.com> commit 1e706fc1369b0ac2b5a064a4a667af54f9f00ae9 Author: Hiroshi Yoshioka <40815708+hyoshioka0128@users.noreply.github.com> Date: Wed Oct 13 00:23:18 2021 +0900 Typo "Typescript"→"TypeScript" (#18141) https://docs.microsoft.com/en-us/javascript/api/overview/azure/service-bus-readme?view=azure-node-latest …
commit be431bcc1a60f85e2e310e343d3a09a200b94b46 Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Wed Nov 3 19:28:00 2021 -0700 Add prompt before replasing latest release title on prepare release run (#18522) Co-authored-by: Chidozie Ononiwu <chononiw@microsoft.com> commit 74b93c7fb8078de1f309a00447ee617d9a1764ea Author: Jose Manuel Heredia Hidalgo <joheredi@microsoft.com> Date: Wed Nov 3 18:14:40 2021 -0700 [Tables] Expose continuation token on TableServiceClient.listTables (#18277) * Expose continuation token on TableServiceClient.listTables * Update changelog commit 73f714dccc053ab1d0534018d27374786c10b571 Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Wed Nov 3 17:10:49 2021 -0700 Post release automated changes for azure-core-http (#18519) commit 848242cd9d84470ec7c4b53a3ad30e16f1f8668b Author: Ben Broderick Phillips <bebroder@microsoft.com> Date: Wed Nov 3 18:34:12 2021 -0400 Use working region/subscription for search deployments (#18512) commit ed6cc1e22b039fa5fbb2bafa3d23e8db73f490ee Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Wed Nov 3 15:29:08 2021 -0700 Stress test usability feedback (#18513) Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com> commit 2274b28287bc67bf8c0c26a7cdde6a3c7857af7c Author: Maor Leger <maorleger@users.noreply.github.com> Date: Wed Nov 3 14:46:40 2021 -0700 [KeyVault] - A failed sample should fail the build (#18516) ## What - Exit with a non-zero status code if any samples fail to run ## Why A recent service change caused one of our samples to start failing but I was not aware of it since we only print the exception and continue. Changing this to ensure all samples exit unsuccessfully when there's an error ensures we are notified and are aware of any issues. Resolves #18101 commit 639f54a4103d2e2416c3a8e2319ef651dda7a564 Author: Ramya Rao <ramya.rao.a@outlook.com> Date: Wed Nov 3 14:24:25 2021 -0700 Update remaining beta dependencies on identity (#18472) Related to #14581 A few cases of beta dependencies were missed in #18470 as they were not pinned as expected. This PR covers these cases and updates the Identity dependencies to use the GA versions commit 28a91627d5e60e85747a6be8ca263afac8944351 Author: Maor Leger <maorleger@users.noreply.github.com> Date: Wed Nov 3 13:50:19 2021 -0700 [KeyVault] - Update changelog for release (#18510) commit a097f10166c162dae4ca68638e642a9e3b11b9c7 Author: Jose Manuel Heredia Hidalgo <joheredi@microsoft.com> Date: Wed Nov 3 12:49:55 2021 -0700 [core-client-rest] Addressing feedback from ArchBoard (#18478) * Multiple media type handling * Add Template for path * update api-extractor * Add comments to Resource interface * Revert path type changes * Add comment about path type * Omit lint check for Function type * rebase main * Revert confidential-ledger dependency bump commit d85d19a0a35104697ac13761d04aae498cd68652 Author: Jose Manuel Heredia Hidalgo <joheredi@microsoft.com> Date: Wed Nov 3 12:49:30 2021 -0700 [core-rest-pipeline] Allow specifying any status response to get stream (#18492) * Add responseAsStream to PipelineRequest * Use Number.POSITIVE_INFINITY to indicate that any status code should get raw response * Remove unneeded property in client request and address comments * Update changelog commit 416b79b87887d2ca0c268b0643437fc56c4052e5 Author: Maor Leger <maorleger@users.noreply.github.com> Date: Wed Nov 3 11:24:40 2021 -0700 [KeyVault] - Update duration sample and doc comments (#18508) ## What - Use Day.js in the Key Rotation sample - Update the doc comments for Key Rotation ## Why We discussed adding updating the API of Key Rotation to take an object instead of a raw string for ISO8601 durations; however, with Temporal adding support for Durations we want to avoid duplicating the type for now. Instead, we decided to demonstrate interop with an existing 3rd party library. I chose Day.js for this sample as it has a nice clean API. commit 5db226aafef1ef077d2b239836dfab09513fc45e Author: Ziheng Zhou(MSFT) <v-zihz@microsoft.com> Date: Thu Nov 4 02:00:26 2021 +0800 Update key vault keys to enable live testing in sovereign clouds for multiple services (#18431) * update test.yml to manage HSM test in multiple clouds * update tests.yml * update tests.yml * update tests.yml * update tests.yml commit aa7ada5ba8aaed695159a44c309ec8f1480c2561 Author: colawwj <70128817+colawwj@users.noreply.github.com> Date: Wed Nov 3 15:21:48 2021 +0800 update-identity-for-track2 (#18482) commit 591adb420f83e9b24edb92e453b66ec1df405551 Author: Qiaoqiao Zhang <55688292+qiaozha@users.noreply.github.com> Date: Wed Nov 3 14:41:37 2021 +0800 Make core rest client work with null and encoding (#18381) * make core rest client work with null and add encoding options * adding test * adding test * use enableUrlEncoding instead * change to skipUrlEncoding * add change log * update dependencies * upate format * update according comments * update format * change back dependencies * update pnpm-lock * resolve ci failure commit 8d46ea0b169e3e8cfdf0c45f038d88f21c6ad0ea Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Tue Nov 2 23:05:29 2021 -0700 Sync eng/common directory with azure-sdk-tools for PR 2053 (#18501) * Changing inline bash for stress test resource deployment * PR-mod * pr-mod * pr-mod * pr-mod Co-authored-by: Albert Cheng <albertcheng@microsoft.com> commit 57cb538bedead0ce555ca7081a0079cb88d9ca57 Author: Ramya Rao <ramya.rao.a@outlook.com> Date: Tue Nov 2 16:26:05 2021 -0700 Fix broken links (#18497) Resolves #18488 Fixes the broken links found in #18488 commit 06266dd4198f943f566c103983b8640f84cf511f Author: Liangying.Wei <lianwei@microsoft.com> Date: Wed Nov 3 07:15:00 2021 +0800 Fix issue that the preflight response should hide server detail (#18490) commit 35820fe0a646ed32f3d3152520d0360d17c12511 Author: Liangying.Wei <lianwei@microsoft.com> Date: Wed Nov 3 07:14:21 2021 +0800 Update readme to include more examples (#18459) commit 5d15bfbec5a02e5fdc39bf57abe8f423b9e1f459 Author: Will Temple <witemple@microsoft.com> Date: Tue Nov 2 16:43:37 2021 -0400 [ai-form-recognizer] Use pipeline to GET Operation-Location (#18495) commit b81bf006fbf8e8c521bc3d22a9bb1767a06ca223 Author: Chidozie Ononiwu (His Righteousness) <31145988+chidozieononiwu@users.noreply.github.com> Date: Tue Nov 2 13:39:28 2021 -0700 add ReplaceLatestEntryTitle parameter for updating changelog (#18427) commit 6b1d8df366d5b1ef621e680938468a8443e92fee Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Tue Nov 2 12:54:27 2021 -0700 Post release automated changes for azure-ai-text-analytics (#18494) commit c91dd8344cc440d21f061fa3f50799b4eea2eb90 Author: Jeremy Meng <yumeng@microsoft.com> Date: Tue Nov 2 11:59:20 2021 -0700 [core-http] prepare CHANGELOG for 2021 November release (#18491) Update date and bug fix entries. commit 446eed1f66330c4ced6c4bd5738d9e060a1ac14c Author: Liangying.Wei <lianwei@microsoft.com> Date: Wed Nov 3 00:59:07 2021 +0800 [Web Pubsub Express] Preparing for beta.4 release (#18417) commit 60b814fdced36ba384ac2d5bad00d6457eac8bab Author: Deyaaeldeen Almahallawi <dealmaha@microsoft.com> Date: Tue Nov 2 12:32:24 2021 -0400 [Text Analytics] Prepare v5.2.0-beta.2 release (#18489) commit bb82821ae807bc0ed246e2909ad914a2527fe31d Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Tue Nov 2 01:41:04 2021 -0700 Post release automated changes for network releases (#18485) Post release automated changes for azure-arm-network commit 9762ea3cc1ec0964c56d820dfdde2e1a78d7da82 Author: colawwj <70128817+colawwj@users.noreply.github.com> Date: Tue Nov 2 16:12:05 2021 +0800 streamanalytics-track2 (#18484) commit 45d2a921a16887a20039b537fe794b2d3b531c9f Author: colawwj <70128817+colawwj@users.noreply.github.com> Date: Tue Nov 2 15:07:43 2021 +0800 network-track2 (#18483) commit 226578f577ec62d3dbc0211d31e2ff3b656715cc Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Mon Nov 1 23:04:19 2021 -0700 Use docker to do package validation. (#18479) Co-authored-by: Sima Zhu <sizhu@microsoft.com> commit c29b7b1f0e13f0934614a6ed0dd48a3f1e54e27c Author: colawwj <70128817+colawwj@users.noreply.github.com> Date: Tue Nov 2 11:16:52 2021 +0800 quota-track2 (#18453) * quota-track2 * update * update commit 1fa2da5e2dfeec384772e79571544cc7b7930966 Author: Liangying.Wei <lianwei@microsoft.com> Date: Tue Nov 2 11:12:49 2021 +0800 Fix group interface missing closeAllConnections issue (#18461) Fix https://github.com/Azure/azure-webpubsub/issues/284 commit 2986154ca6fad9c5330f9895679adb77f904ed00 Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Mon Nov 1 18:38:04 2021 -0700 Use https for sparse checkout command (#18475) Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com> commit 727b2e00fc3a67e265b938caf369aa43e2c84ca5 Author: Ramya Rao <ramya.rao.a@outlook.com> Date: Mon Nov 1 16:41:57 2021 -0700 Remove dependency overrides for Identity (#18474) Related to #14581 In https://github.com/Azure/azure-sdk-for-js/pull/18463, we updated all samples to use GA of Identity v2 In https://github.com/Azure/azure-sdk-for-js/pull/18470, we updated devDependencies of Identity v2 beta to use Identity v2 GA This PR removes the dependency overrides put in place for the reason (am guessing) that we wanted tests to use the beta v2 Identity, but not samples Now that the samples are using v2, we no longer need the dependency overrides commit ae6b6e32852f35e3464d30a44fb616d74b84b76d Author: Jonathan Cárdenas <JonathanCrd@users.noreply.github.com> Date: Mon Nov 1 16:10:34 2021 -0700 Remove generate:client script (#18473) commit d01c64db48b72e43a759dd6e6af71ca619350782 Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Mon Nov 1 15:31:41 2021 -0700 Automatic rush update --full (#18458) commit 8f40cf08d905c2a154f08baa13c3e2538ee18f66 Author: Ramya Rao <ramya.rao.a@outlook.com> Date: Mon Nov 1 15:31:25 2021 -0700 Move Identity dependency from v2 beta to v2 GA (#18470) commit 290a6e4d6627083535d5fe2a7d429cc04e2d2293 Author: Ramya Rao <ramya.rao.a@outlook.com> Date: Mon Nov 1 15:15:54 2021 -0700 Update all samples to use Identity v2 (#18463) commit 583150dca1ed7ae1ebd5e3f74b48047d489510cb Author: Deyaaeldeen Almahallawi <dealmaha@microsoft.com> Date: Mon Nov 1 17:28:25 2021 -0400 [Batch] Export all types (#18469) * [Batch] Export all types * bump version commit 980fe28689c3d90fea8c3f200acc6bb8d3d2b001 Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Mon Nov 1 13:40:59 2021 -0700 Sync eng/common directory with azure-sdk-tools for PR 2177 (#18464) * Create an issue template * rename the function * Add description * Update eng/common/scripts/Invoke-GitHubAPI.ps1 Co-authored-by: Wes Haggard <weshaggard@users.noreply.github.com> Co-authored-by: Sima Zhu <sizhu@microsoft.com> Co-authored-by: Sima Zhu <48036328+sima-zhu@users.noreply.github.com> Co-authored-by: Wes Haggard <weshaggard@users.noreply.github.com> commit 0a2d9493db245f58cf6ea5e4013d58aa0af18003 Author: Daniel Rodríguez <sadasant@users.noreply.github.com> Date: Mon Nov 1 16:40:08 2021 -0400 [Identity] OBO sample improvement (#18330) Nikitha Udaykumar has been helping me test the OnBehalfOfCredential, and through her feedback, I am making this PR to improve our related samples. Feedback appreciated 🙏 commit 5eb0b5c4aa20f13f5dbe9d10f11e4ee51303a5bd Author: Jonathan Cárdenas <JonathanCrd@users.noreply.github.com> Date: Mon Nov 1 13:25:24 2021 -0700 Standardize autorest command (#18398) * Standardized command * Re-adding formatting command commit c884a809c2a274aff4a0ca3d2098574ffabe1748 Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Mon Nov 1 10:33:21 2021 -0700 Post release automated changes for azure-video-analyzer-edge (#18450) commit 94e2030864ab783db2b84b05a830dae9e29136ce Author: Ramya Rao <ramya.rao.a@outlook.com> Date: Mon Nov 1 10:24:16 2021 -0700 Add entry for video-analyzer-edge in code owners file (#18446) commit 1e92624e820229ee01c2443e7841027fc1c7bf6d Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Mon Nov 1 02:27:20 2021 -0700 Post release automated changes for notificationhubs releases (#18457) Post release automated changes for azure-arm-notificationhubs commit 317c3ed9dea8d9fb34bef3e848c1e5d08606979a Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Mon Nov 1 01:53:32 2021 -0700 Post release automated changes for azure-arm-videoanalyzer (#18454) commit ce1a9767820eaeb76dc70ba9e3cf913f36f2c2d2 Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Mon Nov 1 01:52:51 2021 -0700 Post release automated changes for azure-arm-databricks (#18452) commit 439754c657bd133d1fd9e7524a95504781c5e1db Author: colawwj <70128817+colawwj@users.noreply.github.com> Date: Mon Nov 1 16:50:29 2021 +0800 notificationhubs-track2 (#18456) commit 4967ac6c038bb2edf689415cd978b2df9796edd2 Author: colawwj <70128817+colawwj@users.noreply.github.com> Date: Mon Nov 1 11:16:34 2021 +0800 videoanalyzer-track2 (#18391) * videoanalyzer-track2 * update commit 429c7a027a0d191fc2e5adc3ff2d1b055257d075 Author: colawwj <70128817+colawwj@users.noreply.github.com> Date: Mon Nov 1 10:13:56 2021 +0800 databricks-track2 (#18441) commit b02acd2c3e6f83892f525b97799f71baf8871b5a Author: hivyas <61890270+hivyas@users.noreply.github.com> Date: Fri Oct 29 15:48:25 2021 -0700 [AVA] Updated package to 1.1, moved to v2 samples flow, moved to core-rest-pipeline (#18425) * updated package to 1.1 * updating table in readme * fixing product slugs * updating slugs and test * updating slugs * changing slugs * fixing formatting commit cc8130b6e8b86e8abe0d4e7fab3a8dd651b1a9f8 Author: Ramya Rao <ramya.rao.a@outlook.com> Date: Fri Oct 29 14:46:41 2021 -0700 Remove Node.js 10 from test matrix (#18403) * Remove Node.js 10 from test matrix * Fix text that has node version commit ec1462c9daa90f375068d07f1c224670c3707dfd Author: Deyaaeldeen Almahallawi <dealmaha@microsoft.com> Date: Fri Oct 29 15:42:56 2021 -0400 [Text Analytics] Add links to Custom Text service docs (#18424) * [Text Analytics] Add links to Custom Text service docs * address feedback commit 8316621389116184a2ac8934e4c05ff57c397498 Author: Mike Harder <mharder@microsoft.com> Date: Fri Oct 29 11:36:38 2021 -0700 Update rush and pnpm (#18422) commit 1c9b3d53d1f782451544e7fc9205bd9462554e20 Author: Timo van Veenendaal <timov@microsoft.com> Date: Fri Oct 29 10:29:57 2021 -0700 [Perf Framework] Add elapsed time column to snapshot log (#18353) Resolves #12778 commit a528eb82e0d1dc005df5968e116da1d7d52d4572 Author: Daniel Rodríguez <sadasant@users.noreply.github.com> Date: Fri Oct 29 10:33:50 2021 -0400 [core-client] authorizeRequestOnClaimChallenge (#17315) Not so long ago, Python exposed an `ARMChallengeAuthenticationPolicy ` and integrated it to their management core: https://github.com/Azure/autorest.python/pull/992 — this policy adds support for the CAE challenges on the management plane clients. While we haven’t heard of an exact date when this is going to be scoped for JS, we’ve been preparing for this moment for a while, so for us to stay up to date, it should be pretty simple. This new `ARMChallengeAuthenticationPolicy` policy on Python’s source code can be seen here: https://github.com/Azure/azure-sdk-for-python/blob/9502e669e59e172a9d3d20586ba9761a64e23266/sdk/core/azure-mgmt-core/azure/mgmt/core/policies/_authentication.py — It essentially is the test code that we had in the `bearerTokenAuthenticationPolicy` tests that helped us verify the behavior of the challenge callbacks. To solve for the same scenario, and after feedback on my initial implementations, I’m adding a new public method on the @azure/core-client called `authorizeRequestOnClaimChallenge`, which can be used as the `authorizeRequestOnChallenge` challenge callback on the `bearerTokenAuthenticationPolicy`. Once this is merged, the code generator for the ARM clients will need to change with something similar to: ```ts import { bearerTokenAuthenticationPolicy } from "@azure/core-rest-pipeline"; import { authorizeRequestOnClaimChallenge } from "@azure/core-client"; const bearerTokenAuthenticationPolicy = bearerTokenAuthenticationPolicy({ authorizeRequestOnChallenge: authorizeRequestOnClaimChallenge }); ``` If approved (eventually): Fixes #17386 How does this look? Any feedback appreciated. commit dcada467f1f50f832230d85177918b69b12ebd90 Author: Aigerim <aykobb@gmail.com> Date: Fri Oct 29 14:20:13 2021 +0200 the release date of 1.1.0-beta.1 is changed (#18443) Co-authored-by: Aigerim Beishenbekova <aigerimb@DESKTOP-PIOH0CF.corp.microsoft.com> commit 40d6a207dd84b0bfc06652fbb4d4bfd1f4a7b5d3 Author: Aigerim <aykobb@gmail.com> Date: Fri Oct 29 09:19:21 2021 +0200 release date for 1.1.0-beta.1 updated in changelog (#18439) Co-authored-by: Aigerim Beishenbekova <aigerimb@DESKTOP-H8RSQNI.corp.microsoft.com> commit b2905c4c165cd852a88ed437b6bdfc4482de923d Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Thu Oct 28 23:09:21 2021 -0700 Post release automated changes for azure-arm-resources-subscriptions (#18284) commit 400f2475fecbf0a1b05fac5bc32b288167066dc8 Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Thu Oct 28 23:05:55 2021 -0700 Post release automated changes for mediaservices releases (#18435) Post release automated changes for azure-arm-mediaservices commit 1bcb938c7f52d46a88b02edbf2a655f54516c6b6 Author: colawwj <70128817+colawwj@users.noreply.github.com> Date: Fri Oct 29 12:05:23 2021 +0800 mediaservices-release (#18430) commit fe42f31724d6e296f672f66a195d972dba00c633 Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Thu Oct 28 18:59:08 2021 -0700 Post release automated changes for azure-arm-operations (#18413) commit 61adb7df2677ef49b636e83a0fbffab3a9beebf5 Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Thu Oct 28 18:55:58 2021 -0700 Post release automated changes for appplatform releases (#18383) Post release automated changes for azure-arm-appplatform commit dc04bbeb549432eb30f47e11771f86fd473a8f82 Author: colawwj <70128817+colawwj@users.noreply.github.com> Date: Fri Oct 29 09:42:58 2021 +0800 mediaservices-track2 (#18415) * mediaservices-track2 * update commit d5fe48454ff3d0b79181d94665991cf65a03704a Author: Jonathan Cárdenas <JonathanCrd@users.noreply.github.com> Date: Thu Oct 28 13:50:12 2021 -0700 Increase timeout from 15 to 30 minutes (#18107) commit 14a8a4e2109c3eefcf8517d1fc06523e88ec2422 Author: Ramya Rao <ramya.rao.a@outlook.com> Date: Thu Oct 28 13:39:21 2021 -0700 [Event Hubs] Add changelog entries for beta release (#18407) Our upcoming November release for Event Hubs will be a beta release. This PR - updates the package version to use beta - adds changelog entries that were missed before commit 10f96dd79192e6f05acd2677552ae7f94f98243d Author: Deyaaeldeen Almahallawi <dealmaha@microsoft.com> Date: Thu Oct 28 13:14:46 2021 -0400 [Text Analytics] Expose response's action name (#18410) * [Text Analytics] Expose response's action name * add changelog entry commit b6fed8ba7fc73196727dd0a6c745b2a153347f31 Author: Hiroshi Yoshioka <40815708+hyoshioka0128@users.noreply.github.com> Date: Fri Oct 29 02:06:21 2021 +0900 Typo "Typescript"→"TypeScript" (#18416) https://docs.microsoft.com/en-us/javascript/api/overview/azure/event-hubs-readme?view=azure-node-latest #PingMSFTDocs commit a00d576c976210ef4b32f9ab0c80fd144ec7d417 Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Thu Oct 28 09:35:45 2021 -0700 Post release automated changes for identity releases (#18418) Post release automated changes for azure-identity commit b31eb5db38cd07a480096789d70f4da53fdd96ff Author: Brian Terlson <brian.terlson@microsoft.com> Date: Thu Oct 28 06:07:40 2021 -0700 [Web Pubsub] Renames per arch board (#18399) commit 6cf53098c5d619c57b3396f8329c5ed57937b541 Author: Jiao Di (MSFT) <80496810+v-jiaodi@users.noreply.github.com> Date: Thu Oct 28 13:39:01 2021 +0800 Fix Schema Registry Readme Issue (#18411) commit e9c4cd4771d943045b4b8e9ab48ab7820c2ae7ee Author: colawwj <70128817+colawwj@users.noreply.github.com> Date: Thu Oct 28 13:18:33 2021 +0800 operations-track2 (#18394) commit 6ebc5a2bec38487aab357d0299fb6243878861cf Author: KarishmaGhiya <kaghiya@microsoft.com> Date: Wed Oct 27 20:15:02 2021 -0700 Prepare identity release 2.0.1 - update changelog date (#18408) Prepare identity release 2.0.1 - update changelog date commit bd0bca68374757b12453522e12ead0fbfc0fb977 Author: Deyaaeldeen Almahallawi <dealmaha@microsoft.com> Date: Wed Oct 27 22:20:57 2021 -0400 [Text Analytics] Allow multiple actions of the same type (#18382) * [Text Analytics] Allow multiple actions of the same type * address feedback * remove onlys commit 8fcdbfec40ce51cda3d79b03fcc6f70522b085f7 Author: marcodalessandro <madales@microsoft.com> Date: Wed Oct 27 17:03:08 2021 -0700 [@azure/event-hubs] Adding `disableDeserialization` option when subscribing (#18173) commit f8a3be788a877b316257766f1be391d2a7d5175e Author: Timo van Veenendaal <timov@microsoft.com> Date: Wed Oct 27 16:41:18 2021 -0700 [Perf Framework] Print dependencies on perf test start (#18366) Resolves #13825. commit 31e9c3a85aced397be3400f33dc4ba27416e029c Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Wed Oct 27 14:21:26 2021 -0700 Sync eng/common directory with azure-sdk-tools for PR 2152 (#18377) * Remove the new sdk check and populate json for track 1 package * Update Save-Package-Properties.ps1 Co-authored-by: Sima Zhu <sizhu@microsoft.com> Co-authored-by: Sima Zhu <48036328+sima-zhu@users.noreply.github.com> commit 34ba5441dba817cccd115d7a10b6f05006ddb6c5 Author: Maor Leger <maorleger@users.noreply.github.com> Date: Wed Oct 27 10:53:06 2021 -0700 [KeyVault] - Fix sovereign cloud tests (#18350) ## What - Suppress key rotation tests in sovereign clouds - Ensure AZURE_AUTHORITY_HOST env var is passed to the credential in tests - Suppress premium SKU tests when KV is not premium ## Why These are added to support sovereign cloud testing. The first is a must for us as key rotation is simply not available in all clouds yet as a preview feature. We still want to test this feature in public cloud though so suppressing it in government clouds is a reasonable approach. The second is necessary to authenticate correctly in different authorities. Finally, the third is a must as premium SKU is not available everywhere. Fixes #18142 Partially Fixes #18267 Fixes #18189 commit 4386511b29a6327188c4013e3bfbe74bcea4aa98 Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Wed Oct 27 02:45:33 2021 -0700 Post release automated changes for containerservice releases (#18393) Post release automated changes for azure-arm-containerservice commit 005e39c1522e9de9e0e2a54d415f1163b1d2c35a Author: colawwj <70128817+colawwj@users.noreply.github.com> Date: Wed Oct 27 16:31:38 2021 +0800 containerservice-tack2 (#18385) * containerservice-tack2 * update commit 518dc805cdaee4cfc1e6a0992841fbcc11f5d77c Author: Liangying.Wei <lianwei@microsoft.com> Date: Wed Oct 27 14:52:07 2021 +0800 Reuse azure logger and move endpoint setting into options (#18359) commit f2a1e3802be3606571c6150f64a11ab799c2a2f7 Author: Petr Švihlík <rocky.intel@gmail.com> Date: Wed Oct 27 08:26:19 2021 +0200 fixed method name as per the azure board review (#18378) commit 65832ba81838f40a2c89347de19fd7811d369d12 Author: colawwj <70128817+colawwj@users.noreply.github.com> Date: Wed Oct 27 11:35:10 2021 +0800 appplatform-track2 (#18380) * appplatform-track2 * update * update commit 625589cdbf2da3052e2ea84f6386829b16f6862d Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Tue Oct 26 19:18:02 2021 -0700 Post release automated changes for azure-arm-recoveryservices (#18361) commit 90a62556e63878aaa2eff25b7f539035c8fe1c88 Author: Harsha Nalluru <sanallur@microsoft.com> Date: Tue Oct 26 15:53:14 2021 -0700 [Samples] update communication and app-config samples (#18362) commit 6e6fb6aedef5eac0eb646601bbaa3f428555827b Author: Harsha Nalluru <sanallur@microsoft.com> Date: Tue Oct 26 15:37:15 2021 -0700 [App Config] Better error message for AppConfigClient with invalid connection strings (#18356) * better error message for AppConfigClient * changelog * (connectionStringOrEndpoint || "").match * connectionStringOrEndpoint?.match commit b4d48e45788af3ddcc04188a01d33a3ca00647d9 Author: Deyaaeldeen Almahallawi <dealmaha@microsoft.com> Date: Tue Oct 26 18:28:47 2021 -0400 [Text Analytics] Merging feature branch for v5.2-beta.2 to main (#18355) * [Text Analytics] Regenerate using v3.2-preview.2 swagger (#17026) * [Text Analytics] Regenerate using v3.2-preview.2 swagger * regenerate with latest version * [Text Analytics] Support Custom Text (#17128) * [Text Analytics] Support Custom Text * update readme and compile new actions * export ClassificationResult * edit * edit * edit * [Text Analytics] Make project and deployment names required (#17402) * [Text Analytics] Add tests for Custom Text (#17756) * [Text Analytics] Add tests for Custom Text * update * remove only * [Text Analytics] Refine proposed API View (#17794) * [Text Analytics] Refine proposed API View * update changelog * [Text Analytics] address archboard feedback (#18131) * address archboard feedback * Update sdk/textanalytics/ai-text-analytics/src/multiCategoryClassifyResult.ts Co-authored-by: Krista Pratico <krpratic@microsoft.com> Co-authored-by: Krista Pratico <krpratic@microsoft.com> * [Text Analytics] Add samples for Custom Text (#17822) * [Text Analytics] Add samples for Custom Text * edit summary * Update sdk/textanalytics/ai-text-analytics/samples-dev/customText.ts Co-authored-by: Will Temple <witemple@microsoft.com> * revert samples * unpublish Co-authored-by: Will Temple <witemple@microsoft.com> * [Text Analytics] Use persistent CI resource * fix typo * address feedback * fix typo * [Text Analytics] Fix Preview.2 samples (#18257) * [Text Analytics] Re-record all tests (#18354) * address feedback * update swagger link * edit * fix recordings Co-authored-by: Krista Pratico <krpratic@microsoft.com> Co-authored-by: Will Temple <witemple@microsoft.com> commit 93fa1009693546f984c2402be29a8f8a5e45ef47 Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Tue Oct 26 14:10:51 2021 -0700 Add latest released version to prepare prerelease (#18373) Co-authored-by: Chidozie Ononiwu <chononiw@microsoft.com> commit d60fc1fec39e288677deed776740a72db5312df1 Author: Jeremy Meng <yumeng@microsoft.com> Date: Tue Oct 26 10:56:10 2021 -0700 [core-http] HttpHeaders.clone() should keep raw header name casing (#18348) Original header names are still available in the values of `_headersMap` and in the result of `headersArray()`. However we currently initialize the clone using `this.rawHeaders()` which returns an object with lower-cased keys thus the original raw header names are lost. When cloning HttpHeaders, we should use the original header names in the clone instead. commit 4c16af6eb4ffeaadba734ae15beed771b17bed2b Author: Deyaaeldeen Almahallawi <dealmaha@microsoft.com> Date: Tue Oct 26 13:13:21 2021 -0400 [Text Analytics] Delete unused URL parsing helper (#18357) commit 730ee58d708261b224f070109c35e38355d05654 Author: colawwj <70128817+colawwj@users.noreply.github.com> Date: Tue Oct 26 12:09:10 2021 +0800 recoveryservices-track2 (#18342) commit 6140e810bb0bde5338b285e3e772b8ef1c7ba608 Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Mon Oct 25 17:05:57 2021 -0700 Post release automated changes for core releases (#18358) Post release automated changes for azure-core-client commit 79aa07f77706c8d669930837ca332fa317230f54 Author: Deyaaeldeen Almahallawi <dealmaha@microsoft.com> Date: Mon Oct 25 18:59:12 2021 -0400 [core-client] Prepare v1.3.2 release (#18352) commit 79bbf95efef8f97fba54fca2e5ed617d94278fcf Author: Maor Leger <maorleger@users.noreply.github.com> Date: Mon Oct 25 14:51:17 2021 -0700 [KeyVault] - Use 7.3-preview for certificates and secrets (#18346) commit e662d41605a5869a3e553c89b9e1d74fa2417f72 Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Mon Oct 25 13:55:05 2021 -0700 Automatic rush update --full (#18343) commit 739a68bfcea8723fb44ab4bb3079d532a3f58952 Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Mon Oct 25 13:52:33 2021 -0700 Post release automated changes for azure-arm-containerregistry (#18303) commit be355116959ffb72bedb5c62fb41f1cf85d0b765 Author: Maor Leger <maorleger@users.noreply.github.com> Date: Mon Oct 25 13:01:48 2021 -0700 [KeyVault] - Add missing lib:dom reference (#18344) ## What - Add lib: dom entry to keyvault-secrets tsconfig - Add lib: dom entry to keyvault-admin tsconfig - Remove dom.d.ts from keyvault-common ## Why During min/max testing we found that the dom.d.ts file doesn't actually help when keyvault-common is bundled in with the rest of the source files. The other keyvault packages are already including lib: dom which is why things worked fine for them. The solution here is to just add lib: dom to kv-secrets to match the other kv packages. While not strictly necessary yet I did add it to keyvault-admin as well because it'll surely come up once MHSM deployments resume correctly. commit c2c723ddafca39dca375a7f8b36af16ed03e9fe3 Author: praveenkuttappan <55455725+praveenkuttappan@users.noreply.github.com> Date: Mon Oct 25 14:23:58 2021 -0400 Identity alpha build is failing with missing test-utils dependency (#18345) commit ce466e54362b95d9507412f0e943cf93ceb437fd Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Sun Oct 24 21:40:14 2021 -0700 Post release automated changes for azure-arm-logic (#18337) commit f1068b17a6e16219b870e9eb661862ccbca6de42 Author: colawwj <70128817+colawwj@users.noreply.github.com> Date: Mon Oct 25 10:37:54 2021 +0800 logic-track2 (#18313) commit 7a7d99d271f62aef320963d26bab76b4dea50afc Author: Timo van Veenendaal <me@timo.nz> Date: Fri Oct 22 23:05:56 2021 -0700 [Perf Framework] rename perfstress to perf and runAsync to run (#18290) Reported in #18033. Basically did a bulk find+replace everywhere. Things _seem_ to be working OK, but wouldn't be surprised if there's something somewhere I've missed, or somewhere where I've replaced something I shouldn't. I've split the rename of PerfStress -> Perf and runAsync -> run into two commits for ease of review :) commit 58beb3e7d18650c5d961c5099e2519f58a963d99 Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Fri Oct 22 15:07:27 2021 -0700 Fully automate cluster buildout. Add azure file share mount to stress tests. (#18327) Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com> commit 04c45d14c8a2b531a4f869c355b76b2fd260af22 Author: Daniel Rodríguez <sadasant@users.noreply.github.com> Date: Fri Oct 22 17:42:56 2021 -0400 [Identity] Re-enabling the Service Fabric MSI (#17579) * [Identity] Re-enabling the Service Fabric MSI * Update managedIdentityCredential.spec.ts * CHANGELOG entry * Update fabricMsi.ts * Update fabricMsi.ts commit a00a662e3f50f4b4d45bee634d41932996c49459 Author: Deyaaeldeen Almahallawi <dealmaha@microsoft.com> Date: Fri Oct 22 16:18:12 2021 -0400 [core-client] Skip parameter overwriting if the path is absolute (#18310) * Skip parameter overwriting if the path is absolute * add a comment * update changelog * update TA recordings * address feedback commit f26bb90567e828fca5d01172ae6d020f141b2432 Author: Maor Leger <maorleger@users.noreply.github.com> Date: Fri Oct 22 13:13:56 2021 -0700 [KeyVault] - Address archboard review feedback (#18319) ## What - return bytes from getRandomBytes - rename KeyReleasePolicy.data to KeyReleasePolicy.encodedPolicy - rename target to targetAttestationToken ## Why These address recent architecture board review comments and will improve the overall experience when using these new APIs. Resolves #18307 Resolves #18317 commit 66a7eb4544df757e803d487a1bc8be7a5e3314d4 Author: Daniel Rodríguez <sadasant@users.noreply.github.com> Date: Fri Oct 22 15:44:26 2021 -0400 Revert "[Identity] Pointing to troubleshooting guide on more credentials (#18296)" (#18311) This reverts commit d75512a573757a7cfa1a774b27d635f714d0e168. commit d79c90f49312851d798de610d3c0eb481b66e25c Author: Andrej Kyselica <andrej@kyselica.com> Date: Fri Oct 22 14:55:03 2021 -0400 fix nested code quote (#18318) commit 1c04b202f507af6297d00318aa06f9663f15108e Author: Maor Leger <maorleger@users.noreply.github.com> Date: Fri Oct 22 08:40:07 2021 -0700 Revert "[KeyVault] - Add key_ops to JWK and deprecate keyOps (#17914)" (#18314) This reverts commit 0ad4ea3cd1128d908dae2ef0a902f4a7c1177a9f. We decided not to take this change in - the reasons are: 1. Currently there's no _clean_ way to prevent modeler4 from normalizing a name. That is tracked in https://github.com/Azure/autorest.typescript/issues/1211 but the swagger transform is messy at this point 2. Originally I had applied the transformation in code when deserializing a JWK from the server; however, I forgot there's also the importKey operation 3. While a customer did ask for this in dotnet, nobody has asked for this in JS so there's a lot of risk for very little customer benefit commit 0a3dd1580b444d88eb9d9fbaafb6ecf0882211aa Author: Maor Leger <maorleger@users.noreply.github.com> Date: Fri Oct 22 08:21:44 2021 -0700 [KeyVault] - Move dom reference to dts file (#18315) In order to work around a known typing issue when using the global URL, we added a reference comment in source code. This PR just moves that declaration to a separate dts file in order to stay consistent with how we're doing it in other packages. commit c52e8a2d207c2197b28b56d1b13c07b754203b6b Author: Petr Švihlík <rocky.intel@gmail.com> Date: Fri Oct 22 09:12:35 2021 +0200 Renamed exchangeTeamsToken to exchangeTeamsUserAadToken (#18306) * exchangeTeamsToken to exchangeTeamsUserAadToken commit 4cc59c0b2f56f7a8e119b2f45d077d4e0c87a192 Author: Harsha Nalluru <sanallur@microsoft.com> Date: Thu Oct 21 22:40:16 2021 -0700 [Service Bus] ATOM API - Make service version configurable (#18254) * ServiceBusAtomAPIVersion * older API Version is broken * tests * rename * changelog * getRandomServiceVersion * remove .only * address Jeremy's feedback * serviceVersion comments * docs * test with both the api versions * Donot expose ServiceBusAtomAPIVersion * test * doc update commit 88791cd070e4e105ea5d1e82beac54e4a5acbf7c Author: Harsha Nalluru <sanallur@microsoft.com> Date: Thu Oct 21 17:54:32 2021 -0700 [Unified Recorder] AddSanitizer (#17379) * connection string sanitizer * removeHeaderSanitizer * add server * rename as unit tests * update integration test commands * lock file * sanitizer tests * lock file * del;ete sanitizer test file * build failures * sanitizer starter tests * export setEnvironmentVariables from recorder * sanitizer and related changes * pass client.start param * recorder.start takes options * update karma.conf * core-v1 and core-v2 tests with sanitizer * recordings * remnove console.log * getRealAndFakePairs rename * session file not needed * doc comment * temp-commands * sanitizer APIs * add more routes to the server * lock file * tests with the local server * node recordings * browser counterparts * echo skipped * comment out * UriRegexSanitizer * UriSubscriptionIdSanitizer * continuationSanitizer * headerRegexSanitizers * Codespaces * UriRegexSanitizer * simplify UriRegexSanitizer test * UriSubscriptionIdSanitizer * recordigns * lock file * unneeded commented code * ResetSanitizer did not work as expected * groupForReplace and transformsInfo * adding sanitizer to start method * recordings * some docs and handleEnvSetupForPlayback * lock file * docs * changelog * changelog * comments * Daniel's feedback * lock file * ProxyToolSanitizers, sanitizerKeywordMapping * refactor * add comment * more docs * test-proxy starter code for starting * Revert "test-proxy starter code for starting" This reverts commit 49a2d6816a901b04fe3d9669923c8b9e58fe72a2. * Jeremy's and Daniels's feedback * part feedback from Will * mistype * exclude Exclude from Exclude<T, undefined> to not have Exclude * Simplify getKeyValuePair method * getConnStringAsJSON Co-authored-by: Codespaces <codespaces@github.com> commit f975db12027cafeb27c60d3db56409c219c81bec Author: Jeremy Meng <yumeng@microsoft.com> Date: Thu Oct 21 15:46:45 2021 -0700 [ContainerRegistry] support passing service version via client options (#18067) This PR adds an optional `serviceVersion` proeprty to `ContainerRegistryClientOptions`. commit 27d81495f905a24a9f82ec3a152073e05729657d Author: Dina Berry <41597107+diberry@users.noreply.github.com> Date: Thu Oct 21 10:17:25 2021 -0700 Fix minor typo (#18293) commit 49cebf06eb430cee3a6cc31fca75b629e02d4eda Author: colawwj <70128817+colawwj@users.noreply.github.com> Date: Thu Oct 21 09:55:01 2021 +0800 containerregistry-track2 (#18285) commit d75512a573757a7cfa1a774b27d635f714d0e168 Author: Daniel Rodríguez <sadasant@users.noreply.github.com> Date: Wed Oct 20 21:09:02 2021 -0400 [Identity] Pointing to troubleshooting guide on more credentials (#18296) * added the troubleshooting guide to the credentials that use MSAL * CHANGELOG commit 0ca3320c72864919350d7af2a67c97843d78e150 Author: Jeremy Meng <yumeng@microsoft.com> Date: Wed Oct 20 16:57:42 2021 -0700 [ContainerRegistry] Remove browser related docs (#17717) * [ContainerRegistry] Remove browser related docs as the service doesn't support configuring CORS settings, which make it not possible to use in a secure browser environment. * Link to CORS consideration doc commit ef42711ac167b15af2e0898183c7cba4b3b91b30 Author: Brian Terlson <brian.terlson@microsoft.com> Date: Wed Oct 20 16:13:52 2021 -0700 [Web-Pubsub] Update to latest API version, support DAC, support APIM (#17134) commit 72aff0fe90a9e976cf6057aa541a663b86f604f7 Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Wed Oct 20 12:08:01 2021 -0700 Sync eng/common directory with azure-sdk-tools for PR 2093 (#18288) * Consume Codeowners parser library, ceperate users from teams in codeownerse * Update get-pr-owners and related logic Co-authored-by: Chidozie Ononiwu <chononiw@microsoft.com> commit 08ce4b0eed073a122d803afcfbcdf0d551d9280f Author: Petr Švihlík <rocky.intel@gmail.com> Date: Wed Oct 20 09:57:02 2021 +0200 Added Public Preview API version for the Custom Teams Endpoint (#18271) * Added Public Preview API version for Custom Teams Endpoint * Updated readme, samples, changelog * Added a test for expired token and empty token * Fixed tests for exchangeTeamsToken * Updated test recordings commit 2177931d55fecce4e59e0a1d7f2dc67b4107f8dc Author: colawwj <70128817+colawwj@users.noreply.github.com> Date: Wed Oct 20 15:19:56 2021 +0800 update (#18281) commit 35161af18387dd7a6ac14b04254444e795ef488e Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Tue Oct 19 20:18:24 2021 -0700 Post release automated changes for postgresql releases (#18280) Post release automated changes for azure-arm-postgresql commit 6120a0a69fee75d0874ab5a37ba89120daa5a003 Author: colawwj <70128817+colawwj@users.noreply.github.com> Date: Wed Oct 20 11:08:14 2021 +0800 Update package.json for subscriptions (#18279) * update-package.json-for-subscriptions * update-package.json-for-subscriptions commit 92e46cb57b17b24989bcf4d6d0fa96e0d171eb58 Author: colawwj <70128817+colawwj@users.noreply.github.com> Date: Wed Oct 20 10:26:55 2021 +0800 postgresql-track2 (#18263) * postgresql-track2 * update commit 6144868b30a5d9d4243fb7f9ba08707d25b5b55b Author: Daniel Rodríguez <sadasant@users.noreply.github.com> Date: Tue Oct 19 19:19:59 2021 -0400 [Identity] Fix Azure CLI Credential on Windows (#18275) Some time ago, a security change was made on the Azure CLI credential that changed the `exec` call to `execFile` for `az` calls, here: https://github.com/Azure/azure-sdk-for-js/pull/14408. This PR moved from Node.js’s `child_process.exec()` to `child_process.execFile()`. That change however didn’t take in consideration that `exec` would run commands in a shell and `execFile` would not. Turns out that, on Windows, the Azure CLI `az` is not a program Windows can find without a shell. For the longest time, whenever I saw this error, it seemed like an environment issue and not a real bug. Thanks to this customer issue: https://github.com/Azure/azure-sdk-for-js/issues/18268 things finally clicked. This PR ensures that the AzureCLICredential calls to the `az` program within a shell. Note: v1 doesn’t have this problem because it still uses `exec`: https://github.com/Azure/azure-sdk-for-js/blob/hotfix/identity_1.5.2/sdk/identity/identity/src/credentials/azureCliCredential.ts#L42 Feedback always appreciated 🙏 commit 48ebdfbf8a221969d9c2300aeb9e93fb0ad3074e Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Tue Oct 19 14:44:55 2021 -0700 update to latest test-proxy tag (#18276) Co-authored-by: scbedd <45376673+scbedd@users.noreply.github.com> commit 0ac4aac6448ca6ed13f265c5cfb981d511942657 Author: Dina Berry <41597107+diberry@users.noreply.github.com> Date: Tue Oct 19 11:10:30 2021 -0700 Expose API from App registration, not Enterprise app (#18255) commit c027e05a7e6ba6539b03ba92e00c06f0a33d2aa1 Author: luc <44377201+LuChen-Microsoft@users.noreply.github.com> Date: Tue Oct 19 11:00:31 2021 -0700 Update CHANGELOG.md (#18273) commit bc96130d1b730c2300ea3bc28419899e7c72c4af Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Tue Oct 19 10:42:04 2021 -0700 Automatic rush update --full (#18247) commit 0e85c8ea4befd5f7613d067815303ba9e49fed91 Author: Daniel Rodríguez <sadasant@users.noreply.github.com> Date: Tue Oct 19 13:41:38 2021 -0400 [Identity Plugins] Increased version to v1.0.1 (#18258) commit 1e507db7050533e92f8bdf0b7a22310b9c8e3fe4 Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Mon Oct 18 19:53:42 2021 -0700 Sync eng/common directory with azure-sdk-tools for PR 2085 (#18259) * Fix up identity resolver to make it more reliable, publish notification configuration as a tool * Use both username and email to resolve queuing user Co-authored-by: Chidozie Ononiwu <chononiw@microsoft.com> commit 6ebc0269c747555163300e7d3e1c63282a2776f6 Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Mon Oct 18 16:11:03 2021 -0700 Sync eng/common directory with azure-sdk-tools for PR 2100 (#18252) * Add group id into metadata for java use * Update Update-DocsMsPackages.ps1 * Update Update-DocsMsPackages.ps1 * Update eng/common/scripts/Update-DocsMsPackages.ps1 Co-authored-by: Ben Broderick Phillips <ben@benbp.net> * Update eng/common/scripts/Update-DocsMsPackages.ps1 Co-authored-by: Ben Broderick Phillips <ben@benbp.net> Co-authored-by: Sima Zhu <sizhu@microsoft.com> Co-authored-by: Sima Zhu <48036328+sima-zhu@users.noreply.github.com> Co-authored-by: Ben Broderick Phillips <ben@benbp.net> commit 2ce90510e7f7c580266f3f765d6b4f963767acc8 Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Mon Oct 18 13:31:45 2021 -0700 adjust the docker-start-proxy to take advantage of the linux specific commands that allow contact of localhost (#18250) Co-authored-by: scbedd <45376673+scbedd@users.noreply.github.com> commit 4e1e77af1586795ece96e16a3e3102ebeb067333 Author: govardhan <27.govardhan@gmail.com> Date: Tue Oct 19 01:18:34 2021 +0530 updated the cosmosdb doc with correct syntax and return type (#18228) commit 972059c315512d9d682681e214e68860e50e39ce Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Mon Oct 18 12:41:06 2021 -0700 Post release automated changes for purview releases (#18187) * Post release automated changes for azure-rest-purview-scanning * Fix readme Co-authored-by: Jose Manuel Heredia Hidalgo <joheredi@microsoft.com> commit 0163e3cb2873879004ec0ff54355445ee5fcc71d Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Mon Oct 18 12:40:56 2021 -0700 Post release automated changes for purview releases (#18215) * Post release automated changes for azure-rest-purview-administration * Fix samples readme Co-authored-by: Jose Manuel Heredia Hidalgo <joheredi@microsoft.com> commit 201a7754dadec5babccd3982af6a9b6e6b156611 Author: Jose Manuel Heredia Hidalgo <joheredi@microsoft.com> Date: Mon Oct 18 12:40:03 2021 -0700 Update Purview owner (#18249) commit fb1f1a7835db1fc9bf2d6e9e200f3f87cf600165 Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Mon Oct 18 12:39:32 2021 -0700 Post release automated changes for purview releases (#18192) * Post release automated changes for azure-rest-purview-catalog * Fix samples readme Co-authored-by: Jose Manuel Heredia Hidalgo <joheredi@microsoft.com> commit 0c47584b30fd6b8c9443ce610254dd26d4147ff4 Author: Jose Manuel Heredia Hidalgo <joheredi@microsoft.com> Date: Mon Oct 18 07:57:05 2021 -0700 [Tables] Multiple small fixes to Tables SDK (#18211) * Multiple small fixes to Tables SDK * Remove un-needed changes * Update sdk/tables/data-tables/README.md Co-authored-by: Deyaaeldeen Almahallawi <dealmaha@microsoft.com> * Update sdk/tables/data-tables/README.md Co-authored-by: Deyaaeldeen Almahallawi <dealmaha@microsoft.com> * Update sdk/tables/data-tables/src/serialization.ts Co-authored-by: Deyaaeldeen Almahallawi <dealmaha@microsoft.com> * Update sdk/tables/data-tables/src/utils/bufferSerializer.ts Co-authored-by: Deyaaeldeen Almahallawi <dealmaha@microsoft.com> * bring back base64 encoding * update sample name * Fix format and update changelog * Update sample name * Remove un-needed re-recordings Co-authored-by: Deyaaeldeen Almahallawi <dealmaha@microsoft.com> commit 5215a7d829e63302c0fe5f0b1c90b35ef7945541 Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Mon Oct 18 02:24:37 2021 -0700 Post release automated changes for compute releases (#18244) Post release automated changes for azure-arm-compute commit baa70f87320b8fc8c323e147b4ad0f54966aca9e Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Mon Oct 18 01:58:13 2021 -0700 Post release automated changes for policy releases (#18243) Post release automated changes for azure-arm-policy commit f4198b6a5517ce284d83704aac6f7250d151cc76 Author: colawwj <70128817+colawwj@users.noreply.github.com> Date: Mon Oct 18 16:40:24 2021 +0800 compute-track2 (#18239) * compute-track2 * update commit 29b628083f4936d068e1548da23b4608f944b007 Author: colawwj <70128817+colawwj@users.noreply.github.com> Date: Mon Oct 18 14:48:37 2021 +0800 policy-track2 (#18229) * policy-track2 * update * update commit c3b75ee4e29d6cd2008fbd29101769d7012f3793 Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Fri Oct 15 17:57:19 2021 -0700 Post release automated changes for identity releases (#18218) Post release automated changes for azure-identity commit 3e965811e6255ff474f5f2974db82ab4073358fc Author: Jose Manuel Heredia Hidalgo <joheredi@microsoft.com> Date: Fri Oct 15 14:42:08 2021 -0700 Support manually handling continuationTokens (#18179) * Support manually handling continuationTokens * Use PageSettings and update version * Update samples and page type * Address PR Comments * Undo changes to generated samples * Fix format commit 6464b0efa4b250685eec5356477cb7d073d2af72 Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Fri Oct 15 13:08:08 2021 -0700 Post release automated changes for synapse releases (#18056) * Post release automated changes for azure-synapse-spark * Post release automated changes for azure-synapse-artifacts commit 850366a7117a76f5c9afa0a453a25d3925a968ae Author: Jose Manuel Heredia Hidalgo <joheredi@microsoft.com> Date: Fri Oct 15 12:44:52 2021 -0700 [Purview Administration] Prepare for 1.0.0-beta.1 release (#18212) * Regenetate with latest api-version and update changelog * Update changelog commit 64936d6abd3b4c6160cfe63377ca2c34e5567868 Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Fri Oct 15 11:49:04 2021 -0700 Post release automated changes for monitor releases (#18084) Post release automated changes for azure-monitor-query commit 55dc5736f404c5f08f544213eba1bfb2560ac650 Author: Jiao Di (MSFT) <80496810+v-jiaodi@users.noreply.github.com> Date: Sat Oct 16 02:15:30 2021 +0800 update to latest (#18144) commit cdbe548db571b39a7dccff41aa68db736910042f Author: Jiao Di (MSFT) <80496810+v-jiaodi@users.noreply.github.com> Date: Sat Oct 16 02:15:13 2021 +0800 Fix Synapse AccessControl Readme Issue (#18143) * Fix Synapse AccessControl Readme Issue * Update run_test.ts Co-authored-by: Tong Xu (MSFT) <57166602+v-xuto@users.noreply.github.com> commit 45723afcb83de53ac8e540b73df446e535468da2 Author: Daniel Rodríguez <sadasant@users.noreply.github.com> Date: Fri Oct 15 14:15:02 2021 -0400 [Identity] changing the release date (#18213) We couldn’t release yesterday, but we were able to test the bundles. Let’s get this out today. commit edb6fb4d757fd7b0e70f837c5520fcb3cae7737a Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Fri Oct 15 11:04:20 2021 -0700 Post release automated changes for monitor releases (#18053) Post release automated changes for azure-monitor-opentelemetry-exporter commit dcc3156e6dedbf7f8627f4c5c12343092f11c6ca Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Fri Oct 15 11:01:13 2021 -0700 Post release automated changes for azure-arm-apimanagement (#18114) commit 52f4889c9cfa4152cfdaafde647b9f50f41cd9e9 Author: govardhan <27.govardhan@gmail.com> Date: Fri Oct 15 23:20:04 2021 +0530 [Cosmos] removing the upsert as a supported feature (#18193) commit c1f7abf764911c4d5962df24b07c2fc425d0e5d1 Author: Kevin <skiimilk@gmail.com> Date: Sat Oct 16 01:47:52 2021 +0800 Fix spelling error (#18186) commit b2d9efe1f9716816c55117313144f059bde73360 Author: Maor Leger <maorleger@users.noreply.github.com> Date: Fri Oct 15 10:43:25 2021 -0700 [KeyVault] - Support multitenant challenge authentication (#18082) ## What - Parse tenantId from WWW-Authenticate authorization field and pass it to the getToken call when parsing challenges ## Why Identity will soon add multi-tenant challenge authentication support. It's already supported in `main` today, and will supported in production soon. On the KeyVault side we just need to pull out the tenant ID from the `authorization` field and pass it in as part of the `GetTokenOptions` options bag when calling `getToken`. Older Identity clients will ignore this field, but newer clients will use it as the tenantId. Resolves #17619 commit 5075150408b4c4d44c97dac9ad5c37ffdd1ab989 Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Fri Oct 15 10:32:27 2021 -0700 Post release automated changes for azure-arm-eventhub (#18198) commit e197af8b8b23e7b875fc51d67fcdcf76eb3334a5 Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Fri Oct 15 10:31:49 2021 -0700 Post release automated changes for azure-arm-compute (#18196) commit 9da00cc3b186affeaeca0b1575d6e40d34050a86 Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Fri Oct 15 10:31:40 2021 -0700 Post release automated changes for azure-arm-features (#18200) commit 798aca894f73385dd678ee12eefcbdcd90db640b Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Fri Oct 15 10:31:34 2021 -0700 Post release automated changes for azure-arm-storage (#18207) commit 5aeee52243b14828fcdb923ace2534d66b323751 Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Fri Oct 15 10:31:28 2021 -0700 Post release automated changes for azure-arm-policy (#18209) commit 15e48a44ce509212ea4bcb51fd3d60947a16516e Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Fri Oct 15 10:07:06 2021 -0700 Post release automated changes for azure-data-tables (#17495) commit 45c84009f60fc00c1db37211f02203807be22f84 Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Fri Oct 15 03:18:04 2021 -0700 Post release automated changes for eventgrid releases (#18197) Post release automated changes for azure-arm-eventgrid commit 5cb453510c95928e1f7afdcfeb1b78c3b010d272 Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Fri Oct 15 03:08:38 2021 -0700 Post release automated changes for security releases (#18184) Post release automated changes for azure-arm-security commit df175ca0121b32a9322895a52156082bfa63e6db Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Fri Oct 15 03:06:45 2021 -0700 Post release automated changes for appservice releases (#18194) Post release automated changes for azure-arm-appservice commit 208a20957b7186146fedfc20f54fb11d056ed142 Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Fri Oct 15 03:05:35 2021 -0700 Post release automated changes for authorization releases (#18195) Post release automated changes for azure-arm-authorization commit 3ac3f7e1199c8d44c79c43e7a66fea6994ec8096 Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Fri Oct 15 03:03:11 2021 -0700 Post release automated changes for keyvault releases (#18199) Post release automated changes for azure-arm-keyvault commit 32462c8f6bb00aa98ed7600743f3b5d5cac2a38e Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Fri Oct 15 03:02:31 2021 -0700 Post release automated changes for locks releases (#18201) Post release automated changes for azure-arm-locks commit 843021c32486802eaae14caeb5e9e2c4dbfac90e Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Fri Oct 15 03:01:44 2021 -0700 Post release automated changes for managedapplications releases (#18202) Post release automated changes for azure-arm-managedapplications commit 53275f74504dd11b6a3bdd98e3fc395f5b1f82f9 Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Fri Oct 15 03:01:11 2021 -0700 Post release automated changes for redis releases (#18203) Post release automated changes for azure-arm-rediscache commit fc7cb118f34f8705c667911bf5df23a22f8dd59c Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Fri Oct 15 03:00:49 2021 -0700 Post release automated changes for network releases (#18204) Post release automated changes for azure-arm-network commit fc18040f18cbb599848c58f10563e4e1ac6f7733 Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Fri Oct 15 03:00:21 2021 -0700 Post release automated changes for resources releases (#18205) Post release automated changes for azure-arm-resources commit b01fc24700710c7e90bff850139aefe247059c5e Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Fri Oct 15 02:59:41 2021 -0700 Post release automated changes for servicebus releases (#18206) Post release automated changes for azure-arm-servicebus commit 48bb7d330fa82825e14c605f9f0f9f83e3dfc6af Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Fri Oct 15 02:59:19 2021 -0700 Post release automated changes for links releases (#18208) Post release automated changes for azure-arm-links commit 9baaaf6404bab19631914dcfbf8c47359710fd15 Author: Qiaoqiao Zhang <55688292+qiaozha@users.noreply.github.com> Date: Fri Oct 15 15:38:30 2021 +0800 update-purview-catalog-version-for-release (#18191) commit f447a83ca994eaae54b019fc82ce7bfc65c1e197 Author: Qiaoqiao Zhang <55688292+qiaozha@users.noreply.github.com> Date: Fri Oct 15 14:30:45 2021 +0800 update purview catalog changelog (#18188) commit 5f2a1c443d3ddfe802d5c25747946ec8890ea80c Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Thu Oct 14 22:56:53 2021 -0700 Post release automated changes for sql releases (#18182) Post release automated changes for azure-arm-sql commit 29b72e32940830050b091b25d135ce37951d4ab4 Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Thu Oct 14 22:56:33 2021 -0700 Post release automated changes for operationalinsights releases (#18185) Post release automated changes for azure-arm-operationalinsights commit d560735e6ae124c83916c16fcdc5a42cd06ad8d0 Author: colawwj <70128817+colawwj@users.noreply.github.com> Date: Fri Oct 15 10:44:11 2021 +0800 security & operationinsights update (#18180) * update changelog * update commit 67a8c56507ad78067a03042cbf2b3cd7b4b7a166 Author: Qiaoqiao Zhang <55688292+qiaozha@users.noreply.github.com> Date: Fri Oct 15 10:27:16 2021 +0800 update purview scanning samples (#18154) * update purview scanning samples * Update README.md * remove comment out line * update samples * to resolve comments commit f5ea75af7ef24d663cfa9cc959a42f61fcb3ea53 Author: Ramya Rao <ramya.rao.a@outlook.com> Date: Thu Oct 14 17:53:25 2021 -0700 Updates to CodeOwners file for folks no longer with the team (#18178) commit a89de3847738955633a65ebde9b46d61005f337a Author: Daniel Rodríguez <sadasant@users.noreply.github.com> Date: Thu Oct 14 20:27:35 2021 -0400 [Identity] Spotted a code issue in the OBO sample (#18177) 👷 Better late than never. commit 8801bdb0cc59edabb6b403d26eace14ba6e6186a Author: Daniel Rodríguez <sadasant@users.noreply.github.com> Date: Thu Oct 14 19:02:19 2021 -0400 plugins to 1.0.0 and specified a release date in the CHANGELOGs (#18176) commit afbcea7b063f1f5c0511790e9fa8e35b1c217644 Author: Daniel Rodríguez <sadasant@users.noreply.github.com> Date: Thu Oct 14 17:54:47 2021 -0400 [Identity] 2.0.0 release date (#18175) commit a4241d1273d8490e950b0839dd7628134d7c4aa2 Author: Daniel Rodríguez <sadasant@users.noreply.github.com> Date: Thu Oct 14 14:11:26 2021 -0400 [Identity] Better names for the InteractiveBrowserCredential options (#18166) commit 28e3f8058c5ef0423e1136a06fa01f14c8071b57 Author: praveenkuttappan <55455725+praveenkuttappan@users.noreply.github.com> Date: Thu Oct 14 11:18:59 2021 -0400 Update npm tag setting script to generate new tags based on currently tagged versions (#18165) commit 9cee4779fa51ab266c9f82c34a9fbb7d38124838 Author: colawwj <70128817+colawwj@users.noreply.github.com> Date: Thu Oct 14 17:22:11 2021 +0800 operationalinsights-track2 (#18172) commit 529fcd7b52be3dab1ba63c9cfe67782fbedd5834 Author: colawwj <70128817+colawwj@users.noreply.github.com> Date: Thu Oct 14 10:56:53 2021 +0800 security-track1 (#18167) commit ac86a56992d339ce7e337fbc4e282f0b02d30fe3 Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Wed Oct 13 10:43:51 2021 -0700 Sync eng/common directory with azure-sdk-tools for PR 2095 (#18149) * Mitigate relative path calculation error on multiple iterations * Revert "Mitigate relative path calculation error on multiple iterations" This reverts commit 45baedd990c6a3085742a38a4891d8706a93be77. * GetRelativePath should check if path is already relative before calling [IO.Path]::GetRelativePath Co-authored-by: Daniel Jurek <djurek@microsoft.com> commit 0afa58e9a8072a4f9a112b4feb37aabcd988e42f Author: KarishmaGhiya <kaghiya@microsoft.com> Date: Tue Oct 12 19:12:09 2021 -0700 add troubleshooting guide for identity (#17734) * add troubleshooting guide for identity Co-authored-by: Scott Addie <10702007+scottaddie@users.noreply.github.com> commit a319c90966f63eb57bd785db65f627c50b96f608 Author: Daniel Rodríguez <sadasant@users.noreply.github.com> Date: Tue Oct 12 22:01:34 2021 -0400 [Identity] On Behalf Of sample (#18109) * [Identity] On Behalf Of sample * once again, I forgot to remove en-us * Apply suggestions from code review Co-authored-by: Scott Addie <10702007+scottaddie@users.noreply.github.com> * extra line * removed old section * Apply suggestions from code review Co-authored-by: Scott Addie <10702007+scottaddie@users.noreply.github.com> Co-authored-by: Scott Addie <10702007+scottaddie@users.noreply.github.com> commit 63be7d208da651c911e5c716cf602ad7081fe003 Author: KarishmaGhiya <kaghiya@microsoft.com> Date: Tue Oct 12 18:15:34 2021 -0700 Readme inconsistency (#18098) commit 80662729cec289223c0e3a5bfa8bdc6bd3040f81 Author: Daniel Rodríguez <sadasant@users.noreply.github.com> Date: Tue Oct 12 15:51:28 2021 -0400 [Identity] What if we accepted the PEM certificate string contents? (#18017) This PR serves to explore the idea of changing the public API of ClientCertificateCredential before we release v2, to allow users to either pass the path to a PEM certificate in the filesystem, or the string certificate contents directly. .NET allows a similar set of alternatives (with more flexibility on the type of certificates than us): https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/identity/Azure.Identity/api/Azure.Identity.netstandard2.0.cs#L96 This could help us provide a better experience for issues similar to #17715 Feedback appreciated 🙏 commit 68fbad61668f1423b76f22509c974e20af607e75 Author: Daniel Rodríguez <sadasant@users.noreply.github.com> Date: Tue Oct 12 14:57:34 2021 -0400 [Identity] Removed AzureApplicationCredential from our public API (#18129) * [Identity] Removed AzureApplicationCredential from our public API * Apply suggestions from code review Co-authored-by: Ramya Rao <ramya.rao.a@outlook.com> Co-authored-by: Ramya Rao <ramya.rao.a@outlook.com> commit 1e706fc1369b0ac2b5a064a4a667af54f9f00ae9 Author: Hiroshi Yoshioka <40815708+hyoshioka0128@users.noreply.github.com> Date: Wed Oct 13 00:23:18 2021 +0900 Typo "Typescript"→"TypeScript" (#18141) https://docs.microsoft.com/en-us/javascript/api/overview/azure/service-bus-readme?view=azure-node-latest …
[OperationalInsights] Workspace provisioningState was set to readOnly (#17379) * [aks] fix vm size model and osDiskType description (#13763) * fix: agent pool vm size should be string, not enum * fix: osDiskType default description for >= 2020-11-01 * [Hub Generated] Review request for Microsoft.DocumentDB to add version preview/2021-03-01-preview (#13267) * init * fix format * sync * read only * fix sample * fix Co-authored-by: Teng Pan <tepa@microsoft.com> * storagesync readme t2 config (#13810) * storagesync readme t2 config * storagesync readme.python t2 config * Updated SAS swagger with latest changes. (#13439) * Fixed hostname in the Offazure swaggers. * added newest swagger from service repo. This contains PE changes too. * rewritten swagger changes on existing swagger * some fixes to swagger * added examples. * fixes * edit * edit. * fixes * minor fix * edit * edit * edited default api version tag * Dev weather microsoft.maps 1.0 (#13796) * Remove preview from Weather API, remove X-Publish, and convert X-ms-enum ModelAsString to true * Revert changes to package-lock.json * Fix spelling error * Adding Azure Object Anchors error codes for IngestionProperties (#13787) * Added Azure Object Anchors error code field to IngestionProperties * Fixed spacing in example * Moved changes to new version * Addressed version mismatch, spacing * Fixed versions on examples * Readonly error code * Seeing if readonly error code is breaking * Revert "Seeing if readonly error code is breaking" This reverts commit c0b16f07c4a46a07fc7831a1735bb290804242ea. * Model error code as string * Renamed examples to asset conversion nomenclature * Fixed rename issues * Fixed issue #9593 (#13262) * Fixed issue #9593 * Removed redundant PrivateEndpointConnectionProperties attribute * [Hub Generated] Review request for Microsoft.Consumption to add version stable/2019-05-01 (#13800) * Fixed Swagger Validation Errors * Fixed Model Validation * [Hub Generated] Review request for Microsoft.CostManagement to add version stable/2019-11-01 (#13788) * Fixed Swagger Validation Errors * Fixed Type * Fixed Type * Fixed Setting Properties * Fixed Punctuation * Removed Item * Added Items Properties * Fixed Required Property * azurestack wave4 t2 config (#13813) * Added Microsoft.AppConfiguration 2021-03-01-preview API version. (#13490) * Added Microsoft.AppConfiguration 2021-03-01-preview API version. * Add system metadata to tracked resources in "Microsoft.AppConfiguration". Updated ConfigurationStore to reference the common tracked resource type definition. * Added disableLocalAuth property. * Add new api version swagger to readme. * Added/updated examples and added suppressions for standardized APIs. * Fixed prettier. * Add missing property fileStorageSkuName into MySQL Flexible Server spec (#13693) * appplatform t2 readme config (#13829) * customproviders t2 readme config (#13831) * Update readme.csharp.md (#13807) * [Sentine][Data connectors][Fix correctness bug] (#13175) * update required fields * update required fields * Explicitly define KeyCreationTime in Feb21 (#13757) * Explicitly define KeyCreationTime Explicitly define KeyCreationTime * Fix KeyCreationTime Example Fix KeyCreationTime Example * Add Microsoft.M365SecurityAndCompliance RP (#13646) * Add Microsoft.M365SecurityAndCompliance RP * fix datetime and common-types file path * update common-types file path * add preview path in readmego * replace stable with preview * remove duplicate tags * refer MIPPolicySync json in readme * service name for java (#13837) * Dev keyvault microsoft.key vault 2021 04 01 preview (#13585) * Adds base for updating Microsoft.KeyVault from version preview/2020-04-01-preview to version 2021-04-01-preview * Updates readme * Updates API version in new specs and examples * Open API change for Managed Hsm private endpoints feature (#12938) * Open API change for Managed Hsm private endpoints feature * Fixing spell check errors * Fixing spell check errors * Prettier fixes * Fixing swagger validation errors * Fixing systemData property reference * Adding publicNetworkAccess property based on private endpoint requirement. * GET responses following a successful DELETE should be returning 404. … (#13054) * GET responses following a successful DELETE should be returning 404. Only the DELETE response is to return 204 if the resource didn't exist (it allows idempotent deletes). (cherry picked from commit b752a19c6cc1f8a8eed9f106e2c77b8d5b5db19f) * Removing 404 as it is taken care by default response. * Added new routes for Deleted ManagedHsm for Soft Delete Feature (#13282) * Added new routes for Deleted ManagedHsm and examples, updated ManagedHsm definition to include PurgeDateTimeUTC * Fixing validation issues. * Fixing errors in properties in example jsons * Delete keyvault.json Deleted an errant json file * Fixed misspelling of property in examples * Fixed x-ms-examples naming, fixed camelcasing * Addressing comments in PR to make 204s 404s and also changing PurgeDateTimeUTC to scheduledPurgeDate * Added schema definitions for 404 * Removed 200 for purge Co-authored-by: Soohwan Kim <sookim@microsoft.com> * Addressing Comments for PR 13585 (#13586) * Removed 404s to allow requests to fall through to default * Removing 404s from examples Co-authored-by: Soohwan Kim <sookim@microsoft.com> * Added deletedmanagedhsm object to examples and managedhsm.json (#13591) * Added deletedmanagedhsm object to examples and managedhsm.json * Fixing error in references to correct values * Changed vaultId to mhsmId in exmaples Co-authored-by: Soohwan Kim <sookim@microsoft.com> * Try to use the common type for SystemData (#13723) * Add SystemData property for KeyVault * 04012021 fix schema (#13749) * Resolving conflict with custom-words.txt * Add 2021 preview to azureresourcechema, add suppression to readme * Add 2021 preview to azureresourcechema * Merging custom-words.txt Co-authored-by: Soohwan Kim <sookim@microsoft.com> * Add missing default error response (#13762) * Fix Lint error (#13765) * Add missing default error response * Update the integer format to fix Lint error * Add securityDefinitions * Added python tag for 2021 preview (#13805) Co-authored-by: Soohwan Kim <sookim@microsoft.com> * Fixing linting errors for MHSM R4036 - ImplementPrivateEndpointAPIs (#13822) * Fixing linting errors for MHSM R4036 - ImplementPrivateEndpointAPIs (cherry picked from commit c1c5aebfb98cacd0a4ee5596fb7b0d9f782a9a3e) * prettier fix * Add suppression for SystemData (#13835) * Add suppression for SystemData * Fix linting error R4036 - ImplementPrivateEndpointAPIs * specify the suppression for SystemData * Revert "specify the suppression for SystemData" This reverts commit cbebab81ab08ec1a29b41c891c58cf08ff2eb3c4. Co-authored-by: jiacheng-L <71623842+jiacheng-L@users.noreply.github.com> Co-authored-by: kim-soohwan <40476315+kim-soohwan@users.noreply.github.com> Co-authored-by: Soohwan Kim <sookim@microsoft.com> Co-authored-by: Arthur Ning <57385816+akning-ms@users.noreply.github.com> * hybridnetwork only track2 configure (#13832) * hybridnetwork only track2 configure * remodify * namespace del Co-authored-by: Yan Zhang (WICRESOFT NORTH AMERICA LTD) <v-yanzhang@microsoft.com> * terraform readme for alertsmanagement (#13744) Co-authored-by: Your Name <you@example.com> * add tags back in the adp readme (#13850) * Add device principal type (#13799) * copy files from previous version * add device principal type, update versions * fix * system data requirement * Added CheckNameAvailability, Identity, systemData, used ErrorResponse v2 in DeviceUpdate (#13750) * Update deviceupdate.json * Update deviceupdate.json * Add files via upload * Update deviceupdate.json * Update deviceupdate.json * Update Accounts_Update.json * Update Accounts_Create.json * Update Instances_Create.json * Update deviceupdate.json * Linux line ending * Update CheckNameAvailability_AlreadyExists.json * Update CheckNameAvailability_Available.json * Update CheckNameAvailability_AlreadyExists.json * Update CheckNameAvailability_Available.json * Update CheckNameAvailability_AlreadyExists.json * Update CheckNameAvailability_Available.json * Update deviceupdate.json * Update deviceupdate.json * fixed typo in the example files (#13764) * Update CODEOWNERS (#13795) Updating list of Azure Cognitive Search team members * Update GenerateDetailedCostReportBySubscriptionAndTimePeriod.json (#13772) Update example data * [Hub Generated] Public private branch 'stuartko/Mar21_NewTSVersion' (#13811) * Adding version 2021-03-01-preview (copy of previous version) * Adding new metadata property * Adding uiDefinition property. * Update uiDefinition name to uiFormDefinition (per a change by the service feature author). No change to functionality. * Template Specs: Renaming template to "mainTemplate" and changing "artifacts" to be more specific "linkedTemplates". * Swagger changes for 2021-02-01-preview api version (#13794) * Copy existing preview version * Changes to databoxedge json file * Update readme files * Correct Spell Check * Fix Readme.go error * Update examples * Update all schemas.md files (#13862) * typo: implmentation -> implementation (#13644) * Add MongoDB/MongoDBAtlas sink (#13669) * Add MongoDB/MongoDBAtlas sink, add disableMetricsCollection in read/wirte properties * Revert disableMetricsCollection related changes * Azure ML new API version 20210401 (#12981) * Add Identity to createWorkpace example * change for getTransitivePEUsages * update * prettier code * add another new endpoint * address comments * change for getTransitivePEUsages * update * prettier code * add another new endpoint * address comments * revert change on transitivePE and notebookKeys * revert change on transitivePE and notebookKeys * add new stable version 2021-01-01 * add ListNotebookAccessToken * add primaryUserAssignedIdentity * fix missing properties and apis * fix one more missing property * 202 status for start and stop CI * make resync keys long runnin operation in version Jan2021 * resync keys 204 * update resync keys example * Dont throw 204 for resync * update resync keys * Formatting * revert Jan2021changes and add new version * start apr2021 version for azure ml rp * undo remove new line in jan2021 * use systemData definition in common * removed old files * fix small swagger bugs * run prettier * remove reference to sku * update readme * minimum agentCount should be 0 * add createdOn and ModifiedOn to compute properties * add LoadBalancerType to aks compute * add isNotebookInstanceCompute to virtualMachine * add leafDomainLabel to SslConfiguration * add overwriteExistingDomain to SslConfiguration * add synapseSpark as supported compute-type * update patch compute response to 202 * remove location from example responses * Revert "remove location from example responses" This reverts commit 048bf2551513afae842a9c4fbb5861aeddc6c33a. * MachineLearningCompute_Update should have a 200 response * sys data to use local def due to naming conflicts. * Fix enum casing * Fix operationId PR comment. * Change opId in apr version * remove 20210401 for easy review * only change api version * merge changes for 20210401 version * Add x-ms-discriminator-value for Synapse spark * camelcase loadbalancer properties * add createdOn and Modified on to examples * address AvoidAnonymousTypes error for SynapseSpark * Minor fixes + new property * Remove subscription state. Co-authored-by: zhaomuzhi <zhaoweixiong521@gmail.com> Co-authored-by: Vinay Rajmal Soni <vison@microsoft.com> Co-authored-by: jopet@microsoft.com <jopet@microsoft.com> Co-authored-by: Josh Peterson <15050193+joshanator@users.noreply.github.com> * datashare readme t2 config (#13833) * add readme terraform (#13717) * adding a new API version for Restore API and adding targetVirtualMachineId field for AzureWorkloadRestoreRequest (#13638) * copying previous change * Adding targetVirtualMachineId field for Azure Workload Restore requests * updating crr version and examples * removing new api-version * adding back the new api-version * removing Snapshot related fields * updating readme.md * corrected the path Co-authored-by: Chandrika Gonuguntla <chgonugu@microsoft.com> * chore: resort custom-words.txt from bad merge (#13868) * [ApplicationInsights] Fix failure for python SDK (#13875) * [Hub Generated] Review request for Microsoft.Insights to add version preview/2020-10-05-preview (#13712) * Adjustments to API to include validation grouping and updated text. * Fixed missing curly brace * adjusted name * Added basic and standard examples * adjusted type. * corrected case for key value * [Hub Generated] Review request for Microsoft.Insights to add version preview/2021-03-03-preview (#13269) * Adds base for updating Microsoft.Insights from version preview/2020-10-05-preview to version 2021-03-03-preview * Updates readme * Updates API version in new specs and examples * Add DiagnosticServiceToken API * Update examples to split tokens for readonly vs readwrite * Fix accoding to code review feedback * Update examples due to review feedback from ARM * add configuration for vmware (#13879) Co-authored-by: Your Name <you@example.com> * keyvault t2 config (#13863) * keyvault t2 config * keyvault multi-api config * multi api config * config reset * add package version * hanaonazure t2 readme config (#13880) * Remove x-ms-azure-resource (#13500) Co-authored-by: Dongwei Wang <dongwwa@microsoft.com> * Juniwang/sr202010401preview (#13664) * prepare to add new api-version: copy everything from 2020-07-01-preview * Adding new api-version * Fix required body and annotate ms secrets * remove secrets example from swagger * fix prettier * add datashare terraform configuration (#13876) Co-authored-by: Your Name <you@example.com> * storage readme t2 config (#13881) * storage readme t2 config * storage t2 config * healthcareapis t2 config (#13884) * typo: APIkeys -> APIKeys (#13641) * Allow release_policy to be nullable (#13826) * Fix type of Anserws and Captions (#13872) * change the value of license header (#13886) * [Synapse] - library_append API adds comp parameter (#13841) * [Synapse] - add comp parameter * Update example files Co-authored-by: Dongwei Wang <dongwwa@microsoft.com> * Remove 200 response from async operation (#13190) * Async operation always returns 202 on initial call * Address review feedback * Revert "Address review feedback" This reverts commit 9ae550b95c1082c8383595a943a9abe5990fd4ef. * add minimal tls version for mariadb (#11779) * [Synapse] - add Swagger code owner (#13882) Co-authored-by: Dongwei Wang <dongwwa@microsoft.com> * add con figuration for databoxedge (#13877) Co-authored-by: Your Name <you@example.com> * add configuration for resourcemover (#13878) Co-authored-by: Your Name <you@example.com> * Reduce code owner scope for Monitor.Exporters team (#13898) * [portal]Update readme.python.md (#13907) * Update readme.python.md * Update readme.md * Update readme.python.md * Update readme.python.md * Dev dfp microsoft.dfp 2021 02 01 privatepreview (#13305) * New Readme Config File * New Go Language Readme Config File * New Azure AZ Readme Config File * New Azure CLI Readme Config File * New Typescript Language Readme Config File * New Python Language Readme Config File * New C# Language Readme Config File * New AzureResourceSchema Readme Config File * New Swagger Spec File * New Swagger Example Spec File * DFP API specs. Copied from Azure-PPE * Spelling fix. instnace => instance * Fix resource provider name to pascal case * Added '/providers/Microsoft.Dfp/operations' * Added SystemData (fix R4009 error) * Fix validation errors * Prettier fixes * Removed non-existend parameter sku * Style fixes in DFP API specs * Swagger ModelValidation failures fix * Fix operations API * Fix operations API validation failure * 1. Added example for lists operations. 2. made the API preview instead of privatepreview * Fix path in readme's * Fix in readme * Added readonly attribute to systemdata * Added readonly attribute to systemdata * Fix in python SDK readme * Fixes in ListOperations.json examples * Fixed API version * Added type to response bodies * Fix typos in examples (urls) * Added 201 response into createInstance example * Renamed RP name from Microsoft.Dfp to Microsoft.Dynamics365Fraudprotection * Added long-running result for creation instance * Added nextlink * Fix in checkNameAvailability definition URL * Next link parameter * Using references to common types instead of re-declaring them * Reused common type. Fixed provisioning state * Nesting error fix * Fixed examples * Fix * Fix in error response definition * Rename RP. Fix examples in readme's * Added http 202 * Added http 202 to examples * [Hub Generated] Review request for Microsoft.InstanceMetadataService to add version stable/2020-10-01 (#13818) * Adds base for updating Microsoft.InstanceMetadataService from version stable/2020-09-01 to version 2020-10-01 * Updates readme * Updates API version in new specs and examples * Adding new fields for 2020-10-01 * Updating wording for disablePasswordAuthentication' Co-authored-by: jmccarthy <jmccarthy@microsoft.com> * Remove name check from client side (#13492) * remove name validation from client side * remove name check from deploymentScripts swagger * remove name check from previous swagger versions * remove pattern from resourcegroupname parameter * Update deviceupdate.json (#13900) * [Hub Generated] Review request for Microsoft.ResourceHealth to add version stable/2018-07-01 (#13817) * Updated api-version * Removed systemData * Updated api-version * Updated the example * Add EligibleChildResources resource for PIM + update examples (#13803) * PIM API Specs * update readme * Update * Update readme * operation id fix * name fix * Name changes * fix * Fix * Changes based on docs generated * Scope fix in example * Updates for documentation * Change operation name * Update examples * Add expanded properties * Fix formatting * Fixes * Fix * fixes * Update the policy specs * Fix the policy objects and pell checks * fix the checks * fix the property * fix syntax * Prettier * Update Examples * Update Enums * ADd eligible child resource API specs * prettier fix * Update read me files * update * update * fix * update * Update Enums * update * update * update * update example Co-authored-by: Aman Swaika <amansw@microsoft.com> Co-authored-by: Gaurav Mishra (IDENTITY) <gamish@microsoft.com> * refine readme.go.md (#13906) Co-authored-by: Your Name <you@example.com> * [Service Fabric Managed Clusters] adding api version 2020-05-01 (#13860) * initial commit 2021-05-01 to compare with previous version 2021-01-01-preview * update models * update examples * fix isStateless description * add 2021-05-01 version to readme * add x-ms-enum to diskType and add missing managedClsuterVersions paths fix example names add managed cluster version paths add default error * fix clusterversion by version and ClusterState descriptions Co-authored-by: Alfredo Santamaria Gomez <alsantam@microsoft.com> * Task 9639284: Swagger changes for new UK agreement templates (#13895) * Task 9639284: Swagger changes for new UK agreement templates * Renamed as per comments. Co-authored-by: Umang Shah <umangshah@microsoft.com> * Confluent new preview version + S360 fix (#13809) * Adding new API version for Microsoft.Confluent * Prettier fix * updated status property in OfferDetail updated status property in OfferDetail to fix swagger correctness issue * fix swagger live validation updated operations response to fix swagger live validation Co-authored-by: Srinivas <alluri02@users.noreply.github.com> * [Hub Generated] Public private branch 'juniwang/wps' (#13905) * Onboarding Azure WebPubSub service * reference ErrorResponse from common types and adding network ACL * disable cors, enable feature flags and fix several policy violations * remove anonymousConnectPolicy since it's not ready for now * add property publicNetworkAccess per NRP requirement * revert package-lock.json * reset package-lock.json * dns t2 readme config (#13923) * update readme (#13918) * add current readmes for generating python form recognizer (#12013) * add current readmes for python form recognizer * fix release tag * updates for multiapi and preview.3 * fix so that gen code outputs in generated folder * remove tag since swagger not in yet * unbreak build * just target preview 3 * don't run track 1 gen with python * Set x-ms-api-version to false for vaults list (#13924) * Set x-ms-api-version to false for vaults list (#13925) * Update event description to include the event name (#13867) * Update event description to include the event name * Update readme to include guidelines for defining a new event * Fix description * Renamed enum values for SDK auto generation (#13938) * Renamed enum values for SDK auto generation * Tabs to spaces * Newline added * [Document Translator] update operation names (#13915) * update operation names * make body required * Update ErrorName * Apply changes to stable * Fix samples * fix sample * Fix glossary sample * Address comments and update definitions names * Revert "Task 9639284: Swagger changes for new UK agreement templates (#13895)" (#13946) This reverts commit ea5bc27ee9cadeb67767d774c82095be2420bcad. * Adding new preview API for promotions (#11599) * Adding new preview API for promotions * Avacado fix * Fixing JSON * fixing the promo param * fixning linting issues * Fixing JSON * fixing JSON * fixing linting issues * Adding delete 204a * Adding delete 204 * Adding validation fixes * fixing spellings * Linting issues * running prettier * ARM review feedback * Fixing linting issues * Fixing prettier * Fixing version * Fixing SDK * fixing go sdk * revert go.md Co-authored-by: Rishi Kapoor <rishik@microsoft.com> * Exposing undocumented Databricks workspace properties for fixing S360 issues (#13683) * exposing storage account name, sku * Prettier fixes * Fixing the review comment * Adding No Public IP related properties * Updating the remaining properties related to S360 * Fixing review comments * Fixing Spell Check issue * hybridcompute readme t2 config (#13910) * readme t2 config * hybridcompute t2 readme config * web readme t2 config (#13909) * web readme t2 config * web readme.python t2 config * Add x-ms-api-version (#13834) * Update CheckNameAvailability_Available.json (#13914) * webpubsub t2 config (#13949) * Update StaticSite.json (#13768) * Update StaticSite.json Add private endpoint connections to static site object. * Update StaticSites.json * Update StaticSites.json * Update StaticSites.json * Update StaticSites.json * increment readme version * address PR comments * add examples * fix examples * Add data-plane samples creation template (#13528) * Add data-plane samples * Simplified template * webpubsub readme t1 del (#13953) * Add $(multiapi) to QnA Maker's readme.md (#13819) Generators were processing every tag when only a single one was desired. This is the common solution to support multi-api SDKs. * IoT data-plane for drwill-ms (#13964) * add missing usage.json to v5 sdk tag (#13960) * [Hub Generated] Review request for Microsoft.Kusto to add version stable/2021-01-01 (#13306) * Add new api version 2021 * remove managedIdentity since we won't support it in this version * CR comments * Add default value for contine on errros * Fix swagger correctness issues * Fix typo * resource t2 readme config (#13974) * Added new API and API version for private DNS zone suffix (#13789) * Added new API and API version for private DNS zone suffix * trigger validation pipelines * Add new API to readme * Fix ARM pipelines * Try fix again * Fix again * Add Operations API * Revert "Add Operations API" This reverts commit 9d4ca9e557763feb3a6089ff9d4c958b3843730e. * Revert "Revert "Add Operations API"" This reverts commit 7cf197c1d453764f0396713a2ab172a20e35b1c4. * Revert "Revert "Revert "Add Operations API""" This reverts commit 05744390e440984da8134b64a979a6e61fb9b7ae. * Revert "Revert "Revert "Revert "Add Operations API"""" This reverts commit 61b76b1623d9e5796bb8187edf0fc46351e78231. * Revert "Revert "Revert "Revert "Revert "Add Operations API""""" This reverts commit 9f55eb4c399eb48a8578906f6bea43b10c91b8be. * Address review comment from ARM * Revert "Address review comment from ARM" This reverts commit cb6d1b01860de72eec80856f64b602c72a1f26a7. * Revert "Revert "Address review comment from ARM"" This reverts commit 227cf73797ee24a674d76e3ccd2990b84bc8d11a. * Revert "Revert "Revert "Revert "Revert "Revert "Add Operations API"""""" This reverts commit 34ae6c70a514e0290ffb41f7ddb5bbbd5c6cbee3. * Revert "Revert "Revert "Revert "Revert "Revert "Revert "Add Operations API""""""" This reverts commit a11c889a65b0fa4257b03a247d75fbea769f4e2c. * Add previous APIs to tag * Retrigger build * fix service name for Java (#13979) * Add optional param - private DNS zone to server API (#13716) * Add optional param - private DNS zone to server API * Follow comment to resolve go sdk issue. * [Hub Generated] Review request for Microsoft.Synapse to add version preview/2021-04-01-preview (#13874) * Adds base for updating Microsoft.Synapse from version stable/2021-03-01 to version 2021-04-01-preview * Updates readme * Updates API version in new specs and examples * add changed files for kustoPool * Ravi changes to fix LinDiff validation * Add Itay Sofer's changes * filizt comments mid-way * Remove clouderror and resplace with "../../../../../common-types/resource-management/v2/types.json#/definitions/ErrorResponse" * Add IotHubDataConnection and EventGridDataConnection * Modify PUT to OK, CREATED, ACCEPTED * Change from provisioningState to ResourceProvisioningState * Add BlobStorageEventType * Remove 202 when creating a KustoPool * Change PUT/PATCH 202 responses * Remove 202 in PATCH/PUT operations where having both 200 & 201 * Add "isIdentityCertExprired" to custom-words.txt * Remove isIdentityCertExprired from custom-words.txt * Add Exprired to cSpell.json Co-authored-by: Amit Elran <amelran@microsoft.com> * Removing x-ms-flatten property (#13929) * manual changes for swagger * changes for long-running operations * changes for validate for backup and restore * removing 204 from operationResults * changes for a monitoring * adding format * removing date-time from duration * changing to readonly * changes for listRPs * fixes swagger * reverting readonly for scheduleTimes * fixes for checkgates * prettier fixes * cahnges for friendlyname checks * fixing gates * removing tracking-via * model validation fixes * powershell changes * adding stable version * changes for PatchResourceRequestInput * change for req fields * changes for description * changes * Updated swagger json for item level restore target info objects * Fixed spelling errors * Added missing required properties * removed auth credentials property * prettier fixes * Prettier fix * pr comments fixes * fixing readme * changes for go readme * Removed x-ms-flatten property (#2) * removed flatten prop * removing x-ms-flatten * removing friendlyName from req prop Co-authored-by: Mayank Aggarwal <mayaggar@microsoft.com> Co-authored-by: Mayank Aggarwal <mayaggar@microsoft.com> Co-authored-by: FAREAST\zakinkh <zakinkh@microsoft.com> * confidentialledger readme t2 config (#13981) * Additional 7.3-preview parameter name clean up (#13913) * Enable multivariate anomaly detection (#13973) * add multivarite * add v1.1-preview * reformat changepoint example * change typo in readme * fix prettier-check error * add export model example * fix prettier error * [Azure Search] Add Knowledge Store feature to swagger (#13911) * introduce knowledge store swagger * add knowledge store to 2020 apis Co-authored-by: Austin Drefke <jdrefke@microsoft.com> * make skillset count optional, and add it to 2020 GA Swagger (#13990) Co-authored-by: Austin Drefke <jdrefke@microsoft.com> * Adding support for message properties in ACS Chat (#13939) * Initial commit (copying over stable API version) * Making changes to support message metadata * Added 201 response code for patch operation (#13956) Co-authored-by: Akash Keshari <akkeshar@microsoft.com> * Adding autoMitigate flag with false as default value (#13109) * deploymentmanager - clean up duplicate parameters outside of method (#13948) * clean up duplicate parameters outside of method * maintain python order * fix typo in Synapse (#13994) * OperationalInsights - update readme files for cli extension update (#13999) * added3 new properties to TableProperties: IsTroubleshootingAllowed, IsTroubleshootingEnabled, IsTroubleshootingEnabledLastActivation. * added Tables new api version * changed bool to boolean types * prettified jsons * fix erroes in swagger * undo changes to 2020-03-01-preview version * pr fixes * updated TableUpdate example * changed lastTroubleshootDate from date format to string, removed isTroubleshootingAllowed from body of example * changed v1 to v2 * changed WorkspaceNameParameter back to V1 * changed ErrorResponse to default ErrorResponse without ref to local definition * added systemData * removed systemData * added systemData to Patch and Get * moved systemData to Table properties * deleted systemData from Table.json, added to Get and Put examles * changed location of systemData in Tables.json * moved systemData to inside Table definition * moved systemData inside Table properties * removed SystemData * creatted a new package containing all latest swagger files for publishing new SDK * removed package 2021_02 and set default packate to 2020_10 * removed 2 packages * removed DataCollectorLogs.json from readme.md 20202.10 * added empty line to try invoke pipeline validations that havent run * Delete Tables.json * added3 new properties to TableProperties: IsTroubleshootingAllowed, IsTroubleshootingEnabled, IsTroubleshootingEnabledLastActivation. * merge * prettified jsons * undo changes to 2020-03-01-preview version * updated TableUpdate example * changed lastTroubleshootDate from date format to string, removed isTroubleshootingAllowed from body of example * changed v1 to v2 * changed WorkspaceNameParameter back to V1 * added systemData * removed systemData * added systemData to Patch and Get * moved systemData to Table properties * deleted systemData from Table.json, added to Get and Put examles * changed location of systemData in Tables.json * moved systemData to inside Table definition * moved systemData inside Table properties * removed whitespaces * changed DataExportErrorResponse to common .../v2/types.json#/definitions/ErrorResponse * changed all Error response of 2020-08 to common definition * added readme.az.md file for cli extension code generator * added readme.ad.md with the same naming convention as in readme.python.md added readme.cli.md file updatted readme.md file with the new azure-cli-extensions tag all updates were done by following: https://github.com/Azure/autorest.az/blob/9ed1aabd353385f8bdffbfa9f3892478111a029c/doc/how-to-author-readme-file.md * Update specification/operationalinsights/resource-manager/readme.az.md Co-authored-by: Qiaoqiao Zhang <55688292+qiaozha@users.noreply.github.com> * Update specification/operationalinsights/resource-manager/readme.az.md Co-authored-by: Qiaoqiao Zhang <55688292+qiaozha@users.noreply.github.com> * Update specification/operationalinsights/resource-manager/readme.az.md Co-authored-by: Qiaoqiao Zhang <55688292+qiaozha@users.noreply.github.com> * Update specification/operationalinsights/resource-manager/readme.az.md Co-authored-by: Qiaoqiao Zhang <55688292+qiaozha@users.noreply.github.com> * Update specification/operationalinsights/resource-manager/readme.az.md Co-authored-by: Qiaoqiao Zhang <55688292+qiaozha@users.noreply.github.com> * Update specification/operationalinsights/resource-manager/readme.az.md Co-authored-by: Qiaoqiao Zhang <55688292+qiaozha@users.noreply.github.com> * Update specification/operationalinsights/resource-manager/readme.az.md Co-authored-by: Qiaoqiao Zhang <55688292+qiaozha@users.noreply.github.com> * Update specification/operationalinsights/resource-manager/readme.az.md Co-authored-by: Qiaoqiao Zhang <55688292+qiaozha@users.noreply.github.com> * added azure-powershell to readme.md Co-authored-by: Qiaoqiao Zhang <55688292+qiaozha@users.noreply.github.com> * [Cognitive Services Metrics Advisor] add missing required for allOf entities (#13957) * add missing required for allOf entities * fix incorrect required properties * 7.2-Preview to GA (#13919) * 7.2-Preview to GA * Update packages to point to stable * Readd exportable and update description * Update description for exportable in preview versions * Fix operation results contract for Tenant Git operations (#13903) * fix operation results contract * fix sync state contract * iothub t2 readme config (#13980) * iothub t2 readme config * iothub readme t2 config * iothub t2 readme config * Making Offer details and User Details required properties (#13985) * Making Offer details and User Details required properties and removing abandoned tag * fix python configuration * Update readme.python.md Co-authored-by: msyyc <70930885+msyyc@users.noreply.github.com> * cosmosdb t1 config del (#14008) * Fixing issue with missing filter documentation in Access Review APIs (#13892) * fix cred issue. block to merge in DSMainDev (#14014) * fix serivce name for java (#14007) * maintenance readme t2 config (#13982) * maintenance readme t2 config * readme t1 config * [Service Fabric Managed Clusters] fix api 2020_05_01 (#13961) * Use enums and add missing properties * model enum as string Co-authored-by: Alfredo Santamaria Gomez <alsantam@microsoft.com> * [Hub Generated] Review request for Microsoft.BotService to add version stable/2021-03-01 (#13784) * add isIsolated and channelSchemaTransformationVersion * rename * add v2 priavatelinks (#14026) * copied from v1/privatelinks.json * bump version Co-authored-by: jianyexi <jianyxi@microsoft.com> * APIM: improve developer portal operations docs (#13941) * APIM: improve the documentation for dev portal operations * Minor changes * Removing OData parameters from the stable API version * Remove new query params * hotfix on extended location hierarchy (#13943) * [Hub Generated] Public private branch 'wps' (#14002) * Add webpubsub swagger Add custom words Update webpubsub.json Update webpubsub.json Resolve comments Update webpubsub.json resolve comments Update operationId for existence check [wps] update python generation section and client name for all languages (#1) * add python stuff * make title across languages the same * Update version * Update some constraints * Update webpubsub.json * rename to GetServiceStatus * Update readme.md * Update readme.md * Update readme.md * [Hub Generated] Review request for Microsoft.SecurityInsights to add version preview/2021-03-01-preview (#13563) * Copied from 2019-01-01-preview version * Updated references to common types * Add itemsSearchKey field to Watchlists * Add missing label definition * Make itemsSearchKey as required field * Formatting fixes * Fix Prettier and Avocado errors * Fix Lint error (subscription level resource) * Update description and example for CreateOrUpdate watchlists and bulk create watchlist items * Update Api version in examples * [Hub Generated] Review request for Microsoft.RecoveryServices to add version stable/2021-03-01 (#13888) * Adds base for updating Microsoft.RecoveryServices from version stable/2021-01-01 to version 2021-03-01 * Updates readme * Updates API version in new specs and examples * updated default package in readme.md to 2021-03 Co-authored-by: Chandrika Gonuguntla <chgonugu@microsoft.com> * Updated required and default fields in Action Groups spec (#13677) * Updated error response for Action Groups API * spacing * added missing fields to Action Group Resource spec * Added missing fields for action group resource in older version * Updated "resource" name * Removed changes to errorResponse * Removed errorObject * format * Updated required and default fields in Action groups spec * Update default value to boolean Co-authored-by: kai ru <69238381+kairu-ms@users.noreply.github.com> * changes default value type to boolean * undo webhook receiver changes Co-authored-by: Ritwik Rajendra <rirajend@microsoft.com> Co-authored-by: kai ru <69238381+kairu-ms@users.noreply.github.com> * Remove AML Compute File Server (#13944) * Remove AML Compute File Server * update * update * update * update * Cost Management: Reservation Recommendations API: Add multiple missing properties in specs (#13967) * added totalCost, properties.resourceType, properties.subscriptionId, and eTag to various RiRec dfinitions * moving eTag property to right place * remove duplicate description * remove track1 configure (#14044) Co-authored-by: Yan Zhang (WICRESOFT NORTH AMERICA LTD) <v-yanzhang@microsoft.com> * New API version (2021-02-10) for recovery services site recovery (#13525) * Adding old API version(2018-07-10) to new folder for 2021-20-10 * all changes for swagger (2021-02-10) * read me and custom word changes * Ayesha's comments addressed * adress PR comments from ayesha * Adding suppressions * fixing custom words * [Hub Generated] Review request for Microsoft.RecoveryServices to add version stable/2021-02-10 (#13636) * Adds base for updating Microsoft.RecoveryServices from version stable/2021-02-01 to version 2021-02-10 * Updates readme * Updates API version in new specs and examples * Update readme.md changing read me to include date too in tag * cahnging examples API version to 2021-02-10 * fix read me syntax * TaskStepProperties swagger fix (#13971) * Adding "assignmentState" property to scope model in access review APIs (#14039) * iothub readme.python package version change (#14043) * iothub readme.python package version change * multiapiscript add * clear output folder * Update readme.python.md * Update readme.python.md * Update readme.python.md Co-authored-by: msyyc <70930885+msyyc@users.noreply.github.com> * Bump y18n from 4.0.0 to 4.0.1 (#13704) Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1. - [Release notes](https://github.com/yargs/y18n/releases) - [Changelog](https://github.com/yargs/y18n/blob/master/CHANGELOG.md) - [Commits](https://github.com/yargs/y18n/commits) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * update (#14061) * package-templatespecs-2021-03-preview tag added (python) (#13958) * Added tag * nit: ordering Co-authored-by: Dania Etienne <daetienn@microsoft.com> * Use 2014-04-01 replication link specs in V5 SDK (#14058) * Use 2014-04-01 replication link specs in V5 SDK * remove legacy file. * Update cSpell.json for Key Vault 7.2 (storage) (#14060) * automanage readme t1 del (#14029) * automanage readme t1 del * automanage readme t1 del * readme.md t1 config del * add missing reference (#13904) * databoxedge readme modification (#14063) Co-authored-by: Yan Zhang (WICRESOFT NORTH AMERICA LTD) <v-yanzhang@microsoft.com> * managedservices t2 onfig (#14064) Co-authored-by: Yan Zhang (WICRESOFT NORTH AMERICA LTD) <v-yanzhang@microsoft.com> * [Hub Generated] Review request for Microsoft.RecoveryServices to add version stable/2021-02-10 (#13635) * Adds base for updating Microsoft.RecoveryServices from version stable/2021-01-01 to version 2021-02-10 * Updates readme * Updates API version in new specs and examples * fixing merge issue * removing vault usages from 2021-02 * Adding back vault usages * updating readme * updated etag to eTag (#13968) * [Hub Generated] Review request for Microsoft.InstanceMetadataService to add version stable/2020-12-01 (#13931) * Adds base for updating Microsoft.InstanceMetadataService from version stable/2020-10-01 to version 2020-12-01 * Updates readme * Updates API version in new specs and examples * Adding new spot VM fields Co-authored-by: Joshua McCarthy <jmccarthy@microsoft.com> * Add FaceAPI PersonDirectory spec updates to preview v1.0 (#13766) * Add FaceAPI v1.0-preview Add a preview version of FaceAPI specs intended for public preview. Contains existing spec in v1.0 plus PersonDirectory feature changes. * Fixes after running validation * Fixing validation * Fixes 2 * Fixes 3 * Add PersonDirectory examples and fix routes * Fixes 4 * Fixes 5 * Fixes 5.5 Co-authored-by: Yang Chen <yachen4@microsoft.com> * Update the name and format of a parameter for randomnumbers (#14017) * Update the name and format of a parameter for randomnumbers * Change the parameter name from 'bytes_length' back to 'bytesLength' * Amalladi/extendedlocation update (#13849) * Updating Specification to remove 400 Badrequest from Swagger File * Removing 400 status code from examples * Removing private preview API version from Repo * Removing 2020-07-15-privatepreview tag from ReadME files Co-authored-by: Aditi <amalladi@microsoft.com> * maps t2 config (#14075) Co-authored-by: Yan Zhang (WICRESOFT NORTH AMERICA LTD) <v-yanzhang@microsoft.com> * Revert "remove track1 configure (#14044)" (#14047) This reverts commit 867165cc24d81c487ad186c998c46ba55f81c77b. * adding role assignment (#14077) * add connectionPolicy spec back to V5 SDK (#14088) * modification (#14087) Co-authored-by: Yan Zhang (WICRESOFT NORTH AMERICA LTD) <v-yanzhang@microsoft.com> * [Hub Generated] Review request for Microsoft.DocumentDB to add version preview/2021-04-01-preview (#13710) * Adds base for updating Microsoft.DocumentDB from version preview/2021-03-01-preview to version 2021-04-01-preview * Updates readme * Updates API version in new specs and examples * Adding new API for fetching backup information(such as latest restorable timestmap) for a resource. Also, adding startTime,endTime to restorable.json * Adding new API for fetching backup information(such as latest restorable timestmap) for a resource. Also, adding startTime,endTime to restorable.json * Adding new API for fetching backup information(such as latest restorable timestmap) for a resource. Also, adding startTime,endTime to restorable.json * adding Services APIs * more changes * updated examples * prettier and readme updates * importing changes missed from old versions * nits * fixing semantic validation * fixing linter * fix * more fixes * adding list operation and default error response * specifying format integer * attempt to fix sdks * address arm comments and fix ci * fixes * fix * try to fix ci * fix examples * .\services.json * adding additionalProperties back to ServiceResouce * adding additionalProperties back to ServiceResouce * fix * fix sdks * fix linter Co-authored-by: Meha Kaushik <kaushik.meha@gmail.com> Co-authored-by: Meha Kaushik <mekaushi@microsoft.com> * media t2 config(wave4) (#14074) * media t2 config * add packageversion Co-authored-by: Yan Zhang (WICRESOFT NORTH AMERICA LTD) <v-yanzhang@microsoft.com> * [Hub Generated] Review request for Microsoft.Maps to add version stable/2021-02-01 (#13733) * Adds base for updating Microsoft.Maps from version preview/2020-02-01-preview to version 2020-02-01 * Updates for 2021-02-01 api version swagger * creator swagger fixes * fix model examples * nextLink, uniqueId * build fixes * fixing listkeys * fix long running operations * fixing spelling * fixing async behavior and examples * updating arm region * reset package-lock * [Hub Generated] Review request for Microsoft.Media to add version preview/2021-05-01-preview (#13838) * New Readme Config File * New Go Language Readme Config File * New Azure AZ Readme Config File * New Azure CLI Readme Config File * New Typescript Language Readme Config File * New Python Language Readme Config File * New C# Language Readme Config File * New AzureResourceSchema Readme Config File * New Swagger Spec File * New Swagger Example Spec File * Copy Signed off 2021-03-01 swaggers here * Update swaggers to 2021=05-01-preview * add missing examples * update title * fix Operation id * fix video analyzer examples * update Video swagger * add format for $top * remove unnecessary example file * use chackname definitions from types.json * fix segment length readonly * change getStreamingToken to listStreamingToken, getProvisioningToken to listProvisioningToken * fix the example file name * fix a readonly issue with a video property * make type readonly * edits to descriptions * adding missing descriptions * address review feedback, * few cleanup for update class Co-authored-by: Christopher Bennage <bennage@microsoft.com> * Include the preview version of resource changes and resources history… (#14084) * Include the preview version of resource changes and resources history APIs * Address the review feedback on releasing the new package version. * Update readme for Synapse management SDK May release (#14054) * Update readme for Synapse management SDK May release * Add package-2021-05-preview * Address comment Co-authored-by: Dongwei Wang <dongwwa@microsoft.com> * removing read only property, no longer in use - NOT a breaking change (#13812) * resources readme.python t2 config (#14091) * peering readme t2 config (#14106) * Remove replicationLinks_legacy.json (#14095) PR #14058 removed this file: replicationLinks_legacy.json, removing from the schema config to prevent schema generation failures. * Support sheet index in excel (#14062) * Enable excel in public swagger * update * rollback dataflow change * Support sheet index in excel Co-authored-by: zhanyu2014 <zhanyu@microsoft.com> * Adding 2021-05-01 api-version to Template Specs (no changes over last preview spec) (#14065) * Copy existing 2021-03-01-preview specs to new 2021-05-01 stable version (no schema changes) * Changing api-version within specs to 2021-05-01 * Adding package tag for new stable version to readme.md, but not making it a default (yet) * Fix SecurityInsights Go SDK versioning (#14030) * Fix SecurityInsights Go SDK versioning * rename stable api version tag * remove 'only' from tags with full functionality * chore: Move typo supression in RecoveryServices (#14120) * Add missing Zone mapping property to Microsoft.Resources (#13936) * remove name validation from client side * remove name check from deploymentScripts swagger * remove name check from previous swagger versions * remove pattern from resourcegroupname parameter * add zoneMappings to ResoursesType * backfill older versions of swagger with zonemapping property * [Application Insights] Resolve duplicated definition names to fix track2 SDK generation error (#13951) * Fix duplicate name * Update readme.md * Update readme.md * Update and rename workbookOperations_API.json to aiOperations_API.json * Update readme.md * Update workbooks_API.json * Update readme.md * Update readme.python.md * Update readme.md * Update readme.md * Update readme.md * Rename aiOperations_API.json to workbookOperations_API.json * Update readme.md * Update readme.md * Update readme.md * Update readme.md * Update readme.md * Update readme.md * Update specification/applicationinsights/resource-manager/readme.python.md * Update specification/applicationinsights/resource-manager/readme.python.md * Update specification/applicationinsights/resource-manager/readme.python.md * Update swagger for SSIS-IR to support user-assigned managed identity (#14114) Co-authored-by: Hongxian Yao <hoyao@microsoft.com> * postgresql readme t2 config (#14067) * Dev mediaservices microsoft.media 2021 05 01 (#13676) * Adds base for updating Microsoft.Media from version stable/2020-05-01 to version 2021-05-01 * Updates readme * Updates API version in new specs and examples * [AMS] new 2021-05-01 release for Account service in AMS * add missing example files * fix the api version and missing example files * Create a new Update definition to fix the "R2016 - PatchBodyParametersSchema " * fix respnse * fix update example * add the 2016 supression for new tag as well. * mixedreality t2 readme config(wave4) (#14105) * mixedreality t2 readme config * t2 config del * [python] t2-confidentialledger config (#14144) * Update readme.python.md * Update readme.python.md * Update readme.python.md (#14145) * update elastic swagger (#14076) * Update elastic.json * added new examples * taking the files from rpsaas master * added suppression in readme * [Cosmos DB] Introduce new api version 2021-04-15 (#13873) * [Cosmos DB] Introduce new api version 2021-04-15 Initial Commit * Updated for 2021-04-15 * Dummy Commit * Fixing privatelinkresources.json * Removing ErrorResponseUpdatedFormat * Suppressing systemData check * Relay - Fix typo in the NetworkRuleSet path (#13962) * Relay - Fix typo in the NetworkRuleSet path * Suppression - DefaultErrorResponseSchema - we will be Implementing in new API version * [Hub Generated] Review request for Microsoft.Portal to add version preview/2015-08-01-preview (#12732) * Fixing properties in dashboard parts * Updating Dashboard part metadata * Updating based on prettier fixes Co-authored-by: Himanshu Chandel <hich@microsoft.com> * resources t1 config add (#14146) * t1 config add * package version * [Hub Generated] Public private branch 'dev-maintenance-Microsoft.Maintenance-2021-05-01' (#14148) * Adds base for updating Microsoft.Maintenance from version preview/2020-07-01-preview to version 2021-05-01 * Updates readme * Updates API version in new specs and examples * Added system data properties. * Fixed lint error. Added documentation. * Use Host Maintenance scope and api version in exmaple. Co-authored-by: Kalpesh Chavan <kachavan@microsoft.com> * Add Test Base Swagger Spec from RPSaaSMaster (#14113) Co-authored-by: Bin Yu <biy@microsoft.com> * rename property: change category to categories (#13883) * Edit description of Update Iot Hub Resource Api (#13080) Co-authored-by: Harini <codebyh.365@gmail.com> * [Hub Generated] Review request for Microsoft.RecoveryServices to add version stable/2021-03-01 (#13889) * Adds base for updating Microsoft.RecoveryServices from version stable/2018-07-10 to version 2021-03-01 * Updates readme * Updates API version in new specs and examples * Update webpubsub.json (#14096) * add dataFeedId in AnomalyResult and IncidentResult (#14127) * add dataFeedId in AnomalyResult and IncidentResult * fix examples * Add new version 2021-03-31-preview1 for ACS Auth (#13965) * Add new version 2021-03-31-preview * Set required body * Add all paths to new version * Update description for property of TeamsAccessTokenRequest model * Change version from 2021-03-31-preview to 2021-03-31-preview1 following standards https://skype.visualstudio.com/SPOOL/_wiki/wikis/SPOOL.wiki/16790/Versioning * Rename folder * Update method description * remove Turn endpoint * Add examples * Update readme * Omit the word "skypetoken" from swagger * Link example * Update description and path for a new endpoint Co-authored-by: Alexandra Lamiova Pistrakova <apistrak@microsoft.com> * Added example gneration document links (#14151) * purview scanning service (#14021) * purview scanning service * Add custom words for spellcheck * fix config files and add endpoint param Co-authored-by: Parv Saxena <pasaxena@microsoft.com> Co-authored-by: iscai-msft <iscai@microsoft.com> * MG RP new API versions: 2020-10-01 and 2021-04-01 (#13897) * API 2020-10-01 with 2020-05-01 files * 2020-10-01 API changes * 2021-04-01 API version with 2020-10-01 files * Changes for 2021-04-01 API * PR fixes * Fixed issues with model * PR fixes * Latest (#13917) * Pick up previous Swagger Fix in 2019-09-01 version (#14092) * Add missing swagger fix * Fix bad copy-paste * update the some capitalized words in the description * Adding EventData schema for Microsoft.Storage.BlobTierChanged event (#14049) * Adding EventData schema for Microsoft.Storage.BlobTierChanged event * Removing contentLength/Offset from Microsoft.Storage.BlobTierChanged data schema * Removing BlobTierInfo from BlobTierChanged and adding new event Microsoft.Storage.AsyncOperationInitiated * adding ContentLength for BlobTierChanged and AsyncOperationInitiated events * [Hub Generated] Review request for VideoAnalyzer.Edge to add version preview/1.0.0 (#13682) * New Readme Config File * New Go Language Readme Config File * New Azure AZ Readme Config File * New Azure CLI Readme Config File * New Typescript Language Readme Config File * New Python Language Readme Config File * New C# Language Readme Config File * New AzureResourceSchema Readme Config File * New Swagger Spec File * New Swagger Example Spec File * Copy old LVA swaggers * Rename old swaggers to new file names * Update LVA swaggers with new AVA swagger * fixed some paths and capitalization * fix prettier check issues * fixing a Pascal casing * Updating swaggers to latest * fix linting issue * removed an unused definition * Service fabric Client API 8.0 (#14011) * spell checked and linted. * updated tag version. * reverted change outside of SF folder. * updated version in swagger. * changed credential issues. * changed 1 more that looks like a credential. * Kusto pools principal assignment (#14079) * kustoPool PrincipalAssignments * fixed list principal assignments * principalAssignment list example * principalAssignment get example * KustoPoolPrincipalAssignmentsCreateOrUpdate * KustoPoolPrincipalAssignmentsDelete * databases PrincipalAssignments * minor change * KustoPoolDatabasePrincipalAssignmentsList * KustoDatabasePrincipalAssignmentsGet * KustoPoolDatabasePrincipalAssignmentsCreateOrUpdate * KustoPoolDatabasePrincipalAssignmentsDelete * fixed example ref * added system data * kustoPoolCheckNameAvailability * KustoPoolsCheckNameAvailability example Co-authored-by: Itay Sofer <itsofer@microsoft.com> * [Service Fabric Managed Clusters] fix api 2021_01_01-preview (#14012) * Update preview api to disable broken properties and to add property that is working * Update managed cluster description * Add New Data Model RuleCollection to NetworkManager (#13827) * Add New Data Model RuleCollection to NetworkManager * fix typo * test * test * Fix discriminator * fix type * Fix discriminator * Fix type * fix type * Fix type * Fix discriminator * Fix discriminator * fix type * fix type * Fix bug * Fix type * Fix format * Fix name * Fix name * fix spell * fix description * Fix spell * change to kind * fix lint * fix lint * fix lint * fix lint * fix lint * fix lint * Fix post body * Fix as comments * fix bug * fix bug * fix bug * fix bug * fix bug * fix bug * change rule kind * Fix as comments * Fix as comments * update lastest version * Update type * Update Skiptoken * Fix discription * Fix NG * Fix NG * add more example * [python]Update readme.python.md for postgresql (#14182) * Update readme.python.md * Update readme.python.md * Remove all schema readme (#13885) * Remove all schema readme * process new rp * Remove after_scripts * [Hub Generated] Review request for Microsoft.AlertsManagement to add version stable/2021-04-01 (#13890) * Adds base for updating Microsoft.AlertsManagement from version stable/2019-06-01 to version 2021-04-01 * Updates readme * Updates API version in new specs and examples * first commit * some fixes * try without alert management * revert change to name of namespace * Resolve lintdiff issues * remove the copy of files and reference alert managment previous version * update description of subscriptionId to solve error * attemp to remove AlertsManagement from the package * revert (put back AlertsManagment) * add tags for go SDK release v54.0.0 (#14161) * add tags for go SDK release v54.0.0 * add a new tag * FRv2.1 GA Stable Release (#13997) * Standardized Errors, sample list. * removing from master from now as this is just a proposal * FRv2.1 GA Initial commit. Co-authored-by: Sandeep Parab <rparab@ntdev.microsoft.com> * remove extra / from host template (#14176) * [Hub Generated] Review request for Microsoft.Batch to add version stable/2020-09-01.12.0 (#14170) * [Batch] Update RemoveNodes description to include max nodes/request * Added suppressions to readme * Update swagger for a new version 2021-03-31-preview1 for ACS Auth (#14168) * Unify names * Update tag * Update due to review meeting * update example description Co-authored-by: Alexandra Lamiova Pistrakova <apistrak@microsoft.com> * Add new 1.0 version for IoT Central API (#13713) * Add new 1.0.0 version for IoT Central API * fix swagger style * fix wrong json file name * remove unused examples * revert back email format * remove non-used examples * update with latest examples * update preview from 2019-10-28-preview to 2021-04-30-preview * remove extra --- * update version from 1.0.0 to 1.0 * rollback collections for common entities * update _id to Id, update _name to Name from operation, add sdk generation * fix go sdk file * remove go sdk * updatedevicve_templateId to deviceTemplateId * Add query parameter based versioning, remove resource schema * fix example docs reference * fix typo in comments * renaming execute to run for command operations * add api-version to samples files, fix devices_update missining issue * add devices_update.json for 1.0 * fix rerun_id, add missing parameters to examples for preview, fix command comments from execute to run * fix annoymous type issues * add title to readme. (#14179) * videoanalyzers-fix-missing-host (#14181) * New API version for Microsoft.Resources stable/2021-04-01 (#14132) * base for Microsoft.Resources 2021-04-01 * update readme * update api version * API changes for S2S * readme Co-authored-by: Wendy Chang <wendychang@gmail.com> * Swagger Changes for Get Recoverable Servers and create server with Geo-Restore. (#14013) * Added Recoverable Servers API and GeoRestore API. * Fixed spell check and prettier * Fixed readme.md file issue and changed the postgreSQL to restore. * Fixed duplicate schema issue. * Fixed the mismatch with namespace names. * change the tag name from georestore to servers * Fixed the SDK validation issues. * Fixed objects w.r.t preview version * Fixed operation required properties. * Included 2020-04-10 in the SDK versions * Change the folder path. * Add missing multiapi entry for go sdk v54.0.0 release (#14200) * add missing multiapi entry * fix one output-folder * Azure security insights - add data connectors preview version (#13998) * add new API * ad name to enum * updatre defenition names * update readme * update readme * update readme path files * fix errors * add missing connectors * execute validation * execute pre * update readme * add description ans x-ms-enum * update description * update properties * add description * rename enum - fix new error that didnt display until now * rename enum unser x-ms-enum property * [Hub Generated] Review request for Microsoft.Maps/Alias to add version preview/2.0, preview/2.0, preview/2.0, preview/2.0, preview/2.0, preview/2.0 and preview/2.0 (#13921) * Copy Creator API 1.0 to 2.0 * draft of planB * adding ontology properties; adding DataUpload * updated alias apis * put v1 API back so diffing is easier * reapplying v2 so diffs are easier * remove type from datasetsources * incorporate suggestions from review board * adding ontology field * Update alias v2 apis. * fix conversion descriptions, update alias * Fix the alias file. * Add get details example. * fix casing on headers; mapData more consistent * minor comment and linting fixes * Adds base for updating Microsoft.Maps/Alias from version preview/1.0 to version 2.0 * Updates readme * Updates API version in new specs and examples * Add baseline from preview/1.0 * update api-version in examples * add v2 files to readme * fix avacado errors * Adding string length limit to the descriptions for feature state. Adding string length limit to the descriptions for feature state. * Adding ontology element to the WFS resopnse examples. Adding ontology element to the WFS resopnse examples. * Updating length to 1000 from 1024. Updating length to 1000 from 1024. * Update dataset v2 descriptions and examples. * Update the examples to have the right details. * reran linter; added spellcheck words * more linting: 202 description alignment * fixed example linting for alias, data, dataset * example linting changes for conv, fs, tileset * change featurestateset patch to put * autorest linting fixes * Reverting FeatureState body to include array to match V1 body and response. * adding missing operationIds * added examples; more linting * remove x-ms-long-running * Update alias documentation for resourceId -> creatorDataItemId change Co-authored-by: Robert Johnson <rojohn@microsoft.com> Co-authored-by: Subbarayudu Kamma <skamma@microsoft.com> * Update attribute name for message metadata (#14206) * Update attribute name for message metadata * Apply Prettier * Prettier fix Co-authored-by: Po Tsang <tsangpo@microsoft.com> * Re-add a previously erroneously removed PUT API for /networkConfig/VirtualNetwork (#14018) * Add CreateOrUpdateSwiftVirtualNetworkConnectionWithCheck, and site-level virtualNetworkSubnetId field * Add site-level virtualNetworkSubnetId field * Tabs vs spaces * Removing the new property since it's technically a 'breaking change' * Add changes needed for correct .NET SDK generation issues. Referen…
Issue #15953
TODO
groupForReplace: The capture group that needs to be operated upon. Do not set if you're invoking a simple replacement operation.
param to sanitizer optionsFuture PR
Quick links