This commit is contained in:
omkarksa 2017-11-07 10:46:07 +05:30
Родитель f55da1a59b
Коммит 969f7c15d4
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -64,7 +64,7 @@ or using the "DeviceCode" flow if supported by that resource by trying:
```{r, eval = FALSE}
sc <- createAzureContext(tenantID = "{TID}", clientID = "{CID}", authType= "DeviceCode")
# Manually authenicate using DeviceCode flow
# Manually authenticate using DeviceCode flow
rgs <- azureListRG(sc)
rgs
```