Optum / dce-cli

Disposable Cloud Environment CLI
Apache License 2.0
37 stars 19 forks source link

removed leases create log statement #79

Closed joshmarsh closed 4 years ago

joshmarsh commented 4 years ago

Proposed changes

Removes the "Lease created." output when creating a lease, so that only JSON is printed.

~Lease created.~ { "accountId": "xxxx07951447", "budgetAmount": 100, "budgetCurrency": "USD", "budgetNotificationEmails": [ "jane.doe@email.com" ], "createdOn": 1583509573, "expiresOn": 1584114371, "id": "xxxxa77c-ac73-4f71-9a04-092b4ceeb40a", "lastModifiedOn": 1583509573, "leaseStatus": "Active", "leaseStatusModifiedOn": 1583509573, "leaseStatusReason": "Active", "principalId": "josh1" }

Types of changes

Checklist

Relevant Links

Further comments