Skip to content

Commit 8f51f93

Browse files
authored
Merge pull request #116412 from craigcaseyMSFT/vcraic0525
fix broken links from OPS report
2 parents 0fcd55f + 45ebae3 commit 8f51f93

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

articles/active-directory/manage-apps/application-saml-sso-configure-api.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -330,11 +330,11 @@ In addition to the basic claims, configure the following claims for Azure AD to
330330

331331
| Claim name | Source |
332332
|---------|---------|
333-
| https://aws.amazon.com/SAML/Attributes/Role | assignedroles|
334-
| https://aws.amazon.com/SAML/Attributes/RoleSessionName | userprincipalname |
335-
| https://aws.amazon.com/SAML/Attributes/SessionDuration | "900" |
333+
| `https://aws.amazon.com/SAML/Attributes/Role` | assignedroles|
334+
| `https://aws.amazon.com/SAML/Attributes/RoleSessionName` | userprincipalname |
335+
| `https://aws.amazon.com/SAML/Attributes/SessionDuration` | "900" |
336336
| roles | assignedroles |
337-
| http://schemas.xmlsoap.org/ws/2005/05/identity/claims/nameidentifier | userprincipalname |
337+
| `http://schemas.xmlsoap.org/ws/2005/05/identity/claims/nameidentifier` | userprincipalname |
338338

339339
#### Request
340340

articles/automation/automation-graphical-authoring-intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ Graphical authoring saves data created by any activity that does not have an out
262262

263263
## Work with PowerShell expressions
264264

265-
One of the advantages of graphical authoring is that it allows you to build a runbook with minimal knowledge of PowerShell. Currently, though, you do need to know a bit of PowerShell for populating certain [parameter values](#use-activities) and for setting [link conditions](#use-links-for-workflow). This section provides a quick introduction to PowerShell expressions. Full details of PowerShell are available at [Scripting with Windows PowerShell](https://technet.microsoft.com/library/bb978526.aspx).
265+
One of the advantages of graphical authoring is that it allows you to build a runbook with minimal knowledge of PowerShell. Currently, though, you do need to know a bit of PowerShell for populating certain [parameter values](#use-activities) and for setting [link conditions](#use-links-for-workflow). This section provides a quick introduction to PowerShell expressions. Full details of PowerShell are available at [Scripting with Windows PowerShell](https://docs.microsoft.com/powershell/scripting/overview).
266266

267267
### Use a PowerShell expression as a data source
268268

articles/marketplace/partner-center-portal/azure-vm-create-offer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Your engineering team should have a basic understanding and working knowledge of
6868
Enter an **Offer ID**. This is a unique identifier for each offer in your account.
6969

7070
- This ID is visible to customers in the web address for the Azure Marketplace offer and in Azure PowerShell and the Azure CLI, if applicable.
71-
- Use only lowercase letters and numbers. The ID can include hyphens and underscores, but no spaces, and is limited to 50 characters. For example, if you enter **test-offer-1**, the offer web address will be *https://azuremarketplace.microsoft.com/marketplace/../test-offer-1*.
71+
- Use only lowercase letters and numbers. The ID can include hyphens and underscores, but no spaces, and is limited to 50 characters. For example, if you enter **test-offer-1**, the offer web address will be `https://azuremarketplace.microsoft.com/marketplace/../test-offer-1`.
7272
- The Offer ID can't be changed after you select **Create**.
7373

7474
Enter an **Offer alias**. The offer alias is the name that's used for the offer in Partner Center.

0 commit comments

Comments
 (0)