You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[-] apiVersions Should Be Recent 67ms
RuntimeException: Api versions must be the latest or under 2 years old (730 days) - API version 2020-08-01 of Microsoft.OperationalInsights/workspaces/linkedServices is 796 days old
at <ScriptBlock>, C:\Users\drewk\Source Code\GitHub\drewkg\Azure\ARM-TTK\arm-ttk\Test-AzTemplate.ps1: line 481
Checking against Azure, this is the right API Version
@StartAutomating - this is a case where the latest apiVersion is > 2 years old... since it's the latest version it should still be in the list of valid versions.
* Fixing apiVersions tests. Standardizing case (Fixes#696) and walking up references (Fixes#701)
* Adding Nested API Version Test
* Updating recency test (fixing pipelining)
* Updating test apiVersion
Co-authored-by: James Brundage <@github.com>
Using this resource definition in ARM
I am getting the following failed test
Checking against Azure, this is the right API Version
(Get-AzResourceProvider -ProviderNamespace Microsoft.OperationalInsights | select -expand resourceTypes | where-object{$_.resourceTypeName -eq "workspaces/linkedServices"}).apiVersions
2020-08-01
2020-03-01-preview
2019-08-01-preview
2015-11-01-preview
The text was updated successfully, but these errors were encountered: