Skip to content

Commit 34c3718

Browse files
authored
Merge pull request #297029 from MicrosoftDocs/main
Publish to live, Wednesday 4AM PST, 3/26
2 parents 340888a + 14e63d5 commit 34c3718

File tree

69 files changed

+502
-1201
lines changed

Some content is hidden

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

69 files changed

+502
-1201
lines changed

.openpublishing.redirection.json

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6354,10 +6354,10 @@
63546354
"redirect_url": "/azure/reliability/regions-list",
63556355
"redirect_document_id": false
63566356
},
6357-
{
6357+
{
63586358
"source_path_from_root": "/articles/cyclecloud/how-to/ccws/cleanup-roles.md",
63596359
"redirect_url": "/azure/cyclecloud/how-to/ccws/deploy-with-cli",
6360-
"redirect_document_id": false
6360+
"redirect_document_id": false
63616361
},
63626362
{
63636363
"source_path": "articles/cloud-services/applications-dont-support-tls-1-2.md",
@@ -6693,6 +6693,16 @@
66936693
"source_path": "articles/operational-excellence/relocation-managed-identity.md",
66946694
"redirect_url": "/entra/identity/managed-identities-azure-resources/how-to-managed-identity-regional-move",
66956695
"redirect_document_id": false
6696+
},
6697+
{
6698+
"source_path": "articles/notification-hubs/xamarin-notification-hubs-ios-push-notification-apns-get-started.md",
6699+
"redirect_url": "/dotnet/maui/data-cloud/push-notifications",
6700+
"redirect_document_id": false
6701+
},
6702+
{
6703+
"source_path": "articles/notification-hubs/xamarin-notification-hubs-push-notifications-android-gcm.md",
6704+
"redirect_url": "/dotnet/maui/data-cloud/push-notifications",
6705+
"redirect_document_id": false
66966706
}
66976707
]
66986708
}

articles/active-directory-b2c/api-connectors-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ A null value in a database is used when the value in a column is unknown or miss
165165
When an element is null, either:
166166

167167
- Omit the key-value pair from the JSON.
168-
- Return a value that corresponds to the Azure AD B2C claim data type. For example, for a `string` data type, return empty string `""`. For an `integer` data type, return a zero value `0`. For a `dateTime` data type, return a minimum value `1970-00-00T00:00:00.0000000Z`.
168+
- Return a value that corresponds to the Azure AD B2C claim data type. For example, for a `string` data type, return empty string `""`. For an `integer` data type, return a zero value `0`. For a `dateTime` data type, return a minimum value `0001-01-01T00:00:00.0000000Z`.
169169

170170
The following example demonstrates how to handle a null value. The email is omitted from the JSON:
171171

0 commit comments

Comments
 (0)