Skip to content

Commit

Permalink
downgrade trusted access binding to 2023-03-02-preview (#2790)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephybun authored Jul 21, 2023
1 parent 9157e6f commit 730e38f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/resource-manager.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ service "containerregistry" {
}
service "containerservice" {
name = "ContainerService"
available = ["2019-08-01", "2022-09-02-preview", "2023-04-02-preview"]
available = ["2019-08-01", "2022-09-02-preview", "2023-03-02-preview", "2023-04-02-preview"]
}
service "cosmos-db" {
name = "CosmosDB"
Expand Down
2 changes: 1 addition & 1 deletion config/resources/containerservice.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ HERE
}
}

api "2023-04-02-preview" {
api "2023-03-02-preview" {
package "TrustedAccess" {
definition "kubernetes_cluster_trusted_access_role_binding" {
id = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{managedClusterName}/trustedAccessRoleBindings/{trustedAccessRoleBindingName}"
Expand Down

0 comments on commit 730e38f

Please sign in to comment.