Skip to content

Commit fba0df0

Browse files
authored
Merge pull request #297714 from MicrosoftDocs/main
Publish to live, Monday 4 AM PST, 4/7
2 parents f41b575 + 6768325 commit fba0df0

16 files changed

+40
-27
lines changed

articles/automation/automation-linux-hrw-install.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: This article tells how to install an agent-based Hybrid Runbook Wo
44
services: automation
55
ms.subservice: process-automation
66
ms.custom: linux-related-content
7-
ms.date: 09/09/2024
7+
ms.date: 04/07/2025
88
ms.topic: how-to
99
ms.service: azure-automation
1010
---
@@ -73,7 +73,7 @@ The minimum requirements for a Linux system and user Hybrid Runbook Worker are:
7373
| **Required package** | **Description** | **Minimum version**|
7474
|--------------------- | --------------------- | -------------------|
7575
|Glibc |GNU C Library| 2.5-12 |
76-
|Openssl| OpenSSL Libraries | 1.0 (TLS 1.1 and TLS 1.2 are supported)|
76+
|OpenSSL| OpenSSL Libraries | 1.0 (TLS 1.1 and TLS 1.2 are supported)|
7777
|Curl | cURL web client | 7.15.5|
7878
|Python-ctypes | Foreign function library for Python| Python 2.x or Python 3.x are required |
7979
|PAM | Pluggable Authentication Modules|

articles/automation/extension-based-hybrid-runbook-worker-install.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: This article provides information about deploying the extension-bas
44
services: automation
55
ms.subservice: process-automation
66
ms.custom: devx-track-azurepowershell, devx-track-azurecli, devx-track-bicep, linux-related-content
7-
ms.date: 02/27/2025
7+
ms.date: 04/07/2025
88
ms.topic: how-to
99
#Customer intent: As a developer, I want to learn about extension so that I can efficiently deploy Hybrid Runbook Workers.
1010
ms.service: azure-automation
@@ -52,7 +52,7 @@ Azure Automation stores and manages runbooks and then delivers them to one or mo
5252
| Required package | Description | Minimum version |
5353
|--------------------- | --------------------- | ------------------- |
5454
| Glibc |GNU C Library | 2.5-12 |
55-
| Openssl | OpenSSL Libraries | 1.0 (TLS 1.1 and TLS 1.2 are supported) |
55+
| OpenSSL | OpenSSL Libraries | 1.0 (TLS 1.1 and TLS 1.2 are supported) |
5656
| Curl | cURL web client | 7.15.5 |
5757
| Python-ctypes | Foreign function library for Python | Python 2.x or Python 3.x are required |
5858
| PAM | Pluggable Authentication Modules | |

articles/automation/migrate-existing-agent-based-hybrid-worker-to-extension-based-workers.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Migrate an existing agent-based hybrid workers to extension-based-workers
33
description: This article provides information on how to migrate an existing agent-based hybrid worker to extension based workers.
44
services: automation
55
ms.subservice: process-automation
6-
ms.date: 02/27/2025
6+
ms.date: 04/07/2025
77
ms.custom: devx-track-azurecli, devx-track-bicep, devx-track-azurepowershell
88
ms.topic: how-to
99
#Customer intent: As a developer, I want to learn about extension so that I can efficiently migrate agent based hybrid workers to extension based workers.
@@ -69,7 +69,7 @@ The purpose of the Extension-based approach is to simplify the installation and
6969
| Required package | Description | Minimum version |
7070
|--------------------- | --------------------- | ------------------- |
7171
| Glibc |GNU C Library | 2.5-12 |
72-
| Openssl | OpenSSL Libraries | 1.0 (TLS 1.1 and TLS 1.2 are supported) |
72+
| OpenSSL | OpenSSL Libraries | 1.0 (TLS 1.1 and TLS 1.2 are supported) |
7373
| Curl | cURL web client | 7.15.5 |
7474
| Python-ctypes | Foreign function library for Python | Python 2.x or Python 3.x are required |
7575
| PAM | Pluggable Authentication Modules | |

articles/azure-maps/release-notes-drawing-tools-module.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ titleSuffix: Microsoft Azure Maps
44
description: Release notes for the Azure Maps Drawing Tools Module.
55
author: sinnypan
66
ms.author: sipa
7-
ms.date: 10/25/2023
7+
ms.date: 11/07/2024
88
ms.topic: reference
99
ms.service: azure-maps
1010
ms.subservice: web-sdk

articles/azure-maps/release-notes-indoor-module.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ titleSuffix: Microsoft Azure Maps
44
description: Release notes for the Azure Maps Indoor Module.
55
author: sipa
66
ms.author: sipa
7-
ms.date: 3/24/2023
7+
ms.date: 10/25/2023
88
ms.topic: reference
99
ms.service: azure-maps
1010
ms.subservice: web-sdk

articles/azure-maps/release-notes-map-control.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ titleSuffix: Microsoft Azure Maps
44
description: Release notes for the Azure Maps Web SDK.
55
author: sinnypan
66
ms.author: sipa
7-
ms.date: 3/15/2023
7+
ms.date: 03/24/2025
88
ms.topic: reference
99
ms.service: azure-maps
1010
ms.subservice: web-sdk
@@ -16,6 +16,11 @@ This document contains information about new features and other changes to the M
1616

1717
## v3 (latest)
1818

19+
### [3.6.1] (CDN: April 7, 2025, npm: TBA)
20+
21+
#### Bug fixes
22+
* Fix the issue where `maxBounds` wasn't included in `map.getCamera()`, causing it to be unset when `setCamera()` is called.
23+
1924
### [3.6.0] (CDN: February 18, 2025, npm: February 20, 2025)
2025

2126
#### New features
@@ -653,6 +658,7 @@ Stay up to date on Azure Maps:
653658
> [!div class="nextstepaction"]
654659
> [Azure Maps Blog]
655660
661+
[3.6.1]: https://www.npmjs.com/package/azure-maps-control/v/3.6.1
656662
[3.6.0]: https://www.npmjs.com/package/azure-maps-control/v/3.6.0
657663
[3.5.0]: https://www.npmjs.com/package/azure-maps-control/v/3.5.0
658664
[3.4.0]: https://www.npmjs.com/package/azure-maps-control/v/3.4.0

articles/azure-maps/release-notes-spatial-module.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ titleSuffix: Microsoft Azure Maps
44
description: Release notes for the Azure Maps Spatial IO Module.
55
author: sinnypan
66
ms.author: sipa
7-
ms.date: 5/23/2023
7+
ms.date: 02/22/2024
88
ms.topic: reference
99
ms.service: azure-maps
1010
ms.subservice: web-sdk

articles/backup/backup-azure-database-postgresql-flex.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Configure backup for Azure Database for PostgreSQL - Flexible Server using Azure portal
33
description: Learn about how to configure backup for Azure Database for PostgreSQL - Flexible Server using Azure portal.
44
ms.topic: how-to
5-
ms.date: 02/28/2025
5+
ms.date: 04/07/2025
66
ms.service: azure-backup
77
ms.custom:
88
- ignite-2024
@@ -36,9 +36,6 @@ To create a backup policy, follow these steps:
3636

3737
4. On the **Schedule + retention** tab, under **Backup schedule**, define the Backup frequency.
3838

39-
>[!Note]
40-
>The **Weekly backup** option is currently available. However, you can schedule the backups on multiple days of the week.
41-
4239
5. Under **Retention rules**, select **Add retention rule**.
4340

4441
:::image type="content" source="./media/backup-azure-database-postgresql-flex/define-backup-schedule.png" alt-text="Screenshot shows how to define the backup schedule in the Backup policy." lightbox="./media/backup-azure-database-postgresql-flex/define-backup-schedule.png":::

articles/backup/quick-backup-postgresql-flexible-server-portal.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ms.devlang: terraform
55
ms.custom:
66
- ignite-2024
77
ms.topic: quickstart
8-
ms.date: 02/28/2025
8+
ms.date: 04/07/2025
99
ms.service: azure-backup
1010
author: jyothisuri
1111
ms.author: jsuri
@@ -42,9 +42,6 @@ To create a Backup policy for Azure Database for PostgreSQL - Flexible Server, f
4242

4343
4. On the **Schedule + retention** tab, under **Backup schedule**, define the Backup frequency.
4444

45-
>[!Note]
46-
>The **Weekly backup** option is currently available. However, you can schedule the backups on multiple days of the week.
47-
4845
5. Under **Retention rules**, select **Add retention rule**.
4946

5047
:::image type="content" source="./media/backup-azure-database-postgresql-flex/define-backup-schedule.png" alt-text="Screenshot shows how to define the backup schedule in the Backup policy." lightbox="./media/backup-azure-database-postgresql-flex/define-backup-schedule.png":::

articles/business-continuity-center/business-continuity-center-support-matrix.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Azure Business Continuity Center support matrix
33
description: Provides a summary of support settings and limitations for the Azure Business Continuity center service.
44
ms.topic: reference
5-
ms.date: 11/19/2024
5+
ms.date: 04/04/2025
66
ms.custom:
77
- references_regions
88
- ignite-2023
@@ -20,7 +20,7 @@ You can use [Azure Business Continuity Center](business-continuity-center-overvi
2020

2121
## Supported regions
2222

23-
Azure Business Continuity Center supports all Azure regions.
23+
Azure Business Continuity Center supports all Azure regions, except Azure Sovereign Clouds (Azure China Cloud and Azure US Government).
2424

2525
## Supported solutions and datasources
2626

0 commit comments

Comments
 (0)