Replace Axios calls with HttpClient (#22417)

* replace axios calls with httpClient

* add latest files

* fix url
This commit is contained in:
Christopher Suh
2023-03-23 13:47:25 -07:00
committed by GitHub
parent 57c35ca255
commit 00897fc513
7 changed files with 525 additions and 2 deletions

View File

@@ -350,6 +350,7 @@
"dependencies": {
"@azure/arm-resourcegraph": "^4.0.0",
"@azure/arm-subscriptions": "^3.0.0",
"@azure/msal-common": "^11.0.0",
"@azure/msal-node": "^1.16.0",
"@azure/storage-blob": "^12.6.0",
"axios": "^0.27.2",