Skip to content

Commit

Permalink
add manifest files
Browse files Browse the repository at this point in the history
  • Loading branch information
gaurimadhok committed Jul 26, 2024
1 parent a83c5f8 commit 402f7c0
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 0 deletions.
16 changes: 16 additions & 0 deletions Commands/providerhub/manifest/_checkin.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _providerhub manifest checkin_

Checkin the manifest.

## Versions

### [2024-04-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5wcm92aWRlcmh1Yi9wcm92aWRlcnJlZ2lzdHJhdGlvbnMve30vY2hlY2tpbm1hbmlmZXN0/2024-04-01-preview.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/providers/microsoft.providerhub/providerregistrations/{}/checkinmanifest 2024-04-01-preview -->

#### examples

- manifest checkin
```bash
providerhub manifest checkin --provider-namespace "{providerNamespace}" --environment "Canary"
```
16 changes: 16 additions & 0 deletions Commands/providerhub/manifest/_generate.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _providerhub manifest generate_

Generates the manifest for the given provider.

## Versions

### [2024-04-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5wcm92aWRlcmh1Yi9wcm92aWRlcnJlZ2lzdHJhdGlvbnMve30vZ2VuZXJhdGVtYW5pZmVzdA==/2024-04-01-preview.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/providers/microsoft.providerhub/providerregistrations/{}/generatemanifest 2024-04-01-preview -->

#### examples

- manifest generate
```bash
providerhub manifest generate --provider-namespace "{providerNamespace}"
```
11 changes: 11 additions & 0 deletions Commands/providerhub/manifest/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# [Group] _providerhub manifest_

Manage manifest with providerhub.

## Commands

- [checkin](/Commands/providerhub/manifest/_checkin.md)
: Checkin the manifest.

- [generate](/Commands/providerhub/manifest/_generate.md)
: Generates the manifest for the given provider.

0 comments on commit 402f7c0

Please sign in to comment.