You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have some existing services whose put operations have different body from its corresponding resource model. For example, this operation is operating on resource StorageAccount, however, its body is StorageAccountCreateParameters. This is another example from KeyVault. How should we customize the body?
The text was updated successfully, but these errors were encountered:
We have some existing services whose
put
operations have different body from its corresponding resource model. For example, this operation is operating on resourceStorageAccount
, however, its body isStorageAccountCreateParameters
. This is another example from KeyVault. How should we customize the body?The text was updated successfully, but these errors were encountered: