-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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-kusto/resource-manager] Kusto: Add support for attached databases #5195
[AutoPR azure-kusto/resource-manager] Kusto: Add support for attached databases #5195
Conversation
Changing database to have kinds of read only attached and read write
(message created by the CI based on PR content) Installation instructionPackage azure-mgmt-kustoYou 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: |
Codecov Report
@@ Coverage Diff @@
## restapi_auto_azure-kusto/resource-manager #5195 +/- ##
=============================================================================
+ Coverage 48.4% 49.49% +1.09%
=============================================================================
Files 7588 6303 -1285
Lines 215124 176618 -38506
=============================================================================
- Hits 104121 87420 -16701
+ Misses 111003 89198 -21805
Continue to review full report at Codecov.
|
Simplify attached database configuration not to include a kind
Add list attached databases by cluster
Created to sync Azure/azure-rest-api-specs#5933