Skip to content

Commit 0529c41

Browse files
Merge branch 'main' into Mar-10-2023-SelectiveDisk
2 parents 42b19da + 557a8a1 commit 0529c41

15 files changed

+132
-116
lines changed

articles/active-directory/app-provisioning/sap-successfactors-integration-reference.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ The SuccessFactors connector supports expansion of the position object. To expan
379379
| positionNameDE | $.employmentNav.results[0].jobInfoNav.results[0].positionNav.externalName_de_DE |
380380

381381
### Provisioning users in the Onboarding module
382-
Inbound user provisioning from SAP SuccessFactors to on-premises Active Directory and Azure AD now supports advance provisioning of pre-hires present in the SAP SuccessFactors Onboarding 2.0 module. Upon encountering a new hire profile with future start date, the Azure AD provisioning service queries SAP SuccessFactors to get new hires with one of the following status codes: `active`, `inactive`, `active_external`. The status code `active_external` corresponds to pre-hires present in the SAP SuccessFactors Onboarding 2.0 module. For a description of these status codes, refer to [SAP support note 2736579](https://launchpad.support.sap.com/#/notes/0002736579).
382+
Inbound user provisioning from SAP SuccessFactors to on-premises Active Directory and Azure AD now supports advance provisioning of pre-hires present in the SAP SuccessFactors Onboarding 2.0 module. Upon encountering a new hire profile with future start date, the Azure AD provisioning service queries SAP SuccessFactors to get new hires with one of the following status codes: `active`, `inactive`, `active_external_suite`. The status code `active_external_suite` corresponds to pre-hires present in the SAP SuccessFactors Onboarding 2.0 module. For a description of these status codes, refer to [SAP support note 2736579](https://launchpad.support.sap.com/#/notes/0002736579).
383383

384384
The default behavior of the provisioning service is to process pre-hires in the Onboarding module.
385385

@@ -388,7 +388,12 @@ If you want to exclude processing of pre-hires in the Onboarding module, update
388388
1. Under show advanced options, edit the SuccessFactors attribute list to add a new attribute called `userStatus`.
389389
1. Set the JSONPath API expression for this attribute as: `$.employmentNav.results[0].userNav.status`
390390
1. Save the schema to return back to the attribute mapping blade.
391-
1. Edit the Source Object scope to apply a scoping filter `userStatus NOT EQUALS active_external`
391+
1. Edit the Source Object scope to apply a scoping filter `userStatus NOT EQUALS
392+
393+
394+
395+
396+
`
392397
1. Save the mapping and validate that the scoping filter works using provisioning on demand.
393398

394399
### Enabling OData API Audit logs in SuccessFactors

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

Lines changed: 64 additions & 3 deletions
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: eriklindeman
66
ms.author: eriklind
7-
ms.date: 1/31/2023
7+
ms.date: 3/10/2023
88
ms.topic: reference
99
ms.service: azure-maps
1010
services: azure-maps
@@ -16,6 +16,55 @@ This document contains information about new features and other changes to the M
1616

1717
## v3 (preview)
1818

19+
### [3.0.0-preview.4] (March 10, 2023)
20+
21+
#### Installation (3.0.0-preview.4)
22+
23+
The preview is available on [npm][3.0.0-preview.4] and CDN.
24+
25+
- **NPM:** Refer to the instructions at [[email protected]][3.0.0-preview.4]
26+
27+
- **CDN:** Reference the following CSS and JavaScript in the `<head>` element of an HTML file:
28+
29+
```html
30+
<link href="https://atlas.microsoft.com/sdk/javascript/mapcontrol/3.0.0-preview.4/atlas.min.css" rel="stylesheet" />
31+
<script src="https://atlas.microsoft.com/sdk/javascript/mapcontrol/3.0.0-preview.4/atlas.min.js"></script>
32+
```
33+
34+
#### New features (3.0.0-preview.4)
35+
36+
- Extended map coverage in China, Japan, and Korea.
37+
38+
- Preview of refreshed map styles (Road / Night / Hybrid / Gray Scale Dark / Gray Scale Light / Terra / High Contrast Dark / High Contrast Light).
39+
40+
- More details on roads/building footprints/trails coverage.
41+
42+
- Wider zoom level ranges (1~21) for the Terra style.
43+
44+
- Greater details on public transit including ferries, metros, and bus stops.
45+
46+
- Additional information about the altitude of mountains and the location of waterfalls.
47+
48+
#### Changes (3.0.0-preview.4)
49+
50+
- Traffic data now only support relative mode.
51+
52+
- Deprecated `showBuildingModels` in [StyleOptions].
53+
54+
- Changed the default `minZoom` from -2 to 1.
55+
56+
#### Bug fixes (3.0.0-preview.4)
57+
58+
- Cleaned up various memory leaks in [Map.dispose()].
59+
60+
- Improved style picker's tab navigation for accessibility in list layout.
61+
62+
- Optimized style switching by avoiding deep cloning objects.
63+
64+
- Fixed an exception that occurred in [SourceManager] when style switching with sources that weren't vector or raster.
65+
66+
- **\[BREAKING\]** Previously `sourceadded` events are only emitted if new sources are added to the style. Now `sourceremoved` / `sourceadded` events are emitted when the new source and the original source in the current style aren't equal, even if they have the same source ID.
67+
1968
### [3.0.0-preview.3] (February 2, 2023)
2069

2170
#### Installation (3.0.0-preview.3)
@@ -43,7 +92,7 @@ The preview is available on [npm][3.0.0-preview.3] and CDN.
4392

4493
#### Bug fixes (3.0.0-preview.3)
4594

46-
- Fixed issue in [language mapping], now `zh-Hant-TW` will no longer revert back to `en-US`.
95+
- Fixed issue in [language mapping], now `zh-Hant-TW` no longer reverts back to `en-US`.
4796

4897
- Fixed the inability to switch between [user regions (view)].
4998

@@ -108,6 +157,14 @@ This update is the first preview of the upcoming 3.0.0 release. The underlying [
108157

109158
## v2 (latest)
110159

160+
### [2.2.4]
161+
162+
#### Bug fixes (2.2.4)
163+
164+
- Cleaned up various memory leaks in [Map.dispose()].
165+
166+
- Improved style picker's tab navigation for accessibility in list layout.
167+
111168
### [2.2.3]
112169

113170
#### New features (2.2.3)
@@ -116,7 +173,7 @@ This update is the first preview of the upcoming 3.0.0 release. The underlying [
116173

117174
#### Bug fixes (2.2.3)
118175

119-
- Fixed issue in [language mapping], now `zh-Hant-TW` will no longer revert back to `en-US`.
176+
- Fixed issue in [language mapping], now `zh-Hant-TW` no longer reverts back to `en-US`.
120177

121178
- Fixed the inability to switch between [user regions (view)].
122179

@@ -159,22 +216,26 @@ Stay up to date on Azure Maps:
159216
> [!div class="nextstepaction"]
160217
> [Azure Maps Blog]
161218
219+
[3.0.0-preview.4]: https://www.npmjs.com/package/azure-maps-control/v/3.0.0-preview.4
162220
[3.0.0-preview.3]: https://www.npmjs.com/package/azure-maps-control/v/3.0.0-preview.3
163221
[3.0.0-preview.2]: https://www.npmjs.com/package/azure-maps-control/v/3.0.0-preview.2
164222
[3.0.0-preview.1]: https://www.npmjs.com/package/azure-maps-control/v/3.0.0-preview.1
223+
[2.2.4]: https://www.npmjs.com/package/azure-maps-control/v/2.2.4
165224
[2.2.3]: https://www.npmjs.com/package/azure-maps-control/v/2.2.3
166225
[2.2.2]: https://www.npmjs.com/package/azure-maps-control/v/2.2.2
167226
[Azure AD]: ../active-directory/develop/v2-overview.md
168227
[adal-angular]: https://github.com/AzureAD/azure-activedirectory-library-for-js
169228
[@azure/msal-browser]: https://github.com/AzureAD/microsoft-authentication-library-for-js
170229
[migration guide]: ../active-directory/develop/msal-compare-msal-js-and-adal-js.md
171230
[CameraBoundsOptions]: /javascript/api/azure-maps-control/atlas.cameraboundsoptions?view=azure-maps-typescript-latest
231+
[Map.dispose()]: /javascript/api/azure-maps-control/atlas.map?view=azure-maps-typescript-latest#azure-maps-control-atlas-map-dispose
172232
[Map.setCamera(options)]: /javascript/api/azure-maps-control/atlas.map?view=azure-maps-typescript-latest#azure-maps-control-atlas-map-setcamera
173233
[language mapping]: https://github.com/MicrosoftDocs/azure-docs/blob/main/articles/azure-maps/supported-languages.md#azure-maps-supported-languages
174234
[user regions (view)]: /javascript/api/azure-maps-control/atlas.styleoptions?view=azure-maps-typescript-latest#azure-maps-control-atlas-styleoptions-view
175235
[ImageSpriteManager.add()]: /javascript/api/azure-maps-control/atlas.imagespritemanager?view=azure-maps-typescript-latest#azure-maps-control-atlas-imagespritemanager-add
176236
[azure-maps-control]: https://www.npmjs.com/package/azure-maps-control
177237
[maplibre-gl]: https://www.npmjs.com/package/maplibre-gl
238+
[SourceManager]: /javascript/api/azure-maps-control/atlas.sourcemanager
178239
[StyleOptions]: /javascript/api/azure-maps-control/atlas.styleoptions
179240
[TrafficControlOptions]: /javascript/api/azure-maps-control/atlas.trafficcontroloptions
180241
[Azure Maps Samples]: https://samples.azuremaps.com

articles/backup/backup-azure-immutable-vault-concept.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
---
2-
title: Concept of Immutable vault for Azure Backup (preview)
2+
title: Concept of Immutable vault for Azure Backup
33
description: This article explains about the concept of Immutable vault for Azure Backup, and how it helps in protecting data from malicious actors.
44
ms.topic: conceptual
55
ms.service: backup
66
ms.custom: references_regions
7-
ms.date: 12/15/2022
7+
ms.date: 02/17/2023
88
author: jyothisuri
99
ms.author: jsuri
1010
---
1111

12-
# Immutable vault for Azure Backup (preview)
12+
# Immutable vault for Azure Backup
1313

1414
Immutable vault can help you protect your backup data by blocking any operations that could lead to loss of recovery points. Further, you can lock the Immutable vault setting to make it irreversible to prevent any malicious actors from disabling immutability and deleting backups.
1515

1616
## Before you start
1717

18-
- Immutable vault is currently in preview and is available in all Azure public regions.
18+
- Immutable vault is available in all Azure public regions.
1919
- Immutable vault is supported for Recovery Services vaults and Backup vaults.
2020
- Enabling Immutable vault blocks you from performing specific operations on the vault and its protected items. See the [restricted operations](#restricted-operations).
2121
- Enabling immutability for the vault is a reversible operation. However, you can choose to make it irreversible to prevent any malicious actors from disabling it (after disabling it, they can perform destructive operations). Learn about [making Immutable vault irreversible](#making-immutability-irreversible).
@@ -60,5 +60,5 @@ Immutable vault prevents you from performing the following operations on the v
6060

6161
## Next steps
6262

63-
- Learn [how to manage operations of Azure Backup vault immutability (preview)](backup-azure-immutable-vault-how-to-manage.md).
63+
- Learn [how to manage operations of Azure Backup vault immutability](backup-azure-immutable-vault-how-to-manage.md).
6464

articles/backup/backup-azure-immutable-vault-how-to-manage.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
2-
title: How to manage Azure Backup Immutable vault operations (preview)
2+
title: How to manage Azure Backup Immutable vault operations
33
description: This article explains how to manage Azure Backup Immutable vault operations.
44
ms.topic: how-to
55
ms.service: backup
6-
ms.date: 09/15/2022
6+
ms.date: 02/17/2023
77
author: jyothisuri
88
ms.author: jsuri
99
---
1010

11-
# Manage Azure Backup Immutable vault operations (preview)
11+
# Manage Azure Backup Immutable vault operations
1212

1313
[Immutable vault](backup-azure-immutable-vault-concept.md) can help you protect your backup data by blocking any operations that could lead to loss of recovery points. Further, you can lock the Immutable vault setting to make it irreversible to prevent any malicious actors from disabling immutability and deleting backups.
1414

@@ -138,4 +138,4 @@ Follow these steps:
138138

139139
## Next steps
140140

141-
- Learn [about Immutable vault for Azure Backup (preview)](backup-azure-immutable-vault-concept.md).
141+
- Learn [about Immutable vault for Azure Backup](backup-azure-immutable-vault-concept.md).

articles/backup/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ landingContent:
7373
url: ./multi-user-authorization-concept.md?tabs=recovery-services-vault
7474
- text: Multi-user authorization (MUA) for Backup vault
7575
url: ./multi-user-authorization-concept.md?tabs=backup-vault
76-
- text: Immutable vault (preview)
76+
- text: Immutable vault
7777
url: backup-azure-immutable-vault-concept.md
7878
- text: Azure Kubernetes Service backup (preview)
7979
url: azure-kubernetes-service-backup-overview.md

articles/ddos-protection/TOC.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@
3434
items:
3535
- name: View and configure DDoS telemetry
3636
href: telemetry.md
37-
- name: View and configure DDoS diagnostic logging
38-
href: diagnostic-logging.md
3937
- name: Concepts
4038
items:
4139
- name: Types of attacks
@@ -64,6 +62,8 @@
6462
href: alerts.md
6563
- name: Configure diagnostic logging alerts
6664
href: ddos-diagnostic-alert-templates.md
65+
- name: Configure DDoS diagnostic logging
66+
href: diagnostic-logging.md
6767
- name: View Monitoring and Logging
6868
items:
6969
- name: View alerts in Microsoft Defender for Cloud

0 commit comments

Comments
 (0)