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] restapi_auto_sql/resource-manager #1950

Closed
wants to merge 11 commits into from

Conversation

lmazuel
Copy link
Member

@lmazuel lmazuel commented Feb 9, 2018

No description provided.

@lmazuel
Copy link
Member Author

lmazuel commented Feb 9, 2018

AutorestCI added a commit that referenced this pull request Feb 9, 2018
@AutorestCI
Copy link
Contributor

Build SDK finished and cleaned

Copy link
Contributor

@jaredmoo jaredmoo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This includes breaking changes to restore point that Sarvesh fixed in a later PR.

@lmazuel
Copy link
Member Author

lmazuel commented Feb 21, 2018

@AutorestCI rebuild https://github.com/Azure/azure-rest-api-specs/blob/master/specification/sql/resource-manager/readme.md

@AutorestCI
Copy link
Contributor

Build SDK finished and cleaned

@lmazuel
Copy link
Member Author

lmazuel commented Feb 28, 2018

@AutorestCI rebase

@AutorestCI
Copy link
Contributor

Rebase done and pushed to the branch

@AutorestCI AutorestCI force-pushed the restapi_auto_sql/resource-manager branch from 1d42073 to 53172f4 Compare February 28, 2018 18:21
AutorestCI added a commit that referenced this pull request Feb 28, 2018
AutorestCI added a commit that referenced this pull request Feb 28, 2018
lmazuel pushed a commit that referenced this pull request Feb 28, 2018
… elastic pool operation (#2052)

* Extract databases, elastic pools, and check name availability from sql.core.json (#1829)

* Generated from 5a6fe19cfbfc33daf461404f3e77978e398bec49

Extract checkNameAvailability.json from sql.core.json

* Generated from b1f5dd6f842a458a6c117a2a5da68a7f5d895d77

Fixed cross-file references

* Update version.py

* Rebuild by #1950

* Generated from dbaf4f1b4a6a05888680e3b210813b8f2a1d98db (#1951)

Py version for SQL build

* Rebuild by #1950

* Generated from d2120e21ed90c81cfc47b30f813b1f3c0356e3ec

Update the cancel operations swagger on database and pool, and corresponding examples
@codecov-io
Copy link

codecov-io commented Feb 28, 2018

Codecov Report

Merging #1950 into master will decrease coverage by 1.47%.
The diff coverage is 33.94%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1950      +/-   ##
==========================================
- Coverage   53.08%    51.6%   -1.48%     
==========================================
  Files        4774     5646     +872     
  Lines      119517   147440   +27923     
==========================================
+ Hits        63440    76089   +12649     
- Misses      56077    71351   +15274
Impacted Files Coverage Δ
.../azure/mgmt/sql/operations/databases_operations.py 30.23% <ø> (+2.48%) ⬆️
...mt-sql/azure/mgmt/sql/models/database_operation.py 25% <0%> (-4.42%) ⬇️
...re-mgmt-sql/azure/mgmt/sql/models/restore_point.py 45.45% <0%> (-10.11%) ⬇️
azure-mgmt-sql/azure/mgmt/sql/version.py 100% <100%> (ø) ⬆️
...re/mgmt/sql/operations/server_usages_operations.py 94.11% <100%> (+0.17%) ⬆️
...e-mgmt-sql/azure/mgmt/sql/sql_management_client.py 100% <100%> (ø) ⬆️
...ure/mgmt/sql/models/sql_management_client_enums.py 100% <100%> (ø) ⬆️
azure-mgmt-sql/azure/mgmt/sql/models/__init__.py 100% <100%> (ø) ⬆️
...ure-mgmt-sql/azure/mgmt/sql/operations/__init__.py 100% <100%> (ø) ⬆️
.../mgmt/sql/operations/database_usages_operations.py 94.11% <100%> (+0.17%) ⬆️
... and 1497 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f262d80...afeab52. Read the comment docs.

@AutorestCI
Copy link
Contributor

AutorestCI commented Mar 5, 2018

(message created by the CI based on PR content)

Installation instruction

Package azure-mgmt-sql

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

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_sql/resource-manager#egg=azure-mgmt-sql&subdirectory=azure-mgmt-sql"

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

  • git checkout restapi_auto_sql/resource-manager
  • pip install -e ./azure-mgmt-sql

Or build a wheel file to distribute for testing:

  • git checkout restapi_auto_sql/resource-manager
  • pip wheel --no-deps ./azure-mgmt-sql

Direct download

Your files can be directly downloaded here:

@lmazuel
Copy link
Member Author

lmazuel commented Mar 7, 2018

@AutorestCI rebase

…l.core.json (#1829)

* Generated from 5a6fe19cfbfc33daf461404f3e77978e398bec49

Extract checkNameAvailability.json from sql.core.json

* Generated from b1f5dd6f842a458a6c117a2a5da68a7f5d895d77

Fixed cross-file references

* Update version.py
… elastic pool operation (#2052)

* Extract databases, elastic pools, and check name availability from sql.core.json (#1829)

* Generated from 5a6fe19cfbfc33daf461404f3e77978e398bec49

Extract checkNameAvailability.json from sql.core.json

* Generated from b1f5dd6f842a458a6c117a2a5da68a7f5d895d77

Fixed cross-file references

* Update version.py

* Rebuild by #1950

* Generated from dbaf4f1b4a6a05888680e3b210813b8f2a1d98db (#1951)

Py version for SQL build

* Rebuild by #1950

* Generated from d2120e21ed90c81cfc47b30f813b1f3c0356e3ec

Update the cancel operations swagger on database and pool, and corresponding examples
add delete restore points API and change to async for create API
@AutorestCI
Copy link
Contributor

Rebase done and pushed to the branch

@AutorestCI AutorestCI force-pushed the restapi_auto_sql/resource-manager branch from 7ea1f37 to ff441dd Compare March 7, 2018 18:05
…ties API (#2086)

* Generated from c39c7d121543da651a1ffd746e93fb300a240c17

add dataWarehouseUserActivityName

add dataWarehouseUserActivityName

* Generated from 01b7ccaf7a59aaa579126db1ed34a380eca6fc97

add missing "body"
Refactor sql readme.md

- Rename schema-* to package-pure-* in order to follow convention for python multi-version
- Rename package-2017-10-preview to package-composite-v1. The reasons for this are explained in package-2017-03-01-preview tag. The next tag that I add in the near future will be package-composite-v2, which will represent a breaking change & major version bump for clients.
- Improved description of various sections
- Whitespace/header consistency
…on.json to longTermRetentionDatabaseState (#2215)

* Generated from 922cc7baf78eff3e45a6e935e3f1513983c2e3c6

updating databaseState to longTermRetentionDatabaseState

* Generated from 58d3850cc7c258e8ea4136406edd06b723924767

Making longTermRetentionDatabaseState a common parameter

* Generated from de2f644e708d9e1b13c719a7a11dd3200e703695

adding parameter location as method to LongTermRetentionDatabaseStateParameter
Error descriptions changed in instanceFailoverGroup swagger
* Generated from 00c10e2add6a8d8d5c0cd8c28f8f6f09a3dde3b8

Merge remote-tracking branch 'azure/master' into sqljobs3

* Generated from a1a2a6257910df295f818dea4002b4c465c11197

Merge remote-tracking branch 'azure/master' into sqljobs3
@lmazuel
Copy link
Member Author

lmazuel commented Mar 23, 2018

Close because of this manual release:
#2255

@lmazuel lmazuel closed this Mar 23, 2018
@lmazuel lmazuel deleted the restapi_auto_sql/resource-manager branch March 23, 2018 16:39
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.

4 participants