OfficeDev / microsoft-teams-apps-icebreaker

Icebreaker is an open-source app for Microsoft Teams that helps the whole team get closer by pairing members up every week at random to meet for coffee, burgers, pizza, or a walk around the block.
MIT License
174 stars 206 forks source link

Deployment fails via powershell #244

Closed fy-cahill closed 2 years ago

fy-cahill commented 2 years ago

I keep getting this error....

Updating app secret... az : WARNING: This command or command group has been migrated to Microsoft Graph API. Please carefully review all breaking changes introduced during this migration: https://docs.microsoft.com/cli/azure/microsoft-graph-migration At C:\microsoft-teams-apps-icebreaker-main\Deployment\deploy.ps1:232 char:26

ERROR: argument --id: expected one argument Examples from AI knowledge base: az ad app credential reset --id 00000000-0000-0000-0000-000000000000 append or overwrite an application's password or certificate credentials (autogenerated) az ad app credential reset --id 00000000-0000-0000-0000-000000000000 --cert "@~/cert.pem" Append a certificate to the application with the certificate file. https://docs.microsoft.com/en-US/cli/azure/ad/app/credential#az_ad_app_credential_reset Read more about the command in reference docs Azure AD App: IceBreakerRN registered successfully. Failed to create or update the app in Azure Active Directory. Exiting...

Porkai-Pandian commented 2 years ago

Hi @fy-cahill, thank you for raising the issue, we're looking into it.

Porkai-Pandian commented 2 years ago

Hi @fy-cahill, we validated from our side and the deployment works fine, please check if you've given all the necessary fields correctly, you can also try the manual deployment and see if that works for you. Let us know if you still face any problems.

Porkai-Pandian commented 2 years ago

Closing the issue since we already provided the response, if you still face any issues, kindly open a new issue