Skip to content

Commit 9b98e27

Browse files
authored
Merge pull request #14125 from MatthewSteeples/patch-2
Fix URL format for Advanced Security links
2 parents ccbf7dc + 0250c77 commit 9b98e27

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

release-notes/2024/includes/ghazdo/sprint-243-update.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ ms.topic: include
99

1010
To help you identify your Advanced Security users, the Meter Usage Estimate APIs now return each user’s Azure DevOps identity, including their display name, CUID, email identifier, and identity descriptor. This feature is available at the organization, project, and repository levels. To use this new endpoint, the syntax is similar to the existing meter usage API endpoints, appending `/details` to the endpoint:
1111

12-
- At the organization level: GET `https://advsec.dev.azure.com/{organization}/_apis/management/meterUsageEstimate?api-version=7.2-preview.1/details`
13-
- At the project level: GET `https://advsec.dev.azure.com/{organization}/{project}/_apis/management/meterUsageEstimate?api-version=7.2-preview.1/details`
14-
- At the repository level: GET `https://advsec.dev.azure.com/{organization}/{project}/_apis/management/repositories/{repository}/meterUsageEstimate?api-version=7.2-preview.1/details`
12+
- At the organization level: GET `https://advsec.dev.azure.com/{organization}/_apis/management/meterUsageEstimate/details?api-version=7.2-preview.1`
13+
- At the project level: GET `https://advsec.dev.azure.com/{organization}/{project}/_apis/management/meterUsageEstimate/details?api-version=7.2-preview.1`
14+
- At the repository level: GET `https://advsec.dev.azure.com/{organization}/{project}/_apis/management/repositories/{repository}/meterUsageEstimate/details?api-version=7.2-preview.1`
1515

1616
### GitHub Advanced Security code scanning for C# and Java projects without builds
1717

@@ -31,4 +31,4 @@ Consideration:
3131
- Invalid Example: C#, JavaScript, and Swift with build mode set to **"none"** (Swift is not supported in build mode **"none"**).
3232

3333
> [!div class="mx-imgBorder"]
34-
> [![Screenshot of AdvancedSecurity-Codeql.](../../media/243-ghazdo-01.png "Screenshot of AdvancedSecurity-Codeql")](../../media/243-ghazdo-01.png#lightbox)
34+
> [![Screenshot of AdvancedSecurity-Codeql.](../../media/243-ghazdo-01.png "Screenshot of AdvancedSecurity-Codeql")](../../media/243-ghazdo-01.png#lightbox)

0 commit comments

Comments
 (0)