Skip to content
Merged
Prev Previous commit
Next Next commit
Update readme.md
  • Loading branch information
pahnallan committed Jul 28, 2025
commit a1cc05e97ffd2329c0cec002ab743726b136be06
8 changes: 8 additions & 0 deletions specification/fileshares/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,14 @@ directive:

- $.paths["/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.FileShares/fileShares/{resourceName}/fileShareSnapshots/{name}"].put

- suppress: ProvisioningStateSpecifiedForLROPatch

reason: "RP doesn't support 201 Created pattern for proxy resources in public preview. To be addressed in GA."

where:

- $.paths["/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.FileShares/fileShares/{resourceName}/fileShareSnapshots/{name}"].patch

- suppress: PutResponseCodes

reason: "RP doesn't support 201 Created pattern for proxy resources in public preview. To be addressed in GA."
Expand Down