Nathan
Nathan
fixed some markdown (headers)
Modified the EffectiveTime parameter example, to include a day larger than 12. This should prevent confusion over the format to use (recommended as the American mm/dd/yyyy format, however any format...
Hi, I haven't tried out this project yet, but I saw that you are currently asking the user to insert their tenant ID into the advanced settings if they plan...
Within Linux's chmod system, `+x` grants all users access to execute the file, whereas `u+x` only grants the user who owns the file access to execute it. Provided the user...