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 azure-resourcemanager-network-generated] Adding APIs for the new resource - Network Security Perimeter (NSP) #8579
Closed
openapi-sdkautomation
wants to merge
64
commits into
master
from
sdkAuto/14433/azure-resourcemanager-network-generated
Closed
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
openapi-sdkautomation
bot
force-pushed
the
sdkAuto/14433/azure-resourcemanager-network-generated
branch
2 times, most recently
from
May 18, 2021 06:01
aecb456
to
eb99b9c
Compare
openapi-sdkautomation
bot
force-pushed
the
sdkAuto/14433/azure-resourcemanager-network-generated
branch
10 times, most recently
from
June 3, 2021 08:41
ed5e138
to
9caa6fa
Compare
openapi-sdkautomation
bot
force-pushed
the
sdkAuto/14433/azure-resourcemanager-network-generated
branch
2 times, most recently
from
June 13, 2021 16:31
4687bce
to
921113d
Compare
* Investigate crypto provider issue. * Dump security policy. * Try different path for policy. * Dump JRE folder. * Fix up verify agent OS usage. * Switch to DevOps hosted pool to see if the problem still exists there. * Remove dump JRE folder. * Re-enable test. * Revert "Changed KV cryptography tests to avoid using a hardcoded security provider. (Azure#21703)" This reverts commit aa472e0. * Disable secp256k1 curve. * List contents of JDK bin. * List bin folder. * Add code to dump providers. * Fix indentation. * Move test app to after checkout. * Disable sparse checkout. * remove more sparse checkout. * Try a different name for the crypto provider. * Add main to newish CI files.
This reverts commit 3f31d68.
* HttpAuthorization added to azure-core-experimental * feedback and CI Co-authored-by: jschrepp-MSFT <41338290+jschrepp-MSFT@users.noreply.github.com>
Co-authored-by: Chidozie Ononiwu <chononiw@microsoft.com>
* Applied APIView suggestions. * Applied APIView suggestions. * Fixed SpotBugs issue. * Fixed another SpotBugs issue.
* Increment package version after release of com.azure azure-security-keyvault-administration * Increment package version after release of com.azure azure-security-keyvault-certificates * Increment package version after release of com.azure azure-security-keyvault-secrets * Increment package version after release of com.azure azure-security-keyvault-keys
* mgmt, update script for main branch * change to main in md * change to main in java
…iew (Azure#22403) * [Automation] Generate Fluent Lite from eventgrid#package-2021-06-preview * Update pom.xml Co-authored-by: Weidong Xu <weidxu@microsoft.com>
…azure-resourcemanager-databricks (Azure#22406)
openapi-sdkautomation
bot
force-pushed
the
sdkAuto/14433/azure-resourcemanager-network-generated
branch
from
June 21, 2021 03:56
921113d
to
8666874
Compare
…azure-resourcemanager-eventgrid (Azure#22407)
Correct links broken during the master->main branch rename
* Update links with master to use main * Update ci.yml files Co-authored-by: Chidozie Ononiwu <chononiw@microsoft.com>
…cutor (Azure#22290) * Temp snapshot * Adjusting MicroBatchSize dynamically in BulkExecutor.java * Making sure Bulk Request 429 bubble up to the BulkExecutor so they are accounted for in dynamic MicroBatchSize adjustment * Adjusting targeted bulk throttling retry rate to be a range * Reducing lock contention in PartitionScopeThresholds.java * Adding unit test coverage for dynamically changing micro batch size in BulkExecutor * Adjusting log level in PartitionScopeThresholds * Moving new API to V4_17_0 Beta annotation * Adding missing copyright header * Removing 408 special-casing * Reacting to code review feedback * Reacting to code review feedback * Reenabling Direct tests * Fixing a bug in the new buffering logic causing 400-BadRequest when the Batch request contains no actual operations after filtering out the dummy FlushOperations * Fixing type * Fixes for merge conflicts * Dummy * Update BulkWriter.scala * Update BulkProcessingThresholds.java * Reverting BridgeInternal changes * Update BridgeInternal.java * Update BulkProcessingOptionsTest.java * Triggering flush on completion of input flux * Self-code review feedback :-) * Update BulkProcessingThresholds.java * Fixing Nullref in BulkWriterTest * Making FlushBuffersItemOperation a singleton * Fixing build break * Fixing test failure
* Docs updates * Undo changes to BlobsGetPropertiesHeaders * pr feedback
…o a client builder would not be set on a client instantiated by said builder. (Azure#22462) * Fixed issue where HTTP headers set in a `ClientOptions` object passed to a client builder would not be set on a client instantiated by said builder. * Updated CHANGELOG.
OLTP Connector Synapse integration using Linked Service
* Update ubuntu vm image to 20.0.4 * Update platform matrix to use ubuntu 20
* update bom version for Azure Spring June release
cosmos spark 4.2.0 release
* Check for API review status only if release date is set in changelog
* Set up STG78 branch (Azure#21634) * Generated off latest version of blob swagger (Azure#21644) * Reenabled quick query parquet support (Azure#21785) * 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. * Implemented list deleted root blob with versions (Azure#21996) * Addressed comments for immutable storage with versioning (Azure#22388) * Develop on main, part 1 (Azure#22451) * move back service version. * pin CI. * fix ci. * fix ci ? * fix live tests ? * use latest service version to filter if not specified in variable. * use latest service version to filter if not specified in variable. * does this work ?? * missing stuff. * move that piece to parent as well. * rollback yml changes in favor of pom.xml * fix build ? * how about this ? * more ? * not this. * rollback some. * does this work ?? Co-authored-by: Gauri Prasad <51212198+gapra-msft@users.noreply.github.com> Co-authored-by: gapra <gapra@microsoft.com> Co-authored-by: James <41338290+jaschrep-msft@users.noreply.github.com> Co-authored-by: jschrepp-MSFT <41338290+jschrepp-MSFT@users.noreply.github.com>
…r blobs encrypted with CPK (Azure#22425)
…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>
Merge dcea38df9a89d49bf83f5d3ea37a918980724fa1 into 8dff86df71bee429af84ea4713288ef3cdd1db2f
openapi-sdkautomation
bot
force-pushed
the
sdkAuto/14433/azure-resourcemanager-network-generated
branch
from
June 25, 2021 04:38
8666874
to
b789479
Compare
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.
Create to sync Azure/azure-rest-api-specs#14433
curl -L "https://portal.azure-devex-tools.com/api/sdk-dl-pub?p=Azure/14433/azure-sdk-for-java/azure-resourcemanager-network-generated/azure-resourcemanager-network-generated-1.0.0-beta.1.jar" -o azure-resourcemanager-network-generated-1.0.0-beta.1.jar mvn install:install-file -DgroupId=com.azure.resourcemanager -DartifactId=azure-resourcemanager-network-generated -Dversion=1.0.0-beta.0 -Dfile=azure-resourcemanager-network-generated-1.0.0-beta.1.jar -Dpackaging=jar -DgeneratePom=true