26 Mar 2026 08:39 PM
Does anyone knows how to retrive a value of a variable set on "extension.yaml" inside a Python Code ?
I was able to get the values from activation configuration using "self.activation_config", but I´m not able to retrieve a value from the section "vars" in extension.yaml.
vars:
- id: environment
displayName: Environment
type: enum
availableValues:
- value: prod
displayName: Production
- value: uat
displayName: UAT
- value: dev
displayName: Development
description: Environment to monitor (e.g. production, staging)
defaultValue: "dev"
06 Apr 2026 11:37 AM
you can check this reply it has a rich example
Featured Posts