Hack-Maze / backend

0 stars 1 forks source link

Bump com.azure.spring:azure-spring-boot-starter-active-directory from 3.6.0 to 4.0.0 #25

Open dependabot[bot] opened 3 weeks ago

dependabot[bot] commented 3 weeks ago

Bumps com.azure.spring:azure-spring-boot-starter-active-directory from 3.6.0 to 4.0.0.

Release notes

Sourced from com.azure.spring:azure-spring-boot-starter-active-directory's releases.

Removal: microsoft-azure-authentication-msi-token-provider

This tag marks the removal of the following from our repository:

sdk/authorization

Removal: ms-azure-cs-textanalytics

This tag marks the removal of the following from our repository:

sdk/cognitiveservices/ms-azure-cs-textanalytics

Removal: azure-analytics-purview-catalog

This tag marks the removal of the following from our repository:

sdk/purview/azure-analytics-purview-catalog

Removal: azure-maps-elevation

This tag marks the removal of the following from our repository:

sdk/maps/azure-maps-elevation

Removal: microsoft-azure-keyvault-webkey

This tag marks the removal of the following from our repository:

sdk/keyvault/microsoft-azure-keyvault-webkey

Removal: microsoft-azure-loganalytics

This tag marks the removal of the following from our repository:

sdk/loganalytics/microsoft-azure-loganalytics

Removal: microsoft-azure-storage-blob

This tag marks the removal of the following from our repository:

sdk/storage/microsoft-azure-storage-blob

Removal: microsoft-azure-keyvault

This tag marks the removal of the following from our repository:

sdk/keyvault/microsoft-azure-keyvault

Removal: microsoft-azure-keyvault-cryptography

This tag marks the removal of the following from our repository:

sdk/keyvault/microsoft-azure-keyvault-cryptography

Changelog

Sourced from com.azure.spring:azure-spring-boot-starter-active-directory's changelog.

Changes in 4.0.0

Features

  • Added the functionality to get which version of the Azure Batch Node Agent(https://github.com/Azure/Batch/blob/master/changelogs/nodeagent/CHANGELOG.md) is running on nodes via the NodeAgentInformation property of ComputeNode.
  • Added additional error handling to task add operations to prevent deadlock scenarios.
  • Removed validation status from count operations.
  • Updated adal, azure-client-runtime, and commons-codec dependencies.
  • Update 'List' methods to return the lower layer PagedList object instead of the standard List.

REST API version

This version of the Batch Java client library targets version 2018-08-01.7.1 of the Azure Batch REST API. See this document for detail.

Changes in 3.3.0

Features

  • createTasks rethrow RuntimeException catched by internal threads.
  • createTasks handle RequestSizeTooLarge chunking errors for well behaved tasks.

Changes in 3.2.0

Features

  • Update comments for some classes and properties.
  • Added the leavingPool property to NodeCounts class.

Changes in 3.1.0

Features

  • Added the ability to query pool node counts by state, via the new listPoolNodeCounts method on PoolOperations.
  • Added the ability to upload Azure Batch node agent logs from a particular node, via the uploadComputeNodeBatchServiceLogs method on ComputeNodeOperations.
    • This is intended for use in debugging by Microsoft support when there are problems on a node.

REST API version

This version of the Batch Java client library targets version 2018-03-01.6.1 of the Azure Batch REST API. See this document for detail.

Changes in 3.0.0

Features

  • Added the ability to get a discount on Windows VM pricing if you have on-premises licenses for the OS SKUs you are deploying, via licenseType on VirtualMachineConfiguration.
  • Added support for attaching empty data drives to VirtualMachineConfiguration based pools, via the new dataDisks property on VirtualMachineConfiguration.
  • [Breaking] Custom images must now be deployed using a reference to an ARM Image, instead of pointing to .vhd files in blobs directly.
    • The new virtualMachineImageId property on ImageReference contains the reference to the ARM Image, and OSDisk.imageUris no longer exists.
    • Because of this, imageReference is now a required property of VirtualMachineConfiguration.
  • [Breaking] Multi-instance tasks (created using MultiInstanceSettings) must now specify a coordinationCommandLine, and numberOfInstances is now optional and defaults to 1.
  • Added support for tasks run using Docker containers. To run a task using a Docker container you must specify a containerConfiguration on the VirtualMachineConfiguration for a pool, and then add taskContainerSettings on the Task.

REST API version

This version of the Batch Java client library targets version 2017-09-01.6.0 of the Azure Batch REST API. See this document for detail.

Commits
  • baa1021 [maven-release-plugin] prepare release v4.0.0
  • 25d60c7 Update to 4.0.0 for new Rest API (#28)
  • 4f99499 [maven-release-plugin] prepare for next development iteration
  • 54d86f3 [maven-release-plugin] prepare release v3.3.0
  • 278d3ed Update BulkTaskAdd Behavior to catch errors if chunks too large and retry as...
  • 8fb0fac createTasks should throw all RuntimeException happen in thread. (#25)
  • b773f57 [maven-release-plugin] prepare for next development iteration
  • d0f1284 [maven-release-plugin] prepare release v3.2.0
  • 94c44b2 Change comments based on updated swagger spec (#23)
  • ccb1269 Update README.md (#24)
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)