-
Notifications
You must be signed in to change notification settings - Fork 3.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Log Analytics new parameters Group By ApplicationId and UserAgent #14015
Merged
Merged
Changes from 7 commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
101c266
data dog work, signed nuget packages
Sandido b0e1286
nuget pkg from signed location .net
Sandido f418af3
using the package that released data dog functionality
Sandido 700257a
sync to master
Sandido 4f630d9
update nuget and disk objs
Sandido a053cf4
back to 42 to avoid test failures
Sandido 9a7e21c
v42
Sandido 5ce0a72
Update RecoveryServices.Backup.Test.csproj
Sandido 4e89164
Update RecoveryServices.SiteRecovery.Test.csproj
Sandido 5939f87
Update SqlVirtualMachine.Test.csproj
Sandido e10d8ad
Merge branch 'master' into SandidoDataDogRelease2
Sandido 12d10ea
remove bad cmdlet to see if resolves CI errors
Sandido 3889bbe
Merge branch 'SandidoDataDogRelease2' of https://github.com/Azure/azu…
Sandido 07bc448
Update LogAnalyticTests.ps1
msJinLei File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please check the way your module depends on Az.Storage to see whey New-AzStorageContext cannot be recognized.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@msJinLei , this build error is not present on my local VS.
Compute.Test.csproj does not directly refer to Az.Storage, rather it refers to Az.Compute, https://github.com/Azure/azure-powershell/blob/SandidoDataDogRelease2/src/Compute/Compute.Test/Compute.Test.csproj#L15 .
Compute.csproj refers to WindowsAzure.Storage 9.3.0 https://github.com/Azure/azure-powershell/blob/SandidoDataDogRelease2/src/Compute/Compute/Compute.csproj#L19,
and this cmdlet has been used before without a build error, https://github.com/Azure/azure-powershell/blob/SandidoDataDogRelease2/src/Compute/Compute.Test/ScenarioTests/LogAnalyticTests.ps1#L123.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could this error be due to the CredScan check failing instead? New-AzVMConfig is also not recognized as a cmdlet.
Error:
Exception:System.IO.FileLoadException: Could not load file or assembly 'Microsoft.Azure.Management.Compute, Version=42.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
This may be causing all Az Compute cmdlets to not function. And the Az Storage cmdlets which is a dependency from Az Compute.