Skip to content

Commit 05c9e60

Browse files
authored
fix build issue caused by service fabric (#23055)
* fix build issue caused by service fabric * Update AssemblyInfo.cs
1 parent 8b815ea commit 05c9e60

File tree

4 files changed

+2
-6
lines changed

4 files changed

+2
-6
lines changed

src/ServiceFabric/ServiceFabric/ChangeLog.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,7 @@
1818
- Additional information about change #1
1919
-->
2020
## Upcoming Release
21-
22-
## Version 3.3.0
23-
* Migrating from .Net sdk dependent sdk to autorest generated sdk
21+
* Fixed minor issues
2422

2523
## Version 3.2.0
2624
* Added new cmdlet `Add-AzServiceFabricManagedClusterNetworkSecurityRule` to update network security rules in managed cluster resource

src/ServiceFabric/ServiceFabric/ServiceFabric.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
</PropertyGroup>
1313

1414
<ItemGroup>
15-
<PackageReference Include="Azure.Identity" Version="1.9.0" />
1615
<PackageReference Include="Microsoft.Azure.KeyVault" Version="3.0.1" />
1716
<PackageReference Include="Microsoft.Azure.KeyVault.WebKey" Version="3.0.1" />
1817
<PackageReference Include="Microsoft.Azure.Management.ServiceFabric" Version="1.3.0" />

src/ServiceFabric/ServiceFabricManagedClusters.Management.Sdk/Properties/AssemblyInfo.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,3 @@
2525
[assembly: AssemblyCompany(Microsoft.WindowsAzure.Commands.Common.AzurePowerShell.AssemblyCompany)]
2626
[assembly: AssemblyProduct(Microsoft.WindowsAzure.Commands.Common.AzurePowerShell.AssemblyProduct)]
2727
[assembly: AssemblyCopyright(Microsoft.WindowsAzure.Commands.Common.AzurePowerShell.AssemblyCopyright)]
28-
[assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric.Test")]

src/ServiceFabric/ServiceFabricManagedClusters.Management.Sdk/ServiceFabricManagedClusters.Management.sdk.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<PsModuleName>ServiceFabricManagedClusters</PsModuleName>
3+
<PsModuleName>ServiceFabric</PsModuleName>
44
</PropertyGroup>
55
<Import Project="$(MSBuildThisFileDirectory)..\..\Az.props" />
66
<PropertyGroup>

0 commit comments

Comments
 (0)