lowlydba / lowlydba.sqlserver

:spoon: A cross-platform Ansible collection using PowerShell to configure and maintain SQL Server.
https://galaxy.ansible.com/ui/repo/published/lowlydba/sqlserver
GNU General Public License v3.0
21 stars 12 forks source link

agent_job_step: allow step dropping with id only #95

Closed lowlydba closed 2 years ago

lowlydba commented 2 years ago

Description

Allow job steps to be dropped from ID only, not by name.

How Has This Been Tested?

Incorporated this into the existing int tests.

Types of changes

Checklist:

github-actions[bot] commented 2 years ago

Docs Build 📝

Thank you for contribution!✨

This PR has been merged and the docs are now incorporated into main: https://lowlydba.github.io/lowlydba.sqlserver/branch/main

codecov-commenter commented 2 years ago

Codecov Report

Merging #95 (aa8be3b) into main (2623b91) will decrease coverage by 0.04%. The diff coverage is 93.33%.

@@            Coverage Diff             @@
##             main      #95      +/-   ##
==========================================
- Coverage   93.45%   93.41%   -0.05%     
==========================================
  Files          53       53              
  Lines        1802     1806       +4     
  Branches        2        2              
==========================================
+ Hits         1684     1687       +3     
- Misses        118      119       +1     
Impacted Files Coverage Δ
plugins/modules/agent_job_step.py 100.00% <ø> (ø)
plugins/modules/agent_job_step.ps1 96.77% <93.33%> (-0.98%) :arrow_down:

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 2623b91...aa8be3b. Read the comment docs.