Skip to content

Commit 776146b

Browse files
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-docs-pr into ip-sfi-09
2 parents 76a0fc6 + 0a9a7e7 commit 776146b

File tree

89 files changed

+1223
-1021
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

89 files changed

+1223
-1021
lines changed

.github/policies/disallow-edits.yml

Lines changed: 124 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,124 @@
1+
name: GitOps.PullRequestIssueManagement
2+
description: GitOps.PullRequestIssueManagement primitive
3+
resource: repository
4+
5+
configuration:
6+
resourceManagementConfiguration:
7+
eventResponderTasks:
8+
- description: Close PRs that contain content for services that have been migrated out of the azure-docs-pr repository.
9+
if:
10+
- payloadType: Pull_Request
11+
- isAction:
12+
action: Opened
13+
- or:
14+
15+
- includesModifiedFiles:
16+
files:
17+
- articles/aks/*
18+
- includesModifiedFiles:
19+
files:
20+
- articles/defender-for-cloud/*
21+
- includesModifiedFiles:
22+
files:
23+
- articles/attestation/*
24+
- includesModifiedFiles:
25+
files:
26+
- articles/confidential-ledger/*
27+
- includesModifiedFiles:
28+
files:
29+
- articles/dedicated-hsm/*
30+
- includesModifiedFiles:
31+
files:
32+
- articles/key-vault/*
33+
- includesModifiedFiles:
34+
files:
35+
- articles/payment-hsm/*
36+
- includesModifiedFiles:
37+
files:
38+
- articles/postgresql/*
39+
- includesModifiedFiles:
40+
files:
41+
- articles/cosmos-db/*
42+
- includesModifiedFiles:
43+
files:
44+
- articles/dms/*
45+
- includesModifiedFiles:
46+
files:
47+
- articles/mariadb/*
48+
- includesModifiedFiles:
49+
files:
50+
- articles/mysql/*
51+
- includesModifiedFiles:
52+
files:
53+
- articles/managed-instance-apache-cassandra/*
54+
- includesModifiedFiles:
55+
files:
56+
- articles/virtual-machines/*
57+
- includesModifiedFiles:
58+
files:
59+
- articles/virtual-machines-scale-sets/*
60+
- includesModifiedFiles:
61+
files:
62+
- articles/container-instances/*
63+
- includesModifiedFiles:
64+
files:
65+
- articles/service-fabric/*
66+
- includesModifiedFiles:
67+
files:
68+
- articles/machine-learning/*
69+
- includesModifiedFiles:
70+
files:
71+
- articles/ai-studio/*
72+
- includesModifiedFiles:
73+
files:
74+
- articles/ai-services/*
75+
- includesModifiedFiles:
76+
files:
77+
- articles/genomics/*
78+
- includesModifiedFiles:
79+
files:
80+
- articles/open-datasets/*
81+
- includesModifiedFiles:
82+
files:
83+
- articles/search/*
84+
- includesModifiedFiles:
85+
files:
86+
- articles/azure-monitor/*
87+
- includesModifiedFiles:
88+
files:
89+
- articles/advisor/*
90+
- includesModifiedFiles:
91+
files:
92+
- articles/chaos-studio/*
93+
- includesModifiedFiles:
94+
files:
95+
- articles/service-health/*
96+
- includesModifiedFiles:
97+
files:
98+
- articles/azure-arc/*
99+
- includesModifiedFiles:
100+
files:
101+
- articles/azure-linux/*
102+
- includesModifiedFiles:
103+
files:
104+
- articles/azure-portal/*
105+
- includesModifiedFiles:
106+
files:
107+
- articles/copilot/*
108+
- includesModifiedFiles:
109+
files:
110+
- articles/lighthouse/*
111+
- includesModifiedFiles:
112+
files:
113+
- articles/quotas/*
114+
- includesModifiedFiles:
115+
files:
116+
- articles/container-registry/*
117+
- includesModifiedFiles:
118+
files:
119+
- articles/kubernetes-fleet/*
120+
then:
121+
- addReply:
122+
reply: >-
123+
@${issueAuthor} - You tried to add content to a folder path that has been removed from this repository. Your pull request will be automatically closed. Submit your changes to the updated repository, which can be identified by clicking the Edit this Document link at the top of any published article for that product or service.
124+
- closePullRequest

articles/active-directory-b2c/force-password-reset.md

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,11 @@
22
title: Configure a force password reset flow in Azure AD B2C
33
titleSuffix: Azure AD B2C
44
description: Learn how to set up a forced password reset flow in Azure Active Directory B2C.
5-
65
author: kengaderdus
76
manager: CelesteDG
8-
97
ms.service: azure-active-directory
10-
118
ms.topic: how-to
12-
ms.date: 01/11/2024
9+
ms.date: 10/11/2024
1310
ms.author: kengaderdus
1411
ms.subservice: b2c
1512
ms.custom: b2c-support, has-azure-ad-ps-ref,azure-ad-ref-level-one-done
@@ -160,16 +157,13 @@ Connect-MgGraph -Scopes 'Domain.ReadWrite.All'
160157
$domainId = "contoso.com"
161158
$params = @{
162159
passwordValidityPeriodInDays = 90
163-
passwordNotificationWindowInDays = 15
164160
}
165161
166162
Update-MgDomain -DomainId $domainId -BodyParameter $params
167163
```
168164

169-
> [!NOTE]
170-
> `passwordValidityPeriodInDays` indicates the length of time in days that a password remains valid before it must be changed. `passwordNotificationWindowInDays` indicates the length of time in days before the password expiration date when users receive their first notification to indicate that their password is about to expire.
171-
172-
## Next steps
165+
- `passwordValidityPeriodInDays` is the length of time in days that a password remains valid before it must be changed.
173166

174-
Set up a [self-service password reset](add-password-reset-policy.md).
167+
## Related content
175168

169+
Set up a [self-service password reset](add-password-reset-policy.md).

articles/api-management/developer-portal-wordpress-plugin.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,8 @@ In this step, create a new Microsoft Entra app. In later steps, you configure th
6969

7070
`https://<apim-instance-name>.developer.azure-api.net/signin`
7171

72-
1. On the **Authentication** page, under **Single-page application**, select **Add URI** and enter the following URI, substituting the name of your API Management instance:
72+
1. Select **+ Add a platform** again. Select **Single-page application** agaain.
73+
1. On the **Configure single-page application** page, enter the following redirect URI, substituting the name of your API Management instance, and select **Configure**:
7374

7475
`https://<apim-instance-name>.developer.azure-api.net/`
7576

articles/api-management/quota-by-key-policy.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: dlepow
66

77
ms.service: azure-api-management
88
ms.topic: article
9-
ms.date: 07/23/2024
9+
ms.date: 09/16/2024
1010
ms.author: danlep
1111
---
1212
# Set usage quota by key
@@ -29,6 +29,7 @@ To understand the difference between rate limits and quotas, [see Rate limits an
2929
bandwidth="kilobytes"
3030
renewal-period="seconds"
3131
increment-condition="condition"
32+
increment-count="number"
3233
counter-key="key value"
3334
first-period-start="date-time" />
3435
```
@@ -41,6 +42,7 @@ To understand the difference between rate limits and quotas, [see Rate limits an
4142
| calls | The maximum total number of calls allowed during the time interval specified in the `renewal-period`. Policy expressions aren't allowed. | Either `calls`, `bandwidth`, or both together must be specified. | N/A |
4243
| counter-key | The key to use for the `quota policy`. For each key value, a single counter is used for all scopes at which the policy is configured. Policy expressions are allowed. | Yes | N/A |
4344
| increment-condition | The Boolean expression specifying if the request should be counted towards the quota (`true`). Policy expressions are allowed. | No | N/A |
45+
| increment-count | The number by which the counter is increased per request. Policy expressions are allowed. | No | 1 |
4446
| renewal-period | The length in seconds of the fixed window after which the quota resets. The start of each period is calculated relative to `first-period-start`. Minimum period: 300 seconds. When `renewal-period` is set to 0, the period is set to infinite. Policy expressions aren't allowed. | Yes | N/A |
4547
| first-period-start | The starting date and time for quota renewal periods, in the following format: `yyyy-MM-ddTHH:mm:ssZ` as specified by the ISO 8601 standard. Policy expressions aren't allowed. | No | `0001-01-01T00:00:00Z` |
4648

articles/api-management/xml-to-json-policy.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: dlepow
66

77
ms.service: azure-api-management
88
ms.topic: article
9-
ms.date: 07/23/2024
9+
ms.date: 09/06/2024
1010
ms.author: danlep
1111
---
1212

@@ -21,7 +21,7 @@ The `xml-to-json` policy converts a request or response body from XML to JSON. T
2121
## Policy statement
2222

2323
```xml
24-
<xml-to-json kind="javascript-friendly | direct" apply="always | content-type-xml" consider-accept-header="true | false"/>
24+
<xml-to-json kind="javascript-friendly | direct" apply="always | content-type-xml" consider-accept-header="true | false" always-array-children="true | false"/>
2525
```
2626

2727

@@ -32,6 +32,7 @@ The `xml-to-json` policy converts a request or response body from XML to JSON. T
3232
|kind|The attribute must be set to one of the following values.<br /><br /> - `javascript-friendly` - the converted JSON has a form friendly to JavaScript developers.<br />- `direct` - the converted JSON reflects the original XML document's structure.<br/><br/>Policy expressions are allowed.|Yes|N/A|
3333
|apply|The attribute must be set to one of the following values.<br /><br /> - `always` - convert always.<br />- `content-type-xml` - convert only if response Content-Type header indicates presence of XML.<br/><br/>Policy expressions are allowed.|Yes|N/A|
3434
|consider-accept-header|The attribute must be set to one of the following values.<br /><br /> - `true` - apply conversion if JSON is requested in request Accept header.<br />- `false` -always apply conversion.<br/><br/>Policy expressions are allowed.|No|`true`|
35+
|always-array-children|The attribute must be set to one of the following values.<br /><br /> - `true` - Always convert child elements into a JSON array.<br />- `false` - Only convert multiple child elements into a JSON array. Convert a single child element into a JSON object.<br/><br/>Policy expressions are allowed.|No|`false`|
3536

3637
## Usage
3738

Loading
26.4 KB
Loading
18.5 KB
Loading
11.3 KB
Loading
73.2 KB
Loading

0 commit comments

Comments
 (0)