forked from Azure/azure-rest-api-specs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
AAD Domain Services: add 09-01-2022 API version (Azure#20768)
* Add new API folder * Add new API 2022-09-01 * Fixed casing and naming issues * Fixing Swagger Violations * Fix date-time invalid format * Fix DateTime attempt 2 * Fix DateTime attempt 3 * Fix Prettier Check * Fixing Swagger Violations for LRO
- Loading branch information
1 parent
095aa75
commit 52849f8
Showing
16 changed files
with
2,784 additions
and
1 deletion.
There are no files selected for viewing
1,170 changes: 1,170 additions & 0 deletions
1,170
...ation/domainservices/resource-manager/Microsoft.AAD/stable/2022-09-01/domainservices.json
Large diffs are not rendered by default.
Oops, something went wrong.
181 changes: 181 additions & 0 deletions
181
...rvices/resource-manager/Microsoft.AAD/stable/2022-09-01/examples/CreateDomainService.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,181 @@ | ||
{ | ||
"parameters": { | ||
"api-version": "2022-09-01", | ||
"subscriptionId": "1639790a-76a2-4ac4-98d9-8562f5dfcb4d", | ||
"resourceGroupName": "TestResourceGroup", | ||
"domainServiceName": "TestDomainService.com", | ||
"domainService": { | ||
"properties": { | ||
"domainName": "TestDomainService.com", | ||
"replicaSets": [ | ||
{ | ||
"location": "West US", | ||
"subnetId": "/subscriptions/1639790a-76a2-4ac4-98d9-8562f5dfcb4d/resourceGroups/TestNetworkResourceGroup/providers/Microsoft.Network/virtualNetworks/TestVnetWUS/subnets/TestSubnetWUS" | ||
} | ||
], | ||
"ldapsSettings": { | ||
"ldaps": "Enabled", | ||
"pfxCertificate": "MIIDPDCCAiSgAwIBAgIQQUI9P6tq2p9OFIJa7DLNvTANBgkqhkiG9w0BAQsFADAgMR4w...", | ||
"pfxCertificatePassword": "<pfxCertificatePassword>", | ||
"externalAccess": "Enabled" | ||
}, | ||
"domainSecuritySettings": { | ||
"ntlmV1": "Enabled", | ||
"tlsV1": "Disabled", | ||
"syncNtlmPasswords": "Enabled" | ||
}, | ||
"filteredSync": "Enabled", | ||
"notificationSettings": { | ||
"notifyGlobalAdmins": "Enabled", | ||
"notifyDcAdmins": "Enabled", | ||
"additionalRecipients": [ | ||
"[email protected]", | ||
"[email protected]" | ||
] | ||
} | ||
} | ||
} | ||
}, | ||
"responses": { | ||
"200": { | ||
"description": "HTTP 200 (OK) if the operation was successful.", | ||
"body": { | ||
"id": "/subscriptions/1639790a-76a2-4ac4-98d9-8562f5dfcb4d/resourceGroups/TestResourceGroup/providers/Microsoft.AAD/DomainServices/TestDomainService.com", | ||
"name": "TestDomainService.com", | ||
"type": "Microsoft.AAD/DomainServices", | ||
"properties": { | ||
"version": 2, | ||
"tenantId": "3f8cd22c-7b32-48aa-a01c-f533133b1def", | ||
"domainName": "TestDomainService.com", | ||
"deploymentId": "4a619871-0150-41c4-aeb4-0b10deb7940a", | ||
"syncOwner": "4a619871-0150-41c4-aeb4-0b10deb7940a", | ||
"replicaSets": [ | ||
{ | ||
"replicaSetId": "4a619871-0150-41c4-aeb4-0b10deb7940a", | ||
"location": "West US", | ||
"vnetSiteId": "99083198-a39c-469f-972d-59017e7f078c", | ||
"subnetId": "/subscriptions/1639790a-76a2-4ac4-98d9-8562f5dfcb4d/resourceGroups/TestNetworkResourceGroup/providers/Microsoft.Network/virtualNetworks/TestVnetWUS/subnets/TestSubnetWUS", | ||
"domainControllerIpAddress": [ | ||
"10.0.0.1", | ||
"10.0.0.2" | ||
], | ||
"externalAccessIpAddress": "13.64.148.151", | ||
"serviceStatus": "Running" | ||
} | ||
], | ||
"ldapsSettings": { | ||
"ldaps": "Enabled", | ||
"publicCertificate": "MIIDPDCCAiSgAwIBAgIQQUI9P6tq2p9OFIJa7DLNvTANBgkqhkiG9w0BAQsFADAgMR4w...", | ||
"certificateThumbprint": "9154A390F0C387D679E0DD040701745CDFED67F3", | ||
"certificateNotAfter": "2018-02-15T21:43:21Z", | ||
"externalAccess": "Enabled" | ||
}, | ||
"domainSecuritySettings": { | ||
"ntlmV1": "Enabled", | ||
"tlsV1": "Disabled", | ||
"syncNtlmPasswords": "Enabled" | ||
}, | ||
"filteredSync": "Enabled", | ||
"notificationSettings": { | ||
"notifyGlobalAdmins": "Enabled", | ||
"notifyDcAdmins": "Enabled", | ||
"additionalRecipients": [ | ||
"[email protected]", | ||
"[email protected]" | ||
] | ||
}, | ||
"provisioningState": "Succeeded" | ||
} | ||
} | ||
}, | ||
"201": { | ||
"description": "HTTP 201 (Created) if the operation completed successfully.", | ||
"body": { | ||
"id": "/subscriptions/1639790a-76a2-4ac4-98d9-8562f5dfcb4d/resourceGroups/TestResourceGroup/providers/Microsoft.AAD/DomainServices/TestDomainService.com", | ||
"name": "TestDomainService.com", | ||
"type": "Microsoft.AAD/DomainServices", | ||
"properties": { | ||
"version": 2, | ||
"tenantId": "3f8cd22c-7b32-48aa-a01c-f533133b1def", | ||
"domainName": "TestDomainService.com", | ||
"deploymentId": "4a619871-0150-41c4-aeb4-0b10deb7940a", | ||
"syncOwner": "4a619871-0150-41c4-aeb4-0b10deb7940a", | ||
"replicaSets": [ | ||
{ | ||
"replicaSetId": "4a619871-0150-41c4-aeb4-0b10deb7940a", | ||
"location": "West US", | ||
"vnetSiteId": "99083198-a39c-469f-972d-59017e7f078c", | ||
"subnetId": "/subscriptions/1639790a-76a2-4ac4-98d9-8562f5dfcb4d/resourceGroups/TestNetworkResourceGroup/providers/Microsoft.Network/virtualNetworks/TestVnetWUS/subnets/TestSubnetWUS", | ||
"domainControllerIpAddress": [ | ||
"10.0.0.1", | ||
"10.0.0.2" | ||
], | ||
"externalAccessIpAddress": "13.64.148.151", | ||
"serviceStatus": "Running" | ||
} | ||
], | ||
"ldapsSettings": { | ||
"ldaps": "Enabled", | ||
"publicCertificate": "MIIDPDCCAiSgAwIBAgIQQUI9P6tq2p9OFIJa7DLNvTANBgkqhkiG9w0BAQsFADAgMR4w...", | ||
"certificateThumbprint": "9154A390F0C387D679E0DD040701745CDFED67F3", | ||
"certificateNotAfter": "2018-02-15T21:43:21Z", | ||
"externalAccess": "Enabled" | ||
}, | ||
"domainSecuritySettings": { | ||
"ntlmV1": "Enabled", | ||
"tlsV1": "Disabled", | ||
"syncNtlmPasswords": "Enabled" | ||
}, | ||
"filteredSync": "Enabled", | ||
"notificationSettings": { | ||
"notifyGlobalAdmins": "Enabled", | ||
"notifyDcAdmins": "Enabled", | ||
"additionalRecipients": [ | ||
"[email protected]", | ||
"[email protected]" | ||
] | ||
}, | ||
"provisioningState": "Succeeded" | ||
} | ||
} | ||
}, | ||
"202": { | ||
"description": "HTTP 202 (Accepted) if the operation was successfully started and will complete asynchronously.", | ||
"body": { | ||
"id": "/subscriptions/1639790a-76a2-4ac4-98d9-8562f5dfcb4d/resourceGroups/TestResourceGroup/providers/Microsoft.AAD/DomainServices/TestDomainService.com", | ||
"name": "TestDomainService.com", | ||
"type": "Microsoft.AAD/DomainServices", | ||
"properties": { | ||
"version": 2, | ||
"tenantId": "3f8cd22c-7b32-48aa-a01c-f533133b1def", | ||
"domainName": "TestDomainService.com", | ||
"replicaSets": [ | ||
{ | ||
"location": "West US", | ||
"subnetId": "/subscriptions/1639790a-76a2-4ac4-98d9-8562f5dfcb4d/resourceGroups/TestNetworkResourceGroup/providers/Microsoft.Network/virtualNetworks/TestVnetWUS/subnets/TestSubnetWUS" | ||
} | ||
], | ||
"ldapsSettings": { | ||
"ldaps": "Enabled", | ||
"externalAccess": "Enabled" | ||
}, | ||
"domainSecuritySettings": { | ||
"ntlmV1": "Enabled", | ||
"tlsV1": "Disabled", | ||
"syncNtlmPasswords": "Enabled" | ||
}, | ||
"filteredSync": "Enabled", | ||
"notificationSettings": { | ||
"notifyGlobalAdmins": "Enabled", | ||
"notifyDcAdmins": "Enabled", | ||
"additionalRecipients": [ | ||
"[email protected]", | ||
"[email protected]" | ||
] | ||
}, | ||
"provisioningState": "Accepted" | ||
} | ||
} | ||
} | ||
} | ||
} |
94 changes: 94 additions & 0 deletions
94
...services/resource-manager/Microsoft.AAD/stable/2022-09-01/examples/CreateOuContainer.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,94 @@ | ||
{ | ||
"parameters": { | ||
"api-version": "2022-09-01", | ||
"subscriptionId": "1639790a-76a2-4ac4-98d9-8562f5dfcb4d", | ||
"resourceGroupName": "OuContainerResourceGroup", | ||
"domainServiceName": "OuContainer.com", | ||
"ouContainerName": "OuContainer1", | ||
"containerAccount": { | ||
"accountName": "AccountName1", | ||
"spn": "Spn1", | ||
"password": "<password>" | ||
} | ||
}, | ||
"responses": { | ||
"200": { | ||
"description": "HTTP 200 (OK) if the operation was successful.", | ||
"body": { | ||
"id": "/subscriptions/1639790a-76a2-4ac4-98d9-8562f5dfcb4d/resourceGroups/ouContainerResourceGroup/providers/Microsoft.AAD/domainServices/ouContainer.com/ouContainer/ouContainer1", | ||
"name": "OuContainer.com/OuContainer1", | ||
"type": "Microsoft.AAD/DomainServices/OuContainer", | ||
"properties": { | ||
"tenantId": "3f8cd22c-7b32-48aa-a01c-f533133b1def", | ||
"domainName": "OuContainer.com", | ||
"deploymentId": "0FC50BDB-AC45-48E4-BC92-F0651EA0687B", | ||
"containerId": "OuContainer1", | ||
"accounts": [ | ||
{ | ||
"accountName": "AccountName1", | ||
"spn": "Spn1" | ||
}, | ||
{ | ||
"accountName": "AccountName2", | ||
"spn": "Spn2" | ||
} | ||
], | ||
"serviceStatus": "Running", | ||
"provisioningState": "Succeeded" | ||
} | ||
} | ||
}, | ||
"201": { | ||
"description": "HTTP 201 (Created) if the operation was successful.", | ||
"body": { | ||
"id": "/subscriptions/1639790a-76a2-4ac4-98d9-8562f5dfcb4d/resourceGroups/ouContainerResourceGroup/providers/Microsoft.AAD/domainServices/ouContainer.com/ouContainer/ouContainer1", | ||
"name": "OuContainer.com/OuContainer1", | ||
"type": "Microsoft.AAD/DomainServices/OuContainer", | ||
"properties": { | ||
"tenantId": "3f8cd22c-7b32-48aa-a01c-f533133b1def", | ||
"domainName": "OuContainer.com", | ||
"deploymentId": "0FC50BDB-AC45-48E4-BC92-F0651EA0687B", | ||
"containerId": "OuContainer1", | ||
"accounts": [ | ||
{ | ||
"accountName": "AccountName1", | ||
"spn": "Spn1" | ||
}, | ||
{ | ||
"accountName": "AccountName2", | ||
"spn": "Spn2" | ||
} | ||
], | ||
"serviceStatus": "Running", | ||
"provisioningState": "Succeeded" | ||
} | ||
} | ||
}, | ||
"202": { | ||
"description": "HTTP 202 (Accepted) if the operation was successfully started and will complete asynchronously.", | ||
"body": { | ||
"id": "/subscriptions/1639790a-76a2-4ac4-98d9-8562f5dfcb4d/resourceGroups/ouContainerResourceGroup/providers/Microsoft.AAD/domainServices/ouContainer.com/ouContainer/ouContainer1", | ||
"name": "OuContainer.com/OuContainer1", | ||
"type": "Microsoft.AAD/DomainServices/OuContainer", | ||
"properties": { | ||
"tenantId": "3f8cd22c-7b32-48aa-a01c-f533133b1def", | ||
"domainName": "OuContainer.com", | ||
"deploymentId": "0FC50BDB-AC45-48E4-BC92-F0651EA0687B", | ||
"containerId": "OuContainer1", | ||
"accounts": [ | ||
{ | ||
"accountName": "AccountName1", | ||
"spn": "Spn1" | ||
}, | ||
{ | ||
"accountName": "AccountName2", | ||
"spn": "Spn2" | ||
} | ||
], | ||
"serviceStatus": "Running", | ||
"provisioningState": "Succeeded" | ||
} | ||
} | ||
} | ||
} | ||
} |
22 changes: 22 additions & 0 deletions
22
...rvices/resource-manager/Microsoft.AAD/stable/2022-09-01/examples/DeleteDomainService.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
{ | ||
"parameters": { | ||
"api-version": "2022-09-01", | ||
"subscriptionId": "1639790a-76a2-4ac4-98d9-8562f5dfcb4d", | ||
"resourceGroupName": "TestResourceGroup", | ||
"domainServiceName": "TestDomainService.com" | ||
}, | ||
"responses": { | ||
"202": { | ||
"headers": { | ||
"Location": "https://management.azure.com/subscriptions/1639790a-76a2-4ac4-98d9-8562f5dfcb4d/resourceGroups/TestResourceGroup/providers/Microsoft.AAD/domainServices/TestDomainService.com?api-version=2022-09-01" | ||
}, | ||
"description": "HTTP 202 (Accepted) if the operation was successfully started and will complete asynchronously." | ||
}, | ||
"204": { | ||
"headers": { | ||
"Location": "https://management.azure.com/subscriptions/1639790a-76a2-4ac4-98d9-8562f5dfcb4d/resourceGroups/TestResourceGroup/providers/Microsoft.AAD/domainServices/TestDomainService.com?api-version=2022-09-01" | ||
}, | ||
"description": "HTTP 204 (Not Content) should be used if the resource does not exist and the request is well formed." | ||
} | ||
} | ||
} |
26 changes: 26 additions & 0 deletions
26
...services/resource-manager/Microsoft.AAD/stable/2022-09-01/examples/DeleteOuContainer.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
{ | ||
"parameters": { | ||
"api-version": "2022-09-01", | ||
"subscriptionId": "1639790a-76a2-4ac4-98d9-8562f5dfcb4d", | ||
"resourceGroupName": "OuContainerResourceGroup", | ||
"domainServiceName": "OuContainer.com", | ||
"ouContainerName": "OuContainer1" | ||
}, | ||
"responses": { | ||
"200": { | ||
"description": "HTTP 200 (OK) if the operation was successful." | ||
}, | ||
"202": { | ||
"headers": { | ||
"Location": "https://management.azure.com/subscriptions/1639790a-76a2-4ac4-98d9-8562f5dfcb4d/resourceGroups/TestResourceGroup/providers/Microsoft.AAD/domainServices/TestDomainService.com?api-version=2022-09-01" | ||
}, | ||
"description": "HTTP 202 (Accepted) if the operation was successfully started and will complete asynchronously." | ||
}, | ||
"204": { | ||
"headers": { | ||
"Location": "https://management.azure.com/subscriptions/1639790a-76a2-4ac4-98d9-8562f5dfcb4d/resourceGroups/TestResourceGroup/providers/Microsoft.AAD/domainServices/TestDomainService.com?api-version=2022-09-01" | ||
}, | ||
"description": "HTTP 204 (Not Content) should be used if the resource does not exist and the request is well formed." | ||
} | ||
} | ||
} |
Oops, something went wrong.