Azure / AzureRMR

R package for interacting with Azure Resource Manager
Other
19 stars 9 forks source link

Setting tags fails with some resource types #3

Closed hongooi73 closed 5 years ago

hongooi73 commented 5 years ago

That have null as the initial tags field, rather than {}, eg AKS.

hongooi73 commented 5 years ago

Workaround is to include keep_existing=FALSE on the set_tags call.