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-postgresql] [Hub Generated] Review request for Microsoft.DBforPostgreSQL to add version preview/2020-11-05-preview #7915

Draft
wants to merge 79 commits into
base: master
Choose a base branch
from

Conversation

openapi-sdkautomation[bot]
Copy link

@openapi-sdkautomation openapi-sdkautomation bot commented Mar 22, 2021

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

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

@openapi-sdkautomation openapi-sdkautomation bot force-pushed the sdkAuto/13555/azure-resourcemanager-postgresql branch 19 times, most recently from 01fd356 to 87a9eae Compare March 29, 2021 20:29
@openapi-sdkautomation openapi-sdkautomation bot force-pushed the sdkAuto/13555/azure-resourcemanager-postgresql branch 9 times, most recently from 3fc5c47 to f580e65 Compare April 5, 2021 18:27
@openapi-sdkautomation openapi-sdkautomation bot force-pushed the sdkAuto/13555/azure-resourcemanager-postgresql branch from f580e65 to 658bc47 Compare May 3, 2021 19:42
gapra-msft and others added 26 commits June 24, 2021 19:34
…redential as the sole form of authentication. (Azure#22492)

* Fixed issue that prevented creating while providing an AzureNamedKeyCredential as the sole form of authentication.

* Added more tests involving credentials, SAS tokens and connection strings.

* Fixed issue where a `connectionString` with an account name and key would override a SAS token's authentication settings.

* Updated CHANGELOG.
Co-authored-by: Praveen Kuttappan <praveen.kuttappan@gmail.com>
Fixed JsonFlatten Recursion on Fields
* 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
@openapi-sdkautomation openapi-sdkautomation bot force-pushed the sdkAuto/13555/azure-resourcemanager-postgresql branch from e22575e to 46416d1 Compare June 28, 2021 03:34
Moary Chen and others added 2 commits June 28, 2021 11:40
Merge 4d24ffee0f5de105e38706b64bcc9a0d613d6ac1 into c803720c6bcfcb0fcf4c97f3463ec33a18f9e55c
@openapi-sdkautomation openapi-sdkautomation bot force-pushed the sdkAuto/13555/azure-resourcemanager-postgresql branch from 46416d1 to c9eaa47 Compare June 28, 2021 09:19
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.