Skip to content

Commit

Permalink
Merge pull request #56 from cisco-en-programmability/develop
Browse files Browse the repository at this point in the history
Develop v1.0.0-beta
  • Loading branch information
fmunozmiranda authored Jun 18, 2022
2 parents 44d0fc1 + baebc36 commit bbbf3a7
Show file tree
Hide file tree
Showing 1,002 changed files with 29,283 additions and 15,552 deletions.
59 changes: 59 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,63 @@
## 1.0.0-beta (June 17, 2022)

NOTES:
`dnacenter-go-sdk` version changes from `github.com/cisco-en-programmability/dnacenter-go-sdk/v3/sdk` to `github.com/cisco-en-programmability/dnacenter-go-sdk/v4/sdk`.(Cisco DNA Center's v2.3.3.0 API)

FEATURES:
* **New Data Source:** `data_source_buildings_planned_access_points`
* **New Data Source:** `data_source_event_config_connector_types`
* **New Data Source:** `data_source_interface`
* **New Data Source:** `data_source_lan_automation_count`
* **New Data Source:** `data_source_lan_automation_log`
* **New Data Source:** `data_source_lan_automation_status`
* **New Data Source:** `data_source_network_device_custom_prompt`
* **New Data Source:** `data_source_network_device_interface_neighbor`
* **New Data Source:** `data_source_planned_access_points`
* **New Data Source:** `data_source_transit_peer_network`
* **New Resource:** `resource_network_device_custom_prompt`
* **New Resource:** `resource_transit_peer_network`
* **New Resource:** `resource_assign_device_to_site`
* **New Resource:** `resource_pnp_device_authorize`
* **New Resource:** `resource_interface_operation_create`
* **New Resource:** `resource_interface_update`
* **New Resource:** `resource_lan_automation_create`
* **New Resource:** `resource_lan_automation_delete`
* **New Resource:** `resource_syslog_config_create`
* **New Resource:** `resource_syslog_config_update`
* **New Resource:** `resource_event_email_config_update`
* **New Resource:** `resource_event_email_config_create`
* **New Resource:** `resource_event_webhook_create`
* **New Resource:** `resource_event_webhook_update`
* **New Resource:** `resource_file_import`
* **New Resource:** `resource_global_credential_delete`
* **New Resource:** `resource_global_credential_update`
* **New Resource:** `resource_network_create`
* **New Resource:** `resource_network_device_update_role`
* **New Resource:** `resource_network_update`
* **New Resource:** `resource_pnp_device_config_preview`
* **New Resource:** `resource_pnp_server_profile_update`
* **New Resource:** `resource_pnp_virtual_account_add`
* **New Resource:** `resource_pnp_virtual_account_deregister`

BREAKING CHANGES:
* Data Source `data_source_disasterrecovery_system_operationstatus` has been removed.
* Data Source `data_source_disasterrecovery_system_status` has been removed.
* Data Source `data_source_endpoint_analytics_profiling_rules` has been removed.
* Data Source `data_source_profiling_rules_count` has been removed.
* Data Source `data_source_sda_fabric` has been removed.
* Data Source `data_source_site_design_floormap` has been removed.
* Data Source `data_source_threat_detail` has been removed.
* Data Source `data_source_threat_detail_count` has been removed.
* Data Source `data_source_threat_summary` has been removed.
* Resource `resource_authentication_import_certificate` has been removed.
* Resource `resource_authentication_import_certificate_p12` has been removed.
* Resource `resource_endpoint_analytics_profiling_rules` has been removed.
* Resource `resource_profiling_rules_in_bulk_create` has been removed.
* Resource `resource_sda_fabric` has been removed.
* Resource `resource_site_design_floormap` has been removed.

## 0.3.0 (June 16, 2022)

NOTES:
Stable version with `github.com/cisco-en-programmability/dnacenter-go-sdk/v3/sdk` (Cisco DNA Center 2.2.3.3 API)

Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ HOSTNAME=hashicorp.com
NAMESPACE=edu
NAME=dnacenter
BINARY=terraform-provider-${NAME}
VERSION=0.3.0
OS_ARCH=linux_arm
VERSION=1.0.0-beta
OS_ARCH=darwin_amd64
GOFMT_FILES?=$$(find . -name '*.go' |grep -v vendor)
WEBSITE_REPO=github.com/hashicorp/terraform-website

Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ Other versions of this collection have support for previous Cisco DNA Center ver
| Cisco DNA Center version | Terraform "dnacenter" provider version |
|--------------------------|----------------------------------------|
| 2.1.1 | 0.0.4 |
| 2.2.3.3 | 0.3.0 |
| 2.2.3.3 | 0.3.0-beta |
| 2.2.3.3 | 0.3.0 |
| 2.3.3.0 | 1.0.0-beta |

## Using the provider

Expand Down Expand Up @@ -59,9 +61,7 @@ To use this provider, copy and paste this code into your Terraform configuration
terraform {
required_providers {
dnacenter = {
source = "hashicorp.com/edu/dnacenter"
version = "0.3.0"
}
source = "hashicorp.com/edu/dnacenter" version = "1.0.0-beta" }
}
}
Expand Down Expand Up @@ -122,7 +122,7 @@ $ make testacc

## Documentation

In the [docs directory](./docs/) you can find the documentation source for this 0.3.0 version.
In the [docs directory](./docs/) you can find the documentation source for this 1.0.0-beta version.

You can find the documentation online for the previously released versions at [Terraform Registry - Cisco DNA Center provider](https://registry.terraform.io/providers/cisco-en-programmability/dnacenter/latest/docs).

Expand All @@ -138,7 +138,7 @@ All notable changes to this project will be documented in the [CHANGELOG](./CHAN

The development team may make additional changes as the library evolves with the Cisco DNA Center.

**NOTE**: Consider reviewing the Changelog to review the new features of the 0.3.0 version.
**NOTE**: Consider reviewing the Changelog to review the new features of the 1.0.0-beta version.

## License

Expand Down
2 changes: 1 addition & 1 deletion dnacenter/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package dnacenter
import (
"context"

dnacentersdkgo "github.com/cisco-en-programmability/dnacenter-go-sdk/v3/sdk"
dnacentersdkgo "github.com/cisco-en-programmability/dnacenter-go-sdk/v4/sdk"

"github.com/hashicorp/terraform-plugin-sdk/v2/diag"
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema"
Expand Down
2 changes: 1 addition & 1 deletion dnacenter/data_source_app_policy.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (

"log"

dnacentersdkgo "github.com/cisco-en-programmability/dnacenter-go-sdk/v3/sdk"
dnacentersdkgo "github.com/cisco-en-programmability/dnacenter-go-sdk/v4/sdk"

"github.com/hashicorp/terraform-plugin-sdk/v2/diag"
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema"
Expand Down
4 changes: 2 additions & 2 deletions dnacenter/data_source_app_policy_default.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (

"log"

dnacentersdkgo "github.com/cisco-en-programmability/dnacenter-go-sdk/v3/sdk"
dnacentersdkgo "github.com/cisco-en-programmability/dnacenter-go-sdk/v4/sdk"

"github.com/hashicorp/terraform-plugin-sdk/v2/diag"
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema"
Expand Down Expand Up @@ -155,7 +155,7 @@ func dataSourceAppPolicyDefault() *schema.Resource {
},

"type": &schema.Schema{
Description: `Type. (Example: BUSINESS_RELEVANCE.)
Description: `Type
`,
Type: schema.TypeString,
Computed: true,
Expand Down
2 changes: 1 addition & 1 deletion dnacenter/data_source_app_policy_queuing_profile.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (

"log"

dnacentersdkgo "github.com/cisco-en-programmability/dnacenter-go-sdk/v3/sdk"
dnacentersdkgo "github.com/cisco-en-programmability/dnacenter-go-sdk/v4/sdk"

"github.com/hashicorp/terraform-plugin-sdk/v2/diag"
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema"
Expand Down
2 changes: 1 addition & 1 deletion dnacenter/data_source_app_policy_queuing_profile_count.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (

"log"

dnacentersdkgo "github.com/cisco-en-programmability/dnacenter-go-sdk/v3/sdk"
dnacentersdkgo "github.com/cisco-en-programmability/dnacenter-go-sdk/v4/sdk"

"github.com/hashicorp/terraform-plugin-sdk/v2/diag"
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema"
Expand Down
2 changes: 1 addition & 1 deletion dnacenter/data_source_application_sets.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (

"log"

dnacentersdkgo "github.com/cisco-en-programmability/dnacenter-go-sdk/v3/sdk"
dnacentersdkgo "github.com/cisco-en-programmability/dnacenter-go-sdk/v4/sdk"

"github.com/hashicorp/terraform-plugin-sdk/v2/diag"
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema"
Expand Down
2 changes: 1 addition & 1 deletion dnacenter/data_source_application_sets_count.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (

"log"

dnacentersdkgo "github.com/cisco-en-programmability/dnacenter-go-sdk/v3/sdk"
dnacentersdkgo "github.com/cisco-en-programmability/dnacenter-go-sdk/v4/sdk"

"github.com/hashicorp/terraform-plugin-sdk/v2/diag"
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema"
Expand Down
2 changes: 1 addition & 1 deletion dnacenter/data_source_applications.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (

"log"

dnacentersdkgo "github.com/cisco-en-programmability/dnacenter-go-sdk/v3/sdk"
dnacentersdkgo "github.com/cisco-en-programmability/dnacenter-go-sdk/v4/sdk"

"github.com/hashicorp/terraform-plugin-sdk/v2/diag"
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema"
Expand Down
2 changes: 1 addition & 1 deletion dnacenter/data_source_applications_count.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (

"log"

dnacentersdkgo "github.com/cisco-en-programmability/dnacenter-go-sdk/v3/sdk"
dnacentersdkgo "github.com/cisco-en-programmability/dnacenter-go-sdk/v4/sdk"

"github.com/hashicorp/terraform-plugin-sdk/v2/diag"
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema"
Expand Down
2 changes: 1 addition & 1 deletion dnacenter/data_source_applications_health.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (

"log"

dnacentersdkgo "github.com/cisco-en-programmability/dnacenter-go-sdk/v3/sdk"
dnacentersdkgo "github.com/cisco-en-programmability/dnacenter-go-sdk/v4/sdk"

"github.com/hashicorp/terraform-plugin-sdk/v2/diag"
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema"
Expand Down
Loading

0 comments on commit bbbf3a7

Please sign in to comment.