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 automation/resource-manager] Bhbrahma api sec fixes #1917

Conversation

AutorestCI
Copy link
Contributor

@codecov-io
Copy link

codecov-io commented Feb 6, 2018

Codecov Report

Merging #1917 into restapi_auto_automation/resource-manager will decrease coverage by 0.8%.
The diff coverage is 29.43%.

Impacted file tree graph

@@                             Coverage Diff                              @@
##           restapi_auto_automation/resource-manager    #1917      +/-   ##
============================================================================
- Coverage                                     53.02%   52.22%   -0.81%     
============================================================================
  Files                                          4710     4871     +161     
  Lines                                        116674   120791    +4117     
============================================================================
+ Hits                                          61869    63081    +1212     
- Misses                                        54805    57710    +2905
Impacted Files Coverage Δ
...gmt/automation/operations/connection_operations.py 10.18% <10.18%> (ø)
...e/mgmt/automation/operations/runbook_operations.py 10.34% <10.34%> (ø)
...mt/automation/operations/certificate_operations.py 10.47% <10.47%> (ø)
...re/mgmt/automation/operations/module_operations.py 10.57% <10.57%> (ø)
.../mgmt/automation/operations/variable_operations.py 10.57% <10.57%> (ø)
...omation/operations/dsc_configuration_operations.py 10.67% <10.67%> (ø)
.../mgmt/automation/operations/schedule_operations.py 10.78% <10.78%> (ø)
.../mgmt/automation/models/automation_client_enums.py 100% <100%> (ø)
...e-mgmt-automation/azure/mgmt/automation/version.py 100% <100%> (ø)
...utomation/azure/mgmt/automation/models/__init__.py 100% <100%> (ø)
... and 312 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 60de1f0...3e1ef23. Read the comment docs.

@lmazuel lmazuel closed this Feb 13, 2018
@lmazuel lmazuel force-pushed the restapi_auto_D1v38om83r_bhbrahma-API-sec-fixes branch from 3e1ef23 to 1052ccc Compare February 13, 2018 20:18
@lmazuel lmazuel deleted the restapi_auto_D1v38om83r_bhbrahma-API-sec-fixes branch February 13, 2018 20:19
azure-sdk pushed a commit that referenced this pull request Aug 18, 2021
azure-sdk added a commit that referenced this pull request Aug 18, 2021
* Attempt to purge all vaults, managed HSMs

Reverts #1910. Vaults and managed HSMs are automatically purged on their purge date. The point was to purge them daily to preserve capacity. The default purge date is +90 days.

* Add timeout and more logging

* Pass required -Resource

* Fix log message

* Ensure the $Resource is correctly captured

Added comment to new code explaining why, since ScriptBlock.GetNewClosure() is not working as expected.

* Add -ErrorAction to Receive-Job

Worked without terminating when run locally, but failed on the first error in the AzDO agent.

* Use $using:r instead of creating ScriptBlock

More idiomatic for passing ScriptBlocks to jobs.

* Resolve PR feedback

* Change default DeleteAfterHours to 120

Resolves #1917

* Use the Az cmdlets built-in -AsJob

Co-authored-by: Heath Stewart <[email protected]>
iscai-msft pushed a commit that referenced this pull request Sep 29, 2021
* Attempt to purge all vaults, managed HSMs

Reverts #1910. Vaults and managed HSMs are automatically purged on their purge date. The point was to purge them daily to preserve capacity. The default purge date is +90 days.

* Add timeout and more logging

* Pass required -Resource

* Fix log message

* Ensure the $Resource is correctly captured

Added comment to new code explaining why, since ScriptBlock.GetNewClosure() is not working as expected.

* Add -ErrorAction to Receive-Job

Worked without terminating when run locally, but failed on the first error in the AzDO agent.

* Use $using:r instead of creating ScriptBlock

More idiomatic for passing ScriptBlocks to jobs.

* Resolve PR feedback

* Change default DeleteAfterHours to 120

Resolves #1917

* Use the Az cmdlets built-in -AsJob

Co-authored-by: Heath Stewart <[email protected]>
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