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 security/resource-manager] Reverted security python readme to pre multi api #4459

Merged
merged 2 commits into from
Mar 4, 2019

Conversation

AutorestCI
Copy link
Contributor

reverted security python readme to pre multi api
@AutorestCI
Copy link
Contributor Author

AutorestCI commented Mar 1, 2019

(message created by the CI based on PR content)

Installation instruction

Package azure-mgmt-security

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

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_5301#egg=azure-mgmt-security&subdirectory=azure-mgmt-security"

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

  • git checkout restapi_auto_5301
  • pip install -e ./azure-mgmt-security

Or build a wheel file to distribute for testing:

  • git checkout restapi_auto_5301
  • pip wheel --no-deps ./azure-mgmt-security

Direct download

Your files can be directly downloaded here:

@codecov-io
Copy link

codecov-io commented Mar 1, 2019

Codecov Report

Merging #4459 into restapi_auto_security/resource-manager will increase coverage by 2.03%.
The diff coverage is n/a.

Impacted file tree graph

@@                            Coverage Diff                             @@
##           restapi_auto_security/resource-manager    #4459      +/-   ##
==========================================================================
+ Coverage                                   54.14%   56.18%   +2.03%     
==========================================================================
  Files                                       11163     9347    -1816     
  Lines                                      247585   187288   -60297     
==========================================================================
- Hits                                       134055   105227   -28828     
+ Misses                                     113530    82061   -31469
Impacted Files Coverage Δ
.../hdinsight/operations/script_actions_operations.py 25.75% <0%> (-71.22%) ⬇️
...hrbac/azure/graphrbac/models/key_credential_py3.py 30.76% <0%> (-69.24%) ⬇️
...graphrbac/azure/graphrbac/models/key_credential.py 30.76% <0%> (-69.24%) ⬇️
.../hdinsight/operations/configurations_operations.py 32.14% <0%> (-64.29%) ⬇️
.../operations/script_execution_history_operations.py 31.91% <0%> (-63.83%) ⬇️
...t/hdinsight/models/runtime_script_action_detail.py 38.46% <0%> (-61.54%) ⬇️
...insight/models/runtime_script_action_detail_py3.py 38.46% <0%> (-61.54%) ⬇️
...mt/hdinsight/operations/applications_operations.py 21.49% <0%> (-56.08%) ⬇️
...hdinsight/azure/mgmt/hdinsight/models/usage_py3.py 44.44% <0%> (-55.56%) ⬇️
...gmt-hdinsight/azure/mgmt/hdinsight/models/usage.py 44.44% <0%> (-55.56%) ⬇️
... and 2514 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 6984828...016b391. Read the comment docs.

lmazuel pushed a commit that referenced this pull request Mar 2, 2019
* Generated from 52981377b86caf85843799cd4294ec9101af0dcf (#3777)

Make NIC VM readOnly

* [AutoPR network/resource-manager] [Portal Generated] Review request for Microsoft.Network to add version 2018-10-01 (#3718)

* Generated from 1c4c94911c840bcab2e7e7541433713f9de4a819

Updates API version in new specs and examples

* Packaging update of azure-mgmt-network

* Generated from dd13fa490b5666f900241da864fd4213652d1770 (#3776)

Make NIC VM ref readonly

* Generated from a8dc3164dab1737d09b57c3ada8c1132aaddfd66 (#3794)

change container nics property type on container nic config to resourceid

* Generated from a18fe30f1349bb8e07d0ec1f3bf977b0e70d48a0

Revert "Model ContainerNic refs under ContainerNicConfig as sub resources" (#4467)

* Revert "Application Gateway - Adds Rewrite rule set for Header CRUD (#4331)"

This reverts commit 633d12d5b552b102f874182b8f50266eb97fdc85.

* Revert "Port fix from PR 4459 to 2018-10-01 (#4463)"

This reverts commit 5ea0c7b8bcf16d992bb1f2b5f3b52208354a4391.

* Revert "change container nics property type on container nic config to resourceid (#4459)"

This reverts commit baf31d901254dd4bf4f1813e9faeec1c9805f775.

* Generated from a34ad413b26c915dad887c853358c77b1c76ee5a (#3798)

Revert "change container nics property type on container nic config to resourceid (#4459)"

This reverts commit baf31d901254dd4bf4f1813e9faeec1c9805f775.

* Generated from f321a6cb703b15bbe927a4b34005830c495c4e34

Fixes the missing array for the header actions (#4497)

* Generated from 8f92958053478b5df8f9489654192a68a1532578

Network py 2018-10

* Generated from e58229772d0b26de18f701e416410521e358bb00

Application gateway Identity and Keyvault support (#4387)

* identity and keyvault

* Capitalization comment

* Generated from 428b52b308b52edc6e1dd617cb96ba8ee59e7b92 (#3842)

Capitalization comment

* Generated from 3749af17da52fd48f69870d8bacc577a54650ad1 (#3861)

Ported fix from master branch

* Rebuild by #3779

* 2018-10-01 as new latest

* 2.4.0

* Network 2018-10-01 test re-recordings

* Generated from b9c1d4353fbd76618c6f3f73d9d5e0b508b843e5 (#3884)

Add support for list api for global reach connections
@lmazuel lmazuel merged commit b12eab0 into restapi_auto_security/resource-manager Mar 4, 2019
@lmazuel lmazuel deleted the restapi_auto_5301 branch March 4, 2019 19:00
lmazuel pushed a commit that referenced this pull request Apr 16, 2019
* Generated from 84624804865be53090660f859760f153de313691 (#3781)

merged from master

* [AutoPR security/resource-manager] Remove security contact phone field mandatory fields (#3753)

* Generated from 3f99e72342d5d4f194ff74c8c553657530955783

Remove security contact phone field mandatory fields

* Generated from e94d9f5b16a429a3f1d2270a981be7218f06fd36

Update security contact examples - refactored - second iteration

* Generated from e691835335c3acf12428c89776c765a1fa2bdad5 (#3989)

typo: security/resource-manager/Microsoft.Security

- Double word "alert"
- addess -> address
- whos -> whose

* Generated from 1a24198dd982a4fcb510456404994241f55dc883 (#4113)

Settings API

* Generated from 5d46282b1371de397d3d60083b6485ff73332f93 (#4216)

add comma

* [AutoPR security/resource-manager] Adding new api-version to Microsoft.Security Alerts resource (#4283)

* Generated from f862d11a6a08b6c7243a79c2996690518313ac9a

Rollback readme change

* Packaging update of azure-mgmt-security

* [AutoPR security/resource-manager] Azure Security Center - break-to-composite v1 (#4354)

* Generated from 2a8aacac69e7675f0417a2dee3770256656042c8

first break-to-composite attempt

* Generated from 6cbbbe2e2e840c19e3f97332dbc44d0eb4049ce5

Azure Security Center - add missing 2017-08-01-preview api-version + bugfixes

* [AutoPR security/resource-manager] Security - Updating API versions of alerts and pricing types (#4423)

* Generated from 6b10f3754b112658124483817ff82792d4de2fcc

Security - Updating api versions of alerts and pricing types

* Generated from 67e18cba585922ac70f701db683e2cf8a4b6d19f

Security - Updating api versions of alerts and pricing types

* Packaging update of azure-mgmt-security

* updated versioning and change log

* Generated from 16b35cff6f2a72e062a8098e0cb95ccc209e25af (#4459)

reverted security python readme to pre multi api

* [AutoPR security/resource-manager] Correlation Key property added (#4524)

* Generated from 566b64da8e05aef201e8e3537edcd0c47530e360

typo fix

* Packaging update of azure-mgmt-security

* Generated from e620762eee468dab30a0eac68387dbaaed34cdc3

tabs switched to spaces + description changed to be more informative

* [AutoPR security/resource-manager] New security Regulatory compliance API (#4502)

* Generated from 60b311c10c1de2583d21065332a28f65b6025e8b

Regulatory compliance API

* Packaging update of azure-mgmt-security

* Generated from f2f06c6cb708b078507ff93bb5bd338416b27de7

Merge branch 'master' of https://github.com/himarkov/azure-rest-api-specs

* Generated from 57997a34834cb3e70253fc7573647886666edb4f

Update regulatoryCompliance.json

* [AutoPR security/resource-manager]  Security: 2017-08-01-preview - Introduce IoT security groups resource (#4112)

* Generated from c55343d67df9f202ebbfdc2670f167350fe265ea

Some fixes after validation

* Generated from d6824620292538df997c2da42c9deda14ee9a90f

Change resource name, add x-ms-pagable

* Generated from 0cfbd83907e23a9364669f804e9442d771ad088b

Sync with master (split files by resource type), add value type

* Packaging update of azure-mgmt-security

* Generated from 45af2dd2143cc9b695ea876a68496401cb37acb9

Fix readme file

* Generated from 67d905e193967e7a8c35511c87239b4f052314a1

delete unreferenced example file

* Generated from 35998a721ea3c6fbae6d5b40f051a3d0a8144ea9 (#4756)

Changing new version Settings file

* Packaging update of azure-mgmt-security

* 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.

3 participants