Skip to content

Commit 77409b5

Browse files
authored
Merge pull request #176727 from v-rajagt/banders-oct-18
Link fixed.
2 parents 47c1d35 + 2156132 commit 77409b5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

articles/cost-management-billing/cost-management-billing-faq.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ sections:
158158
See [View your Spot VM charges](./costs/cost-analysis-common-uses.md#view-your-spot-vm-charges).
159159
- question: How do I get a reservation details report?
160160
answer: |
161-
Read the API documentation to [generate a reservation details report](/rest/api/cost-management/generatereservationdetailsreport).
161+
Read the API documentation to [generate a reservation details report](/azure/cost-management-billing/reservations/reservation-utilization).
162162
163163
- name: Azure Enterprise Agreement (EA) and EA portal questions
164164
questions:
@@ -441,4 +441,4 @@ sections:
441441
The PAL association to existing credentials provides no new customer data to Microsoft. It provides the information to Microsoft where a partner is actively involved in a customer's Power Apps environments. Microsoft can attribute usage and influence from customer environment to partner organization based on the account's permissions (Power Apps role) and scope (tenant, Resource Group, Resource) provided to the partner by customer.
442442
- question: Does PAL association affect the security of a customer's Power Apps environment?
443443
answer: |
444-
PAL association only adds partner's MPN ID to the credential already provisioned. It doesn't alter any permissions (Power Apps role) or provide extra Power Apps service data to the partner or Microsoft.
444+
PAL association only adds partner's MPN ID to the credential already provisioned. It doesn't alter any permissions (Power Apps role) or provide extra Power Apps service data to the partner or Microsoft.

articles/cost-management-billing/costs/migrate-from-enterprise-reporting-to-azure-resource-manager-apis.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Use the table below to identify the EA APIs that you currently use and the repla
6060
| --- | --- | --- |
6161
| Balance Summary | [/balancesummary](/rest/api/billing/enterprise/billing-enterprise-api-balance-summary) |[Microsoft.Consumption/balances](/rest/api/consumption/balances/getbybillingaccount) |
6262
| Price Sheet | [/pricesheet](/rest/api/billing/enterprise/billing-enterprise-api-pricesheet) | [Microsoft.Consumption/pricesheets/default](/rest/api/consumption/pricesheet) – use for negotiated prices <p> [Retail Prices API](/rest/api/cost-management/retail-prices/azure-retail-prices) – use for retail prices |
63-
| Reserved Instance Details | [/reservationdetails](/rest/api/billing/enterprise/billing-enterprise-api-reserved-instance-usage) | [Microsoft.CostManagement/generateReservationDetailsReport](/rest/api/cost-management/generatereservationdetailsreport) |
63+
| Reserved Instance Details | [/reservationdetails](/rest/api/billing/enterprise/billing-enterprise-api-reserved-instance-usage) | [Microsoft.CostManagement/generateReservationDetailsReport](/azure/cost-management-billing/reservations/reservation-utilization) |
6464
| Reserved Instance Summary | [/reservationsummaries](/rest/api/billing/enterprise/billing-enterprise-api-reserved-instance-usage) | [Microsoft.Consumption/reservationSummaries](/rest/api/consumption/reservationssummaries/list#reservationsummariesdailywithbillingaccountid) |
6565
| Reserved Instance Recommendations | [/SharedReservationRecommendations](/rest/api/billing/enterprise/billing-enterprise-api-reserved-instance-recommendation)<p>[/SingleReservationRecommendations](/rest/api/billing/enterprise/billing-enterprise-api-reserved-instance-recommendation) | [Microsoft.Consumption/reservationRecommendations](/rest/api/consumption/reservationrecommendations/list) |
6666
| Reserved Instance Charges | [/reservationcharges](/rest/api/billing/enterprise/billing-enterprise-api-reserved-instance-charges) | [Microsoft.Consumption/reservationTransactions](/rest/api/consumption/reservationtransactions/list) |
@@ -586,4 +586,4 @@ After you've migrated to Azure Resource Manager APIs for your existing reporting
586586
- Familiarize yourself with the [Azure Resource Manager REST APIs](/rest/api/azure).
587587
- If needed, determine which EA APIs you use and see which Azure Resource Manager APIs to move to at [EA API mapping to new Azure Resource Manager APIs](#ea-api-mapping-to-new-azure-resource-manager-apis).
588588
- If you're not already using Azure Resource Manager APIs, [register your client app with Azure AD](/rest/api/azure/#register-your-client-application-with-azure-ad).
589-
- If needed, update any of your programming code to use [Azure AD authentication](/rest/api/azure/#create-the-request) with your Service Principal.
589+
- If needed, update any of your programming code to use [Azure AD authentication](/rest/api/azure/#create-the-request) with your Service Principal.

0 commit comments

Comments
 (0)