forked from Azure/azure-sdk-for-python
-
Notifications
You must be signed in to change notification settings - Fork 2
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 track2_azure-mgmt-storagecache] [Hub Generated] Review request for Microsoft.StorageCache to add version stable/2021-05-01 #5728
Closed
openapi-sdkautomation
wants to merge
233
commits into
master
from
sdkAuto/14545/track2_azure-mgmt-storagecache
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
25 tasks
openapi-sdkautomation
bot
force-pushed
the
sdkAuto/14545/track2_azure-mgmt-storagecache
branch
5 times, most recently
from
June 1, 2021 16:40
cb9bbb9
to
9a5b64c
Compare
Co-authored-by: Chidozie Ononiwu <[email protected]>
* add check before printing receipt items * add check before printing receipt items
* flatten DimensionGroupIdentity * update
* CodeGen from PR 14841 in Azure/azure-rest-api-specs add sql tag to readme.go.md (Azure#14841) * version,CHANGELOG * test * test config Co-authored-by: SDKAuto <[email protected]> Co-authored-by: PythonSdkPipelines <PythonSdkPipelines> Co-authored-by: Zed <[email protected]>
* CodeGen from PR 14709 in Azure/azure-rest-api-specs java mgmt, aks, add needed json (Azure#14709) * version,CHANGELOG * test * test config Co-authored-by: SDKAuto <[email protected]> Co-authored-by: PythonSdkPipelines <PythonSdkPipelines> Co-authored-by: Zed <[email protected]>
* Added profiler support to perf framework * Removed old loop kwarg * Fixed list test bug * Support old API version * Updated perf framework for test proxy * Support test proxy * Whitespace * Support proxy in legacy tests * Update perf test guide * Support proxy in GetSecretTest Co-authored-by: Mike Harder <[email protected]>
openapi-sdkautomation
bot
force-pushed
the
sdkAuto/14545/track2_azure-mgmt-storagecache
branch
from
June 21, 2021 16:34
9a5b64c
to
c594a77
Compare
* Update links with master to use main * Update ci.yml files Co-authored-by: Chidozie Ononiwu <[email protected]>
* Update pipeline generation tool version Consume latest changes from pipeline generation tool in Azure/azure-sdk-tools#1708 * Update tool version to include fix for public ci Co-authored-by: Wes Haggard <[email protected]>
* Workspaces must be common * tests yml * lint * changelog * Update sdk/monitor/azure-monitor-query/tests/async/test_logs_client_async.py
* CodeGen from PR 14627 in Azure/azure-rest-api-specs [Hub Generated] Review request for Microsoft.DocumentDB to add version stable/2021-06-15 (Azure#14627) * Adds base for updating Microsoft.DocumentDB from version stable/2021-04-15 to version 2021-06-15 * Updates readme * Updates API version in new specs and examples * PITR apis to stable version * Fixing readme * Adding parameters * Fixing restorable.json * Fixing linter errors * missing ref * Unflattening the DatabaseAccountCreateUpdateProperties * Adds base for updating Microsoft.DocumentDB from version stable/2021-05-15 to version 2021-06-15 * Updates readme * Updates API version in new specs and examples * Adding the restorable json to readme * Added disableLocalAuth flag to DatabaseAccount CRU operations. * Adding Backup policy migration state * Fixing linter errors * Fixing linter warnings * Fixing breaking change Co-authored-by: ayanMSFT <[email protected]> * version,CHANGELOG Co-authored-by: SDKAuto <[email protected]> Co-authored-by: ayanMSFT <[email protected]> Co-authored-by: PythonSdkPipelines <PythonSdkPipelines>
* CodeGen from PR 14452 in Azure/azure-rest-api-specs Added missing updatable properties in ConfigurationStorePropertiesUpdateParameters (Azure#14452) Co-authored-by: jimmypc92 <jimmypc92> * version,CHANGELOG * test * test config * test config * test config Co-authored-by: SDKAuto <[email protected]> Co-authored-by: PythonSdkPipelines <PythonSdkPipelines> Co-authored-by: Zed <[email protected]>
…re set (Azure#19233) The azure documentation says "if a message has the partition key property but not the session ID property set, then Service Bus uses the partition key property value as the partition key. If the message has both the session ID and the partition key properties set, both properties must be identical" [https://docs.microsoft.com/en-us/azure/service-bus-messaging/service-bus-partitioning#using-a-partition-key]. [Re-raised Azure#18955]
* Deprecate azure-monitor * ci fix
* resolve issue with mindependency of azure-monitor-telemetry-exporter * resolve eventgrid mindependency failure. device-update mindependency failure * adjust dev_reqs for azure-mgmt-batch * extend nspkg test timeout. * resolve 'core.credential not found' in cogservices and servermanager
…n SDK (Azure#19583) * Add private preview azure-communication-network-traversal python SDK * Add recordings * Fix config/build and format for PR * Update, pylint checks * Update PR * Update PR * Disable pylint warnings * Supress unused-import pylint warning, when I'm actually using it. * Update documentation * Make shared folder consistent with other packages under communication * Rename namespace name from network-traversal to networktraversal
* Add AAD support * lint * tests fix * comments * unskip tests * aad tests * Update sdk/eventgrid/azure-eventgrid/README.md Co-authored-by: swathipil <[email protected]> * emdpoint * Update sdk/eventgrid/azure-eventgrid/README.md * black formatting * oauth Co-authored-by: swathipil <[email protected]>
* Revert "Packaging update of azure-mgmt-storagesync" * disable auto_update
* regen qna * Model renames * Client param order * Updates to docs, samples, tests * Update test trigger * Fix live tests * Fix live samples Co-authored-by: antisch <[email protected]>
* CodeGen from PR 13945 in Azure/azure-rest-api-specs Private links (Azure#13945) * remove name validation from client side * remove name check from deploymentScripts swagger * create privateLinks swagger * add all private link commands * add PLA and RMPL capabilities to swagger * update privateLink swagger * add rmpl to custom words * fix semantic validation errors * update resourcemanager readme * fix semanticvalidation errors * add correct resourceGroupName param * add examples for privateLink * fix prettier errors * Update specification/resources/resource-manager/Microsoft.Authorization/stable/2020-05-01/privateLinks.json Co-authored-by: JianyeXi <[email protected]> * fix ModelValidation Errors * fix prettier errors * fix prettier errors * add read only to properties * add resource extension * add example to privateLink * fix some prettier issues * ran prettiercheck * fix errors * semanticValidation errors * add suppression to readme * add 204 delete operation * MissingType Object fix * add suppresion for list operation * fix prettier errors * fix package tag for privatelinks Co-authored-by: JianyeXi <[email protected]> * version,CHANGELOG * test Co-authored-by: SDKAuto <[email protected]> Co-authored-by: JianyeXi <[email protected]> Co-authored-by: PythonSdkPipelines <PythonSdkPipelines>
* CodeGen from PR 15227 in Azure/azure-rest-api-specs config (Azure#15227) * version,CHANGELOG Co-authored-by: SDKAuto <[email protected]> Co-authored-by: PythonSdkPipelines <PythonSdkPipelines>
* CodeGen from PR 13396 in Azure/azure-rest-api-specs track2 configure (Azure#13396) Co-authored-by: Yan Zhang (WICRESOFT NORTH AMERICA LTD) <[email protected]> * version,CHANGELOG * test * changelog config Co-authored-by: SDKAuto <[email protected]> Co-authored-by: Yan Zhang (WICRESOFT NORTH AMERICA LTD) <[email protected]> Co-authored-by: PythonSdkPipelines <PythonSdkPipelines> Co-authored-by: Zed <[email protected]>
…not_ auto incrementing (Azure#19868)
* CodeGen from PR 15117 in Azure/azure-rest-api-specs Cjf release0708 (Azure#15117) * add tag into readme.go.md * add tag to readme.go.md to release gosdk * version,CHANGELOG * test * test config Co-authored-by: SDKAuto <[email protected]> Co-authored-by: PythonSdkPipelines <PythonSdkPipelines> Co-authored-by: Zed Lei <[email protected]> Co-authored-by: Zed <[email protected]>
adding checkingpointstore for table. This is my initial pull request.
* Added overloads * Overload tests * Regen and updates * Removed extra docs * Fixed docstring * Bad request builders internal
* align with .net naming and map order_by query string to property name * update tests and re-enable mixed filters tests * update changelog * fix type hint
* CodeGen from PR 15284 in Azure/azure-rest-api-specs Containerregistry maps datamigration t1 del (Azure#15284) * sql t2 readme config * readme config * Update readme.python.md * conflient resolve * t1 del Co-authored-by: msyyc <[email protected]> * version,CHANGELOG * test Co-authored-by: SDKAuto <[email protected]> Co-authored-by: msyyc <[email protected]> Co-authored-by: PythonSdkPipelines <PythonSdkPipelines>
* CodeGen from PR 15285 in Azure/azure-rest-api-specs Updating version in readme (Azure#15285) * version,CHANGELOG Co-authored-by: SDKAuto <[email protected]> Co-authored-by: PythonSdkPipelines <PythonSdkPipelines>
* CodeGen from PR 15256 in Azure/azure-rest-api-specs set modelAsString in Compute.json (Azure#15256) * change modelAsString * missed one spot * version,CHANGELOG * test Co-authored-by: SDKAuto <[email protected]> Co-authored-by: PythonSdkPipelines <PythonSdkPipelines>
* update article type appropriately Co-authored-by: scbedd <[email protected]>
…oad (Azure#19851) * support kwargs in the single overload * add docstrings for kwargs * pylint and changelog * tests and fixes * don't expose storage source kwargs for now
Merge 0625e805651826884d17127001ac6e2d53a2d5bc into 4508074
openapi-sdkautomation
bot
force-pushed
the
sdkAuto/14545/track2_azure-mgmt-storagecache
branch
from
July 23, 2021 07:54
3479382
to
5941bc5
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#14545
You can install the use using pip install of the artificats.