Tim Lovell-Smith

Results 377 comments of Tim Lovell-Smith

> "/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.StorageCache/caches/{cacheName}/spaceAllocation": { post actions should be a verb. E.g. 'getSpaceAllocation' or 'changeAllocation' or just 'reallocate' But also, I wonder if you could model this as a PUT or PATCH...

> }, Best practice - don't declare these yourself, just reuse common-types OperationListResult - use common types The OperationListResult type is defined correctly in commontypes types.json. It is recommended to...

> }, Best practice - don't declare error responses and operation status results yourself, just reuse common types Error responses - use common types There are definitions of error responses...

> }, Best practice - don't declare these yourself, just reuse common types's OperationStatusResult: [https://github.com/Azure/azure-rest-api-specs/blob/main/specification/common-types/resource-management/v3/types.json#L418](https://github.com/Azure/azure-rest-api-specs/blob/main/specification/common-types/resource-management/v3/types.json#L418) --- Refers to: specification/storagecache/resource-manager/Microsoft.StorageCache/preview/2023-03-01-preview/storagecache.json:2036 in 3bd573a. [](commit_id = 3bd573abcfb2dcc84bdfd24b2c8da8699538e442, deletion_comment = False)

> }, Best practice - Instead of declaring all these, inherit (allOf) common-types TrackedResource. Instead of defining your own resource class with required top level properties, 'id', 'type', 'name', and...

> "Cancelled", spell Canceled with one L, to match the RPC spec --- Refers to: specification/storagecache/resource-manager/Microsoft.StorageCache/preview/2023-03-01-preview/storagecache.json:2130 in 3bd573a. [](commit_id = 3bd573abcfb2dcc84bdfd24b2c8da8699538e442, deletion_comment = False)

> "description": "Array of IP addresses that can be used by clients mounting this Cache.", Are both IPv4 and IPv6 supported? --- Refers to: specification/storagecache/resource-manager/Microsoft.StorageCache/preview/2023-03-01-preview/storagecache.json:2118 in 3bd573a. [](commit_id = 3bd573abcfb2dcc84bdfd24b2c8da8699538e442,...

I've marked this ARMSignedOff as I assume there's no real reason it requires ARM review - nothing changing except paths right? @petrkotas

So, with dotnet-dump and .Net 6, I'm seeing this same "Write dump failed - HRESULT 0x00000000" error message, also but the context isn't Containers, or Mariner. It is just an...

Answer: just as hoyosjs said, seems that this "Write dump failed - HRESULT 0x00000000" can happen when the _user running the debuggee process_ (launched either by dotnet, or in some...