File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -250,7 +250,7 @@ class ContainerMapping {
250250 let apiTime = new Date ( ) . getMilliseconds ( ) ;
251251 let url = "https://dfdinfra-afdendpoint-dogfood-dqgpa4gjagh0arcw.z01.azurefd.net/github/v1/auth-push/GetScanContext?context=authOnly" ;
252252 let options = {
253- method : 'POST ' ,
253+ method : 'GET ' ,
254254 timeout : 2500 ,
255255 headers : {
256256 'Content-Type' : 'application/json' ,
Original file line number Diff line number Diff line change @@ -266,7 +266,7 @@ export class ContainerMapping implements IMicrosoftSecurityDevOps {
266266 let apiTime = new Date ( ) . getMilliseconds ( ) ;
267267 let url : string = "https://dfdinfra-afdendpoint-dogfood-dqgpa4gjagh0arcw.z01.azurefd.net/github/v1/auth-push/GetScanContext?context=authOnly" ;
268268 let options = {
269- method : 'POST ' ,
269+ method : 'GET ' ,
270270 timeout : 2500 ,
271271 headers : {
272272 'Content-Type' : 'application/json' ,
You can’t perform that action at this time.
0 commit comments