-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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 datafactory/resource-manager] Add APIs for integration runtime sharing feature. #2611
[AutoPR datafactory/resource-manager] Add APIs for integration runtime sharing feature. #2611
Conversation
(message created by the CI based on PR content) Installation instructionPackage azure-mgmt-datafactoryYou can install the package You can build a wheel to distribute for test using the following command: If you have a local clone of this repository, you can also do:
Or build a wheel file to distribute for testing:
Direct downloadYour files can be directly downloaded here: |
7a63d62
to
cfbe230
Compare
@AutorestCI rebase |
Add APIs for integration runtime sharing feature. Add two fields 'pushedVersion' 'latestVersion' into SelfHostedIntegrationRuntimeStatus Fixed issue Azure/azure-rest-api-specs#2057
Addming x-ms-pageable extension to Factories_ListSharedIntegrationRuntime and Factories_ListSharedFactory
Fixed model validation errors
Resolve review comments: changes the action names and revert the response of integration runtime PATCH mehtod
Added one more property sharedWithFactories to SelfHostedIntegrationRuntimeStatus
Add response to IntegrationRuntimes_GrantAccess and IntegrationRuntimes_RevokeAccess
Add back additionalProperties into IntegrationRuntime
Rename API grantAccess/revokeAccess to addIdentity/removeIdentity
4b426ef
to
4a89375
Compare
Rebase done and pushed to the branch |
Created to sync Azure/azure-rest-api-specs#3124