Skip to content

Conversation

@jtracey93
Copy link
Contributor

@jtracey93 jtracey93 commented Sep 26, 2025

Overview/Summary

Add service group membership interface for bicep as per discussion #2324

Merge with this PR Azure/bicep-registry-modules#6013 at the same time

As part of this Pull Request I have

  • Read the Contribution Guide and ensured this PR is compliant with the guide
  • Checked for duplicate Pull Requests
  • Associated it with relevant GitHub Issues or ADO Work Items (Internal Only)
  • Ensured my code/branch is up-to-date with the latest changes in the main branch
  • Ensured PR tests are passing
  • Updated relevant and associated documentation (e.g. Contribution Guide, Docs etc.)

@jtracey93
Copy link
Contributor Author

Comment on lines +5 to +7
import { serviceGroupTargetResourceIdsType } from 'br/public:avm/utl/types/avm-common-types:>version<'
@description('Optional. The resource IDs of the service groups you wish to associate this resource with.')
param serviceGroupTargetResourceIds serviceGroupTargetResourceIdsType[]?
Copy link
Contributor

Choose a reason for hiding this comment

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

Similar to the comment I added to the types PR itself: What speaks against

Suggested change
import { serviceGroupTargetResourceIdsType } from 'br/public:avm/utl/types/avm-common-types:>version<'
@description('Optional. The resource IDs of the service groups you wish to associate this resource with.')
param serviceGroupTargetResourceIds serviceGroupTargetResourceIdsType[]?
@description('Optional. The resource IDs of the service groups you wish to associate this resource with.')
param serviceGroupTargetResourceIds string[]?

@AlexanderSehr
Copy link
Contributor

In one of them Core-Team calls we agreed not to publish a interface for this, given that no object/array-of-objects must be specified, but simple string/string[]

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

Labels

Needs: Triage 🔍 Maintainers need to triage still

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants