-
Notifications
You must be signed in to change notification settings - Fork 213
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a83c5f8
commit 402f7c0
Showing
3 changed files
with
43 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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}" | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |