@f5devcentral/f5-cloud-libs-aws
Advanced tools
Comparing version 2.6.0 to 2.7.0
{ | ||
"name": "@f5devcentral/f5-cloud-libs-aws", | ||
"version": "2.6.0", | ||
"version": "2.7.0", | ||
"description": "AWS implementation of f5-cloud-libs cloud provider code", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -653,3 +653,3 @@ /** | ||
instance1 = { | ||
isMaster: false, | ||
isMaster: true, | ||
hostname: 'hostname1', | ||
@@ -894,3 +894,3 @@ mgmtIp: '1.2.3.4', | ||
instance1 = { | ||
isMaster: false, | ||
isMaster: true, | ||
hostname: 'hostname1', | ||
@@ -926,3 +926,3 @@ mgmtIp: '111.112.113.114', | ||
test.expect(2); | ||
provider.getInstances({ externalTag }) | ||
provider.getInstances({ externalTag, instanceId: 'id1' }) | ||
.then((returnedInstances) => { | ||
@@ -948,3 +948,3 @@ test.strictEqual(returnedInstances['111'].external, true); | ||
test.expect(3); | ||
provider.getInstances() | ||
provider.getInstances({ instanceId: 'id1' }) | ||
.then(() => { | ||
@@ -951,0 +951,0 @@ test.strictEqual(deletedInstances.length, 2); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
195516
21
4153