Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SB T2 - Updating change log with known issues. #17941

Merged
merged 15 commits into from
Dec 7, 2020

Conversation

hemanttanwar
Copy link
Contributor

@hemanttanwar hemanttanwar commented Dec 3, 2020

Servicebus GA 7.0.0 : Since this version of ServiceBus depends on azure-identity 1.2.0 . When user add 'azure-identity' and 'azure-messaging-servicebus' as dependency in pom file in this order .

Maven will pick older version of azure-core:1.10.0 because azurer-identity depends on this version of azure-core.

We will fix this in next ServiceBus release by updating latest version of azure-identity.

Copy link
Member

@joshfree joshfree left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added an alternative known issue sample, based on how Microsoft writes KB articles

@@ -28,6 +27,12 @@
- Upgraded `azure-core` dependency to `1.11.0`.
- Upgraded `azure-core-amqp` dependency to `2.0.0`.

### Known issues
- ClassNotFoundException for BinaryData : When user add 'azure-identity' and 'azure-messaging-servicebus' as
Copy link
Member

@joshfree joshfree Dec 3, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unhandled ClassNotFoundException exception when using azure-messaging-servicebus:7.0.0 and other Azure SDKs in the same pom.xml file.

Issue

This exception occurs due to a known azure-core:1.11.0 dependency conflict between azure-messaging-servicebus:7.0.0 and other Azure SDKs, such as azure-identity:1.2.0, which depend on older versions of azure-core.

When two libraries depend on different versions of the same package, Maven will simply pick the first version that it sees and ignores the others.

Resolution

A workaround is to change the order of dependencies in the application's pom.xml file to list azure-messaging-servicebus before any other azure-* client libraries.

A Fix for the January 2021 release is being tracked HERE

Additional Information

More information on diagnosing and resolving dependency conflicts can be found here: https://github.com/Azure/azure-sdk-for-java/wiki/Frequently-Asked-Questions#dependency-conflict

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

also should this go into a known-issues file that's separate from the changelog or should these just be included in the changelog.md?

/cc @samvaity

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As per our last guidance, this should go as a separate known-issue and we could do a mention in the changelog.
@czubair Could you confirm the correct way of addressing this?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, that is correct @samvaity

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have added separate file for known-issues.

'azure-messaging-servicebus' before any other 'azure-*' client libraries. A Fix for the January 2021 release is being
tracked at https://github.com/Azure/azure-sdk-for-java/issues/17942 .
- **Additional Information**: More information on diagnosing and resolving dependency conflicts can be found at
https://github.com/Azure/azure-sdk-for-java/wiki/Frequently-Asked-Questions#dependency-conflict .
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

also there's a space between the link and the period on both line 41 and on line 43.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed.

sdk/servicebus/azure-messaging-servicebus/CHANGELOG.md Outdated Show resolved Hide resolved
@@ -28,6 +27,21 @@
- Upgraded `azure-core` dependency to `1.11.0`.
- Upgraded `azure-core-amqp` dependency to `2.0.0`.

### Known issues
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should move this up to #1

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I moved it up by one section. But when I check many other SDK, this section is after New Features/Features

@@ -91,6 +91,9 @@ platform. First, add the package:
```
[//]: # ({x-version-update-end})

- Known Issue: The pom.xml file should list `azure-messaging-servicebus` before `azure-identity` client libraries.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you edit this so it's clear that it's a known issue only with azure-identity:1.2.0 and earlier? Since azure-identity:1.2.1 and above resolves this issue.

Copy link
Member

@joshfree joshfree left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved, pending quick tweak to clarify that this is fixed with azure-identity:1.2.1 and newer

@hemanttanwar hemanttanwar merged commit 9912129 into Azure:master Dec 7, 2020
@hemanttanwar hemanttanwar deleted the t2-sb-readme-updates branch December 7, 2020 23:42
xinlian12 pushed a commit to xinlian12/azure-sdk-for-java that referenced this pull request Jan 6, 2021
commit f29266625feb78f44603b2f737948d94f00dfa15
Author: annie-mac <annie-mac@s-pkges.redmond.corp.microsoft.com>
Date:   Tue Jan 5 16:33:17 2021 -0800

    Throughput control part 1 -- local

commit e0865d3c54997b2a05f175185715e8e29e1e5786
Author: annie-mac <annie-mac@s-pkges.redmond.corp.microsoft.com>
Date:   Mon Jan 4 15:26:09 2021 -0800

    refactor

commit 92550f4477086a71178bbbcd3f6d0aeab0d3c4a9
Author: annie-mac <annie-mac@s-pkges.redmond.corp.microsoft.com>
Date:   Mon Jan 4 10:27:32 2021 -0800

    refactor

commit b906eb2a1880d56a86a856df743b3fe8243011fc
Author: annie-mac <annie-mac@s-pkges.redmond.corp.microsoft.com>
Date:   Mon Jan 4 09:39:00 2021 -0800

    refactor class name

commit 3ad3e000cccec8f3c4ae956b470da0b337f8f2bc
Merge: 77cfb0bea1 1dc2037593
Author: annie-mac <annie-mac@s-pkges.redmond.corp.microsoft.com>
Date:   Mon Jan 4 09:04:20 2021 -0800

    Merge branch 'master' into ThroughputControlDraft

commit 1dc2037593edf0848ebd03ff2c2aa36b194a1c50
Author: Chuang <54572251+xccc-msft@users.noreply.github.com>
Date:   Mon Jan 4 13:39:01 2021 +0800

    mgmt upgrade network and compute (#18386)

    * update network spec

    * generate package-2020-07

    * fix compile errors

    * update changelog

    * update session records

    * update compute spec

    * update compute spec for swagger client name changes

    * regenerate code

    * switch to package-2020-06-30

    * regenerate code

    * fix compile errors

    * update session records

    * update compute changelog

    * update revapi for network

    * update revapi for compute

    * update revapi for azure-resourcemanager

    * update changelog

commit 28c948fed3ce73ec514619b9a5d3de2cfd1a400d
Author: Weidong Xu <weidxu@microsoft.com>
Date:   Mon Jan 4 12:43:47 2021 +0800

    mgmt, update generator version (#18418)

commit 763a91e809e51f86f6c51a1d8aa50a6f18d75ab1
Author: Xiaobing Zhu <71206407+ZhuXiaoBing-cn@users.noreply.github.com>
Date:   Mon Jan 4 12:25:17 2021 +0800

    Update the OBO README.md file and application.yml (#18417)

commit 9db7133182ac49801e9a3dc0dd5302ff8386aa63
Author: Yi Liu <yiliu6@microsoft.com>
Date:   Mon Jan 4 11:36:12 2021 +0800

    update spring bom version and add aad stater (#18416)

commit 5af23e5e66a2fb3312a248596771adf26ece1689
Author: Kamil Sobol <61715331+kasobol-msft@users.noreply.github.com>
Date:   Thu Dec 31 15:36:50 2020 -0800

    Allow http in SAS policy. (#18408)

    * do not require https in sas policy

    * Revert "do not require https in sas policy"

    This reverts commit 07ee3b2d7341190d552a20904dc3a2bcd76afaa8.

    * option to not require https policy.

commit 99fed03e150931c678e30a0db5f3ca7d7fc05dee
Author: Yi Liu <yiliu6@microsoft.com>
Date:   Thu Dec 31 11:03:11 2020 +0800

    update spring versions for release (#18400)

commit 449c000f3f90f1c1f63e264c9a2abe07b695ba05
Author: Srikanta <51379715+srnagar@users.noreply.github.com>
Date:   Wed Dec 30 16:16:32 2020 -0800

    Cleanup inline mocks after each test (#18405)

    * Cleanup inline mocks after each test

    * Dispose connections after each test

    * Dispose connections after each test

commit b4342513f5075f6d4e49e25c239ba2e0504c67c7
Author: Yi Liu <yiliu6@microsoft.com>
Date:   Wed Dec 30 17:27:14 2020 +0800

    add limitation on webapp autoconfiguration (#18395)

commit 89a0ab537d6a0f0014e7d7dc6aba6633863811e2
Author: Xiaolu Dai <31124698+saragluna@users.noreply.github.com>
Date:   Wed Dec 30 17:20:28 2020 +0800

    make aad obo autoconfiguration depend on aad.client-id (#18396)

    * make aad obo autoconfiguration depend on aad.client-id

commit 4954f75e5a5520688ef53769ad239005261efd1e
Author: Chuang <54572251+xccc-msft@users.noreply.github.com>
Date:   Wed Dec 30 15:05:17 2020 +0800

    IoTCentral: regenerate package-2018-09 (#18397)

    * regenerate package-2018-09

    * update pom

commit 8de17b577ed34b57d3fa33cc517cd5312c0ece4b
Author: Kamil Sobol <61715331+kasobol-msft@users.noreply.github.com>
Date:   Tue Dec 29 21:06:15 2020 -0800

    Add SAS credential and policy. (#18380)

    * Add SAS credential and policy.

    * fix checkstyle.

    * pr feedback.

    * poke ci

    * pr feedback.

    * pr feedback.

commit accc2ad1b76275349f252f2a7ecde711c20952f5
Author: Ed Burns <edburns@microsoft.com>
Date:   Tue Dec 29 21:46:23 2020 -0500

    On branch edburns-msft-18273-keyvault-certificates-properties WIP on #18273 property name consistency (#18340)

    This commit addresses the damage apparently done by the apparently prematurely merged #17741.  That PR was seeking conceptual review in the associated issue #17740 (see [this comment](https://github.com/Azure/azure-sdk-for-java/issues/17740#issuecomment-734000808)).  While I received the conceptual review, I had not yet completed the corresponding implementation work.

    This commit does not complete that work either.  However, it does make
    the system work again, but only with property names that strictly
    conform to the "hyphens not camel case" syntax.

    Before this commit, the system did not work at all.

    After this commit, the system works, but only with the new conforming
    properties, which means it will break existing customers.

    I am continuing to work on #18273, which will make the system work
    without breaking existing customers.

    modified:   sdk/keyvault/azure-security-keyvault-jca/README.md
    modified:   sdk/keyvault/azure-security-keyvault-jca/pom.xml

    - Several tests were using non-conforming test property names, such as:

       -    System.getProperty("azure.tenant.id"),
       -    System.getProperty("azure.client.id"),
       -    System.getProperty("azure.client.secret"));

       I changed these to

       +    System.getProperty("azure.keyvault.tenant-id"),
       +    System.getProperty("azure.keyvault.client-id"),
       +    System.getProperty("azure.keyvault.client-secret"));

    modified:   sdk/keyvault/azure-security-keyvault-jca/src/main/java/com/azure/security/keyvault/jca/KeyVaultKeyStore.java

    - This is where the damage happened.  When #17741 was merged, those
      changes invalidated the contract with this code.  This change
      modifies this side of the contract to conform with that in the
      existing #17741 change.

    modified:   sdk/keyvault/azure-security-keyvault-jca/src/samples/java/sample/com/azure/security/keyvault/jca/ClientSSLSample.java
    modified:   sdk/keyvault/azure-security-keyvault-jca/src/samples/java/sample/com/azure/security/keyvault/jca/ServerSSLSample.java
    modified:   sdk/keyvault/azure-security-keyvault-jca/src/test/java/com/azure/security/keyvault/jca/AuthClientTest.java
    modified:   sdk/keyvault/azure-security-keyvault-jca/src/test/java/com/azure/security/keyvault/jca/KeyVaultJcaProviderTest.java
    modified:   sdk/keyvault/azure-security-keyvault-jca/src/test/java/com/azure/security/keyvault/jca/KeyVaultKeyStoreTest.java
    modified:   sdk/keyvault/azure-security-keyvault-jca/src/test/java/com/azure/security/keyvault/jca/KeyVaultLoadStoreParameterTest.java
    modified:   sdk/keyvault/azure-security-keyvault-jca/src/test/java/com/azure/security/keyvault/jca/ServerSocketTest.java
    modified:   sdk/spring/azure-spring-boot-samples/azure-spring-boot-sample-keyvault-certificates/pom.xml
    modified:   sdk/spring/azure-spring-boot-samples/azure-spring-boot-sample-keyvault-certificates/src/main/resources/application.properties

    - These changes all bring the samples and tests into sync with the new contract.

commit 84f27b3c73a328e4a1d8e7ced421bfdda2478c05
Author: Yi Liu <yiliu6@microsoft.com>
Date:   Wed Dec 30 10:19:32 2020 +0800

    add external dependencies for webapi in readme (#18393)

commit 51ea22ca0868e31bb235c96ce524d8f294f3eac0
Author: Vijaya Gopal Yarramneni <viyarr@microsoft.com>
Date:   Tue Dec 29 17:23:34 2020 -0800

    Vijay idle receiver cpu (#18348)

    * Changing the message return daemon sleep to 10 milliseconds in CoreMessageReceiver.

    * Fixing a bug in sessino pump that is causing the pump to stop accepting sessions if a session lock is lost.

    * Updating service bus track1 SDK version to 3.6.0.

    * Correcting a spelling.

commit 7ffbe01fbb50c2b45bcd91da73c208e51737ce93
Author: Alan Zimmer <48699787+alzimmermsft@users.noreply.github.com>
Date:   Tue Dec 29 15:00:48 2020 -0800

    Fix DateTimeFormatter Pattern and Jacoco Coverage Configuration (#18388)

    Fix DateTimeFormatter pattern and Jacoco coverage configuration

commit 34a28f2b458c3c46de027f0f618e3cb9599597ca
Author: Xiaobing Zhu <71206407+ZhuXiaoBing-cn@users.noreply.github.com>
Date:   Tue Dec 29 19:30:11 2020 +0800

    Update README.md file in the azure-spring-boot-sample-active-directory-resource-server (#18361)

commit ae0c6a16725734dd55bea64611c56516aebb48ce
Author: Xiaobing Zhu <71206407+ZhuXiaoBing-cn@users.noreply.github.com>
Date:   Tue Dec 29 19:14:27 2020 +0800

    Update README.md file in the resource-server-obo (#18372)

commit f19b24f6cf9f52177e90ba2a837514c422b92070
Author: Xiaobing Zhu <71206407+ZhuXiaoBing-cn@users.noreply.github.com>
Date:   Tue Dec 29 18:14:39 2020 +0800

    Update aad starter readme to address web APIs changes (#18377)

commit 6a3123382ae2d88751e682d2905668642a0c1bbf
Author: Moary Chen <v-moaryc@microsoft.com>
Date:   Tue Dec 29 09:58:41 2020 +0000

    Improve aad obo sample logic to be exception tolerant (#18385)

commit 956bd76d69d9687d81ff66748b07144f2847a76c
Author: Yi Liu <yiliu6@microsoft.com>
Date:   Tue Dec 29 17:10:41 2020 +0800

    add a table to display properties (#18383)

commit c239763dd681f208b337264f5ca69ba2e52b57e3
Author: Rujun Chen <Rujun.Chen@microsoft.com>
Date:   Tue Dec 29 17:05:22 2020 +0800

    Change the code style of AADSeleniumITHelper (#18378)

    * Add logout test
    * Add AADSeleniumITHelper.

    Co-authored-by: Jack Lu <dbqp99@msn.com>

commit 22aa07f799d07a885c15e7bda917ef5329d96f40
Author: Rujun Chen <Rujun.Chen@microsoft.com>
Date:   Tue Dec 29 15:49:40 2020 +0800

    Make allowed groups optional (#18373)

    * Make it valid if "azure.activedirectory.user-group.user-group" is not configured.

    * Add additional scope "https://graph.microsoft.com/User.Read" when:
    1. authorizationCodeScopes have more than one resource server.
    2. accessTokenScopes have no resource server

commit cc11e13a5a4de1ccb360652db88d77c404104728
Author: wujack778 <69495791+wujack778@users.noreply.github.com>
Date:   Tue Dec 29 13:33:12 2020 +0800

    Refactor AADResourceServerOboConfiguration and modify properties for authorization-clients (#18374)

commit d8c64df101f9433bfd969a60e73c517ef2b16531
Author: Xiaolu Dai <31124698+saragluna@users.noreply.github.com>
Date:   Tue Dec 29 09:28:37 2020 +0800

    fix broken change version build (#18381)

commit 0bdb7440dc02957246740b800c47f8c8cda5e002
Author: Xiaolu Dai <31124698+saragluna@users.noreply.github.com>
Date:   Tue Dec 29 00:12:31 2020 +0800

    Spring cloud refactor resource manager provider and add azure-identity-spring (#17119)

    - Add a Spring extension of the azure-identity library
    - Upgrade the resource manager dependencies to track2
    - Break down the whole resource manager provider into separate resource providers for each service.

commit df82f2d8946970dc5bc09958dc6bb73f5d53d073
Author: Yi Liu <yiliu6@microsoft.com>
Date:   Mon Dec 28 17:26:46 2020 +0800

    update aad changelog and readme (#18357)

commit 6f899c59a69b7f9cdc94c1f72a6d51f8050f94ef
Author: Rujun Chen <Rujun.Chen@microsoft.com>
Date:   Mon Dec 28 17:23:57 2020 +0800

    Delete conditional access related configuration. (#18371)

commit 25a70cd34c0963d2c8db5251b48f1d350da931f0
Author: Yi Liu <yiliu6@microsoft.com>
Date:   Mon Dec 28 16:21:25 2020 +0800

    exclude unimported poms (#18375)

commit e8e1e35f46bce2fb46483af4edc1e2011a3345fb
Author: Jack Lu <dbqp99@msn.com>
Date:   Mon Dec 28 14:26:31 2020 +0800

    Rename the 'azure.activedirectory.authorization' to 'azure.activedirectory.authorization-clients' (#18362)

commit 693bd14bcd11c419521e5261885601c80448c56f
Author: zhihaoguo <zhihaoguo@microsoft.com>
Date:   Mon Dec 28 12:36:06 2020 +0800

    add empty java doc and sources (#18370)

commit f88d1e871502c1c13b55f2036b6488eedd1ae2fb
Author: Weidong Xu <weidxu@microsoft.com>
Date:   Mon Dec 28 11:28:55 2020 +0800

    mgmt, appservice, fix issue caused by service (#18359)

commit 28d2065a314b38e28eb1a34021bdfa2aff66decc
Author: Rujun Chen <Rujun.Chen@microsoft.com>
Date:   Mon Dec 28 10:39:22 2020 +0800

    Add wiki to tell how to run AAD integration test in localhost. (#18347)

commit 5610c4414d4af836683f5a2318f2c57f43a0ce51
Author: Rujun Chen <Rujun.Chen@microsoft.com>
Date:   Mon Dec 28 08:31:02 2020 +0800

    Add tenantId in  AADAuthorizationServerEndpoints. (#18358)

    * Sort lines.

    * Rename AuthorizationServerEndpoints to AADAuthorizationServerEndpoints.

    * Rename authorizationServerUri to baseUri.

commit eefcde710ebf494828051c78fbf0fe022f169b10
Author: Jack Lu <dbqp99@msn.com>
Date:   Mon Dec 28 07:30:27 2020 +0800

    Add changelog for post logout redirect uri (#18363)

commit 135bb81a789d9503edbbaf7840c98b29a8c72d56
Author: wujack778 <69495791+wujack778@users.noreply.github.com>
Date:   Sun Dec 27 10:12:50 2020 +0800

    Create obo clientRegistration Repo  (#18207)

    * Refactor the aad obo implementations.

commit 3a1ec47aca9c90fe7a588d51b44eb0451eb09b30
Author: Rujun Chen <Rujun.Chen@microsoft.com>
Date:   Fri Dec 25 15:56:29 2020 +0800

    Rename java classes: Use AAD prefix. (#18356)

commit 2853516725b737855f67d01a46c15a784c4f5e61
Author: Xiaobing Zhu <71206407+ZhuXiaoBing-cn@users.noreply.github.com>
Date:   Fri Dec 25 14:55:01 2020 +0800

    Update README.md file in the azure-spring-boot-sample-active-directory-webapp (#18349)

commit a990a7f89352636829bde3ce1b6ca183d133035b
Author: Rujun Chen <Rujun.Chen@microsoft.com>
Date:   Fri Dec 25 10:44:01 2020 +0800

    Add AADDatabindModule (#18312)

    * Add AADDatabindModule and related mixins.

    * Rename to AADOAuth2AuthorizedClientRepository.

commit b7a90fa848f98f1dce929778792b14d821df4a77
Author: Rujun Chen <Rujun.Chen@microsoft.com>
Date:   Fri Dec 25 10:05:48 2020 +0800

    Fix integration test failure (#18353)

commit 45f182f0a2f2a740f27fa0d4167ae450e8ad4e3d
Author: lzc-1997-abel <70368631+lzc-1997-abel@users.noreply.github.com>
Date:   Thu Dec 24 18:10:41 2020 -0600

    add scopes for graph and office client in test and sample (#18332)

commit 93194dfdc0375ada6dded7748eefa64fcb1f18d9
Author: Yi Liu <yiliu6@microsoft.com>
Date:   Thu Dec 24 16:20:40 2020 +0800

    remove updating rotating dependencies and handle network error (#18302)

    * remove updating rotating dependencies and handle network error

commit f192757ce73eeaf4da877915eb252ef5e31b771a
Author: Weidong Xu <weidxu@microsoft.com>
Date:   Thu Dec 24 15:20:12 2020 +0800

    mgmt cleanup unused class (#18346)

commit d7e82a516f04a4579d07b772d101f171ed9f1d90
Author: Jack Lu <dbqp99@msn.com>
Date:   Thu Dec 24 14:32:34 2020 +0800

    Modify the configuration of post-logout-redirect-uri to support springboot 2.2.x version. (#18333)

commit 9d2c6e8488bf18e4454896a30f29514b89300533
Author: Rujun Chen <Rujun.Chen@microsoft.com>
Date:   Thu Dec 24 14:29:00 2020 +0800

    Change package name in aad test module (#18331)

    * No logic change, just:
    1. Change package name.
    2. Change until class name.
    3. Format code.

commit 06fb075b5f5f3024c95cfcca4848bd008906b199
Author: Moary Chen <v-moaryc@microsoft.com>
Date:   Thu Dec 24 11:09:34 2020 +0800

    Add new webapi sample link in azure-spring-boot README.md (#18261)

commit 1f55d44fa14b7b5a293a582ad8f24eb02ed0b8ab
Author: Hong Li(MSFT) <74638143+hongli750210@users.noreply.github.com>
Date:   Thu Dec 24 02:56:12 2020 +0800

    Fixed Event Hubs Sample issues #16872 (#18319)

commit c1c082029e8e7ada4fac5f8f011ca43334506ae5
Author: Moary Chen <v-moaryc@microsoft.com>
Date:   Wed Dec 23 18:01:59 2020 +0800

    Add aad obo integration test case (#18288)

commit 63620c5278147a5e0d060a9f2a2dca9601d05089
Author: Tanyi Chen <tanchen@microsoft.com>
Date:   Wed Dec 23 16:32:19 2020 +0800

    update revapi for resource manager (#18330)

commit 9ec1f54241b23679413ccf60bd962e74fc15c9b5
Author: lzc-1997-abel <70368631+lzc-1997-abel@users.noreply.github.com>
Date:   Wed Dec 23 02:14:20 2020 -0600

    Add test: accessTokenScopesIT (#18322)

commit 251938c2c74ae9bb6113521f0ab6a28d4122cda3
Author: Chuang <54572251+xccc-msft@users.noreply.github.com>
Date:   Wed Dec 23 15:34:16 2020 +0800

    mgmt fix VirtualNetworkGatewayConnection shared key update (#18309)

    * mgmt fix VirtualNetworkGatewayConnection shared key update

    * clear after shared key update

    * support shared key operation in the collection

    * change to doOnSuccess

    * reset updateSharedKey before getting connection

commit 45e84f6c4c2661687fe6d66f543534bdd4289b67
Author: Tanyi Chen <tanchen@microsoft.com>
Date:   Wed Dec 23 14:58:38 2020 +0800

    Mgmt: update aks to 2020 11 (#18310)

    * update aks version

    * generate aks

    * fix compile error

    * session records

    * skip revapi for all with return type error

    * add change log

commit 4d4fb447fd482e723b5c09aeca75965c03e7842f
Author: Chuang <54572251+xccc-msft@users.noreply.github.com>
Date:   Wed Dec 23 14:39:59 2020 +0800

    ContainerService: generate package-2020-12 (#18327)

    * ContainerService: generate package-2020-12

    * update pom.mgmt.xml

    * fix compile errors

commit 379ed501aa923a0d5344c663a93f137288f23db3
Author: Srikanta <51379715+srnagar@users.noreply.github.com>
Date:   Tue Dec 22 22:24:53 2020 -0800

    Enable coverage reports for resourcemanager directory (#18315)

commit f2c318f68cba538d2f42237c5d9d1b556e0d4177
Author: Xiaobing Zhu <71206407+ZhuXiaoBing-cn@users.noreply.github.com>
Date:   Wed Dec 23 14:00:24 2020 +0800

    Update AADAppRoleStatelessAuthenticationFilter and AADAuthenticationFilter Javadoc (#18117)

commit 8fc41192ab4c8f24654444528e223d4afc0af257
Author: Jack Lu <dbqp99@msn.com>
Date:   Wed Dec 23 13:56:39 2020 +0800

    add post logout redirectUri (#18308)

commit bca03c5552911d4d30c898ed69fe7dd02fee9142
Author: Jack Lu <dbqp99@msn.com>
Date:   Wed Dec 23 13:36:15 2020 +0800

    Remove the old configuration from AADLoginIT.java (#18317)

commit 0de1a024ac1cb55c46e639ff1925cec340f447ed
Author: Tanyi Chen <tanchen@microsoft.com>
Date:   Wed Dec 23 13:24:34 2020 +0800

    suppress NM_CLASS_NOT_EXCEPTION for mgmt (#18323)

    * suppress NM_CLASS_NOT_EXCEPTION for mgmt

    * remove empty line

commit b1b8068d5daa157cc074e16d0dca4da938a0b9ef
Author: Chuang <54572251+xccc-msft@users.noreply.github.com>
Date:   Wed Dec 23 11:26:16 2020 +0800

    AppPlatform: generate package-preview-2020-11 (#18324)

commit d39d82a571355fa2357ce805fd6211dc9c35ab71
Author: Yi Liu <yiliu6@microsoft.com>
Date:   Wed Dec 23 10:02:07 2020 +0800

    Enable code coverage reporting for Spring (#18311)

commit e018faef54ec8c6cee85d8004a91927e5cfe408b
Author: minnieliu <minnieliu96@hotmail.com>
Date:   Tue Dec 22 12:22:01 2020 -0800

    [Communication] - Common - Adding MicrosoftTeamsUserIdentifier (#18316)

    * Adding MicrosoftTeamsUserIdentifier

    * Fix build

    Co-authored-by: Minnie Liu <peiliu@microsoft.com>

commit 778ca6c223d6959a5e90d6f9c4c46a8027537263
Author: lzc-1997-abel <70368631+lzc-1997-abel@users.noreply.github.com>
Date:   Tue Dec 22 03:20:55 2020 -0600

    Add test for RefreshToken scopes (#18269)

commit 1182b2d6bf254111653892e7605d6377f4409dc8
Author: Rujun Chen <Rujun.Chen@microsoft.com>
Date:   Tue Dec 22 14:17:13 2020 +0800

    Add OAuth2AuthorizedClientProvider in AzureAuthorizedClientRepository (#18297)

commit 6f40c87caf9940ced5b1dcf305fdf4b8b7392e78
Author: gaohan <1135494872@qq.com>
Date:   Tue Dec 22 13:23:37 2020 +0800

    add test case for AADB2COidcLoginConfigurer OAuth2 Additional Parameters (#18268)

    * add test case for https://github.com/Azure/azure-sdk-for-java/pull/17753

    Co-authored-by: v-gaoh <v-gaoh@Microsoft.com>

commit 6323ca75281489e59a84a273550db5a72b4ee72c
Author: Chuang <54572251+xccc-msft@users.noreply.github.com>
Date:   Tue Dec 22 11:19:51 2020 +0800

    mgmt upgrade search to package-2020-08 (#18292)

    * upgrade search to package-2020-08

    * generate code for package-2020-08

    * update session records

    * update changelog and readme

commit a6bed4515a12300dba3a72cb865625a9b990b3c7
Author: Srikanta <51379715+srnagar@users.noreply.github.com>
Date:   Mon Dec 21 12:28:14 2020 -0800

    Enable code coverage reporting for all services (#18221)

    * Enable code coverage reporting for all services

    * Fix eventgrid pom

commit 5db958cc167078b21cd46179b56a39ad4794419d
Author: Tanyi Chen <tanchen@microsoft.com>
Date:   Mon Dec 21 16:53:19 2020 +0800

    Mgmt: generate netapp 2020 09 (#18290)

commit ae482017ebcbdd070eb2e6e1ad5c8d66a63da22a
Author: Yi Liu <yiliu6@microsoft.com>
Date:   Mon Dec 21 14:20:18 2020 +0800

    Add new feature descriptions and examples in aad starter readme (#18260)

    * add new feature descriptions and examples in aad readmes

commit 6e6a7ffcd4acce87f3095e3004026172c39c0f17
Author: Rujun Chen <Rujun.Chen@microsoft.com>
Date:   Mon Dec 21 13:21:22 2020 +0800

    Delete unnecessary configuration in DefaultAzureOAuth2Configuration (#18258)

    * Delete unnecessary configurations in DefaultAzureOAuth2Configuration.

    * Format AzureOAuth2Configuration.configure(...).

commit 72c462e32c861201aeb8dac14d0015225009351d
Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com>
Date:   Sun Dec 20 17:51:07 2020 -0800

    Increment package version after release of com.azure.resourcemanager azure-resourcemanager-relay (#18264)

    Co-authored-by: Tanyi Chen <tanchen@microsoft.com>

commit 39c7afd78b09efbe1c6351bf1d611379a572ac22
Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com>
Date:   Sun Dec 20 17:44:59 2020 -0800

    Increment package version after release of com.azure.resourcemanager azure-resourcemanager-recoveryservices (#18263)

    Co-authored-by: Tanyi Chen <tanchen@microsoft.com>

commit e3d38f1523b24b65874cb7203274546153b6cf3c
Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com>
Date:   Sun Dec 20 17:44:07 2020 -0800

    Increment package version after release of com.azure.resourcemanager azure-resourcemanager-loganalytics (#18265)

    Co-authored-by: Tanyi Chen <tanchen@microsoft.com>

commit 3c0b58fe2335560735fcb74b9ad2ab2ff59c1acc
Author: Rujun Chen <Rujun.Chen@microsoft.com>
Date:   Mon Dec 21 09:36:54 2020 +0800

    Remove unused configuration items in AADLoginIT (#18256)

commit 77cfb0bea1d65b8b3c3f2ae625227f790e4aabc3
Author: Annie Liang <xinlian@microsoft.com>
Date:   Fri Dec 18 15:05:04 2020 -0800

    something works

commit 0123676cb3b4cac8c4eb65fc28dd5024c6830fbd
Author: Hemant Tanwar <hemant_tanwar@hotmail.com>
Date:   Fri Dec 18 15:04:10 2020 -0800

    SB : Sample Disable queue from administration client  (#18236)

    Adding sample for administrator client.

commit 28ce31c9b8fba706e915c387dcb7ef74f88c68f2
Author: minnieliu <minnieliu96@hotmail.com>
Date:   Fri Dec 18 14:25:17 2020 -0800

    Remove 401 check from SMS bad sig test (#18274)

    Co-authored-by: Minnie Liu <peiliu@microsoft.com>

commit 9383d603dc8cec8c8a4606df606c7bf197572228
Author: Naveen Singh <simplynaveen20@gmail.com>
Date:   Fri Dec 18 13:23:43 2020 -0500

    Converting cosmos exception into json format (#18092)

    * Converting cosmos exception json

    * fixing test case

    * fixing test case

    * fixing test case

    * Fixing spotbug

    * resolving comments and fixing test case

    * Fixing test case

commit 07a74e4d09b62f2788e7535c6f89e693c4095d78
Author: Jorge Beauregard <69869951+jbeauregardb@users.noreply.github.com>
Date:   Fri Dec 18 12:15:26 2020 -0600

    [Communication] - Identity - Added managed identity tests and updated README (#18183)

    * Added managed identity tests and updated README

    * Addressed comments

    * Addressed README comments

commit 6b2e9c6ecc06379c187848a7fd385a63b9d85042
Author: Chuang <54572251+xccc-msft@users.noreply.github.com>
Date:   Fri Dec 18 21:00:06 2020 +0800

    mgmt append introduction for lite packages (#18044)

    * mgmt append introduction for lite packages

    * remove standalone packages section and reformat existing one

    * update description of single-service package

    * restore sample code

    * update mediaservices

commit 92d0aa387904379dea80d1c3efc5d402123bf84b
Author: Chuang <54572251+xccc-msft@users.noreply.github.com>
Date:   Fri Dec 18 20:58:57 2020 +0800

    mgmt add script to update single-service packages (#18242)

    * mgmt add script to update single-service packages

    * fix typo

    * add doc with format details

    * update latest packages releases

    * remove locale

commit 28f41e8122898b9093d9b95be66793f48c4d0b49
Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com>
Date:   Fri Dec 18 01:20:29 2020 -0800

    Increment package version after release of com.azure.resourcemanager azure-resourcemanager-kusto (#18267)

commit 63dc62279c37278e387c0ff4fba1ab845f473441
Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com>
Date:   Fri Dec 18 01:20:12 2020 -0800

    Increment package version after release of com.azure.resourcemanager azure-resourcemanager-eventgrid (#18266)

commit c7cc97d517b27b10ae79b823e077d6111b338036
Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com>
Date:   Fri Dec 18 01:13:18 2020 -0800

    Increment package version after release of com.azure.resourcemanager azure-resourcemanager-costmanagement (#18262)

commit 39a4e98a34be80bf1a20fdce872ee538c2dc06b9
Author: Weidong Xu <weidxu@microsoft.com>
Date:   Fri Dec 18 16:44:41 2020 +0800

    mgmt, set flatten-payloads to true, as generator would default it to false in new versions (#18255)

    * set flatten-payloads to true, as generate would default it to false

    * update autorest core

commit 1cb676cadeaf6db9301790eca29e28563bea5b62
Author: wujack778 <69495791+wujack778@users.noreply.github.com>
Date:   Fri Dec 18 15:49:39 2020 +0800

    Create MSAL application per request to avoid using its token cache (#18257)

commit bb6222c177564535d8df888b77877d608cac0525
Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com>
Date:   Thu Dec 17 23:47:11 2020 -0800

    [Automation] Generate Fluent Lite from cost-management# (#18233)

    * [Automation] External Change

    * [Automation] Generate Fluent Lite from cost-management#

    Co-authored-by: Tanyi Chen <tanchen@microsoft.com>

commit ca9e405e2dc1729512abce9df1911ef926ce5260
Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com>
Date:   Thu Dec 17 23:28:48 2020 -0800

    [Automation] Generate Fluent Lite from recoveryservices# (#18230)

    * [Automation] External Change

    * [Automation] Generate Fluent Lite from recoveryservices#

    Co-authored-by: Tanyi Chen <tanchen@microsoft.com>

commit e029c4fbea7ff2b397d07de7378cde2416db5a25
Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com>
Date:   Thu Dec 17 23:07:34 2020 -0800

    [Automation] Generate Fluent Lite from azure-kusto# (#18234)

    * [Automation] External Change

    * [Automation] Generate Fluent Lite from azure-kusto#

    Co-authored-by: Tanyi Chen <tanchen@microsoft.com>

commit 81be7b24540160c19d26734e5420b40238c74908
Author: Xiaobing Zhu <71206407+ZhuXiaoBing-cn@users.noreply.github.com>
Date:   Fri Dec 18 15:00:48 2020 +0800

    fix spring changelog typos (#18240)

commit 31110c69adb6644372c6b4960446ec96b7e69b19
Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com>
Date:   Thu Dec 17 22:46:52 2020 -0800

    [Automation] Generate Fluent Lite from operationalinsights# (#18231)

    * [Automation] External Change

    * [Automation] Generate Fluent Lite from operationalinsights#

    * move old ci to ci.data.yml

    Co-authored-by: Tanyi Chen <tanchen@microsoft.com>

commit 0d0da58c513c0357a5c17d221d48483f917ea134
Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com>
Date:   Thu Dec 17 22:22:12 2020 -0800

    [Automation] Generate Fluent Lite from eventgrid# (#18232)

    * [Automation] External Change

    * [Automation] Generate Fluent Lite from eventgrid#

commit 5627cd20a8d4acaba5a3a4ca51415c61349b8120
Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com>
Date:   Thu Dec 17 22:01:00 2020 -0800

    [Automation] Generate Fluent Lite from relay# (#18226)

    * [Automation] External Change

    * [Automation] Generate Fluent Lite from relay#

    Co-authored-by: Tanyi Chen <tanchen@microsoft.com>

commit 97d2d17bf690bdd40fa406c9c0f34615afe1909a
Author: Tanyi Chen <tanchen@microsoft.com>
Date:   Fri Dec 18 14:00:21 2020 +0800

    Mgmt-Lite: add log in compile (#18225)

commit 516cab93ee5029506ee287a7b2b05cf84a534299
Author: Rujun Chen <Rujun.Chen@microsoft.com>
Date:   Fri Dec 18 13:43:59 2020 +0800

    For BI purpose, add http headers when use authorizationCode to get accessToken. (#18079)

commit 7a598d9f8cbad77c0190216e9aa7a954c7439929
Author: gaohan <1135494872@qq.com>
Date:   Fri Dec 18 13:43:15 2020 +0800

    Update spring boot parent version (#18209)

    * update spring-boot-starter-parent's version to 2.3.7 manually.

    * modify script for azure-spring-boot-service

    Co-authored-by: v-gaoh <v-gaoh@Microsoft.com>

commit c1ade3291756e17ee2158fd301f34f3c7ee167e9
Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com>
Date:   Thu Dec 17 21:11:04 2020 -0800

    Increment package version after release of com.azure.resourcemanager azure-resourcemanager-sqlvirtualmachine (#18227)

commit 9279a749e5ebb5fbae7b045946abded105416240
Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com>
Date:   Thu Dec 17 19:55:09 2020 -0800

    [Automation] Generate Fluent Lite from sqlvirtualmachine# (#18224)

    * [Automation] External Change

    * [Automation] Generate Fluent Lite from sqlvirtualmachine#

commit 6517953f402018869fdfbba11ec19bc3f0ed39e3
Author: Xiaobing Zhu <71206407+ZhuXiaoBing-cn@users.noreply.github.com>
Date:   Fri Dec 18 11:15:04 2020 +0800

    SpringCloud and SpringBoot version schema (#18109)

commit 3102a84cba248036d0320991eb398232a0b4c3d4
Author: lzc-1997-abel <70368631+lzc-1997-abel@users.noreply.github.com>
Date:   Fri Dec 18 10:43:00 2020 +0800

    Add scopes for on-demand=true client (#18173)

commit 134bdf582cde647d1582cf837405888c675ca8a5
Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com>
Date:   Thu Dec 17 18:34:37 2020 -0800

    Increment package version after release of com.azure.resourcemanager azure-resourcemanager-hdinsight (#18223)

    Co-authored-by: Tanyi Chen <tanchen@microsoft.com>

commit d2ffed5392d772e4042629ab127ff8e95f6c532a
Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com>
Date:   Thu Dec 17 18:12:51 2020 -0800

    Increment package version after release of com.azure.resourcemanager azure-resourcemanager-postgresql (#18210)

    Co-authored-by: Tanyi Chen <tanchen@microsoft.com>

commit 3049fb3ea6f6a2b28524666a9ab36a950616c046
Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com>
Date:   Thu Dec 17 17:11:23 2020 -0800

    Sync eng/common directory with azure-sdk-tools for PR 1287 (#18216)

    * Move common code to create API review into eng common in tools

commit 49cddb67f056d7134d8da84622a83b1101da4fca
Author: Gauri Prasad <51212198+gapra-msft@users.noreply.github.com>
Date:   Thu Dec 17 15:54:59 2020 -0800

    Added support for logging string to sign in Storage and ability to pass in account name when generating a UserDelegationKey (#18075)

commit bc642da47db6eb9c7c10c257cb37b63c6232c6bc
Author: Srikanta <51379715+srnagar@users.noreply.github.com>
Date:   Thu Dec 17 12:47:22 2020 -0800

    Test code coverage publishing (#18086)

    * Test code coverage publishing

commit a6f1344fbb5b151544f8bd1b6ebec655ce3eda77
Author: vcolin7 <vicolina@microsoft.com>
Date:   Thu Dec 17 11:20:41 2020 -0800

    Removed `exports` statement in favor of using `opens` in Key Vault Administration's module-info.java (#18193)

commit 57b429c837fed42484b6a30a0073ae9053846d00
Author: Yi Liu <yiliu6@microsoft.com>
Date:   Thu Dec 17 17:27:33 2020 +0800

    Update aad webapp sample (#18174)

commit 0baa0ec9a11ce14bfbe9cecc5cf2e431194c6dc2
Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com>
Date:   Thu Dec 17 01:01:33 2020 -0800

    [Automation] Generate Fluent Lite from hdinsight# (#18206)

    * [Automation] External Change

    * [Automation] Generate Fluent Lite from hdinsight#

commit 4eb4c4bdaf2519daf95ec41ff2b2672171765515
Author: Chuang <54572251+xccc-msft@users.noreply.github.com>
Date:   Thu Dec 17 16:58:12 2020 +0800

    mgmt add azure-resourcemanager-search (#18179)

    * update api spec for search

    * generate code for search

    * add pom, changelog and readme

    * update spec and regenerate

    * add interfaces and implementations

    * add search tests and records

    * add azure tests and samples for search

    * skip playback for search service update operation

commit 1773749a8fe0820402465133c816731c732056d4
Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com>
Date:   Thu Dec 17 00:56:58 2020 -0800

    Increment package version after release of com.azure.resourcemanager azure-resourcemanager-mysql (#18208)

commit 2f02d1762953dc91199a6d6c97bb5724783a71a3
Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com>
Date:   Wed Dec 16 23:42:47 2020 -0800

    Increment package version after release of com.azure.resourcemanager azure-resourcemanager-mediaservices (#18198)

commit 62e4b3283f433bc3a0efb49297632b74825ed3bb
Author: Xiaobing Zhu <71206407+ZhuXiaoBing-cn@users.noreply.github.com>
Date:   Thu Dec 17 15:01:50 2020 +0800

    Update CHANGELOG for AAD features (#18143)

commit de26272e7eb401d0783cf3a996808e7f56c85a64
Author: Tanyi Chen <tanchen@microsoft.com>
Date:   Thu Dec 17 13:38:26 2020 +0800

    fix: change old mediaservices ci to ci.data.yml (#18195)

commit 38b6350a22ef30d5a1ef70a3d023455225a3be77
Author: Tanyi Chen <tanchen@microsoft.com>
Date:   Thu Dec 17 10:48:19 2020 +0800

    Mgmt: generate digitaltwins 2020 12 (#18189)

commit 1bbacf3256c7dfc94e5ffe215a85854e5edd4d43
Author: Tanyi Chen <tanchen@microsoft.com>
Date:   Thu Dec 17 10:47:47 2020 +0800

    Mgmt: fix readme link error (#18190)

commit 9860538b85d79330a969cc2bde8191af76a8c38d
Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com>
Date:   Wed Dec 16 18:16:16 2020 -0800

    [Automation] Generate Fluent Lite from postgresql# (#18177)

    * [Automation] External Change

    * [Automation] Generate Fluent Lite from postgresql#

    Co-authored-by: Tanyi Chen <tanchen@microsoft.com>

commit 1cdd5ccd814066511ad02234ee62dd38708b682f
Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com>
Date:   Wed Dec 16 17:48:18 2020 -0800

    [Automation] Generate Fluent Lite from mysql# (#18176)

    * [Automation] External Change

    * [Automation] Generate Fluent Lite from mysql#

commit b4b846dc2b859304f8c9505f962ba593d01d5be4
Author: Sima Zhu <48036328+sima-zhu@users.noreply.github.com>
Date:   Wed Dec 16 16:49:49 2020 -0800

    Update skipPackageJson variables ci.yml for spring boot starter (#18100)

commit 57c37ba816bdf9e54513a314f9cf6769dff24e34
Author: Sima Zhu <48036328+sima-zhu@users.noreply.github.com>
Date:   Wed Dec 16 16:46:40 2020 -0800

    Fixed the anchor link issues in markdown files (#18187)

commit f10a57aad4d4286cabbd44bd7c0cd5ae6d000d88
Author: Rujun Chen <Rujun.Chen@microsoft.com>
Date:   Thu Dec 17 07:36:15 2020 +0800

    Fix displayName in pipeline. (#18166)

    * Fix displayName in pipeline.

commit f73ace9b998062260865b48486cb2f635dc9982b
Author: Alan Zimmer <48699787+alzimmermsft@users.noreply.github.com>
Date:   Wed Dec 16 12:39:32 2020 -0800

    Sanitize Non-Proxy Host Configurations (#18158)

    * Update ProxyOptions to cleanse http.nonProxyHosts and NO_PROXY configurations before setting the nonProxyHosts property

    * Update Netty proxying tests with more permutations

    * Update OkHttp proxying tests with more permutations

    * Fix linting and test issues

    * Fixed typos, changed handling for NO_PROXY, reverted find back to matches

commit 4d42c7d38cb7cdb66e901c74240d2e5b10244b06
Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com>
Date:   Wed Dec 16 10:36:29 2020 -0800

    Fixed the bug of replacing img src with href text (#18181)

    Co-authored-by: Sima Zhu <sizhu@microsoft.com>

commit 2e83cc5361ff1ceb2e1f8b9f9b6fdf49813cbfe0
Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com>
Date:   Wed Dec 16 01:14:03 2020 -0800

    [Automation] Generate Fluent Lite from mediaservices# (#18175)

    * [Automation] External Change

    * [Automation] Generate Fluent Lite from mediaservices#

commit 36c07590421dec606a2d949755f0f13c8948e376
Author: Tanyi Chen <tanchen@microsoft.com>
Date:   Wed Dec 16 16:48:16 2020 +0800

    Mgmt-Lite: fix ci.yml indent (#18172)

commit 879fde7789b451da528e59889818bfdbca045971
Author: zhihaoguo <zhihaoguo@microsoft.com>
Date:   Wed Dec 16 16:02:20 2020 +0800

    - rename method (#18163)

commit 9346994a10fe0d0fef462136e0e271d1d442f5e5
Author: Rujun Chen <Rujun.Chen@microsoft.com>
Date:   Wed Dec 16 15:53:43 2020 +0800

    Fix integration test failure. (#18162)

    * Add OAuth2ClientJackson2Module, because OAuth2ClientJackson2Module does not exist in spring-boot 2.2.11.

commit ee675d0fa16fb2b90ce134ae0a2d61f386fc3197
Author: wujack778 <69495791+wujack778@users.noreply.github.com>
Date:   Wed Dec 16 15:19:02 2020 +0800

    Remove unused configuration and modify some details obo sample's pom (#18170)

commit 46ded35284e53420d9e8e26bd5deef64c6282e47
Author: lzc-1997-abel <70368631+lzc-1997-abel@users.noreply.github.com>
Date:   Wed Dec 16 15:06:31 2020 +0800

    Add refresh token converter to fix scopes error (#18136)

    * add RefreshTokenGrantRequestEntityConverter works when use refresh_token get access_token

    * add AzureHandlerMethodArgumentResolver to change the DefaultOAuth2AuthorizedClientManager

    * add WebMvcConfigurer to add Argument Resolvers which use custom authorized client manager

commit 6b2fe753716deb536971c409b4333251b5791444
Author: Weidong Xu <weidxu@microsoft.com>
Date:   Wed Dec 16 14:45:42 2020 +0800

    mgmt, upgrade lite generator to 4.0.6 (#18169)

commit aa2feda0902bdc0d0935d47ea7e6abfcc297885f
Author: Ed Burns <edburns@microsoft.com>
Date:   Wed Dec 16 00:41:44 2020 -0500

    On branch edburns-msft-17740-keyvault-certificates-properties Fixes #17740 (#17741)

    Co-authored-by: Rujun Chen <Rujun.Chen@microsoft.com>

commit f9e832a6d529659b7757d79169021c49d99da4f2
Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com>
Date:   Tue Dec 15 18:10:37 2020 -0800

    Increment version for synapse releases (#18154)

    * Increment package version after release of com.azure azure-analytics-synapse-managedprivateendpoints

    * Increment package version after release of com.azure azure-analytics-synapse-monitoring

commit 1c1f3b018cd420fefc867493506d4b832683eb3b
Author: Rick Ley <frley@microsoft.com>
Date:   Tue Dec 15 16:16:48 2020 -0800

    Nio check access (#18095)

    * Small readme fix on creating a filestore

    * Started adding support for check access

    * Support for check access

    * Fixed a test recording

    * Ci fixes and feedback

    * Spotbugs

    * spotbugs

    * spotbugs

    * Added support for containers which adds support for Files.createDirs

    * PR feedback

commit e4c7b4f88ef88d9495531c0c4dab747a3baf290a
Author: vcolin7 <vicolina@microsoft.com>
Date:   Tue Dec 15 16:02:31 2020 -0800

    Changed the method used to check connectivity with a Key Vault from `getSecret()` to `listPropertiesOfSecrets()`. (#18128)

commit fc1878d8b2dcf58a7878cb60cdd329de8939459e
Author: minnieliu <minnieliu96@hotmail.com>
Date:   Tue Dec 15 15:00:34 2020 -0800

    [Communication] - Common - Adding TokenRefreshOptions to CommunicationTokenCredential ctor (#18060)

    * Adding TokenRefreshOptions

    * Update changelog

    * Update changelog

    Co-authored-by: Minnie Liu <peiliu@microsoft.com>

commit 0200a6a852a094dba85fe88f7a8672c4c99737ed
Author: Jianghao Lu <jianghaolu@users.noreply.github.com>
Date:   Tue Dec 15 14:00:47 2020 -0800

    Add 1.0.0-beta.1 change log to Synapse monitoring and managed private endpoints (#18147)

commit e50db7461ee61040d025e795ba6171de52098ad6
Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com>
Date:   Tue Dec 15 11:44:38 2020 -0800

    Increment package version after release of com.azure azure-cosmos (#18146)

commit 04dcb5d6d3345b26bc7fc04473d1977de60a731b
Author: minnieliu <minnieliu96@hotmail.com>
Date:   Tue Dec 15 10:41:57 2020 -0800

    [Communication] - All - Add Identifier suffix to all CommunicationIdentifiers (#18064)

    * Adding Identifier suffix to all CommunicationIdentifiers

    * Updating README

    * Updating comments with name change

    * Update changelogs

    Co-authored-by: Minnie Liu <peiliu@microsoft.com>

commit d557b916939431713b2020437a57af3a382cc9a6
Author: Tanyi Chen <tanchen@microsoft.com>
Date:   Tue Dec 15 16:44:49 2020 +0800

    Mgmt: generate synapse 2019 06 (#18141)

    * generate synapse 2019 06

    * update pom

    * fix compile error

    * fix logic error

    * fix: parse from id

commit 5fc87e6f2aba28b2bf636b8c6c1d8ebc6655170f
Author: Rujun Chen <Rujun.Chen@microsoft.com>
Date:   Tue Dec 15 15:56:48 2020 +0800

    Update version for spring boot starter parent (#18135)

    * Update spring-boot-starter-parent's version to 2.3.5.

    * Set spring-boot's version to 2.2.11.RELEASE in replace_util.py.

commit 09fd334e8d1bad74f7e0216d6f91f3bcd51660b3
Author: Jack Lu <dbqp99@msn.com>
Date:   Tue Dec 15 15:32:30 2020 +0800

    Remove the old configuration (#18111)

    remove AADOAuth2AutoConfiguration.java

commit 959e3fa288b8dcd880b41f4fd85aad239bbdb0c3
Author: wujack778 <69495791+wujack778@users.noreply.github.com>
Date:   Tue Dec 15 13:18:38 2020 +0800

    AADAuthorizedClinetRepo for Obo flow (#17901)

commit d52157f0b1e7b3de2d718bfb957d9580f71a2eec
Author: Chuang <54572251+xccc-msft@users.noreply.github.com>
Date:   Tue Dec 15 11:13:06 2020 +0800

    mgmt add placeholder file for single-service packages (#18120)

commit e10e0c93fc02e90ffac7dcffbdec9d8200c37e62
Author: Naveen Singh <simplynaveen20@gmail.com>
Date:   Mon Dec 14 18:26:46 2020 -0500

    4.10.0 release PR (#18130)

commit 02a58925ba5e0f1746509e71cbd617e2d2b5a911
Author: Rick Ley <frley@microsoft.com>
Date:   Mon Dec 14 11:28:53 2020 -0800

    Added support for file key (#18099)

commit 1929a0984258eae4076772fdd9693d18f033e511
Author: Tanyi Chen <tanchen@microsoft.com>
Date:   Mon Dec 14 15:13:36 2020 +0800

    Mgmt-Lite: add eng/mgmt due to it may be changed (#18116)

commit 627fad2e5960b7e864f58c80b4b41976f78872e8
Author: Xiaobing Zhu <71206407+ZhuXiaoBing-cn@users.noreply.github.com>
Date:   Mon Dec 14 14:45:01 2020 +0800

    add spring security resource server sample (#17872)

commit cfa32df42af94553ee3f8757ca861d0b1476429d
Author: gaohan <1135494872@qq.com>
Date:   Mon Dec 14 10:52:11 2020 +0800

    modify AzureOAuth2ResponseErrorHandler.class name and add notes. (#18071)

    Co-authored-by: v-gaoh <v-gaoh@Microsoft.com>

commit ed231279c9cc5cf77627bb8ba4544cf88ebfa674
Author: Hemant Tanwar <hemant_tanwar@hotmail.com>
Date:   Fri Dec 11 17:02:21 2020 -0800

    [SB T2 javadoc bus bash ] javadoc / samples updates (#18101)

    * Changes absed bug bash on javadoc

commit 12459ab70aa240df689ca5bb2c5ba98a3d1efdf5
Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com>
Date:   Fri Dec 11 16:51:15 2020 -0800

    Sync eng/common directory with azure-sdk-tools for PR 1273 (#18096)

    * Support alpha and azure pipeline build version formats for SemVer parsing and sorting

    * Minor build number fixes

    * Support zero-padding of build versions more generically in SemVer script

    * Fix pre-release label conditional for HasValidPrereleaseLabel in semver script

    * Set default convention for build number separator in semver script

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

commit c2537571a9b567ada0d17fa8149eadefa94b1d5f
Author: praveenkuttappan <55455725+praveenkuttappan@users.noreply.github.com>
Date:   Fri Dec 11 16:17:41 2020 -0800

    Create auto apireview (#18073)

    * Create API review automatically

commit 4c09b6c7b46daba11c6f90d7165fa8a4734dca9e
Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com>
Date:   Fri Dec 11 15:47:01 2020 -0800

    Increment version for cosmos releases (#18093)

    * Increment package version after release of com.azure azure-cosmos

    * Increment package version after release of com.azure azure-spring-data-cosmos

commit f7a923d87d545632f66e6a0b887ceda8aa178751
Author: Kushagra Thapar <kuthapar@microsoft.com>
Date:   Fri Dec 11 15:20:49 2020 -0800

    Updated direct connection config docs (#18097)

commit 7c2b2d378bfb0f42ff742d0ba2fdd178e7e3337c
Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com>
Date:   Fri Dec 11 15:10:42 2020 -0800

    Sync eng/common directory with azure-sdk-tools for PR 1274 (#18089)

    * Added a step of skipping package json update for spring boot packages

    * Added skip package json config

    * Update the indentation

    Co-authored-by: Sima Zhu <sizhu@microsoft.com>

commit 657e9a47e4b4c7e7e7eee4100273c09468a30c63
Author: Naveen Singh <simplynaveen20@gmail.com>
Date:   Fri Dec 11 15:58:52 2020 -0500

    Conflict read/query support. (#18026)

    * Initial commit for conflict support in V4 java

    * refactoring test cases

    * adding timeout in test

    * fixing documentation

    * resolving comments

    * resolving comments

    * Skipping test for single region multi master account

    * resolving comments

    * removing unnessary change

    * adding sproc file

commit 76618d0d1b92c3355fdf759b38f2f9589636ffb4
Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com>
Date:   Fri Dec 11 12:30:43 2020 -0800

    Sync eng/common directory with azure-sdk-tools for PR 1270 (#18090)

    * resolve git longpath error when applying documentation updates

    Co-authored-by: scbedd <45376673+scbedd@users.noreply.github.com>

commit b3dc745d64262fecff3844765a02f41863e41e1b
Author: Kushagra Thapar <kuthapar@microsoft.com>
Date:   Fri Dec 11 12:09:43 2020 -0800

    Release azure cosmos 4.9.0 (#18088)

    * Added Beta warning text to the APIs

    * Updated Warning text on all Beta APIs

    * Updated versions for release azure-cosmos 4.9.0 and azure-spring-data-cosmos 3.2.0

    * Added beta tags to Transactional Batch APIs

    * Added beta tag to getRegionsContacted API

commit 0e377a8cd81211085ec82ae7bd85ff8b7986d494
Author: Xiaobing Zhu <71206407+ZhuXiaoBing-cn@users.noreply.github.com>
Date:   Fri Dec 11 13:37:26 2020 +0800

    Deprecate AADAppRoleStatelessAuthenticationFilter and AADAuthenticationFilter (#17926)

commit 908bc27a969fc0b9b2cd5050fc0bd0fd12a32b74
Author: Jack Lu <dbqp99@msn.com>
Date:   Fri Dec 11 13:36:46 2020 +0800

    Access to multi-tenant app (#18080)

    * Access to multi-tenant app doc

commit 6ec4175665cb40f935081bf51230114414a9e882
Author: gaohan <1135494872@qq.com>
Date:   Fri Dec 11 13:31:03 2020 +0800

    Solve the issue : https://github.com/Azure/azure-sdk-for-java/issues/17811 (#18069)

    Co-authored-by: v-gaoh <v-gaoh@Microsoft.com>

commit 54cedfd26a73cffe703abf963253054c37754257
Author: minnieliu <minnieliu96@hotmail.com>
Date:   Thu Dec 10 18:33:55 2020 -0800

    [Communication] - Common - Remove all Future and replace with Mono (#18052)

    * Refacting Future to Mono

    * Updating BearerToken

    * Addressing Code Review comments

    * Fix naming

    * Fix spotbug

    * Fix spotbug

    * Fix spotbug

    * Fix spotbug

    * Updating changelog

    * Refactor PR

    * Implementing double check locking

    * Updating error handling

    * Updating error handling

    * Update tests with StepVerifier

    Co-authored-by: Minnie Liu <peiliu@microsoft.com>

commit c22994413900ce43ef0afc129a8eac2018329026
Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com>
Date:   Thu Dec 10 13:53:08 2020 -0800

    Create PR to target against master (#18074)

    Co-authored-by: Sima Zhu <sizhu@microsoft.com>

commit ed165834146f8602489fd96dbc5159f71e4cb8cc
Author: Rick Ley <frley@microsoft.com>
Date:   Thu Dec 10 11:56:10 2020 -0800

    Small readme fix on creating a filestore (#18022)

    * Small readme fix on creating a filestore

    * Updated embedme

commit c4231d5f21ed58eacfd6f3c7c5948a0d0f0ea8b6
Author: Jack Lu <dbqp99@msn.com>
Date:   Thu Dec 10 15:35:07 2020 +0800

    set tenantId default value (#18045)

commit 5ed24919584bd0311d26d0596a195480d363939b
Author: gaohan <1135494872@qq.com>
Date:   Thu Dec 10 14:50:35 2020 +0800

    Handle conditional access. (#17980)

    * Handle conditional access.

    Co-authored-by: v-gaoh <v-gaoh@Microsoft.com>

commit 819b3e606bf479dcc5cd6c5cb2701870f3b1c25c
Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com>
Date:   Wed Dec 9 15:29:23 2020 -0800

    Increment package version after release of com.microsoft.azure azure-servicebus (#17698)

commit 2091ff1af2dedf7e902811a5f48660310c39016c
Author: Azad Abbasi <azabbasi@microsoft.com>
Date:   Wed Dec 9 21:35:55 2020 +0000

    Wait 30 seconds after deployment is done. (#18051)

commit b11de9643a47eadf893fb9185014a9ba526f8d12
Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com>
Date:   Wed Dec 9 13:09:23 2020 -0800

    Increment version for storage releases (#18030)

    * Increment package version after release of com.azure azure-storage-common

    * Update versions for all storage libraries except common

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

commit e179c8e8e609b751bef552bf210d8b9b22e1b028
Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com>
Date:   Wed Dec 9 12:53:43 2020 -0800

    Clean up modules direcotry in eng/common since they are no longer being used. (#17944)

    Co-authored-by: Chidozie Ononiwu <chononiw@microsoft.com>

commit f260cd55dedaa92bf4c378e6fae47735a3673f38
Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com>
Date:   Wed Dec 9 11:19:46 2020 -0800

    Increment version for synapse releases (#18029)

commit a816f8519815c92ecd2735d6a4942d0087149f63
Author: Srikanta <51379715+srnagar@users.noreply.github.com>
Date:   Wed Dec 9 10:19:09 2020 -0800

    Change scheduler for reactor executor (#17842)

    * Change scheduler for reactor executor

    * Move semaphore logic inside user initiated close section

commit ba9a52bdef4d8546eb8e20b9934c44c9581f489d
Author: Chuang <54572251+xccc-msft@users.noreply.github.com>
Date:   Wed Dec 9 17:12:18 2020 +0800

    mgmt fix docs link (#18048)

commit 38fa217ee0284b2c9d913277b904943a81d63cc2
Author: Weidong Xu <weidxu@microsoft.com>
Date:   Wed Dec 9 17:04:32 2020 +0800

    mgmt, regen locks (#18046)

commit 7737a856981fbedf98154d55ea44458f624a40c7
Author: Rujun Chen <Rujun.Chen@microsoft.com>
Date:   Wed Dec 9 17:01:51 2020 +0800

    Serialize and deserialize OAuth2AuthorizedClient with JSON. (#18035)

commit 30931e598795ea6956b7f7879c7afc462c25b071
Author: Tanyi Chen <tanchen@microsoft.com>
Date:   Wed Dec 9 16:32:32 2020 +0800

    Mgmt-Lite: fix swagger to sdk config (#18041)

commit e86d954a189fa2fb3511362054467ed3ed70d484
Author: Chuang <54572251+xccc-msft@users.noreply.github.com>
Date:   Wed Dec 9 13:15:43 2020 +0800

    mgmt support locks in azure-resourcemanager-resources (#18016)

    * update api spec for locks

    * generate locks

    * add interfaces and tests

    * fix PZLA_PREFER_ZERO_LENGTH_ARRAYS

    * fix spotbugs

    * update by review comments

    * use listByScope as listAtResourceLevel not work for resource group id

    * update session records

commit fbcbaf3a5c838e8747936fdbc5569ad52fb09bbf
Author: Xiaobing Zhu <71206407+ZhuXiaoBing-cn@users.noreply.github.com>
Date:   Wed Dec 9 11:14:03 2020 +0800

    * Boolean to determine whether the user is a person or a work/school account (#18019)

commit 691321c041b207bb144d51edf16ebfe1ca32ea74
Author: lzc-1997-abel <70368631+lzc-1997-abel@users.noreply.github.com>
Date:   Wed Dec 9 09:59:08 2020 +0800

    expose user account type  (#18034)

commit 88c287fd10fb87f7bdd21c431a161fecda80e55e
Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com>
Date:   Tue Dec 8 13:43:47 2020 -0800

    Sync eng/common directory with azure-sdk-tools for PR 1257 (#18023)

    * Make up the css using for .net sdk github io pages

    * Remove index.html

    * Make changes to js

    Co-authored-by: Sima Zhu <sizhu@microsoft.com>

commit 6e3b4ecd60dbe352971d3456d83d544273c3c24a
Author: Jorge Beauregard <69869951+jbeauregardb@users.noreply.github.com>
Date:   Tue Dec 8 14:53:40 2020 -0600

    [Communication] - Identity - Auth with managed identity (#17797)

    * Using AzureKeyCredential in Identity SDK

    * Using DefaultAzureCredential for managed identity

    * Removed AzureKeyCredential

    * Added tests

    * Using DefaultAzureCredential for managed identity

    * Added FakeCredential for playback tests

    * Addressed comments

    * Changed credential policy priority

    * Added sync test

commit f680d26db3078de01ddb49e3a1c8bf3fce35cf27
Author: Jianghao Lu <jianghaolu@users.noreply.github.com>
Date:   Tue Dec 8 12:31:36 2020 -0800

    Generate missing files in Artifacts and update changelog for Synapse 1.0.0-beta.1 release (#18013)

    * Up release version in change log

    * Probably won't make it today

    * Regenerate artifacts

    * Add simple change logs to libraries to release

    * Update sdk/synapse/azure-analytics-synapse-accesscontrol/CHANGELOG.md

    Co-authored-by: Srikanta <51379715+srnagar@users.noreply.github.com>

    Co-authored-by: Srikanta <51379715+srnagar@users.noreply.github.com>

commit c9f56392a1606c065e45159d0a379f7c8e805a52
Author: Vinay Gera <vigera@microsoft.com>
Date:   Tue Dec 8 11:21:01 2020 -0800

    Update identity stable release versions dec 2020 (#17984)

commit 283a468ec7ae167da608c09191902bc62187fa60
Author: minnieliu <minnieliu96@hotmail.com>
Date:   Tue Dec 8 09:22:22 2020 -0800

    [Communcation] - Common - Renaming CommunicationUserCredential to CommunicationTokenCredential (#17989)

    * Renaming CommunicationUserCredential to CommunicationTokenCredential

    * Fixing build

    * update read me

    * Remove unneeded export

    * Addressing PR comments

    Co-authored-by: Minnie Liu <peiliu@microsoft.com>

commit faf54c9bb49e89ec4fd5587daead503282ad69f6
Author: Gauri Prasad <51212198+gapra-msft@users.noreply.github.com>
Date:   Tue Dec 8 08:26:35 2020 -0800

    Updated versions for Storage STG75 Beta Release (#18004)

commit b18fa3a3a9440341fd9dc9c96eaccc29454c810c
Author: lzc-1997-abel <70368631+lzc-1997-abel@users.noreply.github.com>
Date:   Tue Dec 8 16:23:23 2020 +0800

    fix NPE when password is null (#18015)

commit 4456282901127b4d2e822ed068e5d29c5e119254
Author: Yi Liu <yiliu6@microsoft.com>
Date:   Tue Dec 8 16:22:54 2020 +0800

    aad necessary permission configuration in readme (#17998)

commit 4666053d1d893bd62f683d4d9173caf4e647769c
Author: Yijun Xie <48257664+YijunXieMS@users.noreply.github.com>
Date:   Mon Dec 7 21:08:25 2020 -0800

    Update smoke-tested SDK version and add module-info.java for Java11 (#18005)

    * Add module-info.java

    * Update smoke-tested SDK versions

    * Move to package com.azure.smoketest

    * Exclude module-info.java for JDK8

    * Activate java 8/11 profile by jdk version.

    * Remove ProfileFlag

commit 99fd0fc7ce9466ab9adc692ea5e93897390a95f0
Author: Xiaobing Zhu <71206407+ZhuXiaoBing-cn@users.noreply.github.com>
Date:   Tue Dec 8 13:05:52 2020 +0800

    Add client id as aud validation (#17995)

    * add client id as aud validation

commit d8c43a4611c605b0d35250894e5ab207a26c09a2
Author: Moary Chen <v-moaryc@microsoft.com>
Date:   Tue Dec 8 12:27:52 2020 +0800

    Remove duplicate maven clean description (#18010)

commit 93e4868d3f9135c3df3822c55f42aa1f033395fd
Author: Jianghao Lu <jianghaolu@users.noreply.github.com>
Date:   Mon Dec 7 16:52:56 2020 -0800

    Initial Synapse track 2 client  (#17909)

    * [Synapse] - track 2 data plane SDK

    * remove unused code

    * Fix pom

    * Fix pom comment

    * Rename to azure-analytics-synapse-artifacts

    * Resolve comments

    * add synapse to jacoco-test-coverage

    * Run static analyzer

    * Regenerate Code

    * Update version client

    * Fix some analysis errors

    * Fix context issue

    * Add README for access control

    * Update pom

    * Save current status

    * Update dependency version

    * Suppress some check style issues

    * Update .docsettings.yml

    * Update Spark tests

    * Fix test failures

    * Update readme

    * Save current status

    * Regenerate code with the latest Swagger spec

    * Update sample code for artifacts service

    * Update dependency version

    * Update readme for Spark and artifacts

    * Fix code style issues

    * Update test cases for access control

    * Generate synapse managed private endpoints and monitoring

    * Update tests and samples

    * Add missing change logs

    * Add readme entry in docsettings.yml

    * Add more readme entry in docsettings.yml

    * Add key concepts, examples, trouble shooting place holders

    * Skip jacoco for synapse for now

    * Add more checkstyle suppressions

    * Add package name checkstyle suppression

    * Fix checkstyle suppresion typo

    * Suppress long line in generated code

    Co-authored-by: Dongwei Wang <bean0idear@163.com>
    Co-authored-by: Dongwei Wang <dongwwa@microsoft.com>

commit 33e13119f34952e16fc6d227ff724dab20bf60cd
Author: Gauri Prasad <51212198+gapra-msft@users.noreply.github.com>
Date:   Mon Dec 7 16:07:02 2020 -0800

    Updated docs for metadata to indicate no trailing or leading whitespace is allowed (#17988)

commit 99121291a6f14d71b99b12aa9be9b83e1428ec46
Author: Hemant Tanwar <hemant_tanwar@hotmail.com>
Date:   Mon Dec 7 15:42:48 2020 -0800

    SB T2 - Updating change log with known issues. (#17941)

    * Updating change log with known issues.

commit 07c54ba77cdf1e6e8e1822cdb36469a52976cb19
Author: Márcio P. Dantas <marciopd@gmail.com>
Date:   Mon Dec 7 15:19:46 2020 +0100

    Fix memory leak in ServiceBusReceiverAsyncClient client lock containers (#17993)

    * Closing lock containers fields in order to fix a memory leak.

    LockContainer constructor subscribes to Flux (cleanupOperation) and its consumer was not getting disposed under a async client close call.

    * Unit testing that lock containers are closed under async client close call.

commit 5a07d28909245a562368d1057b3badebf2c5b025
Author: Weidong Xu <weidxu@microsoft.com>
Date:   Mon Dec 7 13:18:19 2020 +0800

    mgmt, bug fix on appservice (#17996)

    * use SkuName in PriceTier

    * add PremiumV3 to alwaysOn

    * support wildcard subdomain

commit 479339e25346df3894c2be08abda420787a5dacf
Author: Jack Lu <dbqp99@msn.com>
Date:   Mon Dec 7 13:04:02 2020 +0800

    integrate with AAD sign out (#17981)

commit 966b5095b04652f68b49894234e024c10fc14666
Author: Weidong Xu <weidxu@microsoft.com>
Date:   Mon Dec 7 10:37:51 2020 +0800

    add track2 mgmt code owner for sdk/**/azure-resourcemanager-* (#17997)

commit 8d96f087a9a8591b5f646ae4e38d7253b3ec6668
Author: Yi Liu <yiliu6@microsoft.com>
Date:   Mon Dec 7 10:13:39 2020 +0800

    modify keyvault certificates starter readme (#17947)

    * modify keyvault certificates starter readme

commit 2e09c1b4cab81bfddc59a0c9d5a96229bff4c50d
Author: Domenico Sibilio <domenicosibilio@gmail.com>
Date:   Sat Dec 5 01:43:45 2020 +0100

    CosmosException when using azure-spring-data-cosmos query methods with repeated parameters (#17962)

    * Fix issue with repeated query method parameters #17961

    * Revert formatter changes

    * Add JUnit tests for reactive repository

commit e8e35388c101856f7420e73e997c48a570342e42
Author: Tanyi Chen <tanchen@microsoft.com>
Date:   Fri Dec 4 16:42:09 2020 +0800

    Mgmt: generation mysql 2020 01 (#17978)

    * update api-specs

    * Mgmt: generate mysql 2020 01

    * fix compile error

commit b1e25929e18f938559da1ccafb840336df9b26f4
Author: Chuang <54572251+xccc-msft@users.noreply.github.com>
Date:   Fri Dec 4 13:07:40 2020 +0800

    mgmt use embedme for AUTH.md (#17976)

commit 7888dc59fa56163f1f126acf476711c2afda7a74
Author: Rujun Chen <Rujun.Chen@microsoft.com>
Date:   Fri Dec 4 13:06:54 2020 +0800

    Change package name from 'aad.implementation' to 'aad.webapp'. (#17918)

    * Change package name from 'aad.implementation' to 'aad.webapp'.

commit eac5664a8014829affd09b503139cb8a7504e6f3
Author: Rahul Reddy <k.rahul2604@gmail.com>
Date:   Fri Dec 4 09:38:41 2020 +0530

    Update CreationSource.java (#17948)

commit 834ca41fe3ad68285391dce4cc2698879ae5c735
Author: Tanyi Chen <tanchen@microsoft.com>
Date:   Fri Dec 4 11:02:32 2020 +0800

    Mgmt: generate cdn 2020 09 and recoverservices 2016 06 (#17974)

    * Mgmt: generate cdn 2020 09

    * fix compile error

    * Mgmt: generate recoverservice 2016 06

    * update pom

    * fix compile error

commit 6d0123dcbf59293843faff88ac938178ae0676b5
Author: Xiaobing Zhu <71206407+ZhuXiaoBing-cn@users.noreply.github.com>
Date:   Fri Dec 4 10:57:06 2020 +0800

    update spring.factories,ensure that will not start AzureActiveDirectoryConfiguration in preview (#17917)

    * * update spring.factories,ensure that will not start AzureActiveDirectoryConfiguration in preview
    * * Change the package name resource.server to webapi

commit b1f78a419f850fcbd0a55dfeb9d410cb024cb581
Author: Tanyi Chen <tanchen@microsoft.com>
Date:   Fri Dec 4 10:30:58 2020 +0800

    Mgmt-Lite: update api-specs for generated suffix (#17945)

commit 741890056873a697273c2d1063e138d59e221bde
Author: M <v-moaryc@microsoft.com>
Date:   Fri Dec 4 10:08:00 2020 +0800

    Update nested group usage in readme (#17915)

commit 960da53dc3e22c60f3da30fe7caa919a8205a77f
Author: Rujun Chen <Rujun.Chen@microsoft.com>
Date:   Fri Dec 4 10:03:24 2020 +0800

    Use '#microsoft.graph.group' instead of 'properties.getUserGroup().getValue()' in GraphClient.isGroupObject. (#17916)

commit d19d93b0d55373410db9cba9fac69d3ef739a440
Author: minnieliu <minnieliu96@hotmail.com>
Date:   Thu Dec 3 15:46:12 2020 -0800

    [Communication] - Chat - Increase chat coverage (#17950)

    * Increased coverage for chat thread tets

    * Increase chat async client test coverage

    * Update tests

    * fix tests

    * update test resources

    Co-authored-by: Minnie Liu <peiliu@microsoft.com>

commit b992c51602e979e39b26daacdd6a91cac6f4b958
Author: Sameeksha Vaity <savaity@microsoft.com>
Date:   Thu Dec 3 14:31:03 2020 -0800

     Fix invoice url in form recognizer tests (#17966)

commit 83d89190141ca4f80ebf4c65fd0f205fa4086951
Author: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com>
Date:   Thu Dec 3 13:57:15 2020 -0800

    Sync eng/common directory with azure-sdk-tools for PR 1233 (#17967)

    * reformatted parameter arguments to both update-docs scripts. added parameter requirements and renamed CIRepository to DocRepoLocation which is a lot clearer. Added additional CIConfig parameter to update-docs-metadata to support specific write locations per moniker.

    Co-authored-by: scbedd <45376673+scbedd@users.noreply.github.com>

commit fc7c91bd092e2ed20c5da20ae39a5e3f7d03f37d
Author: Francesco Scuccimarri <francescoscuccimarri@gmail.com>
Date:   Thu Dec 3 21:47:46 2020 +0100

    fix consumer processError in the service bus example (#17925)

    * Fix consumer process error in the service bus example
    * Add disableAutoComplete to complete/abandon the message manually

commit 3810e51e75d49de2dc60ca7ea9d02658c88c1c37
Author: Rick Ley <frley@microsoft.com>
Date:   Thu Dec 3 10:21:50 2020 -0800

    Require playbackmode for share enable protocol tests (#17931)

    * Require playbackmode for share enable protocol tests

    * minor live test fixes

commit 62ab2af8edd9e94263668afe287e19e5088e31e0
Author: paola Mariana vicencio Hernandez <pvicencio@microsoft.com>
Date:   Thu Dec 3 09:48:10 2020 -0600

    [Communication] -Administration- New review comments for PR 15873 (#17933)

    * new review comments for PR 15873

    * new review comments for PR 15873

    * moving the required not null inside the try catch

commit 3373f899a45156386a9ee8cfbdd35f9c138795ca
Author: M <v-moaryc@microsoft.com>
Date:   Thu Dec 3 11:23:36 2020 +0800

    Unify environment setup for spring samples (#17862)

commit 2499a7c01d99d54141cc044326fd82d4732f62af
Author: M <v-moaryc@microsoft.com>
Date:   Thu Dec 3 11:07:43 2020 +0800

    Update AAD diagram (#17847)

    * Update AAD diagram

commit ec7f4e53d3dce760a7476f8c8c4a83abeb403ff4
Author: Sima Zhu <48036328+sima-zhu@users.noreply.github.com>
Date:   Wed Dec 2 16:46:40 2020 -0800

    Fixed app title for java github io (#17940)

commit 5b3eb19fe2b5c9983d348be20d61bba13b7518b1
Au…
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants