Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

[AutoPR] monitor/resource-manager #2761

Merged
merged 19 commits into from
Mar 6, 2019

Conversation

AutorestCI
Copy link
Contributor

Created to accumulate context: monitor/resource-manager

Changing Case

Due to difference in case, multiple section created in ARM documentation - https://docs.microsoft.com/en-us/rest/api/monitor/scheduledqueryrules
@AutorestCI
Copy link
Contributor Author

AutorestCI commented Jun 15, 2018

(message created by the CI based on PR content)

Installation instruction

Package azure-mgmt-monitor

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

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

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

  • git checkout restapi_auto_monitor/resource-manager
  • pip install -e ./azure-mgmt-monitor

Or build a wheel file to distribute for testing:

  • git checkout restapi_auto_monitor/resource-manager
  • pip wheel --no-deps ./azure-mgmt-monitor

Direct download

Your files can be directly downloaded here:

@codecov-io
Copy link

codecov-io commented Jun 15, 2018

Codecov Report

Merging #2761 into master will decrease coverage by 3.9%.
The diff coverage is 37.09%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2761      +/-   ##
==========================================
- Coverage   53.38%   49.47%   -3.91%     
==========================================
  Files       10464     6293    -4171     
  Lines      219586   176329   -43257     
==========================================
- Hits       117229    87246   -29983     
+ Misses     102357    89083   -13274
Impacted Files Coverage Δ
...azure/mgmt/monitor/models/baseline_response_py3.py 33.33% <ø> (ø) ⬆️
...azure/mgmt/monitor/models/metric_definition_py3.py 100% <ø> (ø) ⬆️
...nitor/models/metric_alert_status_properties_py3.py 50% <ø> (ø) ⬆️
...-monitor/azure/mgmt/monitor/models/response_py3.py 100% <ø> (ø) ⬆️
.../azure/mgmt/monitor/models/metric_dimension_py3.py 55.55% <ø> (ø) ⬆️
.../monitor/models/calculate_baseline_response_py3.py 55.55% <ø> (ø) ⬆️
...zure/mgmt/monitor/models/az_ns_action_group_py3.py 50% <ø> (ø) ⬆️
...zure/mgmt/monitor/models/log_metric_trigger_py3.py 44.44% <ø> (ø) ⬆️
...onitor/azure/mgmt/monitor/models/recurrence_py3.py 62.5% <ø> (ø) ⬆️
...nitor/azure/mgmt/monitor/models/time_window_py3.py 55.55% <ø> (ø) ⬆️
... and 4327 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 a53e2fa...f49b05f. Read the comment docs.

…perations for completeness and compliance (#2795)

* Generated from 4afd2b6cd7da03f1f623144e33df0c923c56ba05

Add two missing "by subscription" operations.

* Generated from 840fcf1cde3e9644d365599339033b58288ad7e3

Remove "examples" nodes as requested since they are not used anymore. Adding documentation to reduce number of warnings in validation.

* Generated from 8e22a0641dc1ac873b046bdbdc934ad5525cb814

Add the serviceBusRuleId back into the DiagnosticSetting resource spec.
updated description of recurrent frequency
[Monitor] Fix issue #3585: revert previous commit since it is a breaking change
…ion 2017-12-01-preview/Fix metrics_API.json format issue (#3266)

* Generated from 7aba14c8c35e90fe78d0b76659f0b9bc7d2da066

Fix metrics_API.json for autorest validation

* Generated from f95241c45d660fa24cf9a714b327abf56979009c

Fix tag name

* Generated from fd6b93f0f316a0f0bd8dcbce59320a99c5701e56

Fixing comments
…pe (#3363)

* Generated from 94966a030267d7db87fc3d2440dffbe83908781a

Add missing enum for aggregation type

* Generated from 86adb05ccf2d2e4b98d1f7f08fba9aa8ec794405

Update enum order
Update sqr documentation to include LogToMetricAction
…r Metric Alert API (#3445)

* Generated from 09c5415be341f2a6816dafb7a504818a3c536b7e

Multi Resource Alert changes

* Packaging update of azure-mgmt-monitor

* Generated from a88d7f44fc48e9ea0c1203b6bf10bac1b65111e4

Merge remote-tracking branch 'upstream/master'
…API and update API version to 2018-09-01 (#3640)

* Generated from 39d45decf33f87ddfe651bcd6ca1d9d9c5169df2

add armRoleReceiver to ActionGroup API
and update API version to 2018-09-01

* Packaging update of azure-mgmt-monitor

* Generated from 5ec4b7786b7b32ee01a752d38bda6d75021f3521

add description
typo: monitor/resource-manager/microsoft.insights

- datatimes ->datetimes
- calcualte -> calculate
- timezones -> time zones
- blongs -> belongs
- defintions -> definitions
- definitons -> definitions
- defitinitons -> definitions
- Speficies -> Specifies
- webook -> webhook
- Acount -> Account
- scheduledquery -> scheduled query
- Frequnecy -> Frequency
- Specifiy -> Specify
@iscai-msft
Copy link
Contributor

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

@AutorestCI
Copy link
Contributor Author

Nothing to rebuild, this PR is up to date

azuresdkci and others added 2 commits February 27, 2019 17:44
…gger (#4336)

* Generated from 42f7747495368468a3dcb9cdf36443b2d34a745f

Updates to Scheduled Query Rule swagger
  - making aznsaction paramter optional
  - removing hidden-link value from tags

* Packaging update of azure-mgmt-monitor
@lmazuel lmazuel merged commit f1eb5ad into master Mar 6, 2019
@lmazuel lmazuel deleted the restapi_auto_monitor/resource-manager branch March 6, 2019 23:38
# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants