From 771b96e79375f94fdaf53823f12719569b9fb9d5 Mon Sep 17 00:00:00 2001 From: Laurent Mazuel Date: Thu, 21 Sep 2017 16:02:43 -0700 Subject: [PATCH] azure-graphrbac 0.32.0 ChangeLog --- azure-graphrbac/HISTORY.rst | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/azure-graphrbac/HISTORY.rst b/azure-graphrbac/HISTORY.rst index 33f887d0f79c..7025392f77ed 100644 --- a/azure-graphrbac/HISTORY.rst +++ b/azure-graphrbac/HISTORY.rst @@ -3,6 +3,20 @@ Release History =============== +0.32.0 (2017-09-21) ++++++++++++++++++++ + +**Features** + +- Add Application.oauth2_allow_implicit_flow (create, update, get) +- Add to User: immutable_id, given_name, surname, user_type, account_enabled +- Add to UserCreate: given_name, surname, user_type, mail +- Add to UserUpdate: immutable_id, given_name, surname, user_type, user_principal_name + +**Bugfixes** + +- Renamed User.signInName to an array User.signInNames + 0.31.0 (2017-08-09) +++++++++++++++++++