We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a70a01a commit c980265Copy full SHA for c980265
documentation/migration-guides/Az.13.0.0-migration-guide.md
@@ -1771,7 +1771,7 @@ Stop-AzStorageFileCopy -ShareFileClient $fd.ShareFileClient -Context $ctx -Force
1771
1772
#### Before
1773
```powershell
1774
-Allow input -Context, but Context value actually is not used when execute the cmdlet:
+Allow input -Context and -AbsoluteUri together, but Context value actually is not used when execute the cmdlet:
1775
1776
Get-AzStorageBlobContent -AbsoluteUri $sasuri -Destination c:\tempfile -Context $ctx
1777
```
0 commit comments