Skip to content

NSG: Moved NSG Security Rules into its own child-module#1102

Merged
AlexanderSehr merged 3 commits intomainfrom
users/alsehr/nsg
Mar 10, 2022
Merged

NSG: Moved NSG Security Rules into its own child-module#1102
AlexanderSehr merged 3 commits intomainfrom
users/alsehr/nsg

Conversation

@AlexanderSehr
Copy link
Copy Markdown
Contributor

Change

  • Moved NSG Security Rules into its own child-module

Pipeline reference
Network: NetworkSecurityGroups

Type of Change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update (Wiki)

@AlexanderSehr AlexanderSehr self-assigned this Mar 7, 2022
@AlexanderSehr AlexanderSehr linked an issue Mar 7, 2022 that may be closed by this pull request
@AlexanderSehr AlexanderSehr added this to the v 0.5 milestone Mar 7, 2022
@AlexanderSehr AlexanderSehr added the [cat] modules category: modules label Mar 7, 2022
@github-actions
Copy link
Copy Markdown

github-actions bot commented Mar 7, 2022

Unit Test Results

  1 files  ±  0  1 suites  ±0   25s ⏱️ -15s
  6 tests ±  0  6 ✔️ ±0    0 💤 ±  0  0 ±0 
70 runs   - 31  6 ✔️ ±0  64 💤  - 31  0 ±0 

Results for commit ba4a780. ± Comparison against base commit 75bfc7e.

This pull request removes 6 and adds 6 tests. Note that renamed tests count towards both.
/home/runner/work/ResourceModules/ResourceModules/arm/.global/global.module.tests.ps1 ‑ API version tests [All apiVersions in the template should be 'recent'].In [Microsoft.Network/vpnGateways/connections] used resource type [vpnGateways/vpnConnections] should use on of the recent API version(s). Currently using [2021-05-01]
/home/runner/work/ResourceModules/ResourceModules/arm/.global/global.module.tests.ps1 ‑ API version tests [All apiVersions in the template should be 'recent'].In [Microsoft.Network/vpnGateways/natRules] used resource type [vpnGateways/natRules] should use on of the recent API version(s). Currently using [2021-05-01]
/home/runner/work/ResourceModules/ResourceModules/arm/.global/global.module.tests.ps1 ‑ API version tests [All apiVersions in the template should be 'recent'].In [Microsoft.Network/vpnGateways] used resource type [locks] should use on of the recent API version(s). Currently using [2017-04-01]
/home/runner/work/ResourceModules/ResourceModules/arm/.global/global.module.tests.ps1 ‑ API version tests [All apiVersions in the template should be 'recent'].In [Microsoft.Network/vpnGateways] used resource type [vpnGateways/natRules] should use on of the recent API version(s). Currently using [2021-05-01]
/home/runner/work/ResourceModules/ResourceModules/arm/.global/global.module.tests.ps1 ‑ API version tests [All apiVersions in the template should be 'recent'].In [Microsoft.Network/vpnGateways] used resource type [vpnGateways/vpnConnections] should use on of the recent API version(s). Currently using [2021-05-01]
/home/runner/work/ResourceModules/ResourceModules/arm/.global/global.module.tests.ps1 ‑ API version tests [All apiVersions in the template should be 'recent'].In [Microsoft.Network/vpnGateways] used resource type [vpnGateways] should use on of the recent API version(s). Currently using [2021-05-01]
/home/runner/work/ResourceModules/ResourceModules/arm/.global/global.module.tests.ps1 ‑ API version tests [All apiVersions in the template should be 'recent'].In [Microsoft.Network/networkSecurityGroups/securityRules] used resource type [networkSecurityGroups/securityRules] should use on of the recent API version(s). Currently using [2021-05-01]
/home/runner/work/ResourceModules/ResourceModules/arm/.global/global.module.tests.ps1 ‑ API version tests [All apiVersions in the template should be 'recent'].In [Microsoft.Network/networkSecurityGroups] used resource type [diagnosticsettings] should use on of the recent API version(s). Currently using [2021-05-01-preview]
/home/runner/work/ResourceModules/ResourceModules/arm/.global/global.module.tests.ps1 ‑ API version tests [All apiVersions in the template should be 'recent'].In [Microsoft.Network/networkSecurityGroups] used resource type [locks] should use on of the recent API version(s). Currently using [2017-04-01]
/home/runner/work/ResourceModules/ResourceModules/arm/.global/global.module.tests.ps1 ‑ API version tests [All apiVersions in the template should be 'recent'].In [Microsoft.Network/networkSecurityGroups] used resource type [networkSecurityGroups/securityRules] should use on of the recent API version(s). Currently using [2021-05-01]
/home/runner/work/ResourceModules/ResourceModules/arm/.global/global.module.tests.ps1 ‑ API version tests [All apiVersions in the template should be 'recent'].In [Microsoft.Network/networkSecurityGroups] used resource type [networkSecurityGroups] should use on of the recent API version(s). Currently using [2021-05-01]
/home/runner/work/ResourceModules/ResourceModules/arm/.global/global.module.tests.ps1 ‑ API version tests [All apiVersions in the template should be 'recent'].In [Microsoft.Network/networkSecurityGroups] used resource type [roleassignments] should use on of the recent API version(s). Currently using [2021-04-01-preview]

♻️ This comment has been updated with latest results.

Copy link
Copy Markdown
Contributor

@eriqua eriqua left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should also the VM cross referenced nsg be updated? I understand there are already cuncurrent PRs on that one

@AlexanderSehr
Copy link
Copy Markdown
Contributor Author

Should also the VM cross referenced nsg be updated? I understand there are already cuncurrent PRs on that one

Hey @eriqua , do you refer to this one #1092? Not sure what to do there exactly. Seems to be only covering NICs. I'd at least not block this PR for the other one.

@AlexanderSehr
Copy link
Copy Markdown
Contributor Author

Related to a similar issue with #1112 .

Copy link
Copy Markdown
Contributor

@eriqua eriqua left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🆗

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

[cat] modules category: modules

Projects

None yet

Development

Successfully merging this pull request may close these issues.

NSG: Move security rules into child-module

2 participants