Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Azure Classic v6 updates #1710

Draft
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

danielrbradley
Copy link
Member

@danielrbradley danielrbradley commented Oct 2, 2024

  • Upgrade dependencies
  • Add subscriptionId config to READMEs (and Pulumi.yaml where template exists).
  • Reformat markdown:
    • Remove "$" prefixes to make the bash valid.
    • Set mixed bash inputs and console outputs to use "console".

Closes pulumi/pulumi-azure#2336

- Upgrade dependencies
- Add subscriptionId config to READMEs (and Pulumi.yaml where template exists).
- Reformat markdown:
  - Remove "$" prefixes to make the bash valid.
  - Set mixed bash inputs and console outputs to use "console".
@danielrbradley danielrbradley self-assigned this Oct 2, 2024
Copy link

pulumi-staging bot commented Oct 2, 2024

🍹 The Update for pulumi/k8s-ci-cluster/27b44eeeb787b6038bb127c4b7243ed08846e9cb-236 was successful.

Resource Changes

    Name                                                         Type                                        Operation
+   password                                                     random:index/randomPassword:RandomPassword  create
+   ephemeral-ci-cluster                                         gcp:container/cluster:Cluster               create
+   primary-node-pool                                            gcp:container/nodePool:NodePool             create
+   gke                                                          pulumi:providers:kubernetes                 create
+   k8s-ci-cluster-27b44eeeb787b6038bb127c4b7243ed08846e9cb-236  pulumi:pulumi:Stack                         create
+   multicloud                                                   pulumi-kubernetes:ci:GkeCluster             create

Copy link

pulumi-staging bot commented Oct 2, 2024

🍹 The Destroy for pulumi/k8s-ci-cluster/27b44eeeb787b6038bb127c4b7243ed08846e9cb-236 was successful.

Resource Changes

    Name                                                         Type                                        Operation
-   password                                                     random:index/randomPassword:RandomPassword  delete
-   k8s-ci-cluster-27b44eeeb787b6038bb127c4b7243ed08846e9cb-236  pulumi:pulumi:Stack                         delete
-   gke                                                          pulumi:providers:kubernetes                 delete
-   primary-node-pool                                            gcp:container/nodePool:NodePool             delete
-   ephemeral-ci-cluster                                         gcp:container/cluster:Cluster               delete
-   multicloud                                                   pulumi-kubernetes:ci:GkeCluster             delete

- Fix property changes which no longer compile.
- Fix case sensitivity changes.
- Fix deprecation notices.
- classic-azure-ts-appservice-springboot: Very niche combination which is really just running docker.
- classic-azure-ts-arm-template: Using manual ARM templates is not a good approach we should be encouraging.
- classic-azure-ts-dynamicresource: Dynamic resources are explained elsewhere and don't need a dedicated Azure classic example
For AKS, just keep the mean and keda examples. Remove:
- classic-azure-ts-aks-helm - covered by the mean example
- classic-azure-ts-aks-with-diagnostics - just a simple cluster
- classic-azure-ts-aks-multicluster - just more cluster setup
Copy link

🍹 The Update for pulumi/k8s-ci-cluster/51248731433253aba5709131b2f4de278c005f4c-262 was successful.

Resource Changes

    Name                                                         Type                                        Operation
+   primary-node-pool                                            gcp:container/nodePool:NodePool             create
+   gke                                                          pulumi:providers:kubernetes                 create
+   k8s-ci-cluster-51248731433253aba5709131b2f4de278c005f4c-262  pulumi:pulumi:Stack                         create
+   multicloud                                                   pulumi-kubernetes:ci:GkeCluster             create
+   password                                                     random:index/randomPassword:RandomPassword  create
+   ephemeral-ci-cluster                                         gcp:container/cluster:Cluster               create

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Azure 6.0
1 participant