Skip to content

Commit d0468ae

Browse files
committed
Removing changes from this PR (suggested by ARM). Will send a different PR to rename properties.
1 parent b35a214 commit d0468ae

File tree

1 file changed

+17
-12
lines changed
  • specification/azuredata/resource-manager/Microsoft.AzureData/preview/2019-07-24-preview

1 file changed

+17
-12
lines changed

specification/azuredata/resource-manager/Microsoft.AzureData/preview/2019-07-24-preview/azuredata.json

Lines changed: 17 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2290,11 +2290,10 @@
22902290
}
22912291
},
22922292
"DataControllerProperties": {
2293-
"description": "The data controller properties.",
22942293
"type": "object",
22952294
"properties": {
2296-
"onPremiseProperty": {
2297-
"$ref": "#/definitions/OnPremiseProperty"
2295+
"dataController": {
2296+
"$ref": "#/definitions/DataController"
22982297
},
22992298
"requestType": {
23002299
"$ref": "#/definitions/RequestType"
@@ -2313,22 +2312,28 @@
23132312
}
23142313
}
23152314
},
2316-
"OnPremiseProperty": {
2317-
"description": "Properties from the on premise data controller",
2315+
"DataController": {
23182316
"type": "object",
23192317
"properties": {
23202318
"id": {
23212319
"type": "string",
2322-
"format": "uuid",
2323-
"description": "A globally unique ID identifying the associated on premise cluster"
2320+
"format": "uuid"
23242321
},
2325-
"publicSigningKey": {
2326-
"type": "string",
2327-
"description": "Certificate that contains the on premise cluster public key used to verify signing"
2322+
"name": {
2323+
"type": "string"
23282324
},
2329-
"signingCertificateThumbprint": {
2325+
"azureResourceType": {
2326+
"type": "string"
2327+
},
2328+
"subscription": {
23302329
"type": "string",
2331-
"description": "Unique thumbprint returned to customer to verify the certificate being uploaded"
2330+
"format": "uuid"
2331+
},
2332+
"resourceGroup": {
2333+
"type": "string"
2334+
},
2335+
"location": {
2336+
"type": "string"
23322337
}
23332338
}
23342339
},

0 commit comments

Comments
 (0)