Skip to content

Latest commit

 

History

History
58 lines (32 loc) · 2.69 KB

CHANGELOG.md

File metadata and controls

58 lines (32 loc) · 2.69 KB

Change Log

3.0.0 - 2024-09-19

  • #1789 Change getTenants to be compatible with the new Azure Resources tenants view. This also includes a possible breaking change where an optional parameter account which when passed in getTenants will return the tenants associated with that single account. Otherwise getTenants will return the tenants for all authenticated accounts.

2.5.0 - 2024-08-06

  • Add getSessionWithScopes to get a session that has the proper scoping instead of always the default management plane

2.4.1 - 2024-05-15

  • #1729 Change AzureDevOpsSubscriptionProvider so that it accepts values as arguments

2.4.0 - 2024-05-07

  • #1723 Implementation fo AzureSub provider that leverages federated credentials

2.1.0 - 2023-12-13

  • Use management endpoint for scope by default to fix deploying app service projects with sovereign clouds

2.0.0 - 2023-11-20

  • Switches to use @azure/arm-resources-subscriptions instead of @azure/arm-subscriptions. Potentially a breaking change so I revved the major version.
  • Fixes an issue where the endpoint wasn't set for the subscription client, breaking sovereign clouds

1.4.0 - 2023-11-03

  • #1619 Make getSession synchronous to fix an issue that broke app service deployments

1.3.0 - 2023-10-23

  • #1610 Add signInToTenant command which facilitates signing in to a specific tenant.
  • #1610 Add getUnauthenticatedTenants utility.

1.2.2 - 2023-10-19

  • #1608 Fix appending .default to tenant id scope which caused sign in to fail

1.2.1 - 2023-09-26

  • #1594 Fix getScopes always injecting the management scope, even if a scope for a different resource is specified
  • #1597 Make authentication.getSession use scopes argument

1.1.3 - 2023-09-14

  • #1585 Check if tenant is signed in before listing subscriptions

1.1.2 - 2023-07-26

  • #1542 Fix Azure subscriptions are not returned in alphabetical order

1.1.1 - 2023-07-26

  • #1540 Ignore .default if it is passed as a scope

1.0.0 - 2023-06-05

Initial release