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

Merged
merged 2 commits into from
Feb 27, 2019

Conversation

AutorestCI
Copy link
Contributor

Updates to Scheduled Query Rule swagger
  - making aznsaction paramter optional
  - removing hidden-link value from tags
@AutorestCI
Copy link
Contributor Author

AutorestCI commented Feb 8, 2019

(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_5175#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_5175#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_5175
  • pip install -e ./azure-mgmt-monitor

Or build a wheel file to distribute for testing:

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

Direct download

Your files can be directly downloaded here:

@codecov-io
Copy link

codecov-io commented Feb 8, 2019

Codecov Report

Merging #4336 into restapi_auto_monitor/resource-manager will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@                          Coverage Diff                           @@
##           restapi_auto_monitor/resource-manager    #4336   +/-   ##
======================================================================
  Coverage                                  56.01%   56.01%           
======================================================================
  Files                                       7396     7396           
  Lines                                     154757   154757           
======================================================================
  Hits                                       86682    86682           
  Misses                                     68075    68075
Impacted Files Coverage Δ
...nitor/azure/mgmt/monitor/models/alerting_action.py 45.45% <ø> (ø) ⬆️
...r/azure/mgmt/monitor/models/alerting_action_py3.py 45.45% <100%> (ø) ⬆️

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 a132cf5...f70919e. Read the comment docs.

@AutorestCI AutorestCI merged commit c23440a into restapi_auto_monitor/resource-manager Feb 27, 2019
@AutorestCI AutorestCI deleted the restapi_auto_5175 branch February 27, 2019 17:48
@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
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