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] Add Multi Resource Alert changes for Metric Alert API #3445

Merged
merged 3 commits into from
Oct 4, 2018

Conversation

AutorestCI
Copy link
Contributor

@AutorestCI
Copy link
Contributor Author

AutorestCI commented Sep 27, 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_4016#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_4016#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_4016
  • pip install -e ./azure-mgmt-monitor

Or build a wheel file to distribute for testing:

  • git checkout restapi_auto_4016
  • pip wheel --no-deps ./azure-mgmt-monitor

Direct download

Your files can be directly downloaded here:

@codecov-io
Copy link

Codecov Report

Merging #3445 into restapi_auto_monitor/resource-manager will increase coverage by 16.39%.
The diff coverage is 60.34%.

Impacted file tree graph

@@                            Coverage Diff                             @@
##           restapi_auto_monitor/resource-manager    #3445       +/-   ##
==========================================================================
+ Coverage                                   39.6%   55.99%   +16.39%     
==========================================================================
  Files                                      10238     7375     -2863     
  Lines                                     308666   154521   -154145     
==========================================================================
- Hits                                      122252    86531    -35721     
+ Misses                                    186414    67990   -118424
Impacted Files Coverage Δ
...itor/azure/mgmt/monitor/models/metric_dimension.py 55.55% <ø> (ø) ⬆️
.../azure/mgmt/monitor/models/metric_dimension_py3.py 55.55% <ø> (+22.22%) ⬆️
...e/mgmt/monitor/models/metric_alert_criteria_py3.py 66.66% <ø> (+29.16%) ⬆️
...azure/mgmt/monitor/models/metric_alert_criteria.py 66.66% <ø> (ø) ⬆️
...mgmt/monitor/models/metric_alert_resource_patch.py 26.31% <0%> (-3.1%) ⬇️
...azure/mgmt/monitor/models/metric_alert_resource.py 27.77% <0%> (-3.48%) ⬇️
azure-mgmt-monitor/azure/mgmt/__init__.py 100% <100%> (ø) ⬆️
azure-mgmt-monitor/azure/__init__.py 100% <100%> (ø) ⬆️
...mgmt-monitor/azure/mgmt/monitor/models/__init__.py 100% <100%> (+0.46%) ⬆️
...e/mgmt/monitor/models/metric_alert_resource_py3.py 27.77% <33.33%> (+13.07%) ⬆️
... and 6700 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 d143388...657f7ab. Read the comment docs.

Merge remote-tracking branch 'upstream/master'
@AutorestCI AutorestCI merged commit 5048d1e into restapi_auto_monitor/resource-manager Oct 4, 2018
@AutorestCI AutorestCI deleted the restapi_auto_4016 branch October 4, 2018 18:02
@AutorestCI
Copy link
Contributor Author

This PR has been merged into #2761

lmazuel pushed a commit that referenced this pull request Mar 6, 2019
* Generated from c9fbbd46eca53db6f1ebcf1b23fd224bcdee2b5e (#2760)

Changing Case

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

* [AutoPR monitor/resource-manager] Add two missing "by subscription" operations 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.

* Generated from 6110295138cbd6959df204de3830b4ada943a4fc (#2970)

updated description of recurrent frequency

* Generated from 1ca7f22a22e15cb8980176f25be20fd3e6f73162 (#3084)

[Monitor] Fix issue #3585: revert previous commit since it is a breaking change

* [AutoPR monitor/resource-manager] Adding MetricNamespacesAPI for version 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

* Packaging update of azure-mgmt-monitor

* [AutoPR monitor/resource-manager] Add missing enum for aggregation type (#3363)

* Generated from 94966a030267d7db87fc3d2440dffbe83908781a

Add missing enum for aggregation type

* Generated from 86adb05ccf2d2e4b98d1f7f08fba9aa8ec794405

Update enum order

* Generated from a2ed141f095adf20aeb11d3bd796d5906fce4f6b (#3414)

Update sqr documentation to include LogToMetricAction

* Packaging update of azure-mgmt-monitor

* [AutoPR monitor/resource-manager] Add Multi Resource Alert changes for 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'

* [AutoPR monitor/resource-manager] add armRoleReceiver to ActionGroup 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

* Generated from 5738fd21af734dc48d88f275b73a2c7fe3e504e4 (#3954)

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

* Generated from 9771d96d4a2f4caa435cd59ae81736e910b8ee89 (#4139)

Update Python version

* Packaging update of azure-mgmt-monitor

* [AutoPR monitor/resource-manager] Updates to Scheduled Query Rule swagger (#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

* Prepare 0.6.0

* Packaging update of azure-mgmt-monitor
# 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.

3 participants