@@ -62,12 +62,12 @@ class AzureCloudProvider(BaseCloudProvider):
@property
def network(self):
- return self._security
+ raise NotImplementedError(
+ "AzureCloudProvider does not implement this service")
def security(self):
- raise NotImplementedError(
- "AzureCloudProvider does not implement this service")
+ return self._security
def block_store(self):