Closed joshmarsh closed 4 years ago
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" }
README.md
CHANGELOG.md
## next
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
README.md
, inline comments, etc.)CHANGELOG.md
under a## next
release, with a short summary of my changesRelevant Links
Further comments