Tom Harvey
Tom Harvey
@TimLovellSmith given there's a new version of the Redis API on a frequent enough basis, if it's easier to add support for this to the new API Version and then...
@csorzi no one issue is sufficient for this - digging into this this appears to be missing locks fwiw
@yungezz the [ARM Specification](https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/resource-api-reference.md#put-resource) states that these should be treated as Case Sensitive in responses (insofar as they should match user input) - so whilst the API can opt to...
Dependent on #72 and #68
@JackQuincy awesome, thanks - I'll ask the original reporter to try this in one of the UK Data Centres and confirm this solves their issue. Any idea when that will...
@magodo is that a Kudu specific URI - or a new client-side API for Static Sites?
@magodo App Service runs [Kudu](https://github.com/projectkudu/kudu/wiki/REST-API) on each instance, so they have an instance specific Data Plane API (Kudu) rather than a centralised Data Plane API (like most other ARM API's)...
I haven't checked, but I'm taking a guess that Static Site uses Kudu Lite (https://github.com/Azure-App-Service/KuduLite) rather than the old Kudu? Would be worth confirming
hey @petr-stupka Thanks for this PR and apologies for the delayed review/response here. There’s been a number of changes to the Storage resources since this PR was first opened, namely...
@dv0gt @jvalteren it's worth noting that the API Version isn't fully deployed yet: > $ az rest --method get --url "https://management.azure.com/subscriptions/XXX/providers/Microsoft.DocumentDB?api-version=2024-05-15" > Bad Request({"error":{"code":"InvalidApiVersionParameter","message":"The api-version '2024-05-15' is invalid. The supported...