I'm trying to update Azure AD App by executing the following command
Now first this is the result of echo of appId
now when i try to execute the update command:
now if i try the same command with the value inline it works as below:
I'm not sure what is wrong !, and why using a variable does not work but using inline value works, this is part of a long script so its important for me to utilize variables.
Any one faced this before ?