Skip to content

Commit 544a3d8

Browse files
authored
Merge branch 'master' into dns-private-faq
2 parents 2c230f2 + c27b5e5 commit 544a3d8

File tree

21,685 files changed

+432267
-308684
lines changed

Some content is hidden

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

21,685 files changed

+432267
-308684
lines changed

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Operating System files
2-
.DS_Store
2+
.DS_Store
33
Thumbs.db
44

55
# Visual Studio and VS Code files
@@ -21,4 +21,4 @@ _themes.VS.Modern/
2121
articles/directories.txt
2222
AzureMigration.ps1
2323

24-
!/.vscode/extensions.json
24+
!/.vscode/extensions.json

.openpublishing.publish.config.json

Lines changed: 22 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@
2121
"version": 0
2222
}
2323
],
24-
"notification_subscribers": [],
24+
"notification_subscribers": [
25+
26+
],
2527
"sync_notification_subscribers": [
2628
2729
],
@@ -74,11 +76,13 @@
7476
"path_to_root": "policy-templates",
7577
"url": "https://github.com/Azure/azure-policy",
7678
"branch": "master",
77-
"branch_mapping": {
78-
"release-build-mysql": "release-build",
79-
"release-build-postgresql": "release-build",
80-
"release-build-stellar": "release-build"
81-
}
79+
"branch_mapping": {}
80+
},
81+
{
82+
"path_to_root": "blueprints-templates",
83+
"url": "https://github.com/Azure/azure-blueprints",
84+
"branch": "master",
85+
"branch_mapping": {}
8286
},
8387
{
8488
"path_to_root": "azure-docs-json-samples",
@@ -206,6 +210,12 @@
206210
"branch": "tutorial",
207211
"branch_mapping": {}
208212
},
213+
{
214+
"path_to_root": "samples-tsi",
215+
"url": "https://github.com/Azure-Samples/Azure-Time-Series-Insights",
216+
"branch": "master",
217+
"branch_mapping": {}
218+
},
209219
{
210220
"path_to_root": "media-services-v3-dotnet-core-tutorials",
211221
"url": "https://github.com/Azure-Samples/media-services-v3-dotnet-core-tutorials",
@@ -296,6 +306,12 @@
296306
"branch": "master",
297307
"branch_mapping": {}
298308
},
309+
{
310+
"path_to_root": "cosmosdb-nodejs-get-started",
311+
"url": "https://github.com/Azure-Samples/azure-cosmos-db-sql-api-nodejs-getting-started",
312+
"branch": "master",
313+
"branch_mapping": {}
314+
},
299315
{
300316
"path_to_root": "cognitive-services-content-moderator-samples",
301317
"url": "https://github.com/Azure-Samples/cognitive-services-content-moderator-samples",

.openpublishing.redirection.json

Lines changed: 4338 additions & 886 deletions
Large diffs are not rendered by default.

CONTRIBUTING.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# Contributing to Microsoft Azure Documentation
22

3-
> Between March 5th and March 9th 2019, the MicrosoftDocs/azure-docs repo will be undergoing a Migration from it's current Markdown engine to the [Markdig](https://github.com/lunet-io/markdig) markdown engine. During this time, we will be turning off the ability to suspending merging of public pull requests in order to complete the migration.
4-
53
Thank you for taking the time to contribute to the Microsoft Azure documentation.
64

75
This guide covers some general topics around contribution and refers out to our [contributors guide](https://docs.microsoft.com/contribute) for more detailed explanations where relevant.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Welcome to the open source [documentation](https://docs.microsoft.com/azure) of
44

55
## Getting Started
66

7-
Contributing to open source is more than just providing updates, it's also letting us know when there is an issue. Read our [Contributing guidance](.github/CONTRIBUTING.md) to find out more.
7+
Contributing to open source is more than just providing updates, it's also letting us know when there is an issue. Read our [Contributing guidance](CONTRIBUTING.md) to find out more.
88

99
### Prerequisites
1010

articles/active-directory-b2c/TOC.yml

Lines changed: 20 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@
5656
href: active-directory-b2c-overview-custom.md
5757
- name: User access
5858
href: manage-user-access.md
59+
- name: JavaScript and page contracts
60+
href: user-flow-javascript-overview.md
5961
- name: OAuth 2.0
6062
href: active-directory-b2c-reference-oauth-code.md
6163
- name: OpenId Connect
@@ -70,8 +72,6 @@
7072
href: manage-user-data.md
7173
- name: User flows
7274
href: active-directory-b2c-reference-policies.md
73-
- name: User flows with JavaScript
74-
href: user-flow-javascript-overview.md
7575
- name: User interface customization
7676
href: customize-ui-overview.md
7777
- name: How-to guides
@@ -84,8 +84,8 @@
8484
href: add-native-application.md
8585
- name: Configure age gating
8686
href: basic-age-gating.md
87-
- name: Configure tokens
88-
href: active-directory-b2c-token-session-sso.md
87+
- name: Configure session behavior
88+
href: session-behavior.md
8989
- name: Customize language
9090
href: active-directory-b2c-reference-language-customization.md
9191
- name: Customize password
@@ -110,8 +110,6 @@
110110
href: active-directory-b2c-ui-customization-custom.md
111111
- name: Customize the UI dynamically
112112
href: active-directory-b2c-ui-customization-custom-dynamic.md
113-
- name: Customize tokens
114-
href: active-directory-b2c-reference-manage-sso-and-token-configuration.md
115113
- name: Define custom attributes
116114
href: active-directory-b2c-create-custom-attributes-profile-edit-custom.md
117115
- name: Enable keep me signed in
@@ -146,8 +144,6 @@
146144
href: active-directory-b2c-custom-setup-twitter-idp.md
147145
- name: Page contract
148146
href: page-contract.md
149-
- name: Pass through access token
150-
href: idp-pass-through-custom.md
151147
- name: Password complexity
152148
href: active-directory-b2c-reference-password-complexity-custom.md
153149
- name: Password change
@@ -158,6 +154,12 @@
158154
href: active-directory-b2c-custom-setup-adfs2016-idp.md
159155
- name: Salesforce
160156
href: active-directory-b2c-setup-sf-app-custom.md
157+
- name: Tokens
158+
items:
159+
- name: Customize tokens
160+
href: active-directory-b2c-reference-manage-sso-and-token-configuration.md
161+
- name: Pass through access token
162+
href: idp-pass-through-custom.md
161163
- name: Track user behavior
162164
href: active-directory-b2c-custom-guide-eventlogger-appins.md
163165
- name: Reference
@@ -271,10 +273,6 @@
271273
href: active-directory-b2c-devquickstarts-ios.md
272274
- name: Android using App Auth
273275
href: active-directory-b2c-devquickstarts-android.md
274-
- name: Obtain access tokens
275-
href: active-directory-b2c-access-tokens.md
276-
- name: Pass through access token
277-
href: idp-pass-through-user-flow.md
278276
- name: Report usage
279277
href: active-directory-b2c-reference-usage-reporting-api.md
280278
- name: Resource owner password credentials
@@ -283,6 +281,14 @@
283281
href: direct-signin.md
284282
- name: Set up self-serve-password reset
285283
href: active-directory-b2c-reference-sspr.md
284+
- name: Tokens
285+
items:
286+
- name: Configure tokens
287+
href: configure-tokens.md
288+
- name: Pass through access token
289+
href: idp-pass-through-user-flow.md
290+
- name: Request access token
291+
href: active-directory-b2c-access-tokens.md
286292
- name: Use b2clogin.com
287293
href: b2clogin.md
288294
- name: Use the Azure AD Graph API
@@ -291,6 +297,8 @@
291297
items:
292298
- name: Code samples
293299
href: https://azure.microsoft.com/resources/samples/?service=active-directory-b2c
300+
- name: Cookie definitions
301+
href: cookie-definitions.md
294302
- name: Region availability & data residency
295303
href: active-directory-b2c-reference-tenant-type.md
296304
- name: Enable billing

0 commit comments

Comments
 (0)