Skip to content

Commit fd6449c

Browse files
Jingshu923MirzaSikander
authored andcommitted
[DataFactory]Update AzureDataExplorer and AzureStorage LinkedService (Azure#13291)
1 parent edfd361 commit fd6449c

File tree

1 file changed

+5
-4
lines changed
  • specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes

1 file changed

+5
-4
lines changed

specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/LinkedService.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,10 @@
177177
"type": "object",
178178
"description": "Indicates the azure cloud type of the service principle auth. Allowed values are AzurePublic, AzureChina, AzureUsGovernment, AzureGermany. Default value is the data factory regions’ cloud type. Type: string (or Expression with resultType string)."
179179
},
180+
"accountKind": {
181+
"type": "string",
182+
"description": "Specify the kind of your storage account. Allowed values are: Storage (general purpose v1), StorageV2 (general purpose v2), BlobStorage, or BlockBlobStorage. Type: string (or Expression with resultType string)."
183+
},
180184
"encryptedCredential": {
181185
"type": "string",
182186
"description": "The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string)."
@@ -5878,10 +5882,7 @@
58785882
},
58795883
"required": [
58805884
"endpoint",
5881-
"servicePrincipalId",
5882-
"servicePrincipalKey",
5883-
"database",
5884-
"tenant"
5885+
"database"
58855886
]
58865887
},
58875888
"AzureFunctionLinkedService": {

0 commit comments

Comments
 (0)