pulumi-azuread
pulumi-azuread copied to clipboard
A Microsoft Azure Active Directory (Azure AD) Pulumi resource package, providing multi-language access to Azure AD
This PR was generated via `$ upgrade-provider pulumi/pulumi-azuread --kind=bridge --target-bridge-version=7a5e480 --pr-reviewers=VenelinMartinov --pr-title-prefix=[DOWNSTREAM TEST][BRIDGE]`. --- - Upgrading pulumi-terraform-bridge from v3.82.0 to 7a5e480. This PR was created to test a pulumi/pulumi-terraform-bridge feature....
This PR was generated via `$ upgrade-provider pulumi/pulumi-azuread --kind=bridge --pr-reviewers=julienp --pr-title-prefix=[DOWNSTREAM TEST][PLATFORM] --target-pulumi-version=20f7168a992a12423a4e3eb30e24d62cc2762c88`. --- This is a downstream codegen test for pulumi/pulumi#16243. (run-id: 9210443067)
## 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? I am trying to set Identifier URI for Azure AD Application using ApplicationIdentifierUri ```csharp var applicationArgs = new Pulumi.AzureAD.ApplicationArgs { DisplayName = configuration.Api.Name }; var application =...
### What happened? I am trying to create an app registration in azure with the azuread provider. My stack is able to run without issues when authenticating via `az login`....
### What happened? I am trying to run pulumi from within an azure function application using managed identity. The typical IMDS endpoint does not work for function apps which is...
## 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...
## 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...
## 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? We are managing an AAD App Registration via Pulumi to configure things like callback URLs, permissions etc. When changing for example the callback URL, it can happen...