-
Notifications
You must be signed in to change notification settings - Fork 42
Add encoded parameters documentation to manifest format #212
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -254,6 +254,25 @@ The connection string placeholder references the `password` input parameter from | |||||
|
|
||||||
| The preceding JSON snippet shows the `inputs` field for a resource that has a `connectionString` field. The `password` input parameter is a string type and is marked as a secret. The `default` field is used to specify a default value for the input parameter. In this case, the default value is generated using the `generate` field, with random string of a minimum length. | ||||||
|
|
||||||
| When a parameter is using a filter (for example `uri`), the manifest contains an additional resource that represents the filtered projection. | ||||||
|
||||||
|
|
||||||
| - The resource type is `"annotated.string"`. | ||||||
| - `value` references the raw parameter value (`{parameter-name.value}`). | ||||||
| - `filter` names the formatter (e.g., `"uri"`, ...). | ||||||
| - The resource name is derived from the parameter name and format (`{parameter}-{format}-encoded`). Names are deduplicated if multiple projections share the same base. | ||||||
IEvangelist marked this conversation as resolved.
Show resolved
Hide resolved
|
||||||
| - The resource name is derived from the parameter name and format (`{parameter}-{format}-encoded`). Names are deduplicated if multiple projections share the same base. | |
| - The resource name is derived from the parameter name and format (`{parameter}-{format}-encoded`). |
Uh oh!
There was an error while loading. Please reload this page.