Lars Wurm
Results
2
comments of
Lars Wurm
trafficstars
Awesome - thanks for the feedback / example. Might be good as an example for the general public in order to accomplish (Add) since there is no add-azcontainerappsecret cmdlet as...
> Hi @larswurm, You can solve the issue by using the following example: > > ``` > $secretObject = Get-AzContainerAppSecret -ContainerAppName containerappName -ResourceGroupName testgroup > $newSecretObject = @(0..($secretObject.Count-1)) > [array]::copy($secretObject,$newSecretObject,$secretObject.Count)...