Hi all,
is it just me or has microsoft changed something?
A few days ago I was able to move public IPs (standard SKU, static) between different resource groups of my subscription just fine (no different regions etc.).
All of a sudden, I get an error when validating:
{"code":"ResourceMoveProviderValidationFailed","message":"Resource move validation failed. Please see details. Diagnostic information: timestamp '20190531T085229Z', subscription id '0000000000', tracking id 'a77fdae2-6a28-424f-997f-a1c166068155',
request correlation id 'dd6ff79c-0e34-4de2-b9ac-028721c99744'.","details":[{"target":"Microsoft.Network/publicIPAddresses","message":"{\"error\":{\"code\":\"CannotMoveResource\",\"message\":\"Cannot
move one or more resources in the request. Please check details for information about each resource.\",\"details\":[{\"code\":\"MoveNotSupported\",\"message\":\"Move for resource type publicIPAddresses is not
supported. Move request contains resource /subscriptions/....../publicIPAddresses/name-ip of that type.\"}]}}"}]}
I tend to see this as an issue in the Portal/Powershell, as I know that I could move exactly the same IP before (I moved it "aside" and now tried to move it back).
Anyone else can confirm this?