[FEATURE REQ] Please update Azure Maps Management package
See original GitHub issueLibrary or service name.
Microsoft.Azure.Management.Maps
or Azure.ResourceManager.Maps
(future)
Is your feature request related to a problem? Please describe.
Problem: Right now in order to manage Azure Maps Creator resources only the Microsoft.Azure.Management.ResourceManager
does the job. Unfortunately the check resource existence endpoint and get azure maps creator resource collide. When sending a check existence request via the mentioned above package I receive a 405 method not allowed
response. This is due to the fact that the Get for Azure Maps Creator requires a GET
method, while the package sends a HEAD
request.
For some reason, the API does not favor the 2021-04-01
API version in the query parameters.
The Microsoft.Azure.Management.Maps
package is lacking Azure Maps Creator management operations. API reference here.
I’d like to suggest regenerating the SDK package for maps management in order to include these Creator operations.
Issue Analytics
- State:
- Created 2 years ago
- Comments:7 (3 by maintainers)
Top GitHub Comments
The package hasn’t been updated and neither did the team publish a new SDK package. No resolution so far.
Microsoft.Azure.Management.Maps
SDK has not been updated for 3 years. We need to ping service team to update the SDK. Otherwise , it will take quite some time to wait forAzure.ResourceManager.Maps
.