Skip to content

Commit

Permalink
docs: upgrade version in read me with new release
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherNagl committed Aug 23, 2024
1 parent becb5b7 commit 8ce5ecd
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ terraform {
required_providers {
microsoftfabric = {
source = "ChristopherNagl/microsoftfabric"
version = "0.4.2"
version = "0.5.1"
}
}
}
Expand Down Expand Up @@ -139,11 +139,11 @@ resource "microsoftfabric_pipeline" "example_pipeline" {

### Required

- `client_id` (String) The Client ID for Power BI API access.
- `client_secret` (String, Sensitive) The Client Secret for Power BI API access.
- `tenant_id` (String) The Tenant ID for Power BI API access.
- `username` (String) The username for Power BI API access.
- `password` (String, Sensitive) The password for Power BI API access.
- `client_id` (String) The Client ID for Fabric API access.
- `client_secret` (String, Sensitive) The Client Secret for Fabric API access.
- `tenant_id` (String) The Tenant ID for Fabric API access.
- `username` (String) The username for Fabric API access.
- `password` (String, Sensitive) The password for Fabric API access.

### Optional

Expand Down
12 changes: 6 additions & 6 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ terraform {
required_providers {
microsoftfabric = {
source = "ChristopherNagl/microsoftfabric"
version = "0.4.1"
version = "0.5.1"
}
}
}
Expand Down Expand Up @@ -114,11 +114,11 @@ resource "microsoftfabric_pipeline" "example_pipeline" {

### Required

- `client_id` (String) The Client ID for Power BI API access.
- `client_secret` (String, Sensitive) The Client Secret for Power BI API access.
- `tenant_id` (String) The Tenant ID for Power BI API access.
- `username` (String) The username for Power BI API access.
- `password` (String, Sensitive) The password for Power BI API access.
- `client_id` (String) The Client ID for Fabric API access.
- `client_secret` (String, Sensitive) The Client Secret for Fabric API access.
- `tenant_id` (String) The Tenant ID for Fabric API access.
- `username` (String) The username for Fabric API access.
- `password` (String, Sensitive) The password for Fabric API access..

### Optional

Expand Down

0 comments on commit 8ce5ecd

Please sign in to comment.