* Removing the azure-core-http module's dependency on azure-core-test module (avoiding cyclic dependency).
* Removing the azure-core-rest module's dependency on azure-core-test module (avoiding cyclic dependency).
* Updating azure-core-logging and azure-core module's build.gradle be to explict about minSdkVersion:15.
* azure-core-credentials minApi-15: baselining azure-core-credentails to Api Level 15.
* azure-core-http minApi-15: baselining azure-core-http to Api Level 15.
* build.gradle minor readability improvement for azure-core-test
* The dexsafe is not compactible with android tool-chain java8 'syntax desugaring', disabling it https://github.com/KeepSafe/dexcount-gradle-plugin/issues/222\#issuecomment-604247658
* Removing Base64 unit-tests, these unit-tests will be converted to instrumentation-tests.
* azure-core minApi-15: Using base64 types from android.util.Base64 instead of java.util.Base64; java.util.Base64 is available only from L26.
* azure-core minApi-15: adding instrumentation-tests for Base64Util and Base64Url, given android.util.Base64 in unit-test execution scope.
* azure-core minApi-15: replacing Objects.requireNonNull, Objects.hashCode, Objects.equals and RuntimeException Ctr with stacktrace param to enable azure-core to work on api-level 15
* In azure-core-rest 'test-scope', adding Base64 type to get the test using base64 to work on non-android host.
* Rename token to initialToken
* Revert
* Update CommunicationTokenCredential to use CommunicationTokenRefreshOptions
* Updating README and CHANGELOG
* Address comments
Co-authored-by: Minnie Liu <peiliu@microsoft.com>
* Change other version to all versions
* Exclude the packages which already show up in latest GA and preview
* Update main.js
Co-authored-by: Sima Zhu <sizhu@microsoft.com>
Co-authored-by: Sima Zhu <48036328+sima-zhu@users.noreply.github.com>
* Create package property file using artifact name
* Add option to pass config file dir
* Set default config file directory to avoid script execution failure
Co-authored-by: praveenkuttappan <prmarott@microsoft.com>
* Improve TestResources docs and logging
Resolves#1388Resolves#1407
Also ignores cached service principal if it no longer exists. I ran into this while testing since I cleaned up old SPs.
* Add ADP test sub to look-up
Co-authored-by: Heath Stewart <heaths@microsoft.com>
* Hide the package which set to true instead of putting to Other page
* Hide the package not showing in csv
* Added logging message
* fix the variable
* leave an extra space
* Update eng/common/docgeneration/Generate-DocIndex.ps1
Co-authored-by: Sima Zhu <sizhu@microsoft.com>
Co-authored-by: Wes Haggard <weshaggard@users.noreply.github.com>
* removing async serialize|deserialize methods from customserde
* Removing search module used to validate the core modules splitting
* Removing all core subpackage rooted at com.azure, now that we've core subpackage under com.azure.android
* now that core subpackage removed from com.azure (in favor of com.azure.android.core), remove related supressions from checkstyle and spotbugs
Add SendChatMessageResult converting to messageId changes back
Add renaming updateChatThread to updateTopic back
Add renaming UpdateChatThreadRequest to UpdateTopicRequest back
Update README
Update CHANGELOG
Co-authored-by: Marc Ma <marcma@microsoft.com>
* Initial changes
* Update ChangeLog.md files for release date
* Update common change log with details
* Update ChangeLog.md detail for common
* Update ChangeLog.md detail for common
* Remove some stupidity
Co-authored-by: JP Chen <jiach@microsoft.com>
- Sync devops helper script changes
- Fix issue in SemVer script when using strict mode with Language not set
Co-authored-by: Wes Haggard <Wes.Haggard@microsoft.com>