Skip to content

Commit

Permalink
Publish Package Metadata for [email protected] (#6397)
Browse files Browse the repository at this point in the history
  • Loading branch information
pulumi-bot authored Jan 14, 2025
1 parent a19463c commit d66583d
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 5 deletions.
25 changes: 24 additions & 1 deletion themes/default/content/registry/packages/crowdstrike/_index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
# WARNING: this file was fetched from https://raw.githubusercontent.com/crowdstrike/pulumi-crowdstrike/v0.0.6/docs/_index.md
# WARNING: this file was fetched from https://raw.githubusercontent.com/crowdstrike/pulumi-crowdstrike/v0.0.7/docs/_index.md
# Do not edit by hand unless you're certain you know what you are doing!
title: CrowdStrike
meta_desc: Provides an overview of the CrowdStrike Provider for Pulumi.
Expand Down Expand Up @@ -70,6 +70,29 @@ func main() {

```

### CSharp

```csharp
using System;
using Pulumi;
using CrowdStrike.Crowdstrike;

class MyStack : Stack
{
public MyStack()
{
var hostGroup = new HostGroup("hostgroup_pulumi_csharp_published", new HostGroupArgs
{
Name = "hostgroup_pulumi_dotnet",
Type = "dynamic",
Description = "Test pulumi hostgroup",
AssignmentRule = "tags:'SensorGroupingTags/cloud-lab'+os_version:'Amazon Linux 2'"
});
}
}

```

## <a name="supported_resources"></a> Supported Resources and Required Scopes
>
> [!NOTE]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
# WARNING: this file was fetched from https://raw.githubusercontent.com/crowdstrike/pulumi-crowdstrike/v0.0.6/docs/installation-configuration.md
# WARNING: this file was fetched from https://raw.githubusercontent.com/crowdstrike/pulumi-crowdstrike/v0.0.7/docs/installation-configuration.md
# Do not edit by hand unless you're certain you know what you are doing!
title: CrowdStrike Installation & Configuration
meta_desc: Information on how to install the CrowdStrike provider.
Expand Down
6 changes: 3 additions & 3 deletions themes/default/data/registry/packages/crowdstrike.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ native: false
package_status: public_preview
publisher: CrowdStrike
repo_url: https://github.com/crowdstrike/pulumi-crowdstrike
schema_file_url: https://raw.githubusercontent.com/crowdstrike/pulumi-crowdstrike/v0.0.6/provider/cmd/pulumi-resource-crowdstrike/schema.json
schema_file_url: https://raw.githubusercontent.com/crowdstrike/pulumi-crowdstrike/v0.0.7/provider/cmd/pulumi-resource-crowdstrike/schema.json
title: CrowdStrike
updated_on: 1733499160
version: v0.0.6
updated_on: 1736821706
version: v0.0.7

0 comments on commit d66583d

Please sign in to comment.