Skip to content

Commit bc05258

Browse files
jihochangaviyerMSFT
authored andcommitted
DomainServices: Add default value for newly added "SyncScope" property (Azure#22476)
* Update domainservices.json * Update domainservices.json
1 parent 64c508d commit bc05258

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

specification/domainservices/resource-manager/Microsoft.AAD/stable/2022-09-01/domainservices.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -508,6 +508,7 @@
508508
"All",
509509
"CloudOnly"
510510
],
511+
"default": "All",
511512
"description": "All or CloudOnly, All users in AAD are synced to AAD DS domain or only users actively syncing in the cloud",
512513
"x-ms-enum": {
513514
"name": "SyncScope",

specification/domainservices/resource-manager/Microsoft.AAD/stable/2022-12-01/domainservices.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -513,6 +513,7 @@
513513
"All",
514514
"CloudOnly"
515515
],
516+
"default": "All",
516517
"description": "All or CloudOnly, All users in AAD are synced to AAD DS domain or only users actively syncing in the cloud",
517518
"x-ms-enum": {
518519
"name": "SyncScope",

0 commit comments

Comments
 (0)