Skip to content

Commit 74397f2

Browse files
committed
status
1 parent 44507dc commit 74397f2

21 files changed

+29
-29
lines changed

articles/active-directory-b2c/identity-provider-generic-saml-options.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ Upon an application sign-out request, Azure AD B2C attempts to sign out from you
422422

423423
## Debug SAML protocol
424424

425-
To help configure and debug federation with a SAML identity provider, you can use a browser extension for the SAML protocol, such as [SAML DevTools extension](https://chrome.google.com/webstore/detail/saml-devtools-extension/jndllhgbinhiiddokbeoeepbppdnhhio) for Chrome, [SAML-tracer](https://addons.mozilla.org/es/firefox/addon/saml-tracer/) for FireFox, or [Microsoft Edge or IE Developer tools](https://techcommunity.microsoft.com/t5/microsoft-sharepoint-blog/gathering-a-saml-token-using-edge-or-ie-developer-tools/ba-p/320957).
425+
To help configure and debug federation with a SAML identity provider, you can use a browser extension for the SAML protocol, such as [SAML DevTools extension](https://chrome.google.com/webstore/detail/saml-devtools-extension/jndllhgbinhiiddokbeoeepbppdnhhio) for Chrome, [SAML-tracer](https://addons.mozilla.org/es/firefox/addon/saml-tracer/) for FireFox, or [Microsoft Edge or Internet Explorer developer tools](https://techcommunity.microsoft.com/t5/microsoft-sharepoint-blog/gathering-a-saml-token-using-edge-or-ie-developer-tools/ba-p/320957).
426426

427427
Using these tools, you can check the integration between Azure AD B2C and your SAML identity provider. For example:
428428

articles/active-directory-b2c/page-layout.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ Azure AD B2C page layout uses the following versions of the [jQuery library](htt
179179
- Added support for [display controls](display-controls.md) in custom policies.
180180

181181
**1.2.0**
182-
- The username/email and password fields now use the `form` HTML element to allow Microsoft Edge and Internet Explorer (IE) to properly save this information.
182+
- The username/email and password fields now use the `form` HTML element to allow Microsoft Edge and Internet Explorer to properly save this information.
183183
- Added a configurable user input validation delay for improved user experience.
184184
- Accessibility fixes
185185
- Fix an accessibility issue so that error messages are read by Narrator.
@@ -273,7 +273,7 @@ Azure AD B2C page layout uses the following versions of the [jQuery library](htt
273273
- When the [sign-in option](sign-in-options.md) is set to Email, the sign-in header presents "Sign in with your sign-in name". The username field presents "Sign in name". For more information, see [localization](localization-string-ids.md#sign-up-or-sign-in-page-elements).
274274

275275
**1.2.0**
276-
- The username/email and password fields now use the `form` HTML element to allow Microsoft Edge and Internet Explorer (IE) to properly save this information.
276+
- The username/email and password fields now use the `form` HTML element to allow Microsoft Edge and Internet Explorer to properly save this information.
277277
- Accessibility fixes
278278
- You can now add the `data-preload="true"` attribute [in your HTML tags](customize-ui-with-html.md#guidelines-for-using-custom-page-content) to control the load order for CSS and JavaScript.
279279
- Load linked CSS files at the same time as your HTML template so it doesn't 'flicker' between loading the files.
@@ -313,7 +313,7 @@ Azure AD B2C page layout uses the following versions of the [jQuery library](htt
313313

314314
**1.2.7**
315315
- Fixed accessibility issue on label for retries code.
316-
- Fixed issue caused by incompatibility of default parameter on IE 11.
316+
- Fixed issue caused by incompatibility of default parameter on Internet Explorer 11.
317317
- Set up `H1` heading and enable by default.
318318
- Updated HandlebarJS version to 4.7.7.
319319

articles/active-directory-b2c/troubleshoot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ Use **Run now** and `https://jwt.ms` to test your policies independently of your
165165

166166
## Troubleshoot SAML protocol
167167

168-
To help configure and debug the integration with your service provider, you can use a browser extension for the SAML protocol, for example, [SAML DevTools extension](https://chrome.google.com/webstore/detail/saml-devtools-extension/jndllhgbinhiiddokbeoeepbppdnhhio) for Chrome, [SAML-tracer](https://addons.mozilla.org/es/firefox/addon/saml-tracer/) for FireFox, or [Edge or IE Developer tools](https://techcommunity.microsoft.com/t5/microsoft-sharepoint-blog/gathering-a-saml-token-using-edge-or-ie-developer-tools/ba-p/320957).
168+
To help configure and debug the integration with your service provider, you can use a browser extension for the SAML protocol, for example, [SAML DevTools extension](https://chrome.google.com/webstore/detail/saml-devtools-extension/jndllhgbinhiiddokbeoeepbppdnhhio) for Chrome, [SAML-tracer](https://addons.mozilla.org/es/firefox/addon/saml-tracer/) for FireFox, or [Edge or Internet Explorer developer tools](https://techcommunity.microsoft.com/t5/microsoft-sharepoint-blog/gathering-a-saml-token-using-edge-or-ie-developer-tools/ba-p/320957).
169169

170170
The following screenshot demonstrates how the SAML DevTools extension presents the SAML request Azure AD B2C sends to the identity provider, and the SAML response.
171171

articles/azure-maps/how-to-use-map-control.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ You can embed a map in a web page by using the Map Control client-side JavaScrip
135135
6. Optionally, you may find it helpful to add the following `meta` elements to the `head` element of the page:
136136

137137
```HTML
138-
<!-- Ensures that IE and Edge uses the latest version and doesn't emulate an older version -->
138+
<!-- Ensures that Internet Explorer and Edge uses the latest version and doesn't emulate an older version -->
139139
<meta http-equiv="x-ua-compatible" content="IE=Edge">
140140

141141
<!-- Ensures the web page looks good on all screen sizes. -->
@@ -152,7 +152,7 @@ You can embed a map in a web page by using the Map Control client-side JavaScrip
152152

153153
<meta charset="utf-8">
154154

155-
<!-- Ensures that IE and Edge uses the latest version and doesn't emulate an older version -->
155+
<!-- Ensures that Internet Explorer and Edge uses the latest version and doesn't emulate an older version -->
156156
<meta http-equiv="x-ua-compatible" content="IE=Edge">
157157

158158
<!-- Ensures the web page looks good on all screen sizes. -->

articles/azure-maps/how-to-use-spatial-io-module.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ You can load the Azure Maps spatial IO module using one of the two options:
7777

7878
<meta charset="utf-8">
7979

80-
<!-- Ensures that IE and Edge uses the latest version and doesn't emulate an older version -->
80+
<!-- Ensures that Internet Explorer and Edge uses the latest version and doesn't emulate an older version -->
8181
<meta http-equiv="x-ua-compatible" content="IE=Edge">
8282

8383
<!-- Ensures the web page looks good on all screen sizes. -->
@@ -157,7 +157,7 @@ You can load the Azure Maps spatial IO module using one of the two options:
157157

158158
<meta charset="utf-8">
159159

160-
<!-- Ensures that IE and Edge uses the latest version and doesn't emulate an older version -->
160+
<!-- Ensures that Internet Explorer and Edge uses the latest version and doesn't emulate an older version -->
161161
<meta http-equiv="x-ua-compatible" content="IE=Edge">
162162

163163
<!-- Ensures the web page looks good on all screen sizes. -->

articles/azure-monitor/agents/diagnostics-extension-schema-windows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ The top-level element of the diagnostics configuration file.
7171
|Attributes|Description|
7272
|----------------|-----------------|
7373
| **overallQuotaInMB** | The maximum amount of local disk space that may be consumed by the various types of diagnostic data collected by Azure Diagnostics. The default setting is 4096 MB.<br />
74-
|**useProxyServer** | Configure Azure Diagnostics to use the proxy server settings as set in IE settings.|
74+
|**useProxyServer** | Configure Azure Diagnostics to use the proxy server settings as set in Internet Explorer settings.|
7575
|**sinks** | Added in 1.5. Optional. Points to a sink location to also send diagnostic data for all child elements that support sinks. Sink example is Application Insights or Event Hubs. Note you need to add the *resourceId* property under the *Metrics* element if you want events uploaded to Event Hubs to have a resource ID. |
7676

7777

articles/azure-monitor/app/javascript-sdk-configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ For instructions on how to add SDK configuration, see [Add SDK configuration](./
5151
| disableIkeyDeprecationMessage<br><br>Disable instrumentation Key deprecation error message. If true, error messages are NOT sent. | boolean | true |
5252
| disableInstrumentationKeyValidation<br><br>If true, instrumentation key validation check is bypassed. Default value is false. | boolean | false |
5353
| disableTelemetry<br><br>If true, telemetry isn't collected or sent. Default is false. | boolean | false |
54-
| disableXhr<br><br>Don't use XMLHttpRequest or XDomainRequest (for IE < 9) by default instead attempt to use fetch() or sendBeacon. If no other transport is available, it uses XMLHttpRequest | boolean | false |
54+
| disableXhr<br><br>Don't use XMLHttpRequest or XDomainRequest (for Internet Explorer < version 9) by default instead attempt to use fetch() or sendBeacon. If no other transport is available, it uses XMLHttpRequest | boolean | false |
5555
| distributedTracingMode<br><br>Sets the distributed tracing mode. If AI_AND_W3C mode or W3C mode is set, W3C trace context headers (traceparent/tracestate) are generated and included in all outgoing requests. AI_AND_W3C is provided for back-compatibility with any legacy Application Insights instrumented services. | numeric or `DistributedTracingModes` | `DistributedTracing Modes.AI_AND_W3C` |
5656
| enableAjaxErrorStatusText<br><br>Default false. If true, include response error data text boolean in dependency event on failed AJAX requests. | boolean | false |
5757
| enableAjaxPerfTracking<br><br>Default false. Flag to enable looking up and including extra browser window.performance timings in the reported Ajax (XHR and fetch) reported metrics. | boolean | false |

articles/cloud-shell/using-the-shell-window.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ select restore.
106106

107107
- Windows: <kbd>Ctrl</kbd>-<kbd>C</kbd> to copy is supported but use
108108
<kbd>Shift</kbd>-<kbd>Insert</kbd> to paste.
109-
- FireFox/IE may not support clipboard permissions properly.
109+
- FireFox and Internet Explorer may not support clipboard permissions properly.
110110
- macOS: <kbd>Cmd</kbd>-<kbd>C</kbd> to copy and <kbd>Cmd</kbd>-<kbd>V</kbd> to paste.
111111
- Linux: <kbd>CTRL</kbd>-<kbd>C</kbd> to copy and <kbd>CTRL</kbd>-<kbd>SHIFT</kbd>-<kbd>V</kbd> to paste.
112112

articles/hdinsight/hdinsight-release-notes-archive.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2563,7 +2563,7 @@ This release provides Zeppelin 0.7.3 with no more Apache patches.
25632563

25642564
- [ZEPPELIN-3072](https://issues.apache.org/jira/browse/ZEPPELIN-3072): Zeppelin UI becomes slow/unresponsive if there are too many notebooks.
25652565

2566-
- [ZEPPELIN-3129](https://issues.apache.org/jira/browse/ZEPPELIN-3129): Zeppelin UI doesn't sign out in IE.
2566+
- [ZEPPELIN-3129](https://issues.apache.org/jira/browse/ZEPPELIN-3129): Zeppelin UI doesn't sign out in Internet Explorer.
25672567

25682568
- [ZEPPELIN-903](https://issues.apache.org/jira/browse/ZEPPELIN-903): Replace CXF with `Jersey2`.
25692569

@@ -2778,7 +2778,7 @@ Fixed issues represent selected issues that were previously logged via Hortonwor
27782778
| BUG-90041 | [OOZIE-2723](https://issues.apache.org/jira/browse/OOZIE-2723) | JSON.org license is now CatX |
27792779
| BUG-93754 | [RANGER-1943](https://issues.apache.org/jira/browse/RANGER-1943) | Ranger Solr authorization is skipped when collection is empty or null |
27802780
| BUG-93804 | [HIVE-17419](https://issues.apache.org/jira/browse/HIVE-17419) | ANALYZE TABLE...COMPUTE STATISTICS FOR COLUMNS command shows computed stats for masked tables |
2781-
| BUG-94276 | [ZEPPELIN-3129](https://issues.apache.org/jira/browse/ZEPPELIN-3129) | Zeppelin UI does not sign out in IE |
2781+
| BUG-94276 | [ZEPPELIN-3129](https://issues.apache.org/jira/browse/ZEPPELIN-3129) | Zeppelin UI does not sign out in Internet Explorer |
27822782
| BUG-95349 | [ZOOKEEPER-1256](https://issues.apache.org/jira/browse/ZOOKEEPER-1256), [ZOOKEEPER-1901](https://issues.apache.org/jira/browse/ZOOKEEPER-1901) | Upgrade netty |
27832783
| BUG-95483 | N/A | Fix for CVE-2017-15713 |
27842784
| BUG-95646 | [OOZIE-3167](https://issues.apache.org/jira/browse/OOZIE-3167) | Upgrade tomcat version on Oozie 4.3 branch |

articles/machine-learning/concept-train-model-git-integration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ cat ~/.ssh/id_rsa.pub
8585
> **Copy and Paste in Terminal**
8686
> * Windows: `Ctrl-Insert` to copy and use `Ctrl-Shift-v` or `Shift-Insert` to paste.
8787
> * Mac OS: `Cmd-c` to copy and `Cmd-v` to paste.
88-
> * FireFox/IE may not support clipboard permissions properly.
88+
> * FireFox and Internet Explorer may not support clipboard permissions properly.
8989
9090
2) Select and copy the SSH key output to your clipboard.
9191
3) Next, follow the steps to add the SSH key to your preferred account type:

0 commit comments

Comments
 (0)