pulumi-azuread
pulumi-azuread copied to clipboard
A Microsoft Azure Active Directory (Azure AD) Pulumi resource package, providing multi-language access to Azure AD
## Hello! - Vote on this issue by adding a 👍 reaction - If you want to implement this feature, comment to let us know (we'll work with you on...
### What happened? Importing a resource of type `azuread.Application` produces an invalid resource: ```text azuread:index:Application (pulumi-deployments-oidc): warning: One or more imported inputs failed to validate. This is almost certainly a...
### What happened? Trying to create a new [group resource](https://www.pulumi.com/registry/packages/azuread/api-docs/group/) where the `mailNickname` is generated using string interpolation. Error message: ``` azuread:index:Group (pulumi-sandbox-root): error: Preview failed: diffing urn:pulumi:dev::adgroup::azuread:index/group:Group::pulumi-sandbox-root: `mail_nickname` is...
Hi, I could not find this but is there a way to create an application from manifest please? For example, I cannot find the replyUrlWithType, and I have a scenario...
### What happened? The provider seems to have set the [metadataHost](https://www.pulumi.com/registry/packages/azuread/api-docs/provider/#metadatahost_nodejs) variable to be mandatory, this seems odd given that it is not mandatory on the Terraform provider this is...
Hi, I just created a new B2C tenant in Azure. I don't expect Pulumi to help me create it. But what I ask is that in order to use this...
- Vote on this issue by adding a 👍 reaction - If you want to implement this feature, comment to let us know (we'll work with you on design, scheduling,...
I'm currently working with both packages in my solution and according to the pulumi documentation the configuration for each package use the following variables: **pulumi-azure** - azure:clientId or ARM_CLIENT_ID -...
## Hello! - Vote on this issue by adding a 👍 reaction - If you want to implement this feature, comment to let us know (we'll work with you on...
### What happened? Our stack contains Azure AD resources located in a different tenant than the main Azure resources. To access this we log in a `Provider` with an ID/Password...