Skip to content

Commit

Permalink
Merge pull request #1408 from OfficeDev/v-hrajandira/UpdateCreateUpda…
Browse files Browse the repository at this point in the history
…tedDate

Updating the creationDateTime and updateDateTime properties to the fo…
  • Loading branch information
Mohammed-MSFT authored Oct 3, 2024
2 parents 66e6766 + 242c138 commit 200bb8a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions samples/meetings-attendance-report/csharp/assets/sample.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"longDescription": [
"This is a sample application which demonstrates how to get meeting attendance report using Graph API and send it in meeting chat using bot."
],
"creationDateTime": "2022-20-08",
"updateDateTime": "2022-20-08",
"creationDateTime": "2022-08-20",
"updateDateTime": "2022-08-20",
"products": [
"Teams"
],
Expand Down
4 changes: 2 additions & 2 deletions samples/meetings-attendance-report/nodejs/assets/sample.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"longDescription": [
"This is a sample application which demonstrates how to get meeting attendance report using Graph API and send it in meeting chat using bot."
],
"creationDateTime": "2022-20-08",
"updateDateTime": "2022-20-08",
"creationDateTime": "2022-08-20",
"updateDateTime": "2022-08-20",
"products": [
"Teams"
],
Expand Down
4 changes: 2 additions & 2 deletions samples/tab-deeplink-pass-values/ts/assets/sample.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"longDescription": [
"Microsoft Teams sample which displays deeplinks for call, video, chat, navigate to app and navigate within tab pages which are supported for tab."
],
"creationDateTime": "2024-21-02",
"updateDateTime": "2024-21-02",
"creationDateTime": "2024-02-21",
"updateDateTime": "2024-02-21",
"products": [
"Teams"
],
Expand Down
4 changes: 2 additions & 2 deletions samples/tab-navbar-menu/ts/assets/sample.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"longDescription": [
"Add multiple actions to the upper right in Nav-Bar and build an overflow menu for extra actions in an app."
],
"creationDateTime": "2022-29-12",
"updateDateTime": "2022-29-12",
"creationDateTime": "2022-12-29",
"updateDateTime": "2022-12-29",
"products": [
"Teams"
],
Expand Down

0 comments on commit 200bb8a

Please sign in to comment.