Merge branch 'staging' into azure-config-values

This commit is contained in:
tomdds
2020-01-29 16:50:44 -05:00
121 changed files with 2970 additions and 885 deletions

View File

@@ -102,6 +102,7 @@ class MockAzureSDK(object):
self.secrets = mock_secrets()
self.requests = mock_requests()
self.cloud = mock_cloud_details()
self.identity = mock_identity()
@pytest.fixture(scope="function")