# Release Notes

> **Release date: April 9, 2025**

## v1.7.2

**Release date: April 9, 2025**

### Improvements

We have migrated to the Microsoft Authentication Library (MSAL) for authentication and authorization capabilities, in accordance with the deprecation of the Azure Active Directory Authentication Library (ADAL).

## v1.6.6

**Release date: March 24, 2025**

### Improvements

This release adds support for the.NET 8 framework.

## v1.6.0

**Release Date: 15 November 2024**

### Improvements

We now support coded workflows for Azure.

We ensured that this package includes all the necessary security fixes.

## v1.5.2

**Release date: 8 November 2023**

### Improvements

We added extended package metadata (e.g., samples URL) for UiPath Marketplace listing.

We also added upgraded dependencies (Microsoft Azure SDKs with the latest version).

### Bug fixes

Fixed an issue with ViewModel validation while debugging some projects in Studio.

## v1.5.1

**Release Date: 10 August 2023**

### Improvements

The known issue around connection sharing has been fixed. The activity package and its corresponding Integration Service connector now support connections shared by other users.

We extended our support for Integration Service connections and added bindings, simplifying the usage of templates in Studio Web.

## v1.5.0

**Release Date: 12 June 2023**

### Improvements

This release introduces support for Integration Service. In addition to authentication through the **Scope** activity, you can now use connections managed through the [Integration Service Connector for Microsoft Azure](https://docs.uipath.com/integration-service/automation-cloud/latest/user-guide/uipath-microsoft-azure-authentication).

### Known Issue

**Added: 26 June 2023**: Using connections shared by other users is not currently supported.

## v1.4.0

**Release Date: 28 March 2023**

### Improvements

This release includes support for long-running workflows and maintenance updates for UiPath.Platform dependencies.

## v1.3.2

**Release Date: 25 January 2023**

### Improvements

The activity package is now available in Traditional Chinese (zh-TW).

The package has been upgraded to.NET6 framework, to provide compatibility with modern Windows UiPath Studio projects.

### Bug Fixes

* Fixed a bug to update **DisplayName** keys in `ActivityMetadata.json.`

## v1.3.1

**Release Date: 17 August 2022**

### Bug Fixes

* Fixed an issue in the for-each based activities that caused a validation error when adding to them nested **Continue** or **Break** activities.

## v1.3.0

**Release Date: 14 June 2022**

### Improvements

All property names have been converted from PascalCase to space separated.

This release also brings telemetry and localization updates.

### Bug Fixes

* Fixed a bug that caused the **Get VM List** activity to fail if a VM is associated with a network interface that no longer exists.

## v1.2.0

**Release Date: 6 December 2021**

### Improvements

All Azure libraries have been updated.

The following activities **CopyBlob**, **CreateTable**, **DeleteRows**, **DeleteTable**, **GetRow**, **GetRowsByFilter**, **GetTable**, **GetTableList**, and **InsertRows** are now scope invariant and can exist outside the **Azure Scope** activity.

The **CopyBlob** activity received a new **Timeout** parameter. The same activity now throws an error if the **WaitForCompletion** parameter is set as `True` and the copy operation is not completed within the timeout limit.

The **MaximumItems** parameter is now optional for the following activities **GetBlobContainerList**, **GetBlobList**, **ForEachRow**, and **GetTableList**.

### Bug Fixes

* Fixed a bug occurring on the **CreateSecurityRule** activity when input values were separated by a comma. Now the activity runs as expected.

## v1.1.8

**Release Date: 27 September 2021**

### Improvements

This release brings as an improvement the telemetry client update to version 1.5.3.

### Bug Fixes

* Bug fixes have been made for Virtual Disk activities.

## v1.1.7

**Release Date: 31 August 2021**

### Improvements

.NET 5 support is now enabled for this activity package as part of our overall upgrade to this framework.

## v1.1.6

**Release Date: 8 March 2021**

### Bug Fixes

* Fixed a bug that was causing the [Set Security Alert State](https://docs.uipath.com/activities/other/latest/it-automation/set-security-alert-state) activity to fail even when the new *state* was in fact successfully set on the resource.

## v1.1.5

**Release Date: 14 December 2020**

### Improvements

The **Configure Robot** activity automatically starts the Robot Service before executing the Connect to Orchestrator command.

### Bug Fixes

* Fixed a bug that made the **Create VM** activity to fail when the **NICNetworkSecurityGroup** parameter was set to **Basic**.

## v1.1.4

**Release Date: 28 September 2020**

### Improvements

Starting with this patch, the package is validated for use in C# projects.

## v1.1.3

**Release Date: 13 July 2020**

### Improvements

This patch updates **UiPath.Telemetry.Client** to the latest version 1.2.20.

## v1.1.2

**Release Date: 22 June 2020**

### Improvements

This patch brings an update on the telemetry process, meant to improve the process of collecting and transmitting the needed information.

## v1.0.0

**Release Date: 4 November 2019**

### New Features and Improvements

The **Azure** package contains activities for Microsoft’s cloud, **Azure**. You can manipulate, automate, and configure your **Azure** operation by using the available activities included in this package.

## v1.1.0

**Release Date: 23 March 2020**

### New Features and Improvements

This release brings new activities focused on Network Interfaces, Network Security Groups, and Security Alerts. We are happy to announce that many activities were enhanced so that they can work both outside and within an **Azure Scope** activity.

Here are the activities that received new parameters in order to work both within and outside the **Azure Scope** activity:

* [Get Blob Container](https://docs.uipath.com/activities/other/latest/it-automation/azure-get-blob-container)
* [Get Blob Container List](https://docs.uipath.com/activities/other/latest/it-automation/azure-get-blob-containers-list)
* [For Each Blob Container](https://docs.uipath.com/activities/other/latest/it-automation/azure-for-each-blob-in-container)
* [Create Blob Container](https://docs.uipath.com/activities/other/latest/it-automation/azure-create-blob-container)

Important to be mentioned are also the activities that were improved only on the implementation side in order to work both outside and within an [Azure Scope](https://docs.uipath.com/activities/other/latest/it-automation/azure-scope) activity:

* [Delete Blob Container](https://docs.uipath.com/activities/other/latest/it-automation/azure-delete-blob-container)
* [Get Blob](https://docs.uipath.com/activities/other/latest/it-automation/azure-get-blob)
* [Get Blob List](https://docs.uipath.com/activities/other/latest/it-automation/azure-get-blob-list)
* [For Each Blob in Container](https://docs.uipath.com/activities/other/latest/it-automation/azure-for-each-blob-in-container)
* [Download Blob to File](https://docs.uipath.com/activities/other/latest/it-automation/azure-download-blob-to-file)
* [Upload Blob from File](https://docs.uipath.com/activities/other/latest/it-automation/azure-upload-blob-from-file)
* [Append to Blob](https://docs.uipath.com/activities/other/latest/it-automation/azure-append-to-blob)
* [Delete Blob](https://docs.uipath.com/activities/other/latest/it-automation/azure-delete-blob)

Among the new available activities, the [Set Blob Tier](https://docs.uipath.com/activities/other/latest/it-automation/set-blob-tier) activity has the capacity to work both outside and within the **Azure Scope** activity.

## v1.0.1

**Release Date: 18 November 2019**

### Bug Fixes

* Fixed a bug that was causing incorrect name display for the **For Each Blob Container** and **For Each Blob In Container** activities. Now, the name of the activities is shown as expected.
* Fixed a bug that was ending in failure when iterating through sub-folders in **For Each Blob in Container** activity. Now, the activity works as expected.
