Cleanup IAM user create format. Closes #898.

This commit is contained in:
Steve Pulec 2017-04-13 21:39:00 -04:00
commit 34c711189f
3 changed files with 12 additions and 6 deletions

View file

@ -823,7 +823,7 @@ LIST_USERS_TEMPLATE = """<{{ action }}UsersResponse>
<UserId>{{ user.id }}</UserId>
<Path>{{ user.path }}</Path>
<UserName>{{ user.name }}</UserName>
<CreateDate>{{ user.created }}</CreateDate>
<CreateDate>{{ user.created_iso_8601 }}</CreateDate>
<Arn>{{ user.arn }}</Arn>
</member>
{% endfor %}