Skip to content

Commit 402d54a

Browse files
author
lemike
committed
Update Microsoft.Teams.Shifts.json
1 parent 7e01ff2 commit 402d54a

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

changelog/Microsoft.Teams.Shifts.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -741,63 +741,63 @@
741741
"ApiChange": "Property",
742742
"ChangedApiName": "isAtApprovedLocation",
743743
"ChangeType": "Addition",
744-
"Description": "Added the **isAtApprovedLocation** property to the [timeCardEvent](https://learn.microsoft.com/en-us/graph/api/resources/timeCardEvent?view=graph-rest-beta) resource.",
744+
"Description": "Added the `isAtApprovedLocation` property to the [timeCardEvent](https://learn.microsoft.com/en-us/graph/api/resources/timeCardEvent?view=graph-rest-beta) resource.",
745745
"Target": "timeCardEvent"
746746
},
747747
{
748748
"Id": "153ef394-76c5-49c8-9aa3-cb1455e916df",
749749
"ApiChange": "Property",
750750
"ChangedApiName": "isActivitiesIncludedWhenCopyingShiftsEnabled",
751751
"ChangeType": "Addition",
752-
"Description": "Added the **isActivitiesIncludedWhenCopyingShiftsEnabled** property to the [schedule](https://learn.microsoft.com/en-us/graph/api/resources/schedule?view=graph-rest-beta) resource.",
752+
"Description": "Added the `isActivitiesIncludedWhenCopyingShiftsEnabled` property to the [schedule](https://learn.microsoft.com/en-us/graph/api/resources/schedule?view=graph-rest-beta) resource.",
753753
"Target": "schedule"
754754
},
755755
{
756756
"Id": "153ef394-76c5-49c8-9aa3-cb1455e916df",
757-
"ApiChange": "Property",
758-
"ChangedApiName": "clockIn",
757+
"ApiChange": "Parameter",
758+
"ChangedApiName": "isAtApprovedLocation",
759759
"ChangeType": "Addition",
760-
"Description": "Added the **isAtApprovedLocation** parameter to the [clockIn](https://learn.microsoft.com/en-us/graph/api/timecard-clockin?view=graph-rest-beta&tabs=http) method.",
761-
"Target": "timeCard"
760+
"Description": "Added the `isAtApprovedLocation` parameter to the [clockIn](https://learn.microsoft.com/en-us/graph/api/timecard-clockin?view=graph-rest-beta&tabs=http) method.",
761+
"Target": "clockIn"
762762
},
763763
{
764764
"Id": "153ef394-76c5-49c8-9aa3-cb1455e916df",
765-
"ApiChange": "Property",
766-
"ChangedApiName": "clockOut",
765+
"ApiChange": "Parameter",
766+
"ChangedApiName": "isAtApprovedLocation",
767767
"ChangeType": "Addition",
768-
"Description": "Added the **isAtApprovedLocation** parameter to the [clockOut](https://learn.microsoft.com/en-us/graph/api/timecard-clockout?view=graph-rest-beta&tabs=http) method.",
769-
"Target": "timeCard"
768+
"Description": "Added the `isAtApprovedLocation` parameter to the [clockOut](https://learn.microsoft.com/en-us/graph/api/timecard-clockout?view=graph-rest-beta&tabs=http) method.",
769+
"Target": "clockOut"
770770
},
771771
{
772772
"Id": "153ef394-76c5-49c8-9aa3-cb1455e916df",
773-
"ApiChange": "Property",
774-
"ChangedApiName": "endBreak",
773+
"ApiChange": "parameter",
774+
"ChangedApiName": "isAtApprovedLocation",
775775
"ChangeType": "Addition",
776-
"Description": "Added the **isAtApprovedLocation** parameter to the [endBreak](https://learn.microsoft.com/en-us/graph/api/timecard-endbreak?view=graph-rest-beta&tabs=http) method.",
777-
"Target": "timeCard"
776+
"Description": "Added the `isAtApprovedLocation` parameter to the [endBreak](https://learn.microsoft.com/en-us/graph/api/timecard-endbreak?view=graph-rest-beta&tabs=http) method.",
777+
"Target": "endBreak"
778778
},
779779
{
780780
"Id": "153ef394-76c5-49c8-9aa3-cb1455e916df",
781-
"ApiChange": "Property",
782-
"ChangedApiName": "startBreak",
781+
"ApiChange": "parameter",
782+
"ChangedApiName": "isAtApprovedLocation",
783783
"ChangeType": "Addition",
784-
"Description": "Added the **isAtApprovedLocation** parameter to the [startBreak](https://learn.microsoft.com/en-us/graph/api/timecard-startbreak?view=graph-rest-beta&tabs=http) method.",
785-
"Target": "timeCard"
784+
"Description": "Added the `isAtApprovedLocation` parameter to the [startBreak](https://learn.microsoft.com/en-us/graph/api/timecard-startbreak?view=graph-rest-beta&tabs=http) method.",
785+
"Target": "startBreak"
786786
},
787787
{
788788
"Id": "153ef394-76c5-49c8-9aa3-cb1455e916df",
789789
"ApiChange": "Property",
790790
"ChangedApiName": "atApprovedLocation",
791791
"ChangeType": "Deprecation",
792-
"Description": "Deprecated the **atApprovedLocation** [timeCardEvent](https://learn.microsoft.com/en-us/graph/api/resources/timeCardEvent?view=graph-rest-beta) resource. The **atApprovedLocation** property will stop returning data on November 27, 2027. Going forward, use the **isAtApprovedLocation** property.",
792+
"Description": "Deprecated the `atApprovedLocation` [timeCardEvent](https://learn.microsoft.com/en-us/graph/api/resources/timeCardEvent?view=graph-rest-beta) resource. The **atApprovedLocation** property will stop returning data on November 27, 2027. Going forward, use the **isAtApprovedLocation** property.",
793793
"Target": "timeCardEvent"
794794
},
795795
{
796796
"Id": "153ef394-76c5-49c8-9aa3-cb1455e916df",
797797
"ApiChange": "Property",
798798
"ChangedApiName": "activitiesIncludedWhenCopyingShiftsEnabled",
799799
"ChangeType": "Deprecation",
800-
"Description": "Deprecated the **activitiesIncludedWhenCopyingShiftsEnabled** property of the [schedule](https://learn.microsoft.com/en-us/graph/api/resources/schedule?view=graph-rest-beta) resource. The **activitiesIncludedWhenCopyingShiftsEnabled** property will stop returning data on November 27, 2027. Going forward, use the **isActivitiesIncludedWhenCopyingShiftsEnabled** property.",
800+
"Description": "Deprecated the `activitiesIncludedWhenCopyingShiftsEnabled` property of the [schedule](https://learn.microsoft.com/en-us/graph/api/resources/schedule?view=graph-rest-beta) resource. The **activitiesIncludedWhenCopyingShiftsEnabled** property will stop returning data on November 27, 2027. Going forward, use the **isActivitiesIncludedWhenCopyingShiftsEnabled** property.",
801801
"Target": "schedule"
802802
}
803803
],

0 commit comments

Comments
 (0)