forked from Azure/azure-sdk-for-java
-
Notifications
You must be signed in to change notification settings - Fork 1
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
[AutoPR sdk/containerregistry/mgmt-v2019_06_01_preview] CMK and Log Template #3608
Closed
openapi-sdkautomation
wants to merge
296
commits into
sdkAutomation/sdk_containerregistry_mgmt-v2019_06_01_preview
from
sdkAutomation/sdk_containerregistry_mgmt-v2019_06_01_preview@10370
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 tasks
openapi-sdkautomation
bot
force-pushed
the
sdkAutomation/sdk_containerregistry_mgmt-v2019_06_01_preview
branch
2 times, most recently
from
August 11, 2020 23:01
a0c0247
to
3641702
Compare
openapi-sdkautomation
bot
force-pushed
the
sdkAutomation/sdk_containerregistry_mgmt-v2019_06_01_preview@10370
branch
from
August 11, 2020 23:02
755257b
to
9ea5221
Compare
openapi-sdkautomation
bot
force-pushed
the
sdkAutomation/sdk_containerregistry_mgmt-v2019_06_01_preview
branch
2 times, most recently
from
August 14, 2020 00:59
4e07be2
to
2b92bb6
Compare
openapi-sdkautomation
bot
force-pushed
the
sdkAutomation/sdk_containerregistry_mgmt-v2019_06_01_preview@10370
branch
from
August 14, 2020 01:00
9ea5221
to
58b18db
Compare
openapi-sdkautomation
bot
changed the title
[AutoPR sdk/containerregistry/mgmt-v2019_06_01_preview] CMK and TaskName
[AutoPR sdk/containerregistry/mgmt-v2019_06_01_preview] CMK and Log Template
Aug 14, 2020
* sample repo initiation * migrate spring cloud sample repo * remove duplicate dependency mangement * sync spring cloud repo update * fix readme broken link;sync storage & integration module code; * fix readme broken link * fix readme broken link * fix error * fix build errors
* regenerate package-2019-12 * update pom
* regenerate package-2019-06 * update pom * fix compile errors
* regenerate package-2020-06 * update pom
* generate package-2020-07 * update pom
* No logic change, just change order. * Update version for spring-boot-starter-parent. Co-authored-by: Rujun Chen <[email protected]>
* Move classes out of custom-types * Regenerating swagger. * Adding overload for mandatory parameters.
* BasuAuthorizationProvider credential update/refresh bug fix * Always fall back the cached instance part. * Little more refractoring
* Test cases for suppressing null value in cosmos repository * fix code smell
Make updates for yijunxiems and sima-zhu
…Azure#14237) User agent looks like: "User-Agent=azsdk-java-azure-digitaltwins-core/1.0.0-beta.1 (1.8.0_201; Windows 10; 10.0)" when run from a windows 10 machine
* BasuAuthorizationProvider credential update/refresh bug fix * BaseAuthCredential authorization performance fix. * Class code doc refresh * Always fall back the cached instance part. * Modeled as a new MacPooler * BaseAuthCredential authorization performance fix. * Class code doc refresh * Modeled as a new MacPooler * Little more refractoring * Excluding spot-bug
* Fixing query metrics for emptry page result * Fixing query metrics for group by and order by * spot bug fix and merge with master * fixing spot bugs * adding data provider for different query
* Fix resource manager link * Fix impressions link. Remove en-us * Fix regenerated contents.
* modify eventhub reademe * modify link errors * adjust readme links to bottom of the doc * update sample url
Co-authored-by: Rujun Chen <[email protected]>
* refactor resources * refactor appplatform * refactor appservice * refactor auth * refactor compute * refactor aci * refactor acr * refactor acs * refactor cosmos * refactor dns * refactor eventhub * refactor monitor * msi * network * private dns * redis * service bus * sql * storage * traffic manager * fix compile * fix checkstyle
Co-authored-by: v-gaoh <[email protected]>
Co-authored-by: unknown <[email protected]>
* add support list by filter * support list by filter for auth * support filter in impl * fix checkstyle * fix checkstyle
…ice Bus (Azure#14780) * add readme file for spring integration service bus * add readme for spring cloud starter azure service bus * add readme file for spring cloud stream binder service bus core * add readme file for service bus binder for queue * add readme file for spring cloud stream binder for service bus topic * address comments * fix sample reference links Co-authored-by: Xiaolu Dai <[email protected]>
…om sdk/spring to sdk/appconfiguration (Azure#14894) * Move the azure-spring-cloud-starter-appconfiguration-config module from sdk/spring to sdk/appconfiguration * Move the azure-spring-cloud-starter-appconfiguration-config module from sdk/spring to sdk/appconfiguration * Fix links * modify ci.yml
* bump it again * Fixed change log * Bump to latest * Added version file * Update CHANGELOG.md
* Created azure-security-keyvault-administration module including its POM, README and CHANGELOG files. * Created AutoRest README and generated artifacts. * Added sync methods * Modified the AutoRest specification to generate async methods only. Renamed the generated AccessControl client and builder. * Created the AccessControl builder and clients (sync + async), public API for getting Role Definitions and some helper classes and resources. * Regenerated classes with AutoRest v4 instead of v3. * Added the 'KeyVault' prefix to all access control clients, implementation classes and their builders. * Added an API for listing role definitions. * Added APIs for creating, getting, deleting and listing role assignments. * Polished README. * Added the an entry for Key Vault Administration in version_client.txt * Renamed to not break the CI build. * Fixed copy/paste error on autorest.md * Changed README references (keys -> administration). * Addressed PR comments. Added a new ExpandableStringEnum: RoleScope. Corrected some of the Javadoc. * Removed AccessControl classes. Used AutoRest to generate code from the backuprestore swagger. Modified README.md, CHANGELOG.md and autorest.md. * Created the async and syncs backup clients, as well as their builder. * Made small corrections. * Made slight corrections. * Added the new Key Vault Administration library to eng/jacoco-test-coverage/pom.xml * Re-generated code from the Swagger specification. * Renamed LROs to use "begin" instead of "start". Added a way to handle errors when polling LROs. * Created custom models to expose to users instead of the ones in implementation.models * Added package-info.java and module-info.java * Made some small corrections. * Removed and added a couple entries to module-info.java. Moved KeyVaultLongRunningOperation to administration.models * Changed version of the Key Vault Administration package. * Corrected errors highlighted by APIView. * Removed implementation classes from public API signatures and documentation. Added KeyVaultException to take the place of KeyVaultErrorException in the Javadoc of public APIs. * Removed KeyVaultException. * Fixed Javadoc. * Updated module-info.java * Corrected version number in files inside /eng. Fixed package-info.java Javadoc. Updated dependency versions in azure-security-keyvault-administration's POM. * Fixed Javadoc formatting for public APIs. Fixed build analysis issues with the module's POM. Made utility methods in KeyVaultBackupAsyncClient static and ensured we correctly parse long running operation statuses. * Updated Reactor version. * Changed the final result return type of the `beginBackup` operation from `Void` to `String` so it returns the blob storage URI of the resulting backup. Improved logging for LROs. * Added samples to README. Fixed Build analysis issue related to README. * Fixed broken links in autorest.md * Made fixes for test cases. * Updated azure-core versions. * Corrected typos in README. Fixed a couple bugs discovered by live testing. * Created unit tests for the Key Vault Administration clients. Added test recordings.
…Azure#14915) * Fix AppConfiguration live tests * Update Form Recognizer and Text Analytics as additional validation, fix version checks
…ckage (Azure#14914) * Updated the ci.yml file for publishing the new Key Vault Administration package. * Fixed Javadoc issue. * Fixed checkstyle and spotbugs errors.
…#14920) * Update CHANGELOGs and READMEs in preparation for release * Update versions for release * Revert Core AMQP version changes
* refactor(adt, samples): Refactor util and helper classes to their own package
* add samples and sample data * add REAME.md for samples * add javafdoc; rename variates; * add more comments
* Move load balancing options changes to main branch * Support SAS token in connnection string
* Fix tables livetests * Fix LIVE mode and switch from RECORD to LIVE * Work around unsupported operation in Cosmos API * Mono.when doesn't play nice with Cosmos's 429 retries * Permit more retries in tests * Fix tests and re-enable disabled tests
* Increment package version after release of com.azure azure-core * Increment package version after release of com.azure azure-core-experimental * Increment package version after release of com.azure azure-core-serializer-avro-apache * Increment package version after release of com.azure azure-core-test * Increment package version after release of com.azure azure-core-http-okhttp * Increment package version after release of com.azure azure-core-http-netty * Increment package version after release of com.azure azure-core-serializer-json-gson * Increment package version after release of com.azure azure-core-serializer-json-jackson * Remove unreleased Core tags (except AMQP as that is still in use Co-authored-by: alzimmermsft <[email protected]>
Fix model validation and prettier check
openapi-sdkautomation
bot
force-pushed
the
sdkAutomation/sdk_containerregistry_mgmt-v2019_06_01_preview@10370
branch
from
September 9, 2020 01:27
58b18db
to
af79e03
Compare
openapi-sdkautomation
bot
deleted the
sdkAutomation/sdk_containerregistry_mgmt-v2019_06_01_preview@10370
branch
September 9, 2020 02:54
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Created to sync Azure/azure-rest-api-specs#10370.
Installation Instructions
You can install the package
sdk/containerregistry/mgmt-v2019_06_01_preview
of this PR by downloading the artifact jar files. Then ensure that the jar files are on your project's classpath.Direct Download
The generated package artifacts can be directly downloaded from here: