Skip to content

Commit

Permalink
revert commits to add display name and metadata to templates (#706)
Browse files Browse the repository at this point in the history
* Revert "Update metadata.json"

This reverts commit e5c05a4.

* Revert "add display name &  metadata to starter templates (#704)"

This reverts commit 68de34e.

* Revert "Update metadata.json"

This reverts commit 53327e3.

* Revert "translate metadata file into template blocks (#697)"

This reverts commit ca02c13.

* add back go mod updates
  • Loading branch information
dschaller authored Dec 7, 2023
1 parent 2301f32 commit 88cb512
Show file tree
Hide file tree
Showing 118 changed files with 15 additions and 833 deletions.
3 changes: 0 additions & 3 deletions aws-csharp/Pulumi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,9 @@ name: ${PROJECT}
description: ${DESCRIPTION}
runtime: dotnet
template:
displayName: Starter
description: "A minimal AWS C# Pulumi program"
important: true
config:
aws:region:
description: The AWS region to deploy into
default: us-east-1
metadata:
cloud: aws
3 changes: 0 additions & 3 deletions aws-fsharp/Pulumi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,8 @@ name: ${PROJECT}
description: ${DESCRIPTION}
runtime: dotnet
template:
displayName: Starter
description: "A minimal AWS F# Pulumi program"
config:
aws:region:
description: The AWS region to deploy into
default: us-east-1
metadata:
cloud: aws
3 changes: 0 additions & 3 deletions aws-go/Pulumi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,9 @@ name: ${PROJECT}
description: ${DESCRIPTION}
runtime: go
template:
displayName: Starter
description: A minimal AWS Go Pulumi program
important: true
config:
aws:region:
description: The AWS region to deploy into
default: us-east-1
metadata:
cloud: aws
3 changes: 0 additions & 3 deletions aws-java/Pulumi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,9 @@ name: ${PROJECT}
description: ${DESCRIPTION}
runtime: java
template:
displayName: Starter
description: A minimal AWS Java Pulumi program
important: true
config:
aws:region:
description: The AWS region to deploy into
default: us-east-1
metadata:
cloud: aws
3 changes: 0 additions & 3 deletions aws-javascript/Pulumi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,9 @@ runtime:
options:
typescript: false
template:
displayName: Starter
description: A minimal AWS JavaScript Pulumi program
important: true
config:
aws:region:
description: The AWS region to deploy into
default: us-east-1
metadata:
cloud: aws
3 changes: 0 additions & 3 deletions aws-python/Pulumi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,9 @@ name: ${PROJECT}
description: ${DESCRIPTION}
runtime: python
template:
displayName: Starter
description: A minimal AWS Python Pulumi program
important: true
config:
aws:region:
description: The AWS region to deploy into
default: us-east-1
metadata:
cloud: aws
3 changes: 0 additions & 3 deletions aws-typescript/Pulumi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,9 @@ name: ${PROJECT}
description: ${DESCRIPTION}
runtime: nodejs
template:
displayName: Starter
description: A minimal AWS TypeScript Pulumi program
important: true
config:
aws:region:
description: The AWS region to deploy into
default: us-east-1
metadata:
cloud: aws
3 changes: 0 additions & 3 deletions aws-visualbasic/Pulumi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,8 @@ name: ${PROJECT}
description: ${DESCRIPTION}
runtime: dotnet
template:
displayName: Starter
description: "A minimal AWS VB.NET Pulumi program"
config:
aws:region:
description: The AWS region to deploy into
default: us-east-1
metadata:
cloud: aws
3 changes: 0 additions & 3 deletions aws-yaml/Pulumi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,12 @@ name: ${PROJECT}
description: ${DESCRIPTION}
runtime: yaml
template:
displayName: Starter
description: A minimal AWS Pulumi YAML program
important: true
config:
aws:region:
description: The AWS region to deploy into
default: us-east-1
metadata:
cloud: aws

resources:
# Create an AWS resource (S3 Bucket)
Expand Down
5 changes: 1 addition & 4 deletions azure-csharp/Pulumi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,9 @@ name: ${PROJECT}
description: ${DESCRIPTION}
runtime: dotnet
template:
displayName: Starter
description: "A minimal Azure Native C# Pulumi program"
important: true
config:
azure-native:location:
description: The Azure location to use
default: WestUS2
metadata:
cloud: azure
default: WestUS2
3 changes: 0 additions & 3 deletions azure-fsharp/Pulumi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,8 @@ name: ${PROJECT}
description: ${DESCRIPTION}
runtime: dotnet
template:
displayName: Starter
description: "A minimal Azure Native F# Pulumi program"
config:
azure-native:location:
description: The Azure location to use
default: WestUS2
metadata:
cloud: azure
3 changes: 0 additions & 3 deletions azure-go/Pulumi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,9 @@ name: ${PROJECT}
description: ${DESCRIPTION}
runtime: go
template:
displayName: Starter
description: A minimal Azure Native Go Pulumi program
important: true
config:
azure-native:location:
description: The Azure location to use
default: WestUS2
metadata:
cloud: azure
3 changes: 0 additions & 3 deletions azure-java/Pulumi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,9 @@ name: ${PROJECT}
description: ${DESCRIPTION}
runtime: java
template:
displayName: Starter
description: A minimal Azure Native Java Pulumi program
important: true
config:
azure-native:location:
description: The Azure location to use
default: WestUS2
metadata:
cloud: azure
3 changes: 0 additions & 3 deletions azure-javascript/Pulumi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,9 @@ runtime:
options:
typescript: false
template:
displayName: Starter
description: A minimal JavaScript Pulumi program with the native Azure provider
important: true
config:
azure-native:location:
description: The Azure location to use
default: WestUS2
metadata:
cloud: azure
3 changes: 0 additions & 3 deletions azure-python/Pulumi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,9 @@ name: ${PROJECT}
description: ${DESCRIPTION}
runtime: python
template:
displayName: Starter
description: A minimal Azure Native Python Pulumi program
important: true
config:
azure-native:location:
description: The Azure location to use
default: WestUS2
metadata:
cloud: azure
3 changes: 0 additions & 3 deletions azure-typescript/Pulumi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,9 @@ name: ${PROJECT}
description: ${DESCRIPTION}
runtime: nodejs
template:
displayName: Starter
description: A minimal Azure Native TypeScript Pulumi program
important: true
config:
azure-native:location:
description: The Azure location to use
default: WestUS2
metadata:
cloud: azure
3 changes: 0 additions & 3 deletions azure-yaml/Pulumi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,12 @@ name: ${PROJECT}
description: ${DESCRIPTION}
runtime: yaml
template:
displayName: Starter
description: A minimal Azure Native Pulumi YAML program
important: true
config:
azure-native:location:
description: The Azure location to use
default: WestUS2
metadata:
cloud: azure

resources:
# Create an Azure Resource Group
Expand Down
3 changes: 0 additions & 3 deletions container-aws-csharp/Pulumi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: ${PROJECT}
description: ${DESCRIPTION}
runtime: dotnet
template:
displayName: Container Service
description: A C# program to deploy a containerized service on AWS
config:
aws:region:
Expand All @@ -17,5 +16,3 @@ template:
memory:
description: The amount of memory to allocate for the container
default: 128
metadata:
cloud: aws
3 changes: 0 additions & 3 deletions container-aws-go/Pulumi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: ${PROJECT}
description: ${DESCRIPTION}
runtime: go
template:
displayName: Container Service
description: A Go program to deploy a containerized service on AWS
config:
aws:region:
Expand All @@ -17,5 +16,3 @@ template:
memory:
description: The amount of memory to allocate for the container
default: 128
metadata:
cloud: aws
3 changes: 0 additions & 3 deletions container-aws-python/Pulumi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: ${PROJECT}
description: ${DESCRIPTION}
runtime: python
template:
displayName: Container Service
description: A Python program to deploy a containerized service on AWS
config:
aws:region:
Expand All @@ -17,5 +16,3 @@ template:
memory:
description: The amount of memory to allocate for the container
default: 128
metadata:
cloud: aws
3 changes: 0 additions & 3 deletions container-aws-typescript/Pulumi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: ${PROJECT}
description: ${DESCRIPTION}
runtime: nodejs
template:
displayName: Container Service
description: A TypeScript program to deploy a containerized service on AWS
config:
aws:region:
Expand All @@ -17,5 +16,3 @@ template:
memory:
description: The amount of memory to allocate for the container
default: 128
metadata:
cloud: aws
3 changes: 0 additions & 3 deletions container-aws-yaml/Pulumi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: ${PROJECT}
description: ${DESCRIPTION}
runtime: yaml
template:
displayName: Container Service
description: A Pulumi YAML program to deploy a containerized service on AWS
config:
aws:region:
Expand All @@ -17,8 +16,6 @@ template:
memory:
description: The amount of memory to allocate for the container
default: 128
metadata:
cloud: aws

config:
containerPort:
Expand Down
3 changes: 0 additions & 3 deletions container-azure-csharp/Pulumi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: ${PROJECT}
description: ${DESCRIPTION}
runtime: dotnet
template:
displayName: Container Service
description: A C# program to deploy a containerized service on Azure
config:
azure-native:location:
Expand All @@ -20,5 +19,3 @@ template:
memory:
description: The amount of memory, in GB, to allocate on the container
default: 2
metadata:
cloud: azure
3 changes: 0 additions & 3 deletions container-azure-go/Pulumi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: ${PROJECT}
description: ${DESCRIPTION}
runtime: go
template:
displayName: Container Service
description: A Go program to deploy a containerized service on Azure
config:
azure-native:location:
Expand All @@ -20,5 +19,3 @@ template:
memory:
description: The amount of memory, in GB, to allocate on the container
default: 2
metadata:
cloud: azure
3 changes: 0 additions & 3 deletions container-azure-python/Pulumi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ runtime:
options:
virtualenv: venv
template:
displayName: Container Service
description: A Python program to deploy a containerized service on Azure
config:
azure-native:location:
Expand All @@ -23,5 +22,3 @@ template:
memory:
description: The amount of memory, in GB, to allocate on the container
default: 2
metadata:
cloud: azure
3 changes: 0 additions & 3 deletions container-azure-typescript/Pulumi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ description: ${DESCRIPTION}
runtime:
name: nodejs
template:
displayName: Container Service
description: A TypeScript program to deploy a containerized service on Azure
config:
azure-native:location:
Expand All @@ -21,5 +20,3 @@ template:
memory:
description: The amount of memory, in GB, to allocate on the container
default: 2
metadata:
cloud: azure
3 changes: 0 additions & 3 deletions container-gcp-csharp/Pulumi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: ${PROJECT}
description: ${DESCRIPTION}
runtime: dotnet
template:
displayName: Container Service
description: A C# program to deploy a containerized service on Google Cloud
config:
gcp:region:
Expand All @@ -25,5 +24,3 @@ template:
concurrency:
description: The maximum number of concurrent requests to serve per container instance
default: 50
metadata:
cloud: gcp
3 changes: 0 additions & 3 deletions container-gcp-go/Pulumi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: ${PROJECT}
description: ${DESCRIPTION}
runtime: go
template:
displayName: Container Service
description: A Go program to deploy a containerized service on Google Cloud
config:
gcp:region:
Expand All @@ -25,5 +24,3 @@ template:
concurrency:
description: The maximum number of concurrent requests to serve per container instance
default: 50
metadata:
cloud: gcp
3 changes: 0 additions & 3 deletions container-gcp-python/Pulumi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ runtime:
options:
virtualenv: venv
template:
displayName: Container Service
description: A Python program to deploy a containerized service on Google Cloud
config:
gcp:region:
Expand All @@ -28,5 +27,3 @@ template:
concurrency:
description: The maximum number of concurrent requests to serve per container instance
default: 50
metadata:
cloud: gcp
Loading

0 comments on commit 88cb512

Please sign in to comment.