About 50 results
Open links in new tab
  1. How to pass a variable into a YAML template parameter and use it in a ...

    Feb 15, 2025 · If you are passing a variable into a template parameter with the intention of using it as part of another runtime expression, the easiest method is to copy the parameter to a variable.

  2. What is the difference between a variable and a parameter

    Sep 17, 2020 · A parameter is a variable that was received as an argument to a function. Once the function has begun executing, the parameter is just like any other variable; it can be reassigned (and …

  3. function - "Parameter" vs "Argument" - Stack Overflow

    I got parameter and argument kind of mixed up and did not really pay attention to when to use one and when to use the other. Can you please tell me?

  4. What is the purpose of the `self` parameter? Why is it needed?

    For a language-agnostic consideration of the design decision, see What is the advantage of having this/self pointer mandatory explicit?. To close debugging questions where OP omitted a self …

  5. http - Escaping ampersand in URL - Stack Overflow

    May 18, 2013 · There's lots of reserved characters in my Tweet, namely ?'():/, so I encoded the whole value of the status URL parameter. This also is helpful when using mailto: links that have a message …

  6. How do I fix this positional parameter error (PowerShell)?

    Jan 25, 2022 · A parameter is text that is added to a command to change how the command works. The word "parameter" generally refers to both the parameter name and parameter value.

  7. OpenAI API error: "Invalid parameter: 'response_format' of type 'json ...

    OpenAI API error: "Invalid parameter: 'response_format' of type 'json_schema' is not supported with model version `gpt-4-turbo`" Asked 1 year, 3 months ago Modified 1 year, 2 months ago Viewed 16k …

  8. keycloak Invalid parameter: redirect_uri - Stack Overflow

    Jul 27, 2017 · 1 Check that the value of the redirect_uri parameter is whitelisted for the client that you are using. You can manage the configuration of the client via the admin console. The redirect uri …

  9. Azure Pipelines: Passing a variable as a parameter to a template

    Jan 18, 2019 · The template parameter would the receive a run-time variable $(Environment). The issue was that run-time variables are not yet available at the time the value pass to environment is …

  10. How to allow an empty string for a runtime parameter?

    Apr 9, 2020 · Why is releaseName a required parameter? I was hoping that by specifying default: '' it would be optional to be left empty. The documentation doesn't mention if parameters can be made …