In azure devops I have release task run python script. Its giving me syntax error while accessing the predefined variable.
SyntaxError: invalid decimal literal
import requests
import adal
import json
clientId = $(app-id)
tenantId =$(app-id)
clientSecret = $(secret)
subscription_id = $(SUBSid)