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 track2_azure-mgmt-compute] Move RestorePoint properties into new properties bag for restore point #5830

Closed

Conversation

openapi-sdkautomation[bot]
Copy link

Create to sync Azure/azure-rest-api-specs#14638

You can install the use using pip install of the artificats.

chlowell and others added 12 commits June 18, 2021 16:10
Co-authored-by: Chidozie Ononiwu <chononiw@microsoft.com>
* 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 <sdkautomation@microsoft.com>
Co-authored-by: PythonSdkPipelines <PythonSdkPipelines>
Co-authored-by: Zed <601306339@qq.com>
* 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 <sdkautomation@microsoft.com>
Co-authored-by: PythonSdkPipelines <PythonSdkPipelines>
Co-authored-by: Zed <601306339@qq.com>
* 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 <mharder@microsoft.com>
* Update links with master to use main

* Update ci.yml files

Co-authored-by: Chidozie Ononiwu <chononiw@microsoft.com>
@openapi-sdkautomation openapi-sdkautomation bot force-pushed the sdkAuto/14638/track2_azure-mgmt-compute branch 2 times, most recently from caf91ed to be8f182 Compare June 21, 2021 21:29
mccoyp and others added 3 commits June 21, 2021 23:27
* 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 <weshaggard@users.noreply.github.com>
* Workspaces must be common

* tests yml

* lint

* changelog

* Update sdk/monitor/azure-monitor-query/tests/async/test_logs_client_async.py
@openapi-sdkautomation openapi-sdkautomation bot force-pushed the sdkAuto/14638/track2_azure-mgmt-compute branch from be8f182 to 7a46b91 Compare June 22, 2021 00:10
Azure CLI Bot and others added 9 commits June 22, 2021 09:54
* 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 <53790657+ayanMSFT@users.noreply.github.com>

* version,CHANGELOG

Co-authored-by: SDKAuto <sdkautomation@microsoft.com>
Co-authored-by: ayanMSFT <53790657+ayanMSFT@users.noreply.github.com>
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 <sdkautomation@microsoft.com>
Co-authored-by: PythonSdkPipelines <PythonSdkPipelines>
Co-authored-by: Zed <601306339@qq.com>
…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
* Use x-ms-date for Hmac

* Update chat recorded sessions

* Fix SMS hmac; update sms recorded sessions

* Update phone number code and recorded sessions

Co-authored-by: JP Chen <jiach@microsoft.com>
seankane-msft and others added 6 commits June 29, 2021 17:34
* adding docs for engsys checks

* adding info about all engsys checks

* adding eng sys checks to eng sys documentation

* Update doc/eng_sys_checks.md

Co-authored-by: Scott Beddall <45376673+scbedd@users.noreply.github.com>

* Update doc/dev/README.md

Co-authored-by: Scott Beddall <45376673+scbedd@users.noreply.github.com>

Co-authored-by: Scott Beddall <45376673+scbedd@users.noreply.github.com>
…zure#19554)

* fix statistics type for healthcare

* also fix healthcare type for warnings
@openapi-sdkautomation openapi-sdkautomation bot force-pushed the sdkAuto/14638/track2_azure-mgmt-compute branch 2 times, most recently from 77e6081 to 602ca9b Compare June 29, 2021 19:20
seankane-msft and others added 11 commits June 29, 2021 19:26
* update release date

* update release date
* add validation to allow for only one action per type

* update changelog
* Bring changes from JS docs metadata

* Move business logic inside Update-DocsMsMetadata.ps1

* Update with the latest changes in JS PR

* Update from latest PR feedback

* Add check for empty path to prevent crashes when creating relative paths

Co-authored-by: Daniel Jurek <djurek@microsoft.com>
- Switch to using rest instead of cli for querying work items
  as cli is limited to 1000 items only.
- Fix issues with Generated fields not being set.
- Correctly sort older workitems by version isntead of string.

Co-authored-by: Wes Haggard <Wes.Haggard@microsoft.com>
@openapi-sdkautomation openapi-sdkautomation bot force-pushed the sdkAuto/14638/track2_azure-mgmt-compute branch from 602ca9b to 7be2276 Compare June 30, 2021 18:09
kristapratico and others added 8 commits June 30, 2021 12:37
* readme updates

* docstrings updates

* samples updates

* feedback

* pylint
* adding docstrings for displayname and description

* changing key -> feature_id

* fixing up secret reference for consistency

* pylint fix

* updates to clients

* fixing tests

* updates to clients

* changing base_url -> endpoint

* undoing changes to generated

* adding changelog

* updating changelog, enabled is kwarg

* lint fixes

* formatting

* using key instead of feature_id

* feature_id strips key prefix

* working for sync

* removing if conditional on delete

* doc and typehint

* adding delete overload to async

* fixing tests

* adding back label to not be breaking

* non breaking for delete

* undoing breaking change

* undoing rename of endpoint

* undoing more breaking changes

* fixing up a couple more

* one more removal

* changelog

* fixing breaking change

* secret reference issue, breaking change fixed

* pylint and mypy fixes

* more of xiangs feedback

* fixing key and feature_id

* working with xiang

* fixed secref

* fixed feature flag

* fixed feature filter tests

* mypy and pylint fixes

* updating tests

* fixes

* remove overload

* fixing changelog

* fixing docstrings

* fixing attribute map

* fixing for py2.7

* mypy, pylint, and py2.7 fixes

* pylint fix

* renaming

* testing typeerror

* value property instead of enabled and filters

* fixing value configuring

* fixing tests for only value @Property on featflag

* working for secref

* pylint and mypy fixes

* test fix

* cleaning up

* xiangs comment

* patching storage stuff

* fixing value property

* to generated update
* Disable release date check

* Release check is not finding release date

Co-authored-by: Praveen Kuttappan <praveen.kuttappan@gmail.com>
Merge 4b1e09286c6a22a4681f206171a07a5de128ec3f into 18b54ea
@openapi-sdkautomation openapi-sdkautomation bot force-pushed the sdkAuto/14638/track2_azure-mgmt-compute branch from 7be2276 to 152e36b Compare July 1, 2021 01:04
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.