Skip to content

Commit b087abd

Browse files
Merge pull request #1608 from OfficeDev/v-hrajandira/UpdateDemoManifestNew
Demo manifest update
2 parents def7805 + 511c232 commit b087abd

File tree

49 files changed

+70
-397
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+70
-397
lines changed

README.md

Lines changed: 9 additions & 10 deletions
Large diffs are not rendered by default.

samples/app-checkin-location/csharp/TeamsApp/appPackage/manifest.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"manifestVersion": "1.19",
44
"version": "1.0.0",
55
"id": "${{TEAMS_APP_ID}}",
6-
"packageName": "com.microsoft.teams.appcheckinlocation",
76
"developer": {
87
"name": "Microsoft",
98
"websiteUrl": "https://www.microsoft.com",
Binary file not shown.

samples/app-complete-sample/csharp/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Develop a robust Microsoft Teams bot using C# and Bot Framework v4, featuring se
3434
## Try it yourself - experience the App in your Microsoft Teams client
3535
Please find below demo manifest which is deployed on Microsoft Azure and you can try it yourself by uploading the app manifest (.zip file link below) to your teams and/or as a personal app. (Sideloading must be enabled for your tenant, [see steps here](https://docs.microsoft.com/microsoftteams/platform/concepts/build-and-test/prepare-your-o365-tenant#enable-custom-teams-apps-and-turn-on-custom-app-uploading)).
3636

37-
**Microsoft Teams Bot:** [Manifest](/samples/app-complete-sample/csharp/demo-manifest/Complete-Sample.zip)
37+
**Microsoft Teams Bot:** [Manifest](/samples/app-complete-sample/csharp/demo-manifest/app-complete-sample.zip)
3838

3939
## Prerequisites
4040

Binary file not shown.
Binary file not shown.

samples/app-complete-sample/nodejs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ This sample application showcases the development of a feature-rich Microsoft Te
3232
## Try it yourself - experience the App in your Microsoft Teams client
3333
Please find below demo manifest which is deployed on Microsoft Azure and you can try it yourself by uploading the app package (.zip file link below) to your teams and/or as a personal app. (Sideloading must be enabled for your tenant, [see steps here](https://docs.microsoft.com/microsoftteams/platform/concepts/build-and-test/prepare-your-o365-tenant#enable-custom-teams-apps-and-turn-on-custom-app-uploading)).
3434

35-
**Microsoft Teams Bot:** [Manifest](/samples/app-complete-sample/csharp/demo-manifest/Complete-Sample.zip)
35+
**Microsoft Teams Bot:** [Manifest](/samples/app-complete-sample/csharp/demo-manifest/app-complete-sample.zip)
3636

3737
## Prerequisites
3838

samples/app-installation-using-qr-code/csharp/TeamsApp/aad.manifest.json

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,6 @@
2525
{
2626
"id": "User.Read",
2727
"type": "Scope"
28-
},
29-
{
30-
"id": "TeamsAppInstallation.ReadWriteAndConsentForTeam",
31-
"type": "Scope"
32-
},
33-
{
34-
"id": "TeamsAppInstallation.ReadWriteAndConsentSelfForTeam",
35-
"type": "Scope"
3628
}
3729
]
3830
}

samples/app-installation-using-qr-code/csharp/TeamsApp/appPackage/manifest.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"manifestVersion": "1.19",
44
"version": "1.0.0",
55
"id": "${{TEAMS_APP_ID}}",
6-
"packageName": "com.microsoft.teams.qrappinstallation",
76
"developer": {
87
"name": "Microsoft",
98
"websiteUrl": "https://www.microsoft.com",
Binary file not shown.

0 commit comments

Comments
 (0)