Skip to content

v11.0.0

Compare
Choose a tag to compare
@jhendrixMSFT jhendrixMSFT released this 29 Sep 02:24
87f168d

Breaking Changes

  • To handle differences between ADFS and AAD the following fields have had their types changed from string to json.Number
    • ExpiresIn
    • ExpiresOn
    • NotBefore

New Features

  • Added auth.NewAuthorizerFromFileWithResource to create an authorizer from the config file with the specified resource.
  • Setting a client's PollingDuration to zero will use the provided context to control a LRO's polling duration.