Azure / azure-rest-api-specs

The source for REST API specifications for Microsoft Azure.
MIT License
2.61k stars 5.02k forks source link

Data Lake Store Accounts does not support Identity Type None #16962

Open tombuildsstuff opened 2 years ago

tombuildsstuff commented 2 years ago

👋

API Version: 2016-11-01 Endpoint: /subscriptions/{id}/resourceGroups/{group}/providers/Microsoft.DataLakeStore/accounts/{account}

This API supports the common Identity block/schema but in a different manner to other Azure Services/API's - where this API only the Type of 'SystemAssigned' to be specified.

Other Azure Services allow specifying a Type of None which'll ensure no identity is set - however this API requires passing null for the identity block instead.

Can this API be updated to match the behaviour of other API's, where None is an acceptable value?

Thanks

ghost commented 2 years ago

Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @sumantmehtams.

Issue Details
👋 API Version: `2016-11-01` Endpoint: `/subscriptions/{id}/resourceGroups/{group}/providers/Microsoft.DataLakeStore/accounts/{account}` This API supports the common Identity block/schema but in a different manner to other Azure Services/API's - where this API only the Type of 'SystemAssigned' to be specified. Other Azure Services allow specifying a `Type` of `None` which'll ensure no identity is set - however this API requires passing `null` for the `identity` block instead. Can this API be updated to match the behaviour of other API's, where `None` is an acceptable value? Thanks
Author: tombuildsstuff
Assignees: -
Labels: `question`, `Data Lake Store`, `Service Attention`, `customer-reported`, `needs-triage`
Milestone: -
tombuildsstuff commented 2 years ago

ping @sumantmehtams