profiles Package

Modules

multiapiclient

Classes

DefaultProfile

Store a default profile.

ProfileDefinition

Allow to define a custom Profile definition.

Note:

The dict format taken as input is yet to be confirmed and should not be considered as stable in the current implementation.

Enums

KnownProfiles

This defines known Azure Profiles.

There is two meta-profiles:

  • latest : will always use latest available api-version on each package

  • default : mutable, will define profile automatically for all packages

If you change default, this changes all created packages on the fly to this profile. This can be used to switch a complete set of API Version without re-creating all clients.