Skip to content

Commit

Permalink
Add display name (#2630)
Browse files Browse the repository at this point in the history
  • Loading branch information
iwahbe authored Nov 14, 2024
1 parent 676d2b3 commit 8c22465
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions provider/cmd/pulumi-resource-azure/schema.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "azure",
"displayName": "Azure",
"description": "A Pulumi package for creating and managing Microsoft Azure cloud resources, based on the Terraform azurerm provider. We recommend using the [Azure Native provider](https://github.com/pulumi/pulumi-azure-native) to provision Azure infrastructure. Azure Native provides complete coverage of Azure resources and same-day access to new resources and resource updates.",
"keywords": [
"pulumi",
Expand Down
1 change: 1 addition & 0 deletions provider/resources.go
Original file line number Diff line number Diff line change
Expand Up @@ -520,6 +520,7 @@ func Provider() tfbridge.ProviderInfo {
prov := tfbridge.ProviderInfo{
P: p,
Name: "azurerm",
DisplayName: "Azure",
Description: "A Pulumi package for creating and managing Microsoft Azure cloud resources, based on the Terraform azurerm provider. We recommend using the [Azure Native provider](https://github.com/pulumi/pulumi-azure-native) to provision Azure infrastructure. Azure Native provides complete coverage of Azure resources and same-day access to new resources and resource updates.",
Keywords: []string{"pulumi", "azure"},
Homepage: "https://pulumi.io",
Expand Down

0 comments on commit 8c22465

Please sign in to comment.