Power Platform based solution that allows users to request teams and automates team creation. NO LONGER MAINTAINED. Please use 'Provision Assist' - https://github.com/pnp/provision-assist-m365/ instead.
MIT License
236
stars
66
forks
source link
Updates to CLI calls to create/update azure ad app #363
By submitting this pull request, you agree to the code of conduct.
Please complete the following table to help us identify the category of this pull request.
Q
A
Bug fix?
Y
New feature?
N
Doc fix
N
What's in the Pull Request?
Updated the deployment script Azure CLI cmdlets used to create/update the Azure AD app. The migration of the CLI calls to the Graph API caused issues due to some changes in the cmdlets. Previously we have generated the secret for the app and passed this in during creation, this is now not supported so it has been updated to use the az ad app credential cmdlet to autogenerate a secret once the app is created/updated.
Pull Request
By submitting this pull request, you agree to the code of conduct.
Please complete the following table to help us identify the category of this pull request.
What's in the Pull Request?
Updated the deployment script Azure CLI cmdlets used to create/update the Azure AD app. The migration of the CLI calls to the Graph API caused issues due to some changes in the cmdlets. Previously we have generated the secret for the app and passed this in during creation, this is now not supported so it has been updated to use the az ad app credential cmdlet to autogenerate a secret once the app is created/updated.