File tree Expand file tree Collapse file tree 1 file changed +17
-12
lines changed
specification/azuredata/resource-manager/Microsoft.AzureData/preview/2019-07-24-preview Expand file tree Collapse file tree 1 file changed +17
-12
lines changed Original file line number Diff line number Diff line change 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"
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 },
You can’t perform that action at this time.
0 commit comments