Azure / azure-rest-api-specs

The source for REST API specifications for Microsoft Azure.
MIT License
2.51k stars 4.94k forks source link

Microsoft.AppConfiguration: 2020-07-01-preview can't delete keyValue #11952

Open XBeg9 opened 3 years ago

XBeg9 commented 3 years ago
{
  "statusCode": "MethodNotAllowed",
  "serviceRequestId": "09cbb962-d631-408a-9df0-97c83f040500",
  "statusMessage": "{\"error\":{\"code\":\"BadRequest\",\"message\":\"\"}}",
  "eventCategory": "Administrative",
  "entity": "/subscriptions/393dab78-686f-41be-b9d5-f244fb11eba7/resourceGroups/test-rg/providers/Microsoft.AppConfiguration/configurationStores/cfg/keyValues/cityu",
  "message": "Microsoft.AppConfiguration/configurationStores/keyValues/delete",
  "hierarchy": "9b62c0fc-ad42-4789-b7e9-0d9e03e1e11f"
}

Can't delete KeyValue resource using ARM template with version 2020-07-01-preview @ZhijunZhao @ jimmyca15

ghost commented 3 years ago

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

Issue Details
```json { "statusCode": "MethodNotAllowed", "serviceRequestId": "09cbb962-d631-408a-9df0-97c83f040500", "statusMessage": "{\"error\":{\"code\":\"BadRequest\",\"message\":\"\"}}", "eventCategory": "Administrative", "entity": "/subscriptions/393dab78-686f-41be-b9d5-f244fb11eba7/resourceGroups/test-rg/providers/Microsoft.AppConfiguration/configurationStores/cfg/keyValues/cityu", "message": "Microsoft.AppConfiguration/configurationStores/keyValues/delete", "hierarchy": "9b62c0fc-ad42-4789-b7e9-0d9e03e1e11f" } ``` Can't delete KeyValue resource using ARM template with version 2020-07-01-preview @ZhijunZhao @ jimmyca15
Author: XBeg9
Assignees: raych1, ruowan
Labels: `App Configuration`, `Service Attention`, `question`
Milestone: -
ZhijunZhao commented 3 years ago

@XBeg9 Yes, the work for DELETE API is in progress.

BTW, how did you trigger the delete request via ARM template? At the moment, keyValue resource doesn't support complete mode deletion.

XBeg9 commented 3 years ago

@ZhijunZhao I am using pulumi (https://www.pulumi.com/docs/reference/pkg/azure-nextgen/) looks like they've reused the logic for DELETE from other resource workflows.

Any ETA when this will be available?

Thanks

ZhijunZhao commented 3 years ago

@XBeg9 ETA is the coming January.