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/arm-servicebus] ServiceBus : Swagger Split and Added PrivateEndPointConnection API #1513

Conversation

openapi-sdkautomation[bot]
Copy link

@openapi-sdkautomation openapi-sdkautomation bot commented Jul 8, 2020

Created to sync Azure/azure-rest-api-specs#10071.

Installation Instructions

You can install the package @azure/arm-servicebus of this PR using the following command:

npm install https://sdkautomation.blob.core.windows.net/sdkautomation-pipeline/Azure/azure-rest-api-specs/10071/azure-sdk-for-js/Azure/azure-sdk-for-js/@azure/arm-servicebus/azure-arm-servicebus-4.0.0.tgz

Direct Download

The generated package can be directly downloaded from here:

@openapi-sdkautomation openapi-sdkautomation bot force-pushed the sdkAutomation/@azure_arm-servicebus@10071 branch 7 times, most recently from b962a92 to 8303e08 Compare July 22, 2020 17:47
@openapi-sdkautomation openapi-sdkautomation bot force-pushed the sdkAutomation/@azure_arm-servicebus@10071 branch from 8303e08 to e557983 Compare August 10, 2020 17:36
@openapi-sdkautomation openapi-sdkautomation bot force-pushed the sdkAutomation/@azure_arm-servicebus@10071 branch 8 times, most recently from 988d41b to e95ec74 Compare August 28, 2020 17:16
azure-sdk and others added 13 commits August 28, 2020 16:42
Co-authored-by: Zachary Foster <zfoster@users.noreply.github.com>
* Fix missing types in package

* Add lint to build and fix lint errors

* Let analyze fail with lint errors

* Fix lint issue
…entrancy/concurrency issues (Azure#10807)

initLink and closeLink had some basic coordination so they wouldn't stomp over each other but they never coordinated via locks which made it so the state of the object would be different than you expected.

This commit makes it so both closeLink and openLink depend on the same lock, which allows you to make the modifications to the link state obey ordering. This simplifies some parts of the code that tried to avoid opening and closing simultaneously.

As part of this the lock token that was being used in other parts of the code has been subsumed into LinkEntity instead so some modification to the detached/init methods of child classes changed.

Also, removed some code in ManagementLink that has become redundant with our unified initLink() code (abort signal handling and some link state checking).

Fixes Azure#10656
…les operations (Azure#10884)

* Implement async iterators for listEntity

* Add list table

* Fix extra request

* Update API surface

* update samples and rollup externals

* Add create operation

* Update api surface

* Clean up

* Add details for running tests locally

* Make _response non-enumerable

* Fix lint errors
* Add foundations for restructuring eng/common directory

* Restructure ChangeLog Logic

* Reset Common Directory
Azure#10919)

* Since those are the only ones supported

* Fix types

* Add another prop

* Update api view

Co-authored-by: Ramya Achutha Rao <ramyar@microsoft.com>
* Add tracing

* Address feedback
* Separated the tests into internal and public

After separating them, I moved some references and started using sinon
for mocking instead of having to use some internal function. Tests pass
and they should be good for min-max testing, etc.

* build fixes
…e#10942)

* [Identity] Sovereign Clouds dont support the VSCode credential

* feedback by Vinay

* throwing also after getTenantIdFromVSCode

* Update sdk/identity/identity/src/credentials/visualStudioCodeCredential.ts

Co-authored-by: David Wilson <david@daviwil.com>

Co-authored-by: David Wilson <david@daviwil.com>
praveenkuttappan and others added 27 commits September 8, 2020 17:44
* update ts sample for ai-anomaly-detector

* update package.json

* remove unsued imports

* fix broken link

* fix broken links

Co-authored-by: yuyi@microsoft.com <Yuanxiang.Ying@microsoft.com>
* javascript example for anomaly detector

* javascript samples

* update

* update

* update package

* refactor

* prettier format

Co-authored-by: yuyi@microsoft.com <Yuanxiang.Ying@microsoft.com>
* Added EnableExpress property in CreateQueueOptions and CreateTopicOptions

* Update sdk/servicebus/service-bus/src/serializers/queueResourceSerializer.ts

Looks good.. not sure how that character is added

Co-authored-by: Ramya Rao <ramya.rao.a@outlook.com>

* Update sdk/servicebus/service-bus/src/serializers/queueResourceSerializer.ts

Co-authored-by: Ramya Rao <ramya.rao.a@outlook.com>

* Update sdk/servicebus/service-bus/src/serializers/topicResourceSerializer.ts

Co-authored-by: Ramya Rao <ramya.rao.a@outlook.com>

* Update sdk/servicebus/service-bus/src/serializers/topicResourceSerializer.ts

Co-authored-by: Ramya Rao <ramya.rao.a@outlook.com>

* Update sdk/servicebus/service-bus/src/serializers/queueResourceSerializer.ts

Co-authored-by: Ramya Rao <ramya.rao.a@outlook.com>

* Added enableExpress properties for QueueProperties and TopicProperties interfaces

* Update sdk/servicebus/service-bus/src/serializers/topicResourceSerializer.ts

Co-authored-by: Ramya Rao <ramya.rao.a@outlook.com>

* Update sdk/servicebus/service-bus/src/serializers/queueResourceSerializer.ts

Co-authored-by: Ramya Rao <ramya.rao.a@outlook.com>

* Updated the service-bus.api documentation

* Updated service-bus.api documentation

Co-authored-by: Mohsin Mehmood <mohsin@Mohsins-MacBook-Pro.local>
Co-authored-by: Ramya Rao <ramya.rao.a@outlook.com>
Co-authored-by: Mohsin Mehmood <mohsin85mehmod@gmail.com>
* fix format and check-format commands

* format
Convert logging to use the @azure/logger rather than the debug package. This sets us up for properly logging - format changes (and error logging) will come in a future PR.

Partial fix for Azure#10638
* [Key Vault Admin] The Backup client source code

* Updates based on feedback, specially docs

* Apply suggestions from code review

Co-authored-by: Christopher Scott <chriscott@hotmail.com>

* Param feedback and comments

* api review update

* small update I did on lro/backup/operation, now on lro/restore/operation

* Comment improvement, I think

* comment fix

* moving the internal properties to an options bag

* no need for requestParameters

* no need for requestParameters, and some cleanup on the pollers

* Addressed Azure#11009 (comment)

Co-authored-by: Christopher Scott <chriscott@hotmail.com>
* Increment package version after release of azure-storage-queue

* Increment package version after release of azure-storage-file-share

* Increment package version after release of azure-storage-blob

* Increment package version after release of azure-storage-file-datalake
Co-authored-by: Lin Jian <ljian3377@gmail.com>
* improve datalake and changefeed samples

* fix samples to work with dev-tool

Co-authored-by: Lin Jian <ljian3377@gmail.com>
@openapi-sdkautomation openapi-sdkautomation bot force-pushed the sdkAutomation/@azure_arm-servicebus@10071 branch from 12c7732 to 740f027 Compare September 10, 2020 06:05
@openapi-sdkautomation openapi-sdkautomation bot deleted the sdkAutomation/@azure_arm-servicebus@10071 branch September 10, 2020 08:21
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.