File tree Expand file tree Collapse file tree 3 files changed +17
-17
lines changed
specification/communication/data-plane/Chat/preview/2023-07-01-preview Expand file tree Collapse file tree 3 files changed +17
-17
lines changed Original file line number Diff line number Diff line change 1617
1617
}
1618
1618
},
1619
1619
"retentionPolicy" : {
1620
- "$ref" : " #/definitions/RetentionPolicy "
1620
+ "$ref" : " #/definitions/ChatRetentionPolicy "
1621
1621
}
1622
1622
}
1623
1623
},
1657
1657
"example" : " 2020-10-30T10:50:50Z"
1658
1658
},
1659
1659
"retentionPolicy" : {
1660
- "$ref" : " #/definitions/RetentionPolicy "
1660
+ "$ref" : " #/definitions/ChatRetentionPolicy "
1661
1661
}
1662
1662
}
1663
1663
},
1710
1710
"example" : " 2020-10-30T10:50:50Z"
1711
1711
},
1712
1712
"retentionPolicy" : {
1713
- "$ref" : " #/definitions/RetentionPolicy "
1713
+ "$ref" : " #/definitions/ChatRetentionPolicy "
1714
1714
}
1715
1715
}
1716
1716
},
1757
1757
}
1758
1758
}
1759
1759
},
1760
- "RetentionPolicy " : {
1760
+ "ChatRetentionPolicy " : {
1761
1761
"description" : " Data retention policy for auto deletion. It's not updatable after creation." ,
1762
1762
"type" : " object" ,
1763
- "discriminator" : " policyType " ,
1763
+ "discriminator" : " kind " ,
1764
1764
"properties" : {
1765
- "policyType " : {
1765
+ "kind " : {
1766
1766
"description" : " Retention Policy Type" ,
1767
1767
"enum" : [
1768
1768
" threadCreationDate"
1769
1769
],
1770
1770
"type" : " string" ,
1771
1771
"x-ms-enum" : {
1772
- "name" : " policyType " ,
1772
+ "name" : " RetentionPolicyKind " ,
1773
1773
"modelAsString" : true ,
1774
1774
"values" : [
1775
1775
{
1781
1781
}
1782
1782
},
1783
1783
"required" : [
1784
- " policyType "
1784
+ " kind "
1785
1785
]
1786
1786
},
1787
1787
"ThreadCreationDateRetentionPolicy" : {
1790
1790
"x-ms-discriminator-value" : " threadCreationDate" ,
1791
1791
"allOf" : [
1792
1792
{
1793
- "$ref" : " #/definitions/RetentionPolicy "
1793
+ "$ref" : " #/definitions/ChatRetentionPolicy "
1794
1794
}
1795
1795
],
1796
1796
"properties" : {
1797
- "daysAfterCreation " : {
1797
+ "deleteThreadAfterDays " : {
1798
1798
"type" : " integer" ,
1799
1799
"format" : " int32" ,
1800
1800
"description" : " Indicates how many days after the thread creation the thread will be deleted. Only 90 is accepted for now."
1801
1801
}
1802
1802
},
1803
1803
"required" : [
1804
- " daysAfterCreation "
1804
+ " deleteThreadAfterDays "
1805
1805
]
1806
1806
}
1807
1807
},
Original file line number Diff line number Diff line change 43
43
}
44
44
],
45
45
"retentionPolicy" : {
46
- "policyType " : " threadCreationDate" ,
47
- "daysAfterCreation " : 90
46
+ "kind " : " threadCreationDate" ,
47
+ "deleteThreadAfterDays " : 90
48
48
}
49
49
}
50
50
},
65
65
}
66
66
},
67
67
"retentionPolicy" : {
68
- "policyType " : " threadCreationDate" ,
69
- "daysAfterCreation " : 90
68
+ "kind " : " threadCreationDate" ,
69
+ "deleteThreadAfterDays " : 90
70
70
}
71
71
},
72
72
"invalidParticipants" : [
Original file line number Diff line number Diff line change 11
11
"topic" : " Lunch" ,
12
12
"createdOn" : " 2020-06-06T05:55:41.6460000Z" ,
13
13
"retentionPolicy" : {
14
- "policyType " : " threadCreationDate" ,
15
- "daysAfterCreation " : 90
14
+ "kind " : " threadCreationDate" ,
15
+ "deleteThreadAfterDays " : 90
16
16
},
17
17
"createdByCommunicationIdentifier" : {
18
18
"rawId" : " 8:acs:8540c0de-899f-5cce-acb5-3ec493af3800_0e59221d-0c1d-46ae-9544-c963ce56c10b" ,
You can’t perform that action at this time.
0 commit comments