-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Microsoft.AAD/DomainService: Add 2020-01-01 api-version (#7901)
- Loading branch information
1 parent
80ad830
commit fde7072
Showing
9 changed files
with
1,616 additions
and
0 deletions.
There are no files selected for viewing
882 changes: 882 additions & 0 deletions
882
...ation/domainservices/resource-manager/Microsoft.AAD/stable/2020-01-01/domainservices.json
Large diffs are not rendered by default.
Oops, something went wrong.
188 changes: 188 additions & 0 deletions
188
...rvices/resource-manager/Microsoft.AAD/stable/2020-01-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,188 @@ | ||
{ | ||
"parameters": { | ||
"api-version": "2020-01-01", | ||
"subscriptionId": "1639790a-76a2-4ac4-98d9-8562f5dfcb4d", | ||
"resourceGroupName": "TestResourceGroup", | ||
"domainServiceName": "TestDomainService.com", | ||
"domainService": { | ||
"location": "West US", | ||
"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": "Password01", | ||
"externalAccess": "Enabled" | ||
}, | ||
"domainSecuritySettings": { | ||
"ntlmV1": "Enabled", | ||
"tlsV1": "Disabled", | ||
"syncNtlmPasswords": "Enabled" | ||
}, | ||
"filteredSync": "Enabled", | ||
"notificationSettings": { | ||
"notifyGlobalAdmins": "Enabled", | ||
"notifyDcAdmins": "Enabled", | ||
"additionalRecipients": [ | ||
"jicha@microsoft.com", | ||
"caalmont@microsoft.com" | ||
] | ||
} | ||
} | ||
} | ||
}, | ||
"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", | ||
"location": "West US", | ||
"etag": "W/\"datetime'2017-04-10T04%3A42%3A19.7067387Z'\"", | ||
"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": [ | ||
"jicha@microsoft.com", | ||
"caalmont@microsoft.com" | ||
] | ||
}, | ||
"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", | ||
"location": "West US", | ||
"etag": "W/\"datetime'2017-04-10T04%3A42%3A19.7067387Z'\"", | ||
"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": [ | ||
"jicha@microsoft.com", | ||
"caalmont@microsoft.com" | ||
] | ||
}, | ||
"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", | ||
"location": "West US", | ||
"etag": "W/\"datetime'2017-04-10T04%3A42%3A19.7067387Z'\"", | ||
"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": [ | ||
"jicha@microsoft.com", | ||
"caalmont@microsoft.com" | ||
] | ||
}, | ||
"provisioningState": "Accepted" | ||
} | ||
} | ||
} | ||
} | ||
} |
16 changes: 16 additions & 0 deletions
16
...rvices/resource-manager/Microsoft.AAD/stable/2020-01-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,16 @@ | ||
{ | ||
"parameters": { | ||
"api-version": "2020-01-01", | ||
"subscriptionId": "1639790a-76a2-4ac4-98d9-8562f5dfcb4d", | ||
"resourceGroupName": "TestResourceGroup", | ||
"domainServiceName": "TestDomainService.com" | ||
}, | ||
"responses": { | ||
"202": { | ||
"description": "HTTP 202 (Accepted) if the operation was successfully started and will complete asynchronously." | ||
}, | ||
"204": { | ||
"description": "HTTP 204 (Not Content) should be used if the resource does not exist and the request is well formed." | ||
} | ||
} | ||
} |
90 changes: 90 additions & 0 deletions
90
...nservices/resource-manager/Microsoft.AAD/stable/2020-01-01/examples/GetDomainService.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,90 @@ | ||
{ | ||
"parameters": { | ||
"api-version": "2020-01-01", | ||
"subscriptionId": "1639790a-76a2-4ac4-98d9-8562f5dfcb4d", | ||
"resourceGroupName": "TestResourceGroup", | ||
"domainServiceName": "TestDomainService.com" | ||
}, | ||
"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", | ||
"location": "West US", | ||
"tags": { | ||
"Owner": "jicha" | ||
}, | ||
"etag": "W/\"datetime'2017-04-10T04%3A42%3A19.7067387Z'\"", | ||
"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", | ||
"healthLastEvaluated": "2018-02-15T21:43:21Z", | ||
"healthMonitors": [ | ||
{ | ||
"id": "AADDS501", | ||
"name": "Backup", | ||
"details": "Last backed up on Tue, 18 Sep 2018 03:37:04 GMT" | ||
}, | ||
{ | ||
"id": "AADDS500", | ||
"name": "Synchronization with Azure AD", | ||
"details": "Synchronized on Tue, 18 Sep 2018 16:47:57 GMT." | ||
} | ||
], | ||
"healthAlerts": [ | ||
{ | ||
"id": "AADDS104", | ||
"name": "The managed domain is experiencing a network error", | ||
"issue": "Microsoft is unable to reach the domain controllers for this managed domain. This may happen if a network security group (NSG) configured on your virtual network blocks access to the managed domain. Another possible reason is if there is a user defined route that blocks incoming traffic from the internet.", | ||
"severity": "2", | ||
"raised": "2018-09-18T01:55:40.7834289Z", | ||
"lastDetected": "2018-09-18T17:46:39.2697888Z", | ||
"resolutionUri": "https://aka.ms/aadds-neterr" | ||
} | ||
] | ||
} | ||
], | ||
"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": [ | ||
"jicha@microsoft.com", | ||
"caalmont@microsoft.com" | ||
] | ||
}, | ||
"provisioningState": "Succeeded" | ||
} | ||
} | ||
} | ||
} | ||
} |
63 changes: 63 additions & 0 deletions
63
...mainservices/resource-manager/Microsoft.AAD/stable/2020-01-01/examples/GetOperations.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,63 @@ | ||
{ | ||
"parameters": { | ||
"api-version": "2020-01-01" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"value": [ | ||
{ | ||
"name": "Microsoft.AAD/unregister/action", | ||
"display": { | ||
"provider": "Domain Services Resource Provider", | ||
"resource": "Domain Service Type", | ||
"operation": "Unregister Domain Service", | ||
"description": "Unregisters Domain Services" | ||
}, | ||
"origin": "user,system" | ||
}, | ||
{ | ||
"name": "Microsoft.AAD/register/action", | ||
"display": { | ||
"provider": "Domain Services Resource Provider", | ||
"resource": "Domain Service Type", | ||
"operation": "Register Domain Service", | ||
"description": "Registers Domain Services" | ||
}, | ||
"origin": "user,system" | ||
}, | ||
{ | ||
"name": "Microsoft.AAD/domainServices/read", | ||
"display": { | ||
"provider": "Domain Services Resource Provider", | ||
"resource": "Domain Service Type", | ||
"operation": "Read Domain Service", | ||
"description": "Reads Domain Services" | ||
}, | ||
"origin": "user,system" | ||
}, | ||
{ | ||
"name": "Microsoft.AAD/domainServices/write", | ||
"display": { | ||
"provider": "Domain Services Resource Provider", | ||
"resource": "Domain Service Type", | ||
"operation": "Write Domain Service", | ||
"description": "Writes Domain Services" | ||
}, | ||
"origin": "user,system" | ||
}, | ||
{ | ||
"name": "Microsoft.AAD/domainServices/delete", | ||
"display": { | ||
"provider": "Domain Services Resource Provider", | ||
"resource": "Domain Service Type", | ||
"operation": "Delete Domain Service", | ||
"description": "Deletes Domain Services" | ||
}, | ||
"origin": "user,system" | ||
} | ||
] | ||
} | ||
} | ||
} | ||
} |
Oops, something went wrong.