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 storagesync/resource-manager] added java readme to storage sync readme #4729

Merged

Conversation

AutorestCI
Copy link
Contributor

@AutorestCI
Copy link
Contributor Author

AutorestCI commented Mar 29, 2019

(message created by the CI based on PR content)

Installation instruction

Package azure-mgmt-storagesync

You can install the package azure-mgmt-storagesync of this PR using the following command:
pip install "git+https://github.com/Azure/azure-sdk-for-python@restapi_auto_5509#egg=azure-mgmt-storagesync&subdirectory=azure-mgmt-storagesync"

You can build a wheel to distribute for test using the following command:
pip wheel --no-deps "git+https://github.com/Azure/azure-sdk-for-python@restapi_auto_5509#egg=azure-mgmt-storagesync&subdirectory=azure-mgmt-storagesync"

If you have a local clone of this repository, you can also do:

  • git checkout restapi_auto_5509
  • pip install -e ./azure-mgmt-storagesync

Or build a wheel file to distribute for testing:

  • git checkout restapi_auto_5509
  • pip wheel --no-deps ./azure-mgmt-storagesync

Direct download

Your files can be directly downloaded here:

@AutorestCI AutorestCI merged commit 5571f00 into restapi_auto_storagesync/resource-manager Mar 29, 2019
@AutorestCI AutorestCI deleted the restapi_auto_5509 branch March 29, 2019 20:29
@AutorestCI
Copy link
Contributor Author

This PR has been merged into #2734

lmazuel pushed a commit that referenced this pull request Apr 5, 2019
* [AutoPR storagesync/resource-manager] Storage Sync Swagger preview version (prev PR #109 (#2722)

* Generated from bdcb59fb848aad33d655434511e28992a9186eec

Added NodeJS + Java code gen config

* Generated from 3c0da5ba17ebd8d58d92118f5cd2137e7137f2bf

extra comma

extra comma in pauseWaitForSyncDrainTimePeriodInSeconds

* Generated from dd8124f88a1bebfa7dbca3e881781b3c5ef82028

body to parameters

body to parameters

* StorageSync packaging

* [AutoPR storagesync/resource-manager] Add new version 2018-04-02 for Microsoft.StorageSync Resource Provider (#2749)

* Generated from 84c25bde14c0bd3975b3e2d4fe39e59c16b3d62d

New Api version changes - 2018-04-02

New Api version changes 2018-04-02

* Generated from f19da1779f85df4450cbcdaf9b1029e99114fee4

Fix examples

* [AutoPR storagesync/resource-manager] Remove TrackedResource from Swagger spec in Microsoft.StorageSync Resource Provider (#3196)

* Generated from 3b8b5e375bac475491d082da1e5f773f82ea8d3a

More updates on referring common types

More updates on referring common types

* Generated from ebcc4a641257b0c46d0c17bf4db6fac9548b3fa4

Add UpdateParameters and Updateproperties

* Generated from 3799c3aa4ec02ba51002d160a18b8e3d1ce0dbdf (#3228)

Use Common Resource. Remove properties from allof

* [AutoPR storagesync/resource-manager] Add creation parameters to StorageSync ResourceProvider for SDK (#3317)

* Generated from d7cd8d3fc87fd6f33f6e0584bdabc67154c9cea7

Add creation parameters

* Packaging update of azure-mgmt-storagesync

* Generated from 7a7a6ab9817237ac5b0e29f922905ff6ad776b02

Fix RegisteredServer

* [AutoPR storagesync/resource-manager] StorageSync : Clone existing ApiVersion 2018-04-02 for creating a new version 2018-07-01 (#3367)

* Generated from 4af1840a4de8c443e3702a5c5ca79a56395a2b7b

one tag only

* Generated from 1557b2356a6ea7ee507716ccaff1cb45e5def0c6

fix version

* [AutoPR storagesync/resource-manager] Swagger Update for Microsoft.StorageSync (2018-07-01) (#3476)

* Generated from 4a9147eadd5b5351c1bd4fd597f5b98ba482a8e7

Fix Compilation error

* Packaging update of azure-mgmt-storagesync

* Generated from 72f3d90f6a7d6d8099beda5ba2dbf536db2bc133

Ran Validate examples

cd h:\csharpsdk\azure-rest-api-specs\specification
npx autorest --validation --azure-validator --message-format=json  h:\csharpsdk\azure-rest-api-specs\specification\storagesync\resource-manager\readme.md
oav validate-spec h:\csharpsdk\azure-rest-api-specs\specification\storagesync\resource-manager\Microsoft.StorageSync\stable\2018-07-01\storagesync.json
oav validate-example h:\csharpsdk\azure-rest-api-specs\specification\storagesync\resource-manager\Microsoft.StorageSync\stable\2018-07-01\storagesync.json -f h:\csharpsdk\azure-rest-api-specs\output\Expected_1.log

* Generated from 84331b381719f5e980b9a2c45bf7a3957adb67b7

Fix ARM Errors

* Generated from d3ec81c506bebfdd35d79ab9a61e90d18e886149

Fix ARM ListWorkflowsByStorageSyncService error

* Generated from 133e3e90ae39def0670aea057365010fc24aec10

Fix comments

* Generated from d88609464e32709b43f9b4bb9f1b0d54142048ef

comment fix

* Generated from 6d2574891d49b32548464be35df465ccb77e9af8 (#3514)

Add Monitoring Configuration

* [AutoPR storagesync/resource-manager] StorageSync ResourceProvider : Bug Fix to change parameter name (#3671)

* Generated from e6d421336cca7680ce72f8dedd96999938519540

Bug Fix to change parameter name

* Packaging update of azure-mgmt-storagesync

* Generated from 8b75f45689c84b566ba3fe6a7f8bba4c7d3ce419 (#3685)

Change Host name from swagger

* Generated from 327dd74db2246dcb0e5a9c513fbfd0725f29b786 (#4006)

typo: storagesync/resource-manager/Microsoft.StorageSync

- Asynchronuous -> Asynchronous
- serverendpoint -> server endpoint

* Generated from 8ef101734633d940d2cc32476f8d394ec8248f98 (#4122)

Change from preview to stable for 2018-10-01 ApiVersion

* Update HISTORY.rst

* Update version.py

* Packaging update of azure-mgmt-storagesync

* Packaging update of azure-mgmt-storagesync

* Rebuild by #2734

* Update HISTORY.rst

* Update version.py

* Generated from 0ac49f10fbb70132a4662eed1b30c13fa130d012 (#4729)

added java readme

* Update version.py

* Update HISTORY.rst
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant