add header in azure_list_resources_set_url (#4376)
This commit is contained in:
parent
c59c0f1f61
commit
5ecf958a1b
|
@ -1227,7 +1227,8 @@ sub azure_list_policystates {
|
||||||
full_url => $url,
|
full_url => $url,
|
||||||
hostname => '',
|
hostname => '',
|
||||||
get_params => $get_params,
|
get_params => $get_params,
|
||||||
query_form_post => ''
|
query_form_post => '',
|
||||||
|
header => ['Content-Type: application/json']
|
||||||
);
|
);
|
||||||
foreach (@{$response->{value}}) {
|
foreach (@{$response->{value}}) {
|
||||||
push @$full_response, $_;
|
push @$full_response, $_;
|
||||||
|
|
Loading…
Reference in New Issue