diff --git a/src/lib/netcoreapp2.1/Microsoft.Identity.Client.dll b/src/lib/netcoreapp2.1/Microsoft.Identity.Client.dll deleted file mode 100644 index 7e98f30fc54a..000000000000 Binary files a/src/lib/netcoreapp2.1/Microsoft.Identity.Client.dll and /dev/null differ diff --git a/src/lib/netcoreapp3.1/Microsoft.Identity.Client.Extensions.Msal.dll b/src/lib/netcoreapp3.1/Microsoft.Identity.Client.Extensions.Msal.dll deleted file mode 100644 index 02168e3b1856..000000000000 Binary files a/src/lib/netcoreapp3.1/Microsoft.Identity.Client.Extensions.Msal.dll and /dev/null differ diff --git a/src/lib/netfx/Microsoft.Identity.Client.Extensions.Msal.dll b/src/lib/netfx/Microsoft.Identity.Client.Extensions.Msal.dll deleted file mode 100644 index 87f0bdfe02f2..000000000000 Binary files a/src/lib/netfx/Microsoft.Identity.Client.Extensions.Msal.dll and /dev/null differ diff --git a/src/lib/netfx/Microsoft.Identity.Client.dll b/src/lib/netfx/Microsoft.Identity.Client.dll deleted file mode 100644 index 2a1b17bc86a4..000000000000 Binary files a/src/lib/netfx/Microsoft.Identity.Client.dll and /dev/null differ diff --git a/src/lib/netfx/System.Security.Cryptography.ProtectedData.dll b/src/lib/netfx/System.Security.Cryptography.ProtectedData.dll new file mode 100644 index 000000000000..a7029b32f95d Binary files /dev/null and b/src/lib/netfx/System.Security.Cryptography.ProtectedData.dll differ diff --git a/src/lib/netstandard2.0/Azure.Identity.Broker.dll b/src/lib/netstandard2.0/Azure.Identity.Broker.dll new file mode 100644 index 000000000000..2bf4a4f415b2 Binary files /dev/null and b/src/lib/netstandard2.0/Azure.Identity.Broker.dll differ diff --git a/src/lib/netstandard2.0/Azure.Identity.BrokeredAuthentication.dll b/src/lib/netstandard2.0/Azure.Identity.BrokeredAuthentication.dll deleted file mode 100644 index 4b4b2f2b663d..000000000000 Binary files a/src/lib/netstandard2.0/Azure.Identity.BrokeredAuthentication.dll and /dev/null differ diff --git a/src/lib/netstandard2.0/Azure.Identity.dll b/src/lib/netstandard2.0/Azure.Identity.dll index 5662a76ad958..4a32fd0d9870 100644 Binary files a/src/lib/netstandard2.0/Azure.Identity.dll and b/src/lib/netstandard2.0/Azure.Identity.dll differ diff --git a/src/lib/netstandard2.0/Microsoft.Identity.Client.Broker.dll b/src/lib/netstandard2.0/Microsoft.Identity.Client.Broker.dll index 3e0a147d4bcb..a7782878cab1 100644 Binary files a/src/lib/netstandard2.0/Microsoft.Identity.Client.Broker.dll and b/src/lib/netstandard2.0/Microsoft.Identity.Client.Broker.dll differ diff --git a/src/lib/netstandard2.0/Microsoft.Identity.Client.Extensions.Msal.dll b/src/lib/netstandard2.0/Microsoft.Identity.Client.Extensions.Msal.dll new file mode 100644 index 000000000000..1a2779cfa5b1 Binary files /dev/null and b/src/lib/netstandard2.0/Microsoft.Identity.Client.Extensions.Msal.dll differ diff --git a/src/lib/netstandard2.0/Microsoft.Identity.Client.NativeInterop.dll b/src/lib/netstandard2.0/Microsoft.Identity.Client.NativeInterop.dll index a7d555909366..44eb67c67dc8 100644 Binary files a/src/lib/netstandard2.0/Microsoft.Identity.Client.NativeInterop.dll and b/src/lib/netstandard2.0/Microsoft.Identity.Client.NativeInterop.dll differ diff --git a/src/lib/netstandard2.0/Microsoft.Identity.Client.dll b/src/lib/netstandard2.0/Microsoft.Identity.Client.dll new file mode 100644 index 000000000000..edd48d6eb824 Binary files /dev/null and b/src/lib/netstandard2.0/Microsoft.Identity.Client.dll differ diff --git a/tools/Common.Netcore.Dependencies.Test.targets b/tools/Common.Netcore.Dependencies.Test.targets index cadadff43711..b6629c1472db 100644 --- a/tools/Common.Netcore.Dependencies.Test.targets +++ b/tools/Common.Netcore.Dependencies.Test.targets @@ -40,6 +40,5 @@ - diff --git a/tools/CreateMappings_rules.json b/tools/CreateMappings_rules.json index fb0aa523ee83..de58479cbe9c 100644 --- a/tools/CreateMappings_rules.json +++ b/tools/CreateMappings_rules.json @@ -859,5 +859,9 @@ { "module": "Fleet", "alias": "Fleet" + }, + { + "module": "ManagedNetworkFabric", + "alias": "Managed Network Fabric" } ] diff --git a/tools/Gen2Master/MoveFromGeneration2Master.ps1 b/tools/Gen2Master/MoveFromGeneration2Master.ps1 index 33fc7c8ee92b..6fa66f1174f7 100644 --- a/tools/Gen2Master/MoveFromGeneration2Master.ps1 +++ b/tools/Gen2Master/MoveFromGeneration2Master.ps1 @@ -41,6 +41,7 @@ Function Move-Generation2Master { New-Item -Type Directory -Path $DestPath -Force New-Item "$DestPath\$ModuleName\Properties" -ItemType Directory New-Item "$DestPath\$ModuleName\help" -ItemType Directory + Update-MappingJson $ModuleName } $Dir2Copy = @{ 'custom' = 'custom' @@ -152,13 +153,6 @@ Function Move-Generation2Master { $Psd1Metadata.NestedModules = Unique-PathList $Psd1Metadata.NestedModules New-ModuleManifest -Path $DestPsd1Path @Psd1Metadata - - if (-not (Test-Path "$DestPath\$ModuleName\Properties")) { - New-Item "$DestPath\$ModuleName\Properties" -ItemType Directory - # Copy the assemblyinfo file - Copy-Template -SourceName AssemblyInfo.cs -DestPath "$DestPath\$ModuleName\Properties" -DestName AssemblyInfo.cs -ModuleName $submoduleName - Update-MappingJson $ModuleName - } # update module page dotnet build $slnFilePath # start a job to update markdown help module, since we can not uninstall a module in the same process. diff --git a/tools/StaticAnalysis/Exceptions/Az.ManagedNetworkFabric/ExampleIssues.csv b/tools/StaticAnalysis/Exceptions/Az.ManagedNetworkFabric/ExampleIssues.csv new file mode 100644 index 000000000000..608a7752adde --- /dev/null +++ b/tools/StaticAnalysis/Exceptions/Az.ManagedNetworkFabric/ExampleIssues.csv @@ -0,0 +1,4 @@ +"Module","Cmdlet","Example","Line","RuleName","ProblemId","Severity","Description","Extent","Remediation" +"Az.ManagedNetworkFabric","Update-AzNetworkFabricNeighborGroup","1","6","TerminatorExpectedAtEndOfString","5200","1","The string is missing the terminator: '.","' ) } }","Unexpected Error. Please check [Trouble Shotting for Unexpected Errors in Example Issues](https://github.com/Azure/azure-powershell/blob/main/documentation/Debugging-StaticAnalysis-Errors.md#Troubleshotting-Example-Issues) for more details." +"Az.ManagedNetworkFabric","Update-AzNetworkFabricInternetGateway","1","0","MissingEndCurlyBrace","5200","1","Missing closing '}' in statement block or type definition.","{","Unexpected Error. Please check [Trouble Shotting for Unexpected Errors in Example Issues](https://github.com/Azure/azure-powershell/blob/main/documentation/Debugging-StaticAnalysis-Errors.md#Troubleshotting-Example-Issues) for more details." +"Az.ManagedNetworkFabric","Update-AzNetworkFabricInternetGateway","1","1","Invalid_Cmdlet","5000","1","/resourceGroups/example-rg/providers/Microsoft.ManagedNetworkFabric/InternetGatewayRules/Igatewayrulename' } function ManagedNetworkFabric-Update-AzNetworkFabricNeighborGroup-1{ $destination = @{ Ipv4Address = @( '10.11.10.11' ) Ipv6Address = @( '2FF::/101' ) } } is not a valid command name.","/resourceGroups/example-rg/providers/Microsoft.ManagedNetworkFabric/InternetGatewayRules/Igatewayrulename' } function ManagedNetworkFabric-Update-AzNetworkFabricNeighborGroup-1{ $destination = @{ Ipv4Address = @( '10.11.10.11' ) Ipv6Address = @( '2FF::/101' ) } }","Check the spell of /resourceGroups/example-rg/providers/Microsoft.ManagedNetworkFabric/InternetGatewayRules/Igatewayrulename' } function ManagedNetworkFabric-Update-AzNetworkFabricNeighborGroup-1{ $destination = @{ Ipv4Address = @( '10.11.10.11' ) Ipv6Address = @( '2FF::/101' ) } } ."