-
Notifications
You must be signed in to change notification settings - Fork 78
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
feat: Be able to add Partner ID to Subscriptions #341
Comments
Hey @lukemurraynz Seems like a great shout. Sine digging reveals that this is the api we need to think about: With a good example here: Several properties are unclear to me though. Can you be of any assistance here to help form the required input variable schema? Thanks |
Can help, input should really only need to be:
The system (at least via the Azure Portal), adds in the rest of the information, ie Partner Name, State etc, so depends on how the API handles it - but partnerId will be the key one. TenantID may need another input variable needed, but that may be able to be dynamically brought in. |
Hi! Correct me if I'm wrong, but isn't the Partner Admin Link/partnerId that you link to, a feature of the user account, and not a feature of the subscription? So you wouldn't normally set it for each subscription? Unless we're talking about partnerId for DPOR or what's it called, that I've seen only on EA? Ref. what is discussed here: https://www.reddit.com/r/AZURE/comments/z8e07j/comment/j5pcaze/ |
You can do it at tenant and as subscription, ie different partners could manage different subscriptions. |
Would you be able to do a proof of concept using AzAPI based on the subscription resource id that is generated by this module? Put the PoC resource in the root module for now. Once we have a confirmed working resource block, I'm happy to add to the subscription module. |
Sounds good; give me a few days - I will be flying back to NZ tomorrow. |
Description
It would be good to be able to utilise the Vending Module to apply a Partner ID to the Subscription.
Reference: Link a partner ID to your account that’s used to manage customers
Describe the solution you'd like
To be able to add a Parter ID, in as part of the Subscription vending process.
Additional context
The text was updated successfully, but these errors were encountered: