File tree 3 files changed +7
-1
lines changed
3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
+ ## 1.8.2254 - 2025-3-21
4
+ - Support Conditional Access Policy.
5
+
6
+
3
7
## 1.8.2253 - 2025-3-21
4
8
- GetDailyPlayRegionStatis
5
9
Original file line number Diff line number Diff line change @@ -1570,6 +1570,8 @@ class SetForgetPasswordConfiguration extends Rpc
1570
1570
* @method $this withLdapUdPullConfig($value)
1571
1571
* @method string getIdentityProviderId()
1572
1572
* @method $this withIdentityProviderId($value)
1573
+ * @method string getPeriodicSyncConfig()
1574
+ * @method $this withPeriodicSyncConfig($value)
1573
1575
* @method string getInstanceId()
1574
1576
* @method $this withInstanceId($value)
1575
1577
* @method string getPullProtectedRule()
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ class Release
16
16
/**
17
17
* Version of the SDK
18
18
*/
19
- const VERSION = '1.8.2253 ' ;
19
+ const VERSION = '1.8.2254 ' ;
20
20
21
21
/**
22
22
* @param Event $event
You can’t perform that action at this time.
0 commit comments