Skip to content

Commit 693c157

Browse files
authored
Add manifest files
1 parent 6e10534 commit 693c157

File tree

2 files changed

+27
-0
lines changed

2 files changed

+27
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# [Command] _providerhub manifest generate_
2+
3+
Generates the manifest for the given provider.
4+
5+
## Versions
6+
7+
### [2025-03-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5wcm92aWRlcmh1Yi9wcm92aWRlcnJlZ2lzdHJhdGlvbnMve30vZ2VuZXJhdGVtYW5pZmVzdA==/2025-03-01-preview.xml) **Stable**
8+
9+
<!-- mgmt-plane /subscriptions/{}/providers/microsoft.providerhub/providerregistrations/{}/generatemanifest 2025-03-01-preview -->
10+
11+
#### examples
12+
13+
- manifest generate
14+
```bash
15+
providerhub manifest generate --provider-namespace "{providerNamespace}"
16+
```
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# [Group] _providerhub manifest_
2+
3+
Manage manifest with providerhub.
4+
5+
## Commands
6+
7+
- [checkin](/Commands/providerhub/manifest/_checkin.md)
8+
: Checkin the manifest.
9+
10+
- [generate](/Commands/providerhub/manifest/_generate.md)
11+
: Generates the manifest for the given provider.

0 commit comments

Comments
 (0)