Commit bbf343e 1 parent dc4f129 commit bbf343e Copy full SHA for bbf343e
File tree 1 file changed +4
-4
lines changed
azure-py-cosmosdb-logicapp
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 78
78
),
79
79
parameter_values = {
80
80
"databaseAccount" : cosmosdb_account .name ,
81
- "access_key " : account_keys .primary_master_key ,
81
+ "accessKey " : account_keys .primary_master_key ,
82
82
},
83
83
))
84
84
88
88
resource_group_name = resource_group .name ,
89
89
definition = {
90
90
"$schema" : "https://schema.management.azure.com/providers/Microsoft.Logic/schemas/2016-06-01/workflowdefinition.json#" ,
91
- "content_version " : "1.0.0.0" ,
91
+ "contentVersion " : "1.0.0.0" ,
92
92
"parameters" : {
93
93
"$connections" : {
94
- "default_value " : {},
94
+ "defaultValue " : {},
95
95
"type" : "Object" ,
96
96
},
97
97
},
132
132
"$connections" : logic .WorkflowParameterArgs (
133
133
value = {
134
134
"documentdb" : {
135
- "connection_id " : connection .id ,
135
+ "connectionId " : connection .id ,
136
136
"connection_name" : "logicapp-cosmosdb-connection" ,
137
137
"id" : api_id ,
138
138
},
You can’t perform that action at this time.
0 commit comments