Skip to content

Commit

Permalink
fix: MgmtGroup-SubscriptionPlacement - Corrected incorrect trigger pa…
Browse files Browse the repository at this point in the history
…th (#4448)

## Description

- Corrected incorrect trigger path
- Added small change to module to trigger run

## Type of Change

<!-- Use the checkboxes [x] on the options that are relevant. -->

- [ ] Update to CI Environment or utilities (Non-module affecting
changes)
- [ ] Azure Verified Module updates:
- [x] Bugfix containing backwards-compatible bug fixes, and I have NOT
bumped the MAJOR or MINOR version in `version.json`:
- [ ] Someone has opened a bug report issue, and I have included "Closes
#{bug_report_issue_number}" in the PR description.
- [ ] The bug was found by the module author, and no one has opened an
issue to report it yet.
- [ ] Feature update backwards compatible feature updates, and I have
bumped the MINOR version in `version.json`.
- [ ] Breaking changes and I have bumped the MAJOR version in
`version.json`.
  - [ ] Update to documentation
  • Loading branch information
AlexanderSehr authored Feb 14, 2025
1 parent 8664e3c commit c3cc03a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ on:
- ".github/actions/templates/avm-**"
- ".github/workflows/avm.template.module.yml"
- ".github/workflows/avm.ptn.mgmt-groups.subscription-placement.yml"
- "avm/ptn/lz/sub-placement/**"
- "avm/ptn/mgmt-groups/subscription-placement/**"
- "avm/utilities/pipelines/**"
- "!avm/utilities/pipelines/platform/**"
- "!*/**/README.md"
Expand Down
2 changes: 1 addition & 1 deletion avm/ptn/mgmt-groups/subscription-placement/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# subscription-placement `[MgmtGroups/SubscriptionPlacement]`

This module allows for placement of subscriptions to management groups
This module allows for placement of subscriptions to management groups.

## Navigation

Expand Down
2 changes: 1 addition & 1 deletion avm/ptn/mgmt-groups/subscription-placement/main.bicep
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
targetScope = 'tenant'

metadata name = 'subscription-placement'
metadata description = 'This module allows for placement of subscriptions to management groups '
metadata description = 'This module allows for placement of subscriptions to management groups.'

// ------------------
// PARAMETERS
Expand Down
4 changes: 2 additions & 2 deletions avm/ptn/mgmt-groups/subscription-placement/main.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
"_generator": {
"name": "bicep",
"version": "0.33.13.18514",
"templateHash": "1512617397431432841"
"templateHash": "12502542864893705083"
},
"name": "subscription-placement",
"description": "This module allows for placement of subscriptions to management groups "
"description": "This module allows for placement of subscriptions to management groups."
},
"definitions": {
"subscriptionPlacementType": {
Expand Down

0 comments on commit c3cc03a

Please sign in to comment.