File tree 4 files changed +31
-1
lines changed
4 files changed +31
-1
lines changed Original file line number Diff line number Diff line change 222
222
"schema" : {
223
223
"type" : " string"
224
224
}
225
+ },
226
+ {
227
+ "name" : " productId" ,
228
+ "in" : " query" ,
229
+ "description" : " productId" ,
230
+ "required" : false ,
231
+ "style" : " form" ,
232
+ "schema" : {
233
+ "type" : " string"
234
+ }
225
235
}
226
236
],
227
237
"responses" : {
Original file line number Diff line number Diff line change 222
222
"schema" : {
223
223
"type" : " string"
224
224
}
225
+ },
226
+ {
227
+ "name" : " productId" ,
228
+ "in" : " query" ,
229
+ "description" : " productId" ,
230
+ "required" : false ,
231
+ "style" : " form" ,
232
+ "schema" : {
233
+ "type" : " string"
234
+ }
225
235
}
226
236
],
227
237
"responses" : {
Original file line number Diff line number Diff line change 222
222
"schema" : {
223
223
"type" : " string"
224
224
}
225
+ },
226
+ {
227
+ "name" : " productId" ,
228
+ "in" : " query" ,
229
+ "description" : " productId" ,
230
+ "required" : false ,
231
+ "style" : " form" ,
232
+ "schema" : {
233
+ "type" : " string"
234
+ }
225
235
}
226
236
],
227
237
"responses" : {
Original file line number Diff line number Diff line change @@ -378,7 +378,7 @@ module "apim_external_api_ms_v2" {
378
378
},
379
379
{
380
380
operation_id = " getInstitutionsUsingGET"
381
- xml_content = templatefile (" ./api/base_ms_url_external_policy .xml.tpl" , {
381
+ xml_content = templatefile (" ./api/base_ms_url_external_product_policy .xml.tpl" , {
382
382
MS_BACKEND_URL = " https://selc-${ var . env_short } -ms-core-ca.${ var . ca_suffix_dns_private_name } /"
383
383
TENANT_ID = data.azurerm_client_config.current.tenant_id
384
384
EXTERNAL-OAUTH2-ISSUER = data.azurerm_key_vault_secret.external- oauth2- issuer.value
You can’t perform that action at this time.
0 commit comments