Robert Simpson

Results 9 issues of Robert Simpson

In some SQL Server instances, we have an arrangement where there is one database per customer and the database name is based on user input. In these instances, where there...

DatabaseBackup
Feature Request

The "website" link alongside the description of the PowerShell / DscResources repository, displayed at the top of the main page to link to the PowerShell blog, is broken. Instead of...

The Find-GcResource on the documentation page at https://cloud.google.com/tools/powershell/docs/how-to no longer exists. https://github.com/GoogleCloudPlatform/dotnet-docs-samples/tree/2ec373efac86f3e589ff98ac8abf5d28b29b1578/powershell says to use Get-GcsObject instead. However, Find-GcResource "lists all the resources allocated to a project", which is quite...

When Get-GcsObject returns a list of objects, the "Name" field is missing. Other fields are populated. gsutil returns the file names, but Get-GcsObject does not. ![Screenshot_2023-05-12_105211](https://github.com/GoogleCloudPlatform/google-cloud-powershell/assets/323132/94413356-8b2e-4827-8e5c-3ef939571075)

The Update-xDscResource command seems to ignore the next-to-last line of the Resource .psm1 file that it's updating. For example, just as a demonstration, change the "*" in the Export-ModuleMember line...

bug
help wanted

This is a minor issue, affecting only type checking, such as when using MyPy. To store application objects in attributes (managed by AttributesManager), the objects do not need to be...

Issue #208 Fix "invalid escape sequence" warnings before they become errors ## Description Escape "\\" in regular expressions. A single backslash "\\" is the Python escape character. To code the...

Fix "invalid escape sequence" warnings before they become errors Per [Deprecated Python behavior in Python 3.6](https://docs.python.org/dev/whatsnew/3.6.html#deprecated-python-behavior) > A backslash-character pair that is not a valid escape sequence now generates a...