Skip to content

Commit 81e24a9

Browse files
authored
Merge pull request #253537 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/MicrosoftDocs/azure-docs (branch main)
2 parents 8ba8846 + b0bd037 commit 81e24a9

File tree

8 files changed

+34
-18
lines changed

8 files changed

+34
-18
lines changed

articles/active-directory/fundamentals/how-to-rename-azure-ad.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ function Update-Terminology {
332332
foreach ($item in $Terminology.GetEnumerator()) {
333333
$old = [regex]::Escape($item.Key)
334334
$new = $item.Value
335-
$toReplace = '(?<!(name=\"[^$]*|https?:\/\/aka.ms/[a-z|0-1]*))' + $($old)
335+
$toReplace = '(?<!(name=\"[^$]{1,100}|https?://aka.ms/[a-z0-9/-]{1,100}))' + $($old)
336336
337337
# Replace the old terminology with the new one
338338
$Content.Value = $Content.Value -replace $toReplace, $new

articles/active-directory/fundamentals/what-is-deprecated.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Use the following table to learn about changes including deprecations, retiremen
3333
|[Terms of Use experience](https://techcommunity.microsoft.com/t5/microsoft-entra-azure-ad-blog/microsoft-entra-change-announcements-march-2023-train/ba-p/2967448)|Feature change|Jul 2023|
3434
|[Azure AD PowerShell and MSOnline PowerShell](https://aka.ms/aadgraphupdate)|Deprecation|Mar 30, 2024|
3535
|[Azure AD MFA Server](https://techcommunity.microsoft.com/t5/microsoft-entra-azure-ad-blog/microsoft-entra-change-announcements-march-2023-train/ba-p/2967448)|Retirement|Sep 30, 2024|
36-
|[Legacy MFA & SSPR policy](https://techcommunity.microsoft.com/t5/microsoft-entra-azure-ad-blog/microsoft-entra-change-announcements-march-2023-train/ba-p/2967448)|Retirement|Sep 30, 2024|
36+
|[Legacy MFA & SSPR policy](https://techcommunity.microsoft.com/t5/microsoft-entra-azure-ad-blog/microsoft-entra-change-announcements-march-2023-train/ba-p/2967448)|Retirement|Sep 30, 2025|
3737
|['Require approved client app' Conditional Access Grant](https://aka.ms/RetireApprovedClientApp)|Retirement|Mar 31, 2026|
3838

3939

articles/active-directory/saas-apps/confluencemicrosoft-tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ As of now, following versions of Confluence are supported:
6060

6161
- Confluence: 5.0 to 5.10
6262
- Confluence: 6.0.1 to 6.15.9
63-
- Confluence: 7.0.1 to 8.0.4
63+
- Confluence: 7.0.1 to 8.5.1
6464

6565
> [!NOTE]
6666
> Please note that our Confluence Plugin also works on Ubuntu Version 16.04

articles/active-directory/saas-apps/ms-confluence-jira-plugin-adminguide.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ The plug-in supports the following versions of Jira and Confluence:
6464
* JIRA also supports 5.2. For more details, click [Microsoft Entra single sign-on for JIRA 5.2](./jira52microsoft-tutorial.md).
6565
* Confluence: 5.0 to 5.10.
6666
* Confluence: 6.0.1 to 6.15.9.
67-
* Confluence: 7.0.1 to 8.0.4.
67+
* Confluence: 7.0.1 to 8.5.1.
6868

6969
## Installation
7070

@@ -148,7 +148,7 @@ Confluence:
148148

149149
|Plugin Version | Release Notes | Supported JIRA versions |
150150
|-----------------|-------------------------------------------------------------------------------------------|-------------------------------------|
151-
| 6.3.9 | Bug Fixes: | Confluence Server: 7.20.3 to 8.0.4 |
151+
| 6.3.9 | Bug Fixes: | Confluence Server: 7.20.3 to 8.5.1 |
152152
| | System Error: Metadata link cannot be configured on SSO plugins. | |
153153
| | | |
154154
| 6.3.8 | New Feature: | Confluence Server: 5.0 to 7.20.1 |
@@ -212,7 +212,7 @@ The plug-in supports these versions:
212212
* JIRA also supports 5.2. For more details, click [Microsoft Entra single sign-on for JIRA 5.2](./jira52microsoft-tutorial.md).
213213
* Confluence: 5.0 to 5.10.
214214
* Confluence: 6.0.1 to 6.15.9.
215-
* Confluence: 7.0.1 to 8.0.4.
215+
* Confluence: 7.0.1 to 8.5.1.
216216

217217
### Is the plug-in free or paid?
218218

articles/aks/vertical-pod-autoscaler-api-reference.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ This reference is based on version 0.13.0 of the AKS implementation of VPA.
1414

1515
## VerticalPodAutoscaler
1616

17-
|Name |Ojbect |Description |
17+
|Name |Object |Description |
1818
|-------|-------||-------|
1919
|metadata |ObjectMeta | Standard [object metadata][object-metadata-ref].|
2020
|spec |VerticalPodAutoscalerSpec |The desired behavior of the Vertical Pod Autoscaler.|
2121
|status |VerticalPodAutoscalerStatus |The most recently observed status of the Vertical Pod Autoscaler. |
2222

2323
## VerticalPodAutoscalerSpec
2424

25-
|Name |Ojbect |Description |
25+
|Name |Object |Description |
2626
|-------|-------||-------|
2727
|targetRef |CrossVersionObjectReference | Reference to the controller managing the set of pods for the autoscaler to control. For example, a Deployment or a StatefulSet. You can point a Vertical Pod Autoscaler at any controller that has a [Scale][scale-ref] subresource. Typically, the Vertical Pod Autoscaler retrieves the pod set from the controller's ScaleStatus. |
2828
|updatePolicy |PodUpdatePolicy |Specifies whether recommended updates are applied when a pod is started and whether recommended updates are applied during the life of a pod. |
@@ -31,27 +31,27 @@ This reference is based on version 0.13.0 of the AKS implementation of VPA.
3131

3232
## VerticalPodAutoscalerList
3333

34-
|Name |Ojbect |Description |
34+
|Name |Object |Description |
3535
|-------|-------||-------|
3636
|metadata |ObjectMeta |Standard [object metadata][object-metadata-ref]. |
3737
|items |VerticalPodAutoscaler (array) |A list of Vertical Pod Autoscaler objects. |
3838

3939
## PodUpdatePolicy
4040

41-
|Name |Ojbect |Description |
41+
|Name |Object |Description |
4242
|-------|-------||-------|
4343
|updateMode |string |A string that specifies whether recommended updates are applied when a pod is started and whether recommended updates are applied during the life of a pod. Possible values are `Off`, `Initial`, `Recreate`, and `Auto`. The default is `Auto` if you don't specify a value. |
4444
|minReplicas |int32 |A value representing the minimal number of replicas which need to be alive for Updater to attempt pod eviction (pending other checks like Pod Disruption Budget). Only positive values are allowed. Defaults to global `--min-replicas` flag, which is set to `2`. |
4545

4646
## PodResourcePolicy
4747

48-
|Name |Ojbect |Description |
48+
|Name |Object |Description |
4949
|-------|-------||-------|
5050
|conainerPolicies |ContainerResourcePolicy |An array of resource policies for individual containers. There can be at most one entry for every named container, and optionally a single wildcard entry with `containerName = '*'`, which handles all containers that do not have individual policies. |
5151

5252
## ContainerResourcePolicy
5353

54-
|Name |Ojbect |Description |
54+
|Name |Object |Description |
5555
|-------|-------||-------|
5656
|containerName |string |A string that specifies the name of the container that the policy applies to. If not specified, the policy serves as the default policy. |
5757
|mode |ContainerScalingMode |Specifies whether recommended updates are applied to the container when it is started and whether recommended updates are applied during the life of the container. Possible values are `Off` and `Auto`. The default is `Auto` if you don't specify a value. |
@@ -61,26 +61,26 @@ This reference is based on version 0.13.0 of the AKS implementation of VPA.
6161

6262
## VerticalPodAutoscalerRecommenderSelector
6363

64-
|Name |Ojbect |Description |
64+
|Name |Object |Description |
6565
|-------|-------||-------|
6666
|name |string |A string that specifies the name of the recommender responsible for generating recommendation for this object. |
6767

6868
## VerticalPodAutoscalerStatus
6969

70-
|Name |Ojbect |Description |
70+
|Name |Object |Description |
7171
|-------|-------||-------|
7272
|recommendation |RecommendedPodResources |The most recently recommended CPU and memory requests. |
7373
|conditions |VerticalPodAutoscalerCondition | An array that describes the current state of the Vertical Pod Autoscaler. |
7474

7575
## RecommendedPodResources
7676

77-
|Name |Ojbect |Description |
77+
|Name |Object |Description |
7878
|-------|-------||-------|
7979
|containerRecommendation |RecommendedContainerResources |An array of resources recommendations for individual containers. |
8080

8181
## RecommendedContainerResources
8282

83-
|Name |Ojbect |Description |
83+
|Name |Object |Description |
8484
|-------|-------||-------|
8585
|containerName |string| A string that specifies the name of the container that the recommendation applies to. |
8686
|target |ResourceList |The recommended CPU request and memory request for the container. |
@@ -90,7 +90,7 @@ This reference is based on version 0.13.0 of the AKS implementation of VPA.
9090

9191
## VerticalPodAutoscalerCondition
9292

93-
|Name |Ojbect |Description |
93+
|Name |Object |Description |
9494
|-------|-------||-------|
9595
|type |VerticalPodAutoscalerConditionType |The type of condition being described. Possible values are `RecommendationProvided`, `LowConfidence`, `NoPodsMatched`, and `FetchingHistory`. |
9696
|status |ConditionStatus |The status of the condition. Possible values are `True`, `False`, and `Unknown`. |

articles/cosmos-db/how-to-setup-rbac.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,21 @@ principalId='<aadPrincipalId>'
355355
az cosmosdb sql role assignment create --account-name $accountName --resource-group $resourceGroupName --scope "/" --principal-id $principalId --role-definition-id $readOnlyRoleDefinitionId
356356
```
357357

358-
### Using Azure Resource Manager templates
358+
### Using Bicep/Azure Resource Manager templates
359+
360+
For a built-in assignment using a Bicep template:
361+
362+
```
363+
resource sqlRoleAssignment 'Microsoft.DocumentDB/databaseAccounts/sqlRoleAssignments@2023-04-15' = {
364+
name: guid(<roleDefinitionId>, <aadPrincipalId>, <databaseAccountResourceId>)
365+
parent: databaseAccount
366+
properties:{
367+
principalId: <aadPrincipalId>
368+
roleDefinitionId: '/${subscription().id}/resourceGroups/<databaseAccountResourceGroup>/providers/Microsoft.DocumentDB/databaseAccounts/<myCosmosAccount>/sqlRoleDefinitions/<roleDefinitionId>'
369+
scope: <databaseAccountResourceId>
370+
}
371+
}
372+
```
359373

360374
For a reference and examples of using Azure Resource Manager templates to create role assignments, see [``Microsoft.DocumentDB`` ``databaseAccounts/sqlRoleAssignments``](/azure/templates/microsoft.documentdb/2021-10-15/databaseaccounts/sqlroleassignments).
361375

articles/postgresql/flexible-server/overview.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ One advantage of running your workload in Azure is global reach. The flexible se
103103
| Jio India West | :heavy_check_mark: (v3 only) | :x: | :heavy_check_mark: | :x: |
104104
| Korea Central | :heavy_check_mark: | :heavy_check_mark: ** | :heavy_check_mark: | :heavy_check_mark: |
105105
| Korea South | :heavy_check_mark: | :x: | :heavy_check_mark: | :heavy_check_mark: |
106+
| Poland Central| :heavy_check_mark: (v3/v4 only) | :heavy_check_mark: | :heavy_check_mark: | :x:|
106107
| North Central US | :heavy_check_mark: | :x: | :heavy_check_mark: | :heavy_check_mark: |
107108
| North Europe | :heavy_check_mark: (v3/v4 only) | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |
108109
| Norway East | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :x: |

articles/service-fabric/service-fabric-reliable-services-reliable-collections-guidelines.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ The guidelines are organized as simple recommendations prefixed with the terms *
3535
Only one user thread operation is supported within a transaction. Otherwise, it will cause memory leak and lock issues.
3636
* Consider dispose transaction as soon as possible after commit completes (especially if using ConcurrentQueue).
3737
* Do not perform any blocking code inside a transaction.
38+
* When [string](/dotnet/api/system.string) is used as the key for a reliable dictionary, the sorting order uses [default string comparer CurrentCulture](/dotnet/api/system.string.compare#system-string-compare(system-string-system-string)). Note that the CurrentCulture sorting order is different from [Ordinal string comparer](/dotnet/api/system.stringcomparer.ordinal).
3839

3940
Here are some things to keep in mind:
4041

0 commit comments

Comments
 (0)