Skip to content
This repository has been archived by the owner on Oct 17, 2024. It is now read-only.

Releases: OfficeDev/microsoft-teams-apps-incidentreport

Incident Reporter App Template

09 Sep 20:06
73a63dd
Compare
Choose a tag to compare
Updated README (#14)

updated latest legal notice guidelines

Incident Reporter App Template

13 Jul 16:45
110b644
Compare
Choose a tag to compare
Add global.json to force Kudu use SDK 2.1.515 (#10)

After .NET Core SDK 3.1.301 was rolled out in Azure App Service, Kudu failed to build the app with the following exception:
System.ComponentModel.Win32Exception (5): Access is denied.

In order to fix the build issue, we add a global.json in the code base. So that Kudu is forced to use the previous SDK version, which can build the app without issue.

See https://stackoverflow.com/questions/62595408/error-access-is-denied-deployment-to-azure-app-services

Incident Reporter App Template

30 Apr 22:37
edcb5eb
Compare
Choose a tag to compare
Updated README (#8)

Modified #3 in legal notices section

Incident Reporter App Template

30 Apr 18:45
90fab67
Compare
Choose a tag to compare
Updated README (#7)

Modified the legal notices section as  per the update from CELA

Incident Reporter App Template

16 Apr 18:52
9613cc6
Compare
Choose a tag to compare
Updated ticket search query, app icons and README (#5)

[Fix] : Add missing icons used in request forms are added to source control under wwwroot/Artifacts folder. 
[Fix] : Updated ticket search query for Unassigned tab in messaging extension. Currently the search query check ticket status along with null assigned to name (not required).
[Fix] : Input text form in configuration admin app fix to get correct resource property name for button.
[Fix] : Added application title name in README