Azure / azure-libraries-for-net

Azure libraries for .Net
MIT License
380 stars 192 forks source link

Are all operations idempotent? #1050

Open Expecho opened 4 years ago

Expecho commented 4 years ago

A simple question but I can't find the answer easily: are all the operations idempotent like ARM templates are?

yungezz commented 4 years ago

Idempotent depends on each Azure service. Not all Azure service supports idempotent.

Expecho commented 4 years ago

Idempotent depends on each Azure service. Not all Azure service supports idempotent.

Is there any way of telling which ones do support it or not other then just trying it?