Skip to content

Commit 68c5376

Browse files
authored
Fix broken documentation links (#315)
* fixes #314 with documentation updates and culture removal * more fixes
1 parent 1d982e3 commit 68c5376

File tree

58 files changed

+199
-199
lines changed

Some content is hidden

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

58 files changed

+199
-199
lines changed

.devcontainer/features/pac/devcontainer-feature.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"id": "pac",
33
"version": "1.0.2",
44
"name": "Power Platform CLI",
5-
"documentationURL": "https://learn.microsoft.com/en-us/power-platform/developer/cli/introduction",
5+
"documentationURL": "https://learn.microsoft.com/power-platform/developer/cli/introduction",
66
"description": "Installs the PAC CLI.",
77
"options": {},
88
"containerEnv": {},

docs/data-sources/billing_policies.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
page_title: "powerplatform_billing_policies Data Source - powerplatform"
44
subcategory: ""
55
description: |-
6-
Fetches the list of billing policies https://learn.microsoft.com/en-us/power-platform/admin/pay-as-you-go-overview#what-is-a-billing-policy in a tenant. A billing policy is a set of rules that define how a tenant is billed for usage of Power Platform services. A billing policy is associated with a billing instrument, which is a subscription and resource group that is used to pay for usage of Power Platform services.
6+
Fetches the list of billing policies https://learn.microsoft.com/power-platform/admin/pay-as-you-go-overview#what-is-a-billing-policy in a tenant. A billing policy is a set of rules that define how a tenant is billed for usage of Power Platform services. A billing policy is associated with a billing instrument, which is a subscription and resource group that is used to pay for usage of Power Platform services.
77
---
88

99
# powerplatform_billing_policies (Data Source)
1010

11-
Fetches the list of [billing policies](https://learn.microsoft.com/en-us/power-platform/admin/pay-as-you-go-overview#what-is-a-billing-policy) in a tenant. A billing policy is a set of rules that define how a tenant is billed for usage of Power Platform services. A billing policy is associated with a billing instrument, which is a subscription and resource group that is used to pay for usage of Power Platform services.
11+
Fetches the list of [billing policies](https://learn.microsoft.com/power-platform/admin/pay-as-you-go-overview#what-is-a-billing-policy) in a tenant. A billing policy is a set of rules that define how a tenant is billed for usage of Power Platform services. A billing policy is associated with a billing instrument, which is a subscription and resource group that is used to pay for usage of Power Platform services.
1212

1313
## Example Usage
1414

@@ -33,7 +33,7 @@ data "powerplatform_billing_policies" "all_policies" {}
3333

3434
### Read-Only
3535

36-
- `billing_policies` (Attributes List) [Power Platform Billing Policy](https://learn.microsoft.com/en-us/rest/api/power-platform/licensing/billing-policy/get-billing-policy#billingpolicyresponsemodel) (see [below for nested schema](#nestedatt--billing_policies))
36+
- `billing_policies` (Attributes List) [Power Platform Billing Policy](https://learn.microsoft.com/rest/api/power-platform/licensing/billing-policy/get-billing-policy#billingpolicyresponsemodel) (see [below for nested schema](#nestedatt--billing_policies))
3737
- `id` (Number) Id of the read operation
3838

3939
<a id="nestedatt--billing_policies"></a>

docs/data-sources/billing_policies_environments.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
page_title: "powerplatform_billing_policies_environments Data Source - powerplatform"
44
subcategory: ""
55
description: |-
6-
Fetches the environments associated with a billing policy https://learn.microsoft.com/en-us/power-platform/admin/pay-as-you-go-overview#what-is-a-billing-policy.
7-
This data source uses the List Billing Policy Environments https://learn.microsoft.com/en-us/rest/api/power-platform/licensing/billing-policy-environment/list-billing-policy-environments endpoint in the Power Platform API.
6+
Fetches the environments associated with a billing policy https://learn.microsoft.com/power-platform/admin/pay-as-you-go-overview#what-is-a-billing-policy.
7+
This data source uses the List Billing Policy Environments https://learn.microsoft.com/rest/api/power-platform/licensing/billing-policy-environment/list-billing-policy-environments endpoint in the Power Platform API.
88
---
99

1010
# powerplatform_billing_policies_environments (Data Source)
1111

12-
Fetches the environments associated with a [billing policy](https://learn.microsoft.com/en-us/power-platform/admin/pay-as-you-go-overview#what-is-a-billing-policy).
12+
Fetches the environments associated with a [billing policy](https://learn.microsoft.com/power-platform/admin/pay-as-you-go-overview#what-is-a-billing-policy).
1313

14-
This data source uses the [List Billing Policy Environments](https://learn.microsoft.com/en-us/rest/api/power-platform/licensing/billing-policy-environment/list-billing-policy-environments) endpoint in the Power Platform API.
14+
This data source uses the [List Billing Policy Environments](https://learn.microsoft.com/rest/api/power-platform/licensing/billing-policy-environment/list-billing-policy-environments) endpoint in the Power Platform API.
1515

1616
## Example Usage
1717

docs/data-sources/connectors.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ subcategory: ""
55
description: |-
66
Fetches the list of available connectors within a specific Power Platform tenant. Each connector represents a service that can be used to enhance the capabilities of Power Apps, Power Automate, and Power Virtual Agents. The returned list includes both standard and custom connectors, providing a comprehensive view of the services that can be integrated into your Power Platform solutions. The list can be used to understand what services are readily available for use within your tenant, and can assist in planning and developing new applications or flows. It's important to note that the availability of connectors may vary based on the specific licenses and permissions assigned within your tenant.
77
Additional Resources:
8-
Connectors Overview https://learn.microsoft.com/en-us/connectors/connectors
8+
Connectors Overview https://learn.microsoft.com/connectors/connectors
99
---
1010

1111
# powerplatform_connectors (Data Source)
@@ -14,7 +14,7 @@ Fetches the list of available connectors within a specific Power Platform tenant
1414

1515
Additional Resources:
1616

17-
* [Connectors Overview](https://learn.microsoft.com/en-us/connectors/connectors)
17+
* [Connectors Overview](https://learn.microsoft.com/connectors/connectors)
1818

1919
## Example Usage
2020

docs/data-sources/currencies.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
page_title: "powerplatform_currencies Data Source - powerplatform"
44
subcategory: ""
55
description: |-
6-
Fetches the list of available Dynamics 365 currencies. For more information see Power Platform Currencies https://learn.microsoft.com/en-us/power-platform/admin/manage-transactions-with-multiple-currencies
6+
Fetches the list of available Dynamics 365 currencies. For more information see Power Platform Currencies https://learn.microsoft.com/power-platform/admin/manage-transactions-with-multiple-currencies
77
---
88

99
# powerplatform_currencies (Data Source)
1010

11-
Fetches the list of available Dynamics 365 currencies. For more information see [Power Platform Currencies](https://learn.microsoft.com/en-us/power-platform/admin/manage-transactions-with-multiple-currencies)
11+
Fetches the list of available Dynamics 365 currencies. For more information see [Power Platform Currencies](https://learn.microsoft.com/power-platform/admin/manage-transactions-with-multiple-currencies)
1212

1313
## Example Usage
1414

@@ -22,7 +22,7 @@ terraform {
2222
}
2323
2424
provider "powerplatform" {
25-
use_client = true
25+
use_cli = true
2626
}
2727
2828
data "powerplatform_locations" "all_locations" {}

docs/data-sources/data_loss_prevention_policies.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
page_title: "powerplatform_data_loss_prevention_policies Data Source - powerplatform"
44
subcategory: ""
55
description: |-
6-
Fetches the list of Data Loss Prevention Policies in a Power Platform tenant. See Manage data loss prevention policies https://learn.microsoft.com/en-us/power-platform/admin/prevent-data-loss for more information.
6+
Fetches the list of Data Loss Prevention Policies in a Power Platform tenant. See Manage data loss prevention policies https://learn.microsoft.com/power-platform/admin/prevent-data-loss for more information.
77
---
88

99
# powerplatform_data_loss_prevention_policies (Data Source)
1010

11-
Fetches the list of Data Loss Prevention Policies in a Power Platform tenant. See [Manage data loss prevention policies](https://learn.microsoft.com/en-us/power-platform/admin/prevent-data-loss) for more information.
11+
Fetches the list of Data Loss Prevention Policies in a Power Platform tenant. See [Manage data loss prevention policies](https://learn.microsoft.com/power-platform/admin/prevent-data-loss) for more information.
1212

1313

1414

docs/data-sources/environment_application_packages.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ page_title: "powerplatform_environment_application_packages Data Source - powerp
44
subcategory: ""
55
description: |-
66
Fetches the list of Dynamics 365 applications in a tenant. The data source can be filtered by name and publisher name.
7-
This is functionally equivalent to the Environment-level view of apps https://learn.microsoft.com/en-us/power-platform/admin/manage-apps#environment-level-view-of-apps in the Power Platform Admin Center or the pac application list command from Power Platform CLI https://learn.microsoft.com/en-us/power-platform/developer/cli/reference/application#pac-application-list. This data source uses the Get Environment Application Package https://learn.microsoft.com/en-us/rest/api/power-platform/appmanagement/applications/get-environment-application-package endpoint in the Power Platform API.
7+
This is functionally equivalent to the Environment-level view of apps https://learn.microsoft.com/power-platform/admin/manage-apps#environment-level-view-of-apps in the Power Platform Admin Center or the pac application list command from Power Platform CLI https://learn.microsoft.com/power-platform/developer/cli/reference/application#pac-application-list. This data source uses the Get Environment Application Package https://learn.microsoft.com/rest/api/power-platform/appmanagement/applications/get-environment-application-package endpoint in the Power Platform API.
88
---
99

1010
# powerplatform_environment_application_packages (Data Source)
1111

1212
Fetches the list of Dynamics 365 applications in a tenant. The data source can be filtered by name and publisher name.
1313

14-
This is functionally equivalent to the [Environment-level view of apps](https://learn.microsoft.com/en-us/power-platform/admin/manage-apps#environment-level-view-of-apps) in the Power Platform Admin Center or the [`pac application list` command from Power Platform CLI](https://learn.microsoft.com/en-us/power-platform/developer/cli/reference/application#pac-application-list). This data source uses the [Get Environment Application Package](https://learn.microsoft.com/en-us/rest/api/power-platform/appmanagement/applications/get-environment-application-package) endpoint in the Power Platform API.
14+
This is functionally equivalent to the [Environment-level view of apps](https://learn.microsoft.com/power-platform/admin/manage-apps#environment-level-view-of-apps) in the Power Platform Admin Center or the [`pac application list` command from Power Platform CLI](https://learn.microsoft.com/power-platform/developer/cli/reference/application#pac-application-list). This data source uses the [Get Environment Application Package](https://learn.microsoft.com/rest/api/power-platform/appmanagement/applications/get-environment-application-package) endpoint in the Power Platform API.
1515

1616
## Example Usage
1717

docs/data-sources/environment_powerapps.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
page_title: "powerplatform_environment_powerapps Data Source - powerplatform"
44
subcategory: ""
55
description: |-
6-
Fetches the list of Power Apps in an environment. See Manage Power Apps https://learn.microsoft.com/en-us/power-platform/admin/admin-manage-apps for more details about how this data is surfaced in Power Platform Admin Center.
6+
Fetches the list of Power Apps in an environment. See Manage Power Apps https://learn.microsoft.com/power-platform/admin/admin-manage-apps for more details about how this data is surfaced in Power Platform Admin Center.
77
---
88

99
# powerplatform_environment_powerapps (Data Source)
1010

11-
Fetches the list of Power Apps in an environment. See [Manage Power Apps](https://learn.microsoft.com/en-us/power-platform/admin/admin-manage-apps) for more details about how this data is surfaced in Power Platform Admin Center.
11+
Fetches the list of Power Apps in an environment. See [Manage Power Apps](https://learn.microsoft.com/power-platform/admin/admin-manage-apps) for more details about how this data is surfaced in Power Platform Admin Center.
1212

1313
## Example Usage
1414

docs/data-sources/environment_settings.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
page_title: "powerplatform_environment_settings Data Source - powerplatform"
44
subcategory: ""
55
description: |-
6-
Power Platform Environment Settings Data Source. Power Platform Settings are configuration options that apply to a specific environment. They control various aspects of Power Platform features and behaviors, See Environment Settings Overview https://learn.microsoft.com/en-us/power-platform/admin/admin-settings for more details.
6+
Power Platform Environment Settings Data Source. Power Platform Settings are configuration options that apply to a specific environment. They control various aspects of Power Platform features and behaviors, See Environment Settings Overview https://learn.microsoft.com/power-platform/admin/admin-settings for more details.
77
---
88

99
# powerplatform_environment_settings (Data Source)
1010

11-
Power Platform Environment Settings Data Source. Power Platform Settings are configuration options that apply to a specific environment. They control various aspects of Power Platform features and behaviors, See [Environment Settings Overview](https://learn.microsoft.com/en-us/power-platform/admin/admin-settings) for more details.
11+
Power Platform Environment Settings Data Source. Power Platform Settings are configuration options that apply to a specific environment. They control various aspects of Power Platform features and behaviors, See [Environment Settings Overview](https://learn.microsoft.com/power-platform/admin/admin-settings) for more details.
1212

1313

1414

@@ -34,8 +34,8 @@ Power Platform Environment Settings Data Source. Power Platform Settings are con
3434

3535
Optional:
3636

37-
- `audit_settings` (Attributes) Audit Settings. See [Audit Settings Overview](https://learn.microsoft.com/en-us/power-platform/admin/system-settings-dialog-box-auditing-tab) for more details. (see [below for nested schema](#nestedatt--audit_and_logs--audit_settings))
38-
- `plugin_trace_log_setting` (String) Plugin trace log setting. Available options: Off, Exception, All. See [Plugin Trace Log Settings Overview](https://learn.microsoft.com/en-us/power-apps/developer/data-platform/logging-tracing) for more details.
37+
- `audit_settings` (Attributes) Audit Settings. See [Audit Settings Overview](https://learn.microsoft.com/power-platform/admin/system-settings-dialog-box-auditing-tab) for more details. (see [below for nested schema](#nestedatt--audit_and_logs--audit_settings))
38+
- `plugin_trace_log_setting` (String) Plugin trace log setting. Available options: Off, Exception, All. See [Plugin Trace Log Settings Overview](https://learn.microsoft.com/power-apps/developer/data-platform/logging-tracing) for more details.
3939

4040
<a id="nestedatt--audit_and_logs--audit_settings"></a>
4141
### Nested Schema for `audit_and_logs.audit_settings`
@@ -53,7 +53,7 @@ Optional:
5353

5454
Optional:
5555

56-
- `email_settings` (Attributes) Email Settings. See [Email Settings Overview](https://learn.microsoft.com/en-us/power-platform/admin/settings-email) for more details. (see [below for nested schema](#nestedatt--email--email_settings))
56+
- `email_settings` (Attributes) Email Settings. See [Email Settings Overview](https://learn.microsoft.com/power-platform/admin/settings-email) for more details. (see [below for nested schema](#nestedatt--email--email_settings))
5757

5858
<a id="nestedatt--email--email_settings"></a>
5959
### Nested Schema for `email.email_settings`
@@ -69,8 +69,8 @@ Optional:
6969

7070
Optional:
7171

72-
- `behavior_settings` (Attributes) Behavior Settings.See [Behavior Settings Overview](https://learn.microsoft.com/en-us/power-platform/admin/settings-behavior) for more details. (see [below for nested schema](#nestedatt--product--behavior_settings))
73-
- `features` (Attributes) Features. See [Features Overview](https://learn.microsoft.com/en-us/power-platform/admin/settings-features) for more details. (see [below for nested schema](#nestedatt--product--features))
72+
- `behavior_settings` (Attributes) Behavior Settings.See [Behavior Settings Overview](https://learn.microsoft.com/power-platform/admin/settings-behavior) for more details. (see [below for nested schema](#nestedatt--product--behavior_settings))
73+
- `features` (Attributes) Features. See [Features Overview](https://learn.microsoft.com/power-platform/admin/settings-features) for more details. (see [below for nested schema](#nestedatt--product--features))
7474

7575
<a id="nestedatt--product--behavior_settings"></a>
7676
### Nested Schema for `product.behavior_settings`

docs/data-sources/environments.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
page_title: "powerplatform_environments Data Source - powerplatform"
44
subcategory: ""
55
description: |-
6-
Fetches the list of environments in a tenant. See Environments overview https://learn.microsoft.com/en-us/power-platform/admin/environments-overview for more information.
6+
Fetches the list of environments in a tenant. See Environments overview https://learn.microsoft.com/power-platform/admin/environments-overview for more information.
77
---
88

99
# powerplatform_environments (Data Source)
1010

11-
Fetches the list of environments in a tenant. See [Environments overview](https://learn.microsoft.com/en-us/power-platform/admin/environments-overview) for more information.
11+
Fetches the list of environments in a tenant. See [Environments overview](https://learn.microsoft.com/power-platform/admin/environments-overview) for more information.
1212

1313
## Example Usage
1414

0 commit comments

Comments
 (0)