Update azcopy extension tests to call `skipLocal` for any test that typically can't be run locally
- Make sure you have the recommended RBAC roles for running tests locally (see: AutomatedTestsCredentials.md)
- Update azcopy extension to the latest testing package
- Make sure your local environment creds file is up to date with key vault
- Run the tests locally to verify that they are working
- For any tests that fail, see if it is because of needing to run with actual test Azure connections/credentials that have varying permission levels
- For those tests, call
skipLocal to skip them when running locally