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

[AutoPR azure-resourcemanager-confidentialledger] add cname path and create new api version #8566

Conversation

openapi-sdkautomation[bot]
Copy link

@openapi-sdkautomation openapi-sdkautomation bot commented May 13, 2021

Create to sync Azure/azure-rest-api-specs#14409

curl -L "https://portal.azure-devex-tools.com/api/sdk-dl-pub?p=Azure/14409/azure-sdk-for-java/azure-resourcemanager-confidentialledger/azure-resourcemanager-confidentialledger-1.0.0-beta.1.jar" -o azure-resourcemanager-confidentialledger-1.0.0-beta.1.jar
mvn install:install-file -DgroupId=com.azure.resourcemanager -DartifactId=azure-resourcemanager-confidentialledger -Dversion=1.0.0-beta.0 -Dfile=azure-resourcemanager-confidentialledger-1.0.0-beta.1.jar -Dpackaging=jar -DgeneratePom=true

@openapi-sdkautomation openapi-sdkautomation bot force-pushed the sdkAuto/14409/azure-resourcemanager-confidentialledger branch 4 times, most recently from 568f251 to 107e162 Compare May 17, 2021 15:03
@openapi-sdkautomation openapi-sdkautomation bot force-pushed the sdkAuto/14409/azure-resourcemanager-confidentialledger branch 2 times, most recently from c09c4ed to 6bb4dcc Compare June 1, 2021 20:51
@openapi-sdkautomation openapi-sdkautomation bot force-pushed the sdkAuto/14409/azure-resourcemanager-confidentialledger branch from 6bb4dcc to 189d08b Compare June 22, 2021 13:45
kasobol-msft and others added 22 commits June 24, 2021 15:07
* fix live tests.

* fix tests.
Co-authored-by: jschrepp-MSFT <41338290+jschrepp-MSFT@users.noreply.github.com>
…ceClient.listTables()` throw a `ClassCastException` when passing a non-null value for `timeout`. (Azure#22511)

* Fixed an issue that made `TableClient.listEntities()` and `TableServiceClient.listTables()` throw a `ClassCastException` when passing a non-null value for `timeout`.

* Updated CHANGELOG.

* Removed unused import.
Co-authored-by: Wes Haggard <Wes.Haggard@microsoft.com>
* * Add some warn log for deprecated properties.
* add change log entry
* Set up STG78 branch (Azure#21634)

* Generated off latest version of blob swagger (Azure#21644)

* swagger generation and public API overloads

* blob clients obey new generation

* minor changes to bearer token logic

* TEST WORKING

* extra testing

* ported oauthcopy source to blobs

* options API changes and docstrings

* fixed constructor issues

* fix missed source auth misses

* script tags on pom

* removes arg checks in option model constructors

rerecorded tests

* pom fix

* fix misnamed page blob tests

* Test fixes

adds missing recording.
extra playback logic for oauth tokens that should fix a CI-specific
issue.

* fixed pom script comment

* downgrade some depenency verions

* rerecord sas tests

* snippets and checkstyle

* rerecorded tests

fixed recording infra for file share tests

* test fixes

* rerecorded versioning tests

* HttpAuthorization added to core-experimental

azure-storage-blob and azure-storage-file-share now depend on
core-experimental for new class and updated their APIs to use the new
class.

* refactored options type names

* Reenabled quick query parquet support (Azure#21785)

* reidentified samples for options class name change

* Implemented Immutable Storage with Versioning (Azure#21718)

* File listing v2 (Azure#21720)

* swagger generation and hookup

regenerated files swagger for listing
hooked up generated and handwritten models
expanded client API to support new models

* testing and fixes

expanded test parameters for file listing.
swagger transform added.

* rerecorded file listing test

* more testing

also fixed a method name casing

* docstrings and samples

* checkstyle

* reverted primative boolean extended info arg

REST api accepts true or an absence of value. Alligning with .NET for
now on Boolean vs boolean.

* checkpoint

* pr feedback

* misused variable fix

* fixed test

* send nothing, not false: include-extended-info

other minor fixes
rerecorded tests

* import cleanup

* swagger regeneration and test fixes

* API comments

extendedInfo boolean => Boolean
renamed options class

* reidentified samples for options class name change

Co-authored-by: jschrepp-MSFT <41338290+jschrepp-MSFT@users.noreply.github.com>

* Fix test.

* remove HttpAuthorization in prep for merge

added in separate PR. removing to be ready for that offical addition.

* fix build from merge

* fix pom versioning CI issues

* snippet line length

* fix merge error with immutable versioning

* PR feedback

* Minor cleanup

* generator cleanup and regeneration

* Keep files-shares tests dependent on latest blob

* test refactor/rerecord

* deleted old tests that were copied instead of moved

* min service version reformat

* import cleanup

* post-merge.

* getOauthToken refactor

* reformatting

Co-authored-by: Gauri Prasad <51212198+gapra-msft@users.noreply.github.com>
Co-authored-by: jschrepp-MSFT <41338290+jschrepp-MSFT@users.noreply.github.com>
Co-authored-by: gapra <gapra@microsoft.com>
Co-authored-by: Kamil Sobol <kasobol@microsoft.com>
Co-authored-by: Kamil Sobol <61715331+kasobol-msft@users.noreply.github.com>
* print devops variables?

* add tests.
* Add the missing auth context when creating the barrier related requests.
* Update SDK docs.

* Update package-Infos.

* More Nit fix for api doc.

* Update README.md.

* Fix broken links in README.md.

* Bump up callingserver and its dependency version.

* Update changeLog file.

* Bump up common project version.
* Bump msal4j version & add regional sts support

* Checkstyle - unused import

* Move environment variable to azure-core Configuration

* Add javadocs for regional authority values
* * Enrich EH stream binder sample with usage of StreamBridge.
Added RequestContent and Updated HttpRequest to Use It
yiliuTo and others added 28 commits July 20, 2021 16:19
* wip

* datalake.

* fix checkstyle.

* give a bit more.

* don't run that on macs. it's too slow.
Azure#23101)

* [Automation] External Change

* [Automation] Generate Fluent Lite from azurearcdata#package-2021-08-01
…os (Azure#20484)

Add Custom Annotation to Parameterize Tests with more Complex Scenarios
…3086)

* Fixing Azure#22974

* Fixing afterburner issue from client side request statics and using new mapper for tracer/feedDiagnostics/cosmospageflux

* adding remaining getter in ClientSideRequestStatistics
Add Utility Methods to TestBase
Fix Storage - Queues Sample issues
Merge 49812b119bf18ff31863e0016f93eb0e316e6c91 into 7a4a64310bec1f7f59bbdd8e8ab04ca938cbc3e6
@openapi-sdkautomation openapi-sdkautomation bot force-pushed the sdkAuto/14409/azure-resourcemanager-confidentialledger branch from 189d08b to 8283b3b Compare July 21, 2021 18:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.