-
Notifications
You must be signed in to change notification settings - Fork 97
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
Investigate alternative options for linkType
in environment recipe schema
#6383
Comments
For an example of metadata, the Bicep syntax for this looks like: @metadata({ 'radius.connectorType': 'Applications.Connector/mongoDatabases'}) The keys and values are arbitrary, and metadata can be attached to basically anything in a Bicep file (eg: resources, parameters), including the file as a whole. |
I think another factor here is that we want to expose the connector type via the API. Operations like listing recipes in the CLI won't be very intuitive if we can't display the most important information. Right now we require the user to specify the connector type, so its automatically included in the API. Any changes we make to the design need to account for us populating the same information. |
connectorType
in environment recipe schemalinkType
in environment recipe schema
We have changed the schema since this was created, resource type is now a critical part of env recipe schema so this proposal is not applicable anymore. Closing. |
Capturing demo feedback from sprint 2. Suggestion was that if we can find an approach that will eliminate the need for the operator to specific
linkType
in the environment recipe details. One of the options that came up during the discussion was using metadata with the file.AB#4416
AB#10030
The text was updated successfully, but these errors were encountered: