Skip to content

Commit 49810b9

Browse files
sasank-chagantyFredericHeem
authored andcommitted
Active Directory connector automatic mode properties (Azure#18588)
* Active Directory connector automatic mode properties * fixed capitalization * adding new property to examples
1 parent d557782 commit 49810b9

File tree

4 files changed

+27
-0
lines changed

4 files changed

+27
-0
lines changed

specification/azurearcdata/resource-manager/Microsoft.AzureArcData/preview/2022-03-01-preview/activeDirectoryConnectors.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,10 @@
4949
"type": "object",
5050
"description": "The properties of an Active Directory connector resource",
5151
"properties": {
52+
"domainServiceAccountLoginInformation": {
53+
"$ref": "./common.json#/definitions/BasicLoginInformation",
54+
"description": "Username and password for domain service account authentication."
55+
},
5256
"provisioningState": {
5357
"type": "string",
5458
"description": "The provisioning state of the Active Directory connector resource.",
@@ -101,6 +105,23 @@
101105
"type": "string",
102106
"description": "NETBIOS name of the Active Directory domain."
103107
},
108+
"serviceAccountProvisioning": {
109+
"type": "string",
110+
"enum": [
111+
"automatic",
112+
"manual"
113+
],
114+
"x-ms-enum": {
115+
"name": "accountProvisioningMode",
116+
"modelAsString": true
117+
},
118+
"default": "manual",
119+
"description": "The service account provisioning mode for this Active Directory connector."
120+
},
121+
"ouDistinguishedName": {
122+
"type": "string",
123+
"description": "The distinguished name of the Active Directory Organizational Unit."
124+
},
104125
"domainControllers": {
105126
"$ref": "#/definitions/ActiveDirectoryDomainControllers",
106127
"description": "null",

specification/azurearcdata/resource-manager/Microsoft.AzureArcData/preview/2022-03-01-preview/examples/CreateOrUpdateActiveDirectoryConnector.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"spec": {
1111
"activeDirectory": {
1212
"realm": "CONTOSO.LOCAL",
13+
"serviceAccountProvisioning": "manual",
1314
"domainControllers": {
1415
"primaryDomainController": {
1516
"hostname": "dc1.contoso.local"
@@ -43,6 +44,7 @@
4344
"spec": {
4445
"activeDirectory": {
4546
"realm": "CONTOSO.LOCAL",
47+
"serviceAccountProvisioning": "manual",
4648
"domainControllers": {
4749
"primaryDomainController": {
4850
"hostname": "dc1.contoso.local"
@@ -88,6 +90,7 @@
8890
"spec": {
8991
"activeDirectory": {
9092
"realm": "CONTOSO.LOCAL",
93+
"serviceAccountProvisioning": "manual",
9194
"domainControllers": {
9295
"primaryDomainController": {
9396
"hostname": "dc1.contoso.local"

specification/azurearcdata/resource-manager/Microsoft.AzureArcData/preview/2022-03-01-preview/examples/GetActiveDirectoryConnector.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"spec": {
1414
"activeDirectory": {
1515
"realm": "CONTOSO.LOCAL",
16+
"serviceAccountProvisioning": "manual",
1617
"domainControllers": {
1718
"primaryDomainController": {
1819
"hostname": "dc1.contoso.local"

specification/azurearcdata/resource-manager/Microsoft.AzureArcData/preview/2022-03-01-preview/examples/ListByDataControllerActiveDirectoryConnector.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"spec": {
1515
"activeDirectory": {
1616
"realm": "CONTOSO.LOCAL",
17+
"serviceAccountProvisioning": "manual",
1718
"domainControllers": {
1819
"primaryDomainController": {
1920
"hostname": "dc1.contoso.local"
@@ -57,6 +58,7 @@
5758
"spec": {
5859
"activeDirectory": {
5960
"realm": "CONTOSO.LOCAL",
61+
"serviceAccountProvisioning": "manual",
6062
"domainControllers": {
6163
"primaryDomainController": {
6264
"hostname": "dc4.contoso.local"

0 commit comments

Comments
 (0)