Accepting request 1063813 from home:glaubitz:branches:devel:languages:python:azure

- Update to version 1.21.0
  + Support getting an ssh certificate via broker (#515)
  + Support B2C's usage pattern of using client id as a scope (#505, #530)
  + MSAL's token cache helper can now be used to store tokens returned
    by App Service's Managed Identity (#519)
  + Switch to a new set of regional endpoints (#513)
  + Test matrix covers Python 3.11 (#512)

OBS-URL: https://build.opensuse.org/request/show/1063813
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:azure/python-msal?expand=0&rev=24
This commit is contained in:
2023-02-08 16:47:49 +00:00
committed by Git OBS Bridge
parent bcd749484a
commit 2855fc3aba
4 changed files with 16 additions and 5 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Wed Feb 8 12:26:12 UTC 2023 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to version 1.21.0
+ Support getting an ssh certificate via broker (#515)
+ Support B2C's usage pattern of using client id as a scope (#505, #530)
+ MSAL's token cache helper can now be used to store tokens returned
by App Service's Managed Identity (#519)
+ Switch to a new set of regional endpoints (#513)
+ Test matrix covers Python 3.11 (#512)
-------------------------------------------------------------------
Thu Oct 13 08:02:41 UTC 2022 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>