Skip to content
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

Functions are not available when using resourceTypedParamsAndOutputs that are available on existing resource #10995

Closed
brwilkinson opened this issue Jun 16, 2023 · 1 comment

Comments

@brwilkinson
Copy link
Collaborator

reported in discussion #10992 by @jikuja

  • only properties are available on resourceTypedParams

Example1 - resourceTypedParamsAndOutputs - No Function?

param ir resource 'Microsoft.DataFactory/factories/integrationRuntimes@2018-06-01'
output authkeys object = ir.

image

Example2 - existing - Function

resource irexisting 'Microsoft.DataFactory/factories/integrationRuntimes@2018-06-01' existing = {
  name: ir.name
}
output authkeysexisting object = irexisting.

image

@ghost ghost added the Needs: Triage 🔍 label Jun 16, 2023
@brwilkinson
Copy link
Collaborator Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

No branches or pull requests

1 participant