SquirrelAssassin

Results 6 issues of SquirrelAssassin

we use a minimum of 18 pwd length many have 32 or more. Please either update code to allow for up to 64 char passwords or please post on how...

enhancement
documentation

# 🐞 bug report ### Affected Version(s) The issue is caused by version x.y.z ### Is this a regression? (optional) Yes, the previous version in which this bug was not...

# 🐞 bug report ### Affected Version(s) The issue is caused by version x.y.z ### Is this a regression? (optional) Yes, the previous version in which this bug was not...

I was getting permissions errors from Line 171 $graph = Connect-MgGraph -Scopes DeviceManagementConfiguration.Read.All, DeviceManagementApps.ReadWrite.All update this to $graph = Connect-MgGraph -Scopes DeviceManagementConfiguration.Read.All, DeviceManagementApps.Read.All, DeviceManagementServiceConfig.Read.All, group.read.all removes the write permissions and...

So I noticed this from a few different projects on here, with this one after it signs in you can notice that in the upper right and corner it still...

### Describe the Bug with repro steps Make a new variable. try something like a value of array(split(variables('something'), '\n')) when you save it, the code will change it to '`\`\n'...

Bug