Skip to content

Commit 61dca9d

Browse files
authored
Merge pull request #245331 from alexbuckgit/alexbuckgit/docutune-autopr-20230718-175624-9267117
[BULK] DocuTune - Formatting fixes
2 parents 06b2c88 + 194014a commit 61dca9d

File tree

4 files changed

+26
-28
lines changed

4 files changed

+26
-28
lines changed

articles/active-directory/app-provisioning/application-provisioning-config-problem-scim-compatibility.md

Lines changed: 23 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -96,40 +96,39 @@ Below are sample requests to help outline what the sync engine currently sends v
9696

9797
**Without feature flag**
9898
```json
99-
{
99+
{
100100
"schemas": [
101101
"urn:ietf:params:scim:api:messages:2.0:PatchOp"
102102
],
103103
"Operations": [
104-
{
104+
{
105105
"op": "Add",
106106
"path": "nickName",
107107
"value": "Babs"
108-
}
109-
]
110-
}
111-
108+
}
109+
]
110+
}
112111
```
113112

114113
**With feature flag**
115114
```json
116-
{
117-
"schemas": ["urn:ietf:params:scim:api:messages:2.0:PatchOp"],
118-
"Operations": [
119-
{
120-
"op": "add",
121-
"path": "nickName",
122-
"value": "Babs"
123-
}
124-
]
125-
}
115+
{
116+
"schemas": ["urn:ietf:params:scim:api:messages:2.0:PatchOp"],
117+
"Operations": [
118+
{
119+
"op": "add",
120+
"path": "nickName",
121+
"value": "Babs"
122+
}
123+
]
124+
}
126125
```
127126

128127
**Requests to replace multiple attributes:**
129128

130129
**Without feature flag**
131130
```json
132-
{
131+
{
133132
"schemas": [
134133
"urn:ietf:params:scim:api:messages:2.0:PatchOp"
135134
],
@@ -165,12 +164,12 @@ Below are sample requests to help outline what the sync engine currently sends v
165164
"value": "Eqpj"
166165
}
167166
]
168-
}
167+
}
169168
```
170169

171170
**With feature flag**
172171
```json
173-
{
172+
{
174173
"schemas": [
175174
"urn:ietf:params:scim:api:messages:2.0:PatchOp"
176175
],
@@ -190,14 +189,14 @@ Below are sample requests to help outline what the sync engine currently sends v
190189
}
191190
}
192191
]
193-
}
192+
}
194193
```
195194

196195
**Requests made to remove a group member:**
197196

198197
**Without feature flag**
199198
```json
200-
{
199+
{
201200
"schemas": [
202201
"urn:ietf:params:scim:api:messages:2.0:PatchOp"
203202
],
@@ -212,12 +211,12 @@ Below are sample requests to help outline what the sync engine currently sends v
212211
]
213212
}
214213
]
215-
}
214+
}
216215
```
217216

218217
**With feature flag**
219218
```json
220-
{
219+
{
221220
"schemas": [
222221
"urn:ietf:params:scim:api:messages:2.0:PatchOp"
223222
],
@@ -227,10 +226,9 @@ Below are sample requests to help outline what the sync engine currently sends v
227226
"path": "members[value eq \"7f4bc1a3-285e-48ae-8202-5accb43efb0e\"]"
228227
}
229228
]
230-
}
229+
}
231230
```
232231

233-
234232
* **Downgrade URL:** Once the new SCIM compliant behavior becomes the default on the non-gallery application, you can use the following URL to roll back to the old, non SCIM compliant behavior: AzureAdScimPatch2017
235233

236234

articles/active-directory/develop/supported-accounts-validation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ See the following table for the validation differences of various properties for
3333

3434
| Property | `AzureADMyOrg` | `AzureADMultipleOrgs` | `AzureADandPersonalMicrosoftAccount` and `PersonalMicrosoftAccount` |
3535
| -------- | --------------- | --------------------- | -------------------------------------------------------------------- |
36-
| Application ID URI (`identifierURIs`) | Must be unique in the tenant <br><br> `urn://` schemes are supported <br><br> Wildcards aren't supported <br><br> Query strings and fragments are supported <br><br> Maximum length of 255 characters <br><br> No limit\* on number of identifierURIs | Must be globally unique <br><br> `urn://` schemes are supported <br><br> Wildcards aren't supported <br><br> Query strings and fragments are supported <br><br> Maximum length of 255 characters <br><br> No limit\* on number of identifierURIs | Must be globally unique <br><br> urn:// schemes aren't supported <br><br> Wildcards, fragments, and query strings aren't supported <br><br> Maximum length of 120 characters <br><br> Maximum of 50 identifierURIs |
36+
| Application ID URI (`identifierURIs`) | Must be unique in the tenant <br><br> `urn://` schemes are supported <br><br> Wildcards aren't supported <br><br> Query strings and fragments are supported <br><br> Maximum length of 255 characters <br><br> No limit\* on number of identifierURIs | Must be globally unique <br><br> `urn://` schemes are supported <br><br> Wildcards aren't supported <br><br> Query strings and fragments are supported <br><br> Maximum length of 255 characters <br><br> No limit\* on number of identifierURIs | Must be globally unique <br><br> `urn://` schemes aren't supported <br><br> Wildcards, fragments, and query strings aren't supported <br><br> Maximum length of 120 characters <br><br> Maximum of 50 identifierURIs |
3737
| National clouds | Supported | Supported | Not supported |
3838
| Certificates (`keyCredentials`) | Symmetric signing key | Symmetric signing key | Encryption and asymmetric signing key |
3939
| Client secrets (`passwordCredentials`) | No limit\* | No limit\* | If liveSDK is enabled: Maximum of two client secrets |

articles/mysql/concepts-version-policy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ A: Some compatibility issues may arise due to changes in MySQL v8.0. It's import
107107

108108
__Q: What support is available if I encounter issues during the upgrade process?__
109109

110-
A: If you have questions, get answers from community experts in [Microsoft Q&A](https://aka.ms/microsoft-azure-mysql-qa). If you have a support plan and you need technical help, create a [support request](https://portal.azure.com/#blade/Microsoft_Azure_Support/HelpAndSupportBlade/newsupportrequest). You can also reach out to the Azure Database for MySQL product team at mailto:[email protected].
110+
A: If you have questions, get answers from community experts in [Microsoft Q&A](https://aka.ms/microsoft-azure-mysql-qa). If you have a support plan and you need technical help, create a [support request](https://portal.azure.com/#blade/Microsoft_Azure_Support/HelpAndSupportBlade/newsupportrequest). You can also email the [Azure Database for MySQL product team](mailto:[email protected]).
111111

112112
__Q: What will happen to my data during the upgrade?__
113113

articles/security/fundamentals/ransomware-features-resources.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ Microsoft focuses heavily on both security of our cloud and providing you the se
125125
We look forward to partnering with you in addressing ransomware protection, detection, and prevention in a holistic manner.
126126

127127
Connect with us:
128-
- [[email protected]](mailto:AskAzureSecurity&#64;microsoft.com)
128+
- [[email protected]](mailto:AskAzureSecurity@microsoft.com)
129129
- [www.microsoft.com/services](https://www.microsoft.com/en-us/msservices)
130130

131131
For detailed information on how Microsoft secures our cloud, visit the [service trust portal](https://servicetrust.microsoft.com/).

0 commit comments

Comments
 (0)