Microsoft Azure PowerShell
This report presents the forensic synthetic code analysis of Azure/azure-powershell, a C# project with 4,759 GitHub stars. SynthScan v2.0 examined 17,032,477 lines of code across 52839 source files, recording 73387 pattern matches distributed across 15 syntactic categories. The overall adjusted score of 5.3 places this repository in the Low AI signal band.
The scanner applied 160+ deterministic lexical heuristics, multi-line block detectors, abstract syntax tree depth profilers, and a cross-file Jaccard similarity matrix to construct a statistically normalised synthetic code estimate. All matches are individually weighted by severity coefficient and contextual multiplier before summation, and the resulting headline score is temporally discounted to account for the repository's development history relative to the commercial emergence of large language model coding tooling (November 2022 onward).
Longitudinal tracking requires multiple scan runs. Once this repository is re-scanned after new commits land, this chart will visualise how the synthetic code signal evolves over time — enabling you to detect whether AI authorship is growing, stabilising, or being actively corrected by human engineers.
Classifies detected patterns by their diagnostic confidence and structural impact. CRITICAL patterns (coefficient 10) represent definitive synthetic signatures — hallucinated imports, explicit LLM attribution metadata — virtually never produced by human authors. HIGH (5) indicates strong structural tells such as cross-file repetition or cross-linguistic idioms. MEDIUM (2) covers recognisable conversational padding and AI-specific vocabulary. LOW (1) captures subtle indicators like tautological comments and generic boilerplate that require density to carry independent signal.
This horizontal bar chart decomposes the repository's raw synthetic code score by top-level directory, allowing you to pinpoint precisely which modules or components carry the highest AI authorship density. Directories with disproportionately high scores relative to their size warrant targeted manual review: concentrated AI signatures often trace back to mass-generated configuration layers, auto-ported test suites, LLM-scaffolded boilerplate classes, or entire subsystems authored under heavy copilot assistance. Use this view to prioritise your human code-review effort.
The scanner identified 73387 distinct pattern matches across 15 syntactic categories. Each entry below represents a discrete location in the source code where the engine recorded a statistically significant AI authorship indicator. Expand any category row to inspect the individual file paths, line numbers, code snippets, and the lexical context (CODE, COMMENT, or STRING) in which each match was detected.
Reading the findings table: The Severity column indicates the diagnostic confidence level (CRITICAL / HIGH / MEDIUM / LOW). The Context column identifies whether the match occurred inside executable code, an inline comment, or a string literal — comment-context matches receive a ×1.5 weight because LLMs systematically over-annotate. The ⚡ bolt icon marks clustered matches: three or more patterns within a 10-line window, each receiving an additional ×1.5 density multiplier as dense clusters constitute far stronger evidence of synthetic authorship than isolated hits.
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …opment-docs/design-guidelines/module-best-practices.md | 61 | # Minimum version of the PowerShell engine required by this module | COMMENT |
| LOW | …ocs/design-guidelines/should-process-confirm-impact.md | 61 | ``` | COMMENT |
| LOW | …ocs/design-guidelines/should-process-confirm-impact.md | 81 | /// is being overwritten). By Default, only ShouldProcess will be executed unless useShouldContinue returns | COMMENT |
| LOW | tools/TestFx/EnvironmentSetupHelper.cs | 1 | // ---------------------------------------------------------------------------------- | COMMENT |
| LOW | tools/TestFx/ConnectionStringKeys.cs | 1 | // ---------------------------------------------------------------------------------- | COMMENT |
| LOW | tools/TestFx/ConnectionStringKeys.cs | 21 | public const string AZURE_TEST_MODE_ENVKEY = "AZURE_TEST_MODE"; | COMMENT |
| LOW | tools/TestFx/ConnectionStringKeys.cs | 41 | public const string TenantIdKey = "TenantId"; | COMMENT |
| LOW | tools/TestFx/ConnectionStringKeys.cs | 61 | public const string ServicePrincipalKey = "ServicePrincipal"; | COMMENT |
| LOW | tools/TestFx/ConnectionStringKeys.cs | 81 | public const string AADClientIdKey = "AADClientId"; | COMMENT |
| LOW | tools/TestFx/ConnectionStringKeys.cs | 101 | public const string GraphTokenAudienceUriKey = "GraphTokenAudienceUri"; | COMMENT |
| LOW | tools/TestFx/ConnectionStringKeys.cs | 121 | public const string GalleryUriKey = "GalleryUri"; | COMMENT |
| LOW | tools/TestFx/TestRunnerBase.cs | 1 | // ---------------------------------------------------------------------------------- | COMMENT |
| LOW | tools/TestFx/SubscriptionInfo.cs | 1 | // ---------------------------------------------------------------------------------- | COMMENT |
| LOW | tools/TestFx/TestEnvironment.cs | 1 | // ---------------------------------------------------------------------------------- | COMMENT |
| LOW | tools/TestFx/TestEnvironment.cs | 41 | COMMENT | |
| LOW | tools/TestFx/TestEnvironment.cs | 61 | COMMENT | |
| LOW | tools/TestFx/TestExecutionHelpers.cs | 1 | // ---------------------------------------------------------------------------------- | COMMENT |
| LOW | tools/TestFx/TestConstants.cs | 1 | // ---------------------------------------------------------------------------------- | COMMENT |
| LOW | tools/TestFx/PowerShellExtensions.cs | 1 | // ---------------------------------------------------------------------------------- | COMMENT |
| LOW | tools/TestFx/RMTestBase.cs | 1 | // ---------------------------------------------------------------------------------- | COMMENT |
| LOW | tools/TestFx/ITestRunnerFactory.cs | 1 | // ---------------------------------------------------------------------------------- | COMMENT |
| LOW | tools/TestFx/XunitTracingInterceptor.cs | 1 | // ---------------------------------------------------------------------------------- | COMMENT |
| LOW | tools/TestFx/TestEnvironmentFactory.cs | 1 | // ---------------------------------------------------------------------------------- | COMMENT |
| LOW | tools/TestFx/TokenInfo.cs | 1 | // ---------------------------------------------------------------------------------- | COMMENT |
| LOW | tools/TestFx/TestManager.cs | 1 | // ---------------------------------------------------------------------------------- | COMMENT |
| LOW | tools/TestFx/TestEndpoints.cs | 1 | // ---------------------------------------------------------------------------------- | COMMENT |
| LOW | tools/TestFx/ITestRunner.cs | 1 | // ---------------------------------------------------------------------------------- | COMMENT |
| LOW | tools/TestFx/TestModelExtensions.cs | 1 | // ---------------------------------------------------------------------------------- | COMMENT |
| LOW | tools/TestFx/TestModelExtensions.cs | 21 | public static class TestModelExtensions | COMMENT |
| LOW | tools/TestFx/TestModelExtensions.cs | 61 | /// <summary> | COMMENT |
| LOW | tools/TestFx/TestUtilities.cs | 1 | // ---------------------------------------------------------------------------------- | COMMENT |
| LOW | tools/TestFx/PSCmdletExtensions.cs | 1 | // ---------------------------------------------------------------------------------- | COMMENT |
| LOW | tools/TestFx/ConnectionString.cs | 1 | // ---------------------------------------------------------------------------------- | COMMENT |
| LOW | tools/TestFx/ExtensionMethods.cs | 1 | // ---------------------------------------------------------------------------------- | COMMENT |
| LOW | tools/TestFx/Mocks/MockCommandRuntime.cs | 1 | // ---------------------------------------------------------------------------------- | COMMENT |
| LOW | tools/TestFx/Mocks/MockAccessTokenProvider.cs | 1 | // ---------------------------------------------------------------------------------- | COMMENT |
| LOW | …s/TestFx/Mocks/MockCertificateAuthenticationFactory.cs | 1 | // ---------------------------------------------------------------------------------- | COMMENT |
| LOW | tools/TestFx/Mocks/MockContext.cs | 1 | // ---------------------------------------------------------------------------------- | COMMENT |
| LOW | tools/TestFx/Mocks/MockClientFactory.cs | 1 | // ---------------------------------------------------------------------------------- | COMMENT |
| LOW | tools/TestFx/Mocks/MockTokenAuthenticationFactory.cs | 1 | // ---------------------------------------------------------------------------------- | COMMENT |
| LOW | tools/TestFx/Mocks/MockPowerShellTokenCacheProvider.cs | 1 | // ---------------------------------------------------------------------------------- | COMMENT |
| LOW | tools/TestFx/Mocks/MockAccessToken.cs | 1 | // ---------------------------------------------------------------------------------- | COMMENT |
| LOW | tools/TestFx/Properties/AssemblyInfo.cs | 21 | // Version information for an assembly consists of the following four values: | COMMENT |
| LOW | …der/PermissiveRecordMatcherWithResourceApiExclusion.cs | 1 | // ---------------------------------------------------------------------------------- | COMMENT |
| LOW | …Fx/Recorder/PermissiveRecordMatcherWithApiExclusion.cs | 1 | // ---------------------------------------------------------------------------------- | COMMENT |
| LOW | tools/TestFx/Recorder/Records.cs | 1 | // ---------------------------------------------------------------------------------- | COMMENT |
| LOW | tools/TestFx/Recorder/RecordedFiles.cs | 1 | // ---------------------------------------------------------------------------------- | COMMENT |
| LOW | tools/TestFx/Recorder/RecordEntry.cs | 1 | // ---------------------------------------------------------------------------------- | COMMENT |
| LOW | tools/TestFx/Recorder/CompactLroEntries.cs | 1 | // ---------------------------------------------------------------------------------- | COMMENT |
| LOW | tools/TestFx/Recorder/IRecordMatcher.cs | 1 | // ---------------------------------------------------------------------------------- | COMMENT |
| LOW | tools/TestFx/Recorder/AssetNames.cs | 1 | // ---------------------------------------------------------------------------------- | COMMENT |
| LOW | tools/TestFx/Recorder/SimpleRecordMatcher.cs | 1 | // ---------------------------------------------------------------------------------- | COMMENT |
| LOW | tools/TestFx/Recorder/RecordSanitizer.cs | 1 | // ---------------------------------------------------------------------------------- | COMMENT |
| LOW | tools/TestFx/Recorder/FileSystemUtils.cs | 1 | // ---------------------------------------------------------------------------------- | COMMENT |
| LOW | tools/TestFx/Recorder/RecorderUtilities.cs | 1 | // ---------------------------------------------------------------------------------- | COMMENT |
| LOW | tools/TestFx/Recorder/RequestResponseInfo.cs | 1 | // ---------------------------------------------------------------------------------- | COMMENT |
| LOW | tools/TestFx/Recorder/RecordEntryPack.cs | 1 | // ---------------------------------------------------------------------------------- | COMMENT |
| LOW | …ls/TestFx/DelegatingHandlers/RetryDelegatingHandler.cs | 1 | // ---------------------------------------------------------------------------------- | COMMENT |
| LOW | …ls/TestFx/DelegatingHandlers/RetryDelegatingHandler.cs | 61 | DefaultMaxBackoff, | COMMENT |
| LOW | …DelegatingHandlers/ResourceCleanerDelegatingHandler.cs | 1 | // ---------------------------------------------------------------------------------- | COMMENT |
| 70649 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| CRITICAL | documentation/troubleshoot-module-load.md | 27 | Import-Module : The following error occurred while loading the extended type data file: , C:\Program Files\WindowsPowerS | CODE |
| CRITICAL⚡ | …/development-docs/breakingchange-for-autogen-module.md | 138 | [Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.GenericBreakingChangeAttribute("message about the change", "16.0. | CODE |
| CRITICAL⚡ | …/development-docs/breakingchange-for-autogen-module.md | 144 | [Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.CmdletBreakingChangeAttribute("16.0.0", "4.0.0", "2022/05/30", Re | CODE |
| CRITICAL⚡ | …/development-docs/breakingchange-for-autogen-module.md | 150 | [Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.OutputBreakingChangeAttribute("oldtype", "11.0.0", "5.0.0", "2022 | CODE |
| CRITICAL⚡ | …/development-docs/breakingchange-for-autogen-module.md | 156 | [Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.ParameterBreakingChangeAttribute("ResourceGroupName", "11.0.0", " | CODE |
| CRITICAL⚡ | …/development-docs/breakingchange-for-autogen-module.md | 162 | [Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.PreviewMessageAttribute("This is a preview version", "2028/06/18" | CODE |
| CRITICAL | …eGraph.Management.Sdk/Generated/ResourceGraphClient.cs | 443 | _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("applicatio | CODE |
| CRITICAL | …ent.Sdk/Generated/DisasterRecoveryConfigsOperations.cs | 441 | _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("applicatio | CODE |
| CRITICAL | …ent.Sdk/Generated/DisasterRecoveryConfigsOperations.cs | 1402 | _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("applicatio | CODE |
| CRITICAL | …ent.Sdk/Generated/DisasterRecoveryConfigsOperations.cs | 2414 | _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("applicatio | CODE |
| CRITICAL | …ServiceBus.Management.Sdk/Generated/RulesOperations.cs | 555 | _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("applicatio | CODE |
| CRITICAL | ….Sdk/Generated/PrivateEndpointConnectionsOperations.cs | 432 | _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("applicatio | CODE |
| CRITICAL | …us.Management.Sdk/Generated/SubscriptionsOperations.cs | 515 | _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("applicatio | CODE |
| CRITICAL | …Management.Sdk/Generated/MigrationConfigsOperations.cs | 1315 | _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("applicatio | CODE |
| CRITICAL | …erviceBus.Management.Sdk/Generated/TopicsOperations.cs | 473 | _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("applicatio | CODE |
| CRITICAL | …erviceBus.Management.Sdk/Generated/TopicsOperations.cs | 1526 | _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("applicatio | CODE |
| CRITICAL | …erviceBus.Management.Sdk/Generated/TopicsOperations.cs | 2055 | _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("applicatio | CODE |
| CRITICAL | …ceBus.Management.Sdk/Generated/NamespacesOperations.cs | 867 | _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("applicatio | CODE |
| CRITICAL | …ceBus.Management.Sdk/Generated/NamespacesOperations.cs | 1128 | _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("applicatio | CODE |
| CRITICAL | …ceBus.Management.Sdk/Generated/NamespacesOperations.cs | 2075 | _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("applicatio | CODE |
| CRITICAL | …ceBus.Management.Sdk/Generated/NamespacesOperations.cs | 3064 | _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("applicatio | CODE |
| CRITICAL | …ceBus.Management.Sdk/Generated/NamespacesOperations.cs | 3270 | _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("applicatio | CODE |
| CRITICAL | …ceBus.Management.Sdk/Generated/NamespacesOperations.cs | 3507 | _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("applicatio | CODE |
| CRITICAL | …erviceBus.Management.Sdk/Generated/QueuesOperations.cs | 473 | _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("applicatio | CODE |
| CRITICAL | …erviceBus.Management.Sdk/Generated/QueuesOperations.cs | 1526 | _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("applicatio | CODE |
| CRITICAL | …erviceBus.Management.Sdk/Generated/QueuesOperations.cs | 2055 | _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("applicatio | CODE |
| CRITICAL | …anagement.Sdk/Generated/ApiTagDescriptionOperations.cs | 1069 | _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("applicatio | CODE |
| CRITICAL | …nt.Management.Sdk/Generated/ApiDiagnosticOperations.cs | 1048 | _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("applicatio | CODE |
| CRITICAL | …nt.Management.Sdk/Generated/ApiDiagnosticOperations.cs | 1381 | _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("applicatio | CODE |
| CRITICAL | …gement.Sdk/Generated/ApiManagementServiceOperations.cs | 1116 | _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("applicatio | CODE |
| CRITICAL | …gement.Sdk/Generated/ApiManagementServiceOperations.cs | 1576 | _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("applicatio | CODE |
| CRITICAL | …gement.Sdk/Generated/ApiManagementServiceOperations.cs | 1818 | _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("applicatio | CODE |
| CRITICAL | …gement.Sdk/Generated/ApiManagementServiceOperations.cs | 2059 | _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("applicatio | CODE |
| CRITICAL | …gement.Sdk/Generated/ApiManagementServiceOperations.cs | 2313 | _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("applicatio | CODE |
| CRITICAL | …gement.Sdk/Generated/ApiManagementServiceOperations.cs | 2772 | _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("applicatio | CODE |
| CRITICAL | …Management.Management.Sdk/Generated/GroupOperations.cs | 952 | _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("applicatio | CODE |
| CRITICAL | …Management.Management.Sdk/Generated/GroupOperations.cs | 1259 | _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("applicatio | CODE |
| CRITICAL | …nagement.Sdk/Generated/ApiOperationPolicyOperations.cs | 1079 | _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("applicatio | CODE |
| CRITICAL | …nagement.Management.Sdk/Generated/GatewayOperations.cs | 952 | _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("applicatio | CODE |
| CRITICAL | …nagement.Management.Sdk/Generated/GatewayOperations.cs | 1259 | _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("applicatio | CODE |
| CRITICAL | …nagement.Management.Sdk/Generated/GatewayOperations.cs | 2027 | _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("applicatio | CODE |
| CRITICAL | …nagement.Management.Sdk/Generated/GatewayOperations.cs | 2270 | _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("applicatio | CODE |
| CRITICAL | …ement.Sdk/Generated/OpenIdConnectProviderOperations.cs | 949 | _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("applicatio | CODE |
| CRITICAL | …ement.Sdk/Generated/OpenIdConnectProviderOperations.cs | 1255 | _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("applicatio | CODE |
| CRITICAL | …nt.Management.Sdk/Generated/ApiVersionSetOperations.cs | 964 | _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("applicatio | CODE |
| CRITICAL | …nt.Management.Sdk/Generated/ApiVersionSetOperations.cs | 1275 | _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("applicatio | CODE |
| CRITICAL | …ent.Management.Sdk/Generated/GlobalSchemaOperations.cs | 1225 | _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("applicatio | CODE |
| CRITICAL | …Management.Sdk/Generated/IdentityProviderOperations.cs | 908 | _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("applicatio | CODE |
| CRITICAL | …Management.Sdk/Generated/IdentityProviderOperations.cs | 1204 | _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("applicatio | CODE |
| CRITICAL | …ement.Management.Sdk/Generated/ApiReleaseOperations.cs | 1047 | _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("applicatio | CODE |
| CRITICAL | …ement.Management.Sdk/Generated/ApiReleaseOperations.cs | 1379 | _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("applicatio | CODE |
| CRITICAL | …dk/Generated/GatewayHostnameConfigurationOperations.cs | 1033 | _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("applicatio | CODE |
| CRITICAL | …agement.Sdk/Generated/AuthorizationServerOperations.cs | 963 | _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("applicatio | CODE |
| CRITICAL | …agement.Sdk/Generated/AuthorizationServerOperations.cs | 1274 | _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("applicatio | CODE |
| CRITICAL | …ement.Management.Sdk/Generated/DiagnosticOperations.cs | 964 | _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("applicatio | CODE |
| CRITICAL | …ement.Management.Sdk/Generated/DiagnosticOperations.cs | 1275 | _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("applicatio | CODE |
| CRITICAL | ….Management.Sdk/Generated/ApiIssueCommentOperations.cs | 1143 | _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("applicatio | CODE |
| CRITICAL | …nagement.Sdk/Generated/DelegationSettingsOperations.cs | 651 | _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("applicatio | CODE |
| CRITICAL | …nagement.Sdk/Generated/DelegationSettingsOperations.cs | 884 | _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("applicatio | CODE |
| CRITICAL | …t.Management.Sdk/Generated/PortalRevisionOperations.cs | 1037 | _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("applicatio | CODE |
| 1549 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | …oft.Azure.Build.Tasks/Properties/Resources.Designer.cs | 3 | // This code was generated by a tool. | COMMENT |
| HIGH | tools/StaticAnalysis/Properties/Resources.Designer.cs | 3 | // This code was generated by a tool. | COMMENT |
| HIGH | …hecks/InstallerChecks/Properties/Resources.Designer.cs | 3 | // This code was generated by a tool. | COMMENT |
| HIGH | src/ServiceBus/ServiceBus/Resources.Designer.cs | 3 | // This code was generated by a tool. | COMMENT |
| HIGH | …agement/ApiManagement/Properties/Resources.Designer.cs | 3 | // This code was generated by a tool. | COMMENT |
| HIGH | …ent.ServiceManagement/Properties/Resources.Designer.cs | 3 | // This code was generated by a tool. | COMMENT |
| HIGH | …vTestLabs/DevTestLabs/Properties/Resources.Designer.cs | 3 | // This code was generated by a tool. | COMMENT |
| HIGH | …RedisCache/RedisCache/Properties/Resources.Designer.cs | 3 | // This code was generated by a tool. | COMMENT |
| HIGH | …otificationHubs/NotificationHubs/Resources.Designer.cs | 3 | // This code was generated by a tool. | COMMENT |
| HIGH | …onitor/Properties/ResourcesForEventCmdlets.Designer.cs | 3 | // This code was generated by a tool. | COMMENT |
| HIGH | …onitor/Properties/ResourcesForAlertCmdlets.Designer.cs | 3 | // This code was generated by a tool. | COMMENT |
| HIGH | …or/Properties/ResourcesForAutoscaleCmdlets.Designer.cs | 3 | // This code was generated by a tool. | COMMENT |
| HIGH | …torageSync/Properties/StorageSyncResources.Designer.cs | 3 | // This code was generated by a tool. | COMMENT |
| HIGH | src/LogicApp/LogicApp/Properties/Resource.Designer.cs | 3 | // This code was generated by a tool. | COMMENT |
| HIGH | …ices/AnalysisServices/Properties/Resources.Designer.cs | 3 | // This code was generated by a tool. | COMMENT |
| HIGH | …sisServices.Dataplane/Properties/Resources.Designer.cs | 3 | // This code was generated by a tool. | COMMENT |
| HIGH | src/KeyVault/KeyVault/Properties/Resources.Designer.cs | 3 | // This code was generated by a tool. | COMMENT |
| HIGH | src/KeyVault/KeyVault.Test/Resource.Designer.cs | 3 | // This code was generated by a tool. | COMMENT |
| HIGH | src/Security/Security/Resources.Designer.cs | 3 | // This code was generated by a tool. | COMMENT |
| HIGH | src/SignalR/SignalR/Properties/Resources.Designer.cs | 3 | // This code was generated by a tool. | COMMENT |
| HIGH | src/HPCCache/HPCCache/Properties/Resources.Designer.cs | 3 | // This code was generated by a tool. | COMMENT |
| HIGH | …ment/AlertsManagement/Properties/Resources.Designer.cs | 3 | // This code was generated by a tool. | COMMENT |
| HIGH | …edded/PowerBIEmbedded/Properties/Resources.Designer.cs | 3 | // This code was generated by a tool. | COMMENT |
| HIGH | …werBIEmbedded/PowerBI/Properties/Resources.Designer.cs | 3 | // This code was generated by a tool. | COMMENT |
| HIGH | …/PowerBIEmbedded.Test/Properties/Resources.Designer.cs | 3 | // This code was generated by a tool. | COMMENT |
| HIGH | …c/FrontDoor/FrontDoor/Properties/Resources.Designer.cs | 3 | // This code was generated by a tool. | COMMENT |
| HIGH | …gning/ArtifactSigning/Properties/Resources.Designer.cs | 3 | // This code was generated by a tool. | COMMENT |
| HIGH | …urces/ResourceManager/Properties/Resources.Designer.cs | 3 | // This code was generated by a tool. | COMMENT |
| HIGH | …Resources/ManagementGroups/Common/Resource.Designer.cs | 3 | // This code was generated by a tool. | COMMENT |
| HIGH | …c/Resources/Resources/Properties/Resources.Designer.cs | 3 | // This code was generated by a tool. | COMMENT |
| HIGH | src/Resources/Tags/Properties/Resources.Designer.cs | 3 | // This code was generated by a tool. | COMMENT |
| HIGH | …ources/Resources.Test/Properties/Resources.Designer.cs | 3 | // This code was generated by a tool. | COMMENT |
| HIGH | …Factory/DataFactoryV2/Properties/Resources.Designer.cs | 3 | // This code was generated by a tool. | COMMENT |
| HIGH | …Factory/DataFactoryV1/Properties/Resources.Designer.cs | 3 | // This code was generated by a tool. | COMMENT |
| HIGH | …ner/ManagementPartner/Properties/Resources.Designer.cs | 3 | // This code was generated by a tool. | COMMENT |
| HIGH | …teDns/PrivateDns.Test/Properties/Resources.Designer.cs | 3 | // This code was generated by a tool. | COMMENT |
| HIGH | …PrivateDns/PrivateDns/Properties/Resources.Designer.cs | 3 | // This code was generated by a tool. | COMMENT |
| HIGH | …k/Network.Test/ScenarioTests/VirtualNetworkTapTests.cs | 17 | // Warning: This code was generated by a tool. | COMMENT |
| HIGH | …Network.Test/ScenarioTests/RouteTableTestsGenerated.cs | 17 | // Warning: This code was generated by a tool. | COMMENT |
| HIGH | …cenarioTests/ApplicationSecurityGroupTestsGenerated.cs | 17 | // Warning: This code was generated by a tool. | COMMENT |
| HIGH | …etwork.Test/ScenarioTests/RouteFilterTestsGenerated.cs | 17 | // Warning: This code was generated by a tool. | COMMENT |
| HIGH | …work/Network.Test/ScenarioTests/NetworkProfileTests.cs | 17 | // Warning: This code was generated by a tool. | COMMENT |
| HIGH | …twork.Test/ScenarioTests/LoadBalancerTestsGenerated.cs | 17 | // Warning: This code was generated by a tool. | COMMENT |
| HIGH | …k.Test/ScenarioTests/NetworkInterfaceTestsGenerated.cs | 17 | // Warning: This code was generated by a tool. | COMMENT |
| HIGH | …est/ScenarioTests/ExpressRouteCircuitTestsGenerated.cs | 17 | // Warning: This code was generated by a tool. | COMMENT |
| HIGH | …yGroup/RemoveAzureRMApplicationSecurityGroupCommand.cs | 17 | // Warning: This code was generated by a tool. | COMMENT |
| HIGH | …rityGroup/GetAzureRMApplicationSecurityGroupCommand.cs | 17 | // Warning: This code was generated by a tool. | COMMENT |
| HIGH | …rityGroup/NewAzureRMApplicationSecurityGroupCommand.cs | 17 | // Warning: This code was generated by a tool. | COMMENT |
| HIGH | …/Network/Generated/Usage/GetAzureRMUsageListCommand.cs | 17 | // Warning: This code was generated by a tool. | COMMENT |
| HIGH | …work/Generated/Models/PSExpressRouteCircuitArpTable.cs | 17 | // Warning: This code was generated by a tool. | COMMENT |
| HIGH | …odels/PSApplicationGatewayFirewallDisabledRuleGroup.cs | 17 | // Warning: This code was generated by a tool. | COMMENT |
| HIGH | …/Network/Generated/Models/PSFrontendIPConfiguration.cs | 17 | // Warning: This code was generated by a tool. | COMMENT |
| HIGH | …enerated/Models/PSApplicationGatewayFirewallRuleSet.cs | 17 | // Warning: This code was generated by a tool. | COMMENT |
| HIGH | src/Network/Network/Generated/Models/PSRoute.cs | 17 | // Warning: This code was generated by a tool. | COMMENT |
| HIGH | src/Network/Network/Generated/Models/PSOutboundRule.cs | 17 | // Warning: This code was generated by a tool. | COMMENT |
| HIGH | …rated/Models/PSIpv6ExpressRouteCircuitPeeringConfig.cs | 17 | // Warning: This code was generated by a tool. | COMMENT |
| HIGH | …Network/Generated/Models/PSVpnClientRootCertificate.cs | 17 | // Warning: This code was generated by a tool. | COMMENT |
| HIGH | …k/Network/Generated/Models/PSResourceNavigationLink.cs | 17 | // Warning: This code was generated by a tool. | COMMENT |
| HIGH | …c/Network/Network/Generated/Models/PSNetworkProfile.cs | 17 | // Warning: This code was generated by a tool. | COMMENT |
| HIGH | src/Network/Network/Generated/Models/PSGatewayRoute.cs | 17 | // Warning: This code was generated by a tool. | COMMENT |
| 857 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | tools/TestFx/TestUtilities.cs | 79 | // Temporary connection string parser. We should replace with more robust one | COMMENT |
| MEDIUM | tools/Mcp/src/services/logger.ts | 42 | // need for fileURLToPath and remains robust when transpiled to build/. | COMMENT |
| MEDIUM | …nt.Sdk/Generated/Models/RedisLinkedServerProperties.cs | 37 | /// cache among the linked redis caches for seamless Geo Failover experience. | COMMENT |
| MEDIUM | …/Generated/Models/RedisLinkedServerCreateProperties.cs | 37 | /// cache among the linked redis caches for seamless Geo Failover experience. | COMMENT |
| MEDIUM | …/Generated/Models/RedisLinkedServerCreateProperties.cs | 80 | /// cache among the linked redis caches for seamless Geo Failover experience. | COMMENT |
| MEDIUM | …dk/Generated/Models/RedisLinkedServerWithProperties.cs | 49 | /// cache among the linked redis caches for seamless Geo Failover experience. | COMMENT |
| MEDIUM | …dk/Generated/Models/RedisLinkedServerWithProperties.cs | 97 | /// cache among the linked redis caches for seamless Geo Failover experience. | COMMENT |
| MEDIUM | …/Generated/Models/RedisLinkedServerCreateParameters.cs | 38 | /// cache among the linked redis caches for seamless Geo Failover experience. | COMMENT |
| MEDIUM | …/Generated/Models/RedisLinkedServerCreateParameters.cs | 81 | /// cache among the linked redis caches for seamless Geo Failover experience. | COMMENT |
| MEDIUM | …ecuritySubAssessmentTests/GetSingleSubAssessments.json | 60 | "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"type\": \"Microsoft.Security/assessments/subAssessments\" | CODE |
| MEDIUM | …ecuritySubAssessmentTests/GetSingleSubAssessments.json | 120 | "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"type\": \"Microsoft.Security/assessments/subAssessments\" | CODE |
| MEDIUM | …s.SecuritySubAssessmentTests/GetAllSubAssessments.json | 60 | "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"type\": \"Microsoft.Security/assessments/subAssessments\" | CODE |
| MEDIUM | …s.SecuritySubAssessmentTests/GetAllSubAssessments.json | 120 | "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"type\": \"Microsoft.Security/assessments/subAssessments\" | CODE |
| MEDIUM | …rioTests.SecurityAlertTests/GetResourceGroupScope.json | 64 | "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/487bb485-b5b0-471e-9c0d-10717612f8 | CODE |
| MEDIUM | …/Resources/Models.Authorization/AuthorizationClient.cs | 208 | // https://learn.microsoft.com/en-us/azure/role-based-access-control/elevate-access-global-admin#elevate-acc | COMMENT |
| MEDIUM | src/Aks/Aks/Commands/NewOrUpdateAgentPoolBase.cs | 81 | [Parameter(Mandatory = false, HelpMessage = "The maximum number or percentage of nodes that are surged during up | CODE |
| MEDIUM | src/Aks/Aks/Commands/NewOrUpdateAgentPoolBase.cs | 84 | [Parameter(Mandatory = false, HelpMessage = "The maximum number or percentage of nodes that can be simultaneousl | CODE |
| MEDIUM | …torest/test/Invoke-AzAcatDownloadReport.Recording.json | 88 | "Content": "{\"complianceReport\":[{\"categoryName\":\"Operational Security\",\"controlFamilyName\":\"Awareness Tr | CODE |
| MEDIUM | …torest/test/Invoke-AzAcatDownloadReport.Recording.json | 88 | "Content": "{\"complianceReport\":[{\"categoryName\":\"Operational Security\",\"controlFamilyName\":\"Awareness Tr | CODE |
| MEDIUM⚡ | …torest/test/Get-AzAcatControlAssessment.Recording.json | 48 | "Content": "{\"value\":[{\"id\":\"/providers/Microsoft.AppComplianceAutomation/reports/powershell-test-report/snap | CODE |
| MEDIUM⚡ | …torest/test/Get-AzAcatControlAssessment.Recording.json | 48 | "Content": "{\"value\":[{\"id\":\"/providers/Microsoft.AppComplianceAutomation/reports/powershell-test-report/snap | CODE |
| MEDIUM⚡ | …torest/test/Get-AzAcatControlAssessment.Recording.json | 48 | "Content": "{\"value\":[{\"id\":\"/providers/Microsoft.AppComplianceAutomation/reports/powershell-test-report/snap | CODE |
| MEDIUM⚡ | …torest/test/Get-AzAcatControlAssessment.Recording.json | 48 | "Content": "{\"value\":[{\"id\":\"/providers/Microsoft.AppComplianceAutomation/reports/powershell-test-report/snap | CODE |
| MEDIUM | …earch.Management.Sdk/Generated/Models/SearchService.cs | 136 | /// utilize API keys for authentication. This cannot be set to true if | COMMENT |
| MEDIUM | …earch.Management.Sdk/Generated/Models/SearchService.cs | 332 | /// permitted to utilize API keys for authentication. This cannot be set to | COMMENT |
| MEDIUM | …Management.Sdk/Generated/Models/SearchServiceUpdate.cs | 140 | /// utilize API keys for authentication. This cannot be set to true if | COMMENT |
| MEDIUM | …Management.Sdk/Generated/Models/SearchServiceUpdate.cs | 354 | /// permitted to utilize API keys for authentication. This cannot be set to | COMMENT |
| MEDIUM | …gement.Sdk/Generated/Models/SearchServiceProperties.cs | 104 | /// utilize API keys for authentication. This cannot be set to true if | COMMENT |
| MEDIUM | …gement.Sdk/Generated/Models/SearchServiceProperties.cs | 280 | /// permitted to utilize API keys for authentication. This cannot be set to | COMMENT |
| LOW | src/Ssh/Ssh.Helpers/Compute/Models/ImageReference.cs | 52 | /// for deployment, to use 'latest' version of gallery image, just set | COMMENT |
| MEDIUM | …t/test/New-AzSelfHelpSimplifiedSolution.Recording.json | 38 | "Content": "{\"id\":\"/subscriptions/6bded6d5-a6af-43e1-96d3-bf71f6f5f8ba/resourcegroups/sm1dxne74h/providers/Micr | CODE |
| MEDIUM | …t/test/New-AzSelfHelpSimplifiedSolution.Recording.json | 126 | "Content": "{\"id\":\"/subscriptions/6bded6d5-a6af-43e1-96d3-bf71f6f5f8ba/resourcegroups/sm1dxne74h/providers/Micr | CODE |
| MEDIUM | …t/test/Get-AzSelfHelpSimplifiedSolution.Recording.json | 38 | "Content": "{\"id\":\"/subscriptions/6bded6d5-a6af-43e1-96d3-bf71f6f5f8ba/resourcegroups/sm1dxne74h/providers/Micr | CODE |
| MEDIUM | …t/test/Get-AzSelfHelpSimplifiedSolution.Recording.json | 126 | "Content": "{\"id\":\"/subscriptions/6bded6d5-a6af-43e1-96d3-bf71f6f5f8ba/resourcegroups/sm1dxne74h/providers/Micr | CODE |
| MEDIUM | …t/test/Get-AzSelfHelpSimplifiedSolution.Recording.json | 170 | "Content": "{\"id\":\"/subscriptions/6bded6d5-a6af-43e1-96d3-bf71f6f5f8ba/resourcegroups/sm1dxne74h/providers/Micr | CODE |
| MEDIUM | …/Generated/Models/DefaultVirtualMachineScaleSetInfo.cs | 12 | /// seamless migration without downtime of the VMs via the | COMMENT |
| MEDIUM | …/Generated/Models/DefaultVirtualMachineScaleSetInfo.cs | 35 | /// moved to upon triggering a seamless migration via the | COMMENT |
| MEDIUM | …/Generated/Models/DefaultVirtualMachineScaleSetInfo.cs | 62 | /// will be moved to upon triggering a seamless migration via the | COMMENT |
| MEDIUM | …enerated/Models/VirtualMachineScaleSetMigrationInfo.cs | 29 | /// seamless migration without downtime of the VMs via the | COMMENT |
| MEDIUM | …enerated/Models/VirtualMachineScaleSetMigrationInfo.cs | 52 | /// triggering a seamless migration without downtime of the VMs via the | COMMENT |
| LOW | …pute.Management.Sdk/Generated/Models/ImageReference.cs | 52 | /// for deployment, to use 'latest' version of gallery image, just set | COMMENT |
| MEDIUM⚡ | …orest/test/deployment-templates/metadata/template.json | 196 | "serializedData": "{\"version\":\"Notebook/1.0\",\"items\":[{\"type\":9,\"content\":{\"version\":\"KqlPa | CODE |
| MEDIUM | …ervices.Backup.Models/Properties/Resources.Designer.cs | 1714 | /// Looks up a localized string similar to The disks of the managed VM will be restored as unmanaged since Tar | COMMENT |
| MEDIUM | …ry.Management.Sdk/Generated/Models/InnerHealthError.cs | 15 | /// inner health errors and all API consumers can utilize this in the same | COMMENT |
| MEDIUM | …ecovery.Management.Sdk/Generated/Models/HealthError.cs | 31 | /// and all API consumers can utilize this in the same fashion as Exception | COMMENT |
| MEDIUM | …ecovery.Management.Sdk/Generated/Models/HealthError.cs | 108 | /// inner health errors and all API consumers can utilize this in the same | COMMENT |
| MEDIUM | …SqlDatabaseBackupShortTermRetentionPolicyCmdletBase.cs | 135 | /// Ideally this would utilize Microsoft.Azure.Management.Internal.Resources.Utilities.Models.ResourceIdentifier | COMMENT |
| MEDIUM | …ckup/Cmdlet/AzureSqlManagedDatabaseBackupCmdletBase.cs | 147 | /// Ideally this would utilize Microsoft.Azure.Management.Internal.Resources.Utilities.Models.ResourceIdentifier | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …entation/migration-guides/Az.12.0.0-migration-guide.md | 2538 | New-AzSupportTicket -Name "test1" -Title "Test" -Description "Test" -Severity "minimal" -ProblemClassificationId "/provi | CODE |
| LOW | …entation/migration-guides/Az.12.0.0-migration-guide.md | 2540 | New-AzSupportTicket -Name "test1" -Title "Test" -Description "Test" -Severity "minimal" -ProblemClassificationId "/provi | CODE |
| LOW | …entation/migration-guides/Az.12.0.0-migration-guide.md | 2569 | New-AzSupportTicket -Name "test1" -AdvancedDiagnosticConsent "Yes" -ContactDetailCountry "USA" -ContactDetailFirstName " | CODE |
| LOW | …entation/migration-guides/Az.12.0.0-migration-guide.md | 2571 | New-AzSupportTicket -Name "test1" -AdvancedDiagnosticConsent "Yes" -ContactDetailCountry "USA" -ContactDetailFirstName " | CODE |
| LOW | tools/TestFx/Mocks/MockClientFactory.cs | 178 | SubscriptionCloudCredentials creds = new TokenCloudCredentials(subscription.Id.ToString(), "fake_token"); | CODE |
| LOW | tools/Mcp/src/services/utils.ts | 20 | name: 'John Doe', | CODE |
| LOW | …ud/help/New-AzSpringCloudGitPatternRepositoryObject.md | 29 | New-AzSpringCloudGitPatternRepositoryObject -Name fake -Uri "https://github.com/fake-user/fake-repository" | CODE |
| LOW | …zSpringCloudConfigurationServiceGitRepositoryObject.md | 29 | New-AzSpringCloudConfigurationServiceGitRepositoryObject -Name fake -Label master -Uri "https://github.com/fake-user/fak | CODE |
| LOW | …st/docs/New-AzSpringCloudGitPatternRepositoryObject.md | 29 | New-AzSpringCloudGitPatternRepositoryObject -Name fake -Uri "https://github.com/fake-user/fake-repository" | CODE |
| LOW | …zSpringCloudConfigurationServiceGitRepositoryObject.md | 28 | New-AzSpringCloudConfigurationServiceGitRepositoryObject -Name fake -Label master -Uri "https://github.com/fake-user/fak | CODE |
| LOW | …xamples/New-AzSpringCloudGitPatternRepositoryObject.md | 3 | New-AzSpringCloudGitPatternRepositoryObject -Name fake -Uri "https://github.com/fake-user/fake-repository" | CODE |
| LOW | …zSpringCloudConfigurationServiceGitRepositoryObject.md | 3 | New-AzSpringCloudConfigurationServiceGitRepositoryObject -Name fake -Label master -Uri "https://github.com/fake-user/fak | CODE |
| LOW | …onfluent/Confluent/help/New-AzConfluentOrganization.md | 48 | New-AzConfluentOrganization -ResourceGroupName azure-rg-test -Name confluentorg-02-pwsh -Location eastus -OfferDetailId | CODE |
| LOW | …Confluent.Autorest/docs/New-AzConfluentOrganization.md | 48 | New-AzConfluentOrganization -ResourceGroupName azure-rg-test -Name confluentorg-02-pwsh -Location eastus -OfferDetailId | CODE |
| LOW | …luent.Autorest/examples/New-AzConfluentOrganization.md | 3 | New-AzConfluentOrganization -ResourceGroupName azure-rg-test -Name confluentorg-02-pwsh -Location eastus -OfferDetailId | CODE |
| LOW | src/Monitor/Monitor/help/New-AzActionGroup.md | 70 | "emailAddress": "user@example.com", | CODE |
| LOW | …Monitor/ActionGroup.Autorest/docs/New-AzActionGroup.md | 70 | "emailAddress": "user@example.com", | CODE |
| LOW | …tor/ActionGroup.Autorest/examples/New-AzActionGroup.md | 15 | "emailAddress": "user@example.com", | CODE |
| LOW | …ault.Test/UnitTests/NewAzureKeyVaultSoftDeleteTests.cs | 101 | new Microsoft.Rest.TokenCredentials("fake-token"), | CODE |
| LOW | src/Resources/Resources/help/New-AzADGroupOwner.md | 27 | $userId = (Get-AzADUser -DisplayName "John Doe").Id | CODE |
| LOW | …/Resources/MSGraph.Autorest/docs/New-AzADGroupOwner.md | 27 | $userId = (Get-AzADUser -DisplayName "John Doe").Id | CODE |
| LOW | …ources/MSGraph.Autorest/examples/New-AzADGroupOwner.md | 3 | $userId = (Get-AzADUser -DisplayName "John Doe").Id | CODE |
| LOW | …sfer/DataTransfer/help/New-AzDataTransferConnection.md | 146 | New-AzDataTransferConnection -ResourceGroupName ResourceGroup01 -Name Connection03 -PipelineName Pipeline01 -Location "E | CODE |
| LOW | …sfer/DataTransfer/help/New-AzDataTransferConnection.md | 146 | New-AzDataTransferConnection -ResourceGroupName ResourceGroup01 -Name Connection03 -PipelineName Pipeline01 -Location "E | CODE |
| LOW | …Transfer.Autorest/docs/New-AzDataTransferConnection.md | 145 | New-AzDataTransferConnection -ResourceGroupName ResourceGroup01 -Name Connection03 -PipelineName Pipeline01 -Location "E | CODE |
| LOW | …Transfer.Autorest/docs/New-AzDataTransferConnection.md | 145 | New-AzDataTransferConnection -ResourceGroupName ResourceGroup01 -Name Connection03 -PipelineName Pipeline01 -Location "E | CODE |
| LOW | …sfer.Autorest/examples/New-AzDataTransferConnection.md | 102 | New-AzDataTransferConnection -ResourceGroupName ResourceGroup01 -Name Connection03 -PipelineName Pipeline01 -Location "E | CODE |
| LOW | …sfer.Autorest/examples/New-AzDataTransferConnection.md | 102 | New-AzDataTransferConnection -ResourceGroupName ResourceGroup01 -Name Connection03 -PipelineName Pipeline01 -Location "E | CODE |
| LOW | src/Support/Support.Autorest/test/env.json | 31 | "ContactDetailPrimaryEmailAddress": "test@test.com", | CODE |
| LOW | src/Support/Support.Autorest/test/localEnv.json | 27 | "ContactDetailPrimaryEmailAddress": "test@test.com" | CODE |
| LOW | …c/Support/Support.Autorest/docs/New-AzSupportTicket.md | 50 | New-AzSupportTicket -Name "test12345678" -AdvancedDiagnosticConsent "no" -ContactDetailPrimaryEmailAddress "test@test.co | CODE |
| LOW | …c/Support/Support.Autorest/docs/New-AzSupportTicket.md | 105 | New-AzSupportTicket -Name "test_ticket_1234" -AdvancedDiagnosticConsent "Yes" -ContactDetailCountry "USA" -ContactDetail | CODE |
| LOW | …c/Support/Support.Autorest/docs/New-AzSupportTicket.md | 164 | New-AzSupportTicket -Name "testticket12345" -AdvancedDiagnosticConsent "Yes" -ContactDetailCountry "USA" -ContactDetailF | CODE |
| LOW | …rt/Support.Autorest/docs/New-AzSupportCommunication.md | 28 | New-AzSupportCommunication -Name "test123" -SupportTicketName "test12345678" -Body "this is a test message from PS" -Su | CODE |
| LOW | …rt.Autorest/docs/New-AzSupportTicketsNoSubscription.md | 43 | New-AzSupportTicketsNoSubscription -SupportTicketName "test12345678" -AdvancedDiagnosticConsent "no" -ContactDetailPrima | CODE |
| LOW | …pport/Support.Autorest/examples/New-AzSupportTicket.md | 3 | New-AzSupportTicket -Name "test12345678" -AdvancedDiagnosticConsent "no" -ContactDetailPrimaryEmailAddress "test@test.co | CODE |
| LOW | …pport/Support.Autorest/examples/New-AzSupportTicket.md | 59 | New-AzSupportTicket -Name "test_ticket_1234" -AdvancedDiagnosticConsent "Yes" -ContactDetailCountry "USA" -ContactDetail | CODE |
| LOW | …pport/Support.Autorest/examples/New-AzSupportTicket.md | 118 | New-AzSupportTicket -Name "testticket12345" -AdvancedDiagnosticConsent "Yes" -ContactDetailCountry "USA" -ContactDetailF | CODE |
| LOW | …upport.Autorest/examples/New-AzSupportCommunication.md | 3 | New-AzSupportCommunication -Name "test123" -SupportTicketName "test12345678" -Body "this is a test message from PS" -Su | CODE |
| LOW | …utorest/examples/New-AzSupportTicketsNoSubscription.md | 3 | New-AzSupportTicketsNoSubscription -SupportTicketName "test12345678" -AdvancedDiagnosticConsent "no" -ContactDetailPrima | CODE |
| LOW | src/Support/Support/help/New-AzSupportTicket.md | 49 | New-AzSupportTicket -Name "test12345678" -AdvancedDiagnosticConsent "no" -ContactDetailPrimaryEmailAddress "test@test.co | CODE |
| LOW | src/Support/Support/help/New-AzSupportTicket.md | 104 | New-AzSupportTicket -Name "test_ticket_1234" -AdvancedDiagnosticConsent "Yes" -ContactDetailCountry "USA" -ContactDetail | CODE |
| LOW | src/Support/Support/help/New-AzSupportTicket.md | 163 | New-AzSupportTicket -Name "testticket12345" -AdvancedDiagnosticConsent "Yes" -ContactDetailCountry "USA" -ContactDetailF | CODE |
| LOW | src/Support/Support/help/New-AzSupportCommunication.md | 28 | New-AzSupportCommunication -Name "test123" -SupportTicketName "test12345678" -Body "this is a test message from PS" -Sub | CODE |
| LOW | …ort/Support/help/New-AzSupportTicketsNoSubscription.md | 43 | New-AzSupportTicketsNoSubscription -SupportTicketName "test12345678" -AdvancedDiagnosticConsent "no" -ContactDetailPrima | CODE |
| LOW | src/Site/Site.Autorest/docs/New-AzSite.md | 44 | New-AzSite -SiteName "mysite-002" -ResourceGroupName "rg-sites" -SubscriptionId "12345678-1234-1234-1234-123456789012" - | CODE |
| LOW | src/Site/Site.Autorest/examples/New-AzSite.md | 16 | New-AzSite -SiteName "mysite-002" -ResourceGroupName "rg-sites" -SubscriptionId "12345678-1234-1234-1234-123456789012" - | CODE |
| LOW | src/Site/Site/help/New-AzSite.md | 44 | New-AzSite -SiteName "mysite-002" -ResourceGroupName "rg-sites" -SubscriptionId "12345678-1234-1234-1234-123456789012" - | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …cumentation/development-docs/using-config-framework.md | 24 | ### Step 1: Define the Config | COMMENT |
| LOW | …cumentation/development-docs/using-config-framework.md | 78 | ### Step 2: Register the Config | COMMENT |
| LOW | …cumentation/development-docs/using-config-framework.md | 88 | ### Step 3: Regenerate Help Documents | COMMENT |
| LOW | …ub/instructions/compute-test-debugging.instructions.md | 33 | ### Step 1: Identify the Target Test | COMMENT |
| LOW | …ub/instructions/compute-test-debugging.instructions.md | 72 | ### Step 2: Build the Module | COMMENT |
| LOW | …ub/instructions/compute-test-debugging.instructions.md | 81 | ### Step 3: Run the Test in Record Mode | COMMENT |
| LOW | …ub/instructions/compute-test-debugging.instructions.md | 99 | ### Step 4: Analyze the Failure | COMMENT |
| LOW | …ub/instructions/compute-test-debugging.instructions.md | 131 | ### Step 5: Fix and Re-run (Iterate) | COMMENT |
| LOW | …ub/instructions/compute-test-debugging.instructions.md | 150 | ### Step 6: Verify Playback Mode | COMMENT |
| LOW | …ub/instructions/compute-test-debugging.instructions.md | 166 | ### Step 7: Commit Changes | COMMENT |
| LOW | …ub/instructions/compute-test-debugging.instructions.md | 173 | ### Step 8: Update These Instructions with Lessons Learned | COMMENT |
| LOW | .github/agents/dependencyUpdate.agent.md | 30 | ## Step 1: Gather Requirements | COMMENT |
| LOW | .github/agents/dependencyUpdate.agent.md | 41 | ## Step 2: Compare Transitive Dependencies | COMMENT |
| LOW | .github/agents/dependencyUpdate.agent.md | 68 | ## Step 3: Update manifest.json and Run Update-DevAssembly | COMMENT |
| LOW | .github/agents/dependencyUpdate.agent.md | 138 | ## Step 4: Fix Build Errors Caused by the Upgrade | COMMENT |
| LOW | .github/agents/dependencyUpdate.agent.md | 162 | ## Step 5: Resolve Module-Level csproj Version Conflicts | COMMENT |
| LOW | …ts/Item/RedoAzureRmRecoveryServicesBackupProtection.cs | 68 | // Step 1: Stop protection | COMMENT |
| LOW | …ts/Item/RedoAzureRmRecoveryServicesBackupProtection.cs | 124 | // Step 2: Unregister/register container (only for supported workloads) | COMMENT |
| LOW | …ts/Item/RedoAzureRmRecoveryServicesBackupProtection.cs | 143 | // Step 3: Configure backup in target vault | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | …sts.ApiManagementTests/ApiImportExportSwaggerTest.json | 330 | "ResponseBody": "{\r\n \"id\": \"/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-2 | CODE |
| MEDIUM | …sts.ApiManagementTests/ApiImportExportSwaggerTest.json | 396 | "ResponseBody": "{\r\n \"id\": \"/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-2 | CODE |
| MEDIUM | …ApiManagementTests/ApiImportExportOpenApiJsonTest.json | 7 | "RequestBody": "{\r\n \"properties\": {\r\n \"path\": \"openapifromFile\",\r\n \"value\": \"{\\r\\n \\\" | CODE |
| MEDIUM | …ApiManagementTests/ApiImportExportOpenApiJsonTest.json | 132 | "ResponseBody": "{\r\n \"id\": \"/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-2 | CODE |
| MEDIUM | …ApiManagementTests/ApiImportExportOpenApiJsonTest.json | 198 | "ResponseBody": "{\r\n \"id\": \"/subscriptions/dbdbebc3-1f15-4e74-9ef2-7db25483cb15/resourceGroups/Apim-NetSdk-2 | CODE |
| MEDIUM | ….ServiceManagement.Test/Resources/petstoreOpenApi.json | 9 | "description": ":dog: :cat: :rabbit: This is a sample server Petstore server. You can find out more about Swagg | CODE |
| MEDIUM | …t/test/New-AzSelfHelpSimplifiedSolution.Recording.json | 38 | "Content": "{\"id\":\"/subscriptions/6bded6d5-a6af-43e1-96d3-bf71f6f5f8ba/resourcegroups/sm1dxne74h/providers/Micr | CODE |
| MEDIUM | …t/test/New-AzSelfHelpSimplifiedSolution.Recording.json | 126 | "Content": "{\"id\":\"/subscriptions/6bded6d5-a6af-43e1-96d3-bf71f6f5f8ba/resourcegroups/sm1dxne74h/providers/Micr | CODE |
| MEDIUM | …t/test/Get-AzSelfHelpSimplifiedSolution.Recording.json | 38 | "Content": "{\"id\":\"/subscriptions/6bded6d5-a6af-43e1-96d3-bf71f6f5f8ba/resourcegroups/sm1dxne74h/providers/Micr | CODE |
| MEDIUM | …t/test/Get-AzSelfHelpSimplifiedSolution.Recording.json | 126 | "Content": "{\"id\":\"/subscriptions/6bded6d5-a6af-43e1-96d3-bf71f6f5f8ba/resourcegroups/sm1dxne74h/providers/Micr | CODE |
| MEDIUM | …t/test/Get-AzSelfHelpSimplifiedSolution.Recording.json | 170 | "Content": "{\"id\":\"/subscriptions/6bded6d5-a6af-43e1-96d3-bf71f6f5f8ba/resourcegroups/sm1dxne74h/providers/Micr | CODE |
| MEDIUM⚡ | …orest/test/deployment-templates/metadata/template.json | 196 | "serializedData": "{\"version\":\"Notebook/1.0\",\"items\":[{\"type\":9,\"content\":{\"version\":\"KqlPa | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | src/SpringCloud/SpringCloud.Autorest/README.md | 182 | #------------------------------------------------------------------------------ | COMMENT |
| MEDIUM | src/FrontDoor/FrontDoor.Autorest/README.md | 469 | # -------------------------------------------------------------------------- | COMMENT |
| MEDIUM | src/FrontDoor/FrontDoor.Autorest/README.md | 471 | # -------------------------------------------------------------------------- | COMMENT |
| MEDIUM | src/FrontDoor/FrontDoor.Autorest/README.md | 506 | # -------------------------------------------------------------------------- | COMMENT |
| MEDIUM | src/FrontDoor/FrontDoor.Autorest/README.md | 508 | # -------------------------------------------------------------------------- | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | src/Monitor/MonitorWorkspace.Autorest/README.md | 54 | # Remove the operations list cmdlet as it is internal scaffolding not intended for public use | COMMENT |
| MEDIUM | src/Compute/Compute/help/Remove-AzVM.md | 42 | ### Example 2: Remove a VM in a VMSS with the orchestration mode set to Flex. | COMMENT |
| MEDIUM | src/Compute/Compute/help/Remove-AzVM.md | 44 | # Get a VMSS with the orchestration mode set to Flex. | COMMENT |
| MEDIUM⚡ | …orest/test/deployment-templates/metadata/template.json | 196 | "serializedData": "{\"version\":\"Notebook/1.0\",\"items\":[{\"type\":9,\"content\":{\"version\":\"KqlPa | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …/RemoveAzureExpressRouteCircuitPeeringConfigCommand.cs | 56 | // When a PeerAddressType is specified, we need to check if the corresponding address family peering is | COMMENT |
| LOW | …oveAzureRMExpressRouteCrossConnectionPeeringCommand.cs | 69 | // When a PeerAddressType is specified, we need to check if the corresponding address family peer | COMMENT |
| LOW | …ts/Item/RedoAzureRmRecoveryServicesBackupProtection.cs | 68 | // Step 1: Stop protection | COMMENT |
| LOW | …ts/Item/RedoAzureRmRecoveryServicesBackupProtection.cs | 124 | // Step 2: Unregister/register container (only for supported workloads) | COMMENT |
| LOW | …ts/Item/RedoAzureRmRecoveryServicesBackupProtection.cs | 143 | // Step 3: Configure backup in target vault | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | documentation/development-docs/vm-for-partners.md | 52 | function CreateResourceGroupIfNone() { | CODE |
| LOW | tools/Mcp/src/services/utils.ts | 359 | export async function createDirectoryIfNotExists(dirPath: string): Promise<void> { | CODE |
| LOW | tools/Mcp/src/services/utils.ts | 385 | export function getIdealModuleExamplePaths(): string { | CODE |
| LOW | …t.ScenarioTests.AdlsAliasTests/TestAdlsFileSystem.json | 3970 | "RequestBody": "<#\r\n.SYNOPSIS\r\nTests DataLakeStore Account trusted identity provider Lifecycle (Create, Update | CODE |
| LOW | …e.Test.ScenarioTests.AdlsTests/TestAdlsFileSystem.json | 3970 | "RequestBody": "<#\r\n.SYNOPSIS\r\nTests DataLakeStore Account trusted identity provider Lifecycle (Create, Update | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | …irtualNetworkGatewayVpnDeviceConfigurationScripts.json | 15333 | "ResponseBody": "\"\\r\\n! Microsoft Corporation\\r\\n! ---------------------------------------------------------- | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | …t.ScenarioTests.AdlsAliasTests/TestAdlsFileSystem.json | 3970 | "RequestBody": "<#\r\n.SYNOPSIS\r\nTests DataLakeStore Account trusted identity provider Lifecycle (Create, Update | CODE |
| MEDIUM | …e.Test.ScenarioTests.AdlsTests/TestAdlsFileSystem.json | 3970 | "RequestBody": "<#\r\n.SYNOPSIS\r\nTests DataLakeStore Account trusted identity provider Lifecycle (Create, Update | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …xample/heart-classifier-mlflow/batch_driver_parquet.py | 12 | CODE | |
| LOW | …iptCodeExample/heart-classifier-mlflow/batch_driver.py | 11 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …ute/Compute/Extension/AEM/TestAzureRmVMAEMExtension.cs | 112 | //# Check if VM exists | COMMENT |