Skip to content

Commit e21897a

Browse files
authored
Update ResumeAzureAS MSI.json
1 parent 0210ebb commit e21897a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

ADFv2/ResumeAzureAS MSI.json

+1-3
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"value": "@concat('https://management.azure.com/subscriptions/',pipeline().parameters.SubscriptionID,'/resourceGroups/',pipeline().parameters.ResourceGroup,'/providers/Microsoft.AnalysisServices/servers/',pipeline().parameters.Server,'/resume?api-version=2016-05-16')",
3737
"type": "Expression"
3838
},
39-
"method": "GET",
39+
"method": "POST",
4040
"linkedServices": [],
4141
"datasets": [],
4242
"authentication": {
@@ -106,8 +106,6 @@
106106
"type": "Expression"
107107
},
108108
"method": "GET",
109-
"linkedServices": [],
110-
"datasets": [],
111109
"authentication": {
112110
"type": "MSI",
113111
"resource": "https://management.azure.com"

0 commit comments

Comments
 (0)