Skip to content

Tags: v-vprasannak/azure-powershell-common

Tags

1.3.95-preview

Toggle 1.3.95-preview's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
adding prop and condition for OperationalInsightsEndpointResourceId (A…

…zure#414)

* adding prop and condition for OperationalInsightsEndpointResourceId

* removing unnecessary conditional

* removing redundant definition

* simplifying endpoint value

---------

Co-authored-by: Ryan Pethel 🛴 <[email protected]>

1.3.94-preview

Toggle 1.3.94-preview's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
add more psstyle (Azure#417)

1.3.93-preview

Toggle 1.3.93-preview's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
optin error record config (Azure#416)

1.3.92-preview

Toggle 1.3.92-preview's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix the issue that string is returned instead of object. One more mes…

…sage is added to accommodate this situation. (Azure#415)

1.3.91-preview

Toggle 1.3.91-preview's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Impelement secrets detection for Az modules (Azure#412)

* Impelement secrets detection for Az modules

* Move some implementation from common to Az.Accounts and revise/rename ISanitizerSettings interface.

* Rename telemetry property name

* Make DefaultProviderResolver public due to reference needed in Az.Accounts

* Add IgnoredProperties in ISanitizerService to filter out special properties that may cause performance concern like lazy load properties.

* Return null for AzurePSSanitizer when AzureSession is not properly initialized

* Skip indexed properties in the object traverse

* Update sanitizer and move providers out to Az.Accounts

1.3.90-preview

Toggle 1.3.90-preview's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add WriteInformation Method in AzurePSCmdlet (Azure#408)

* add writeinformation method

* polish

* fix

* fix

* add WriteHighlightedInformation function

* remove hardcoded ansicode color theme

* polish

* suppress warning as error for vuluneribility

* Revert style change for intercept survey and add predefine ansi color

* Rename WriteStringInformation

* polish code

* fix comments

* Update src/Common/AzurePSCmdlet.cs

* Update src/Common/AzurePSCmdlet.cs

1.3.89-preview

Toggle 1.3.89-preview's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix null reference in breaking change attribute helper (Azure#411)

1.3.84-preview

Toggle 1.3.84-preview's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
 Copy Directory from AzureTenant and Type from AzureEnvironment in De…

…epCopy of Azure Context (Azure#402)

* Define and implement DeepCloneable interface for Azure* class such as AzureContext

1. Define and implementation `IDeepCloneable` interface
2. Remove unused codes in `DefaultProfile`

* Address the review comments

* Address review comments

1.3.83-preview

Toggle 1.3.83-preview's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[Config] add config to disable write error to file system (Azure#403)

* disable error records persistence

* split RecordDebugMessage and FlushDebugMessages

* invoke RecordDebugMessages only when write error and throw terminating error

* combine if condition in a bool function

* Uppercase first letter for method name

1.3.82

Toggle 1.3.82's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
check null reference cases for version upgrade notification (Azure#401)