File tree Expand file tree Collapse file tree 4 files changed +2
-6
lines changed
ServiceFabricManagedClusters.Management.Sdk Expand file tree Collapse file tree 4 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 18
18
- Additional information about change #1
19
19
-->
20
20
## Upcoming Release
21
-
22
- ## Version 3.3.0
23
- * Migrating from .Net sdk dependent sdk to autorest generated sdk
21
+ * Fixed minor issues
24
22
25
23
## Version 3.2.0
26
24
* Added new cmdlet ` Add-AzServiceFabricManagedClusterNetworkSecurityRule ` to update network security rules in managed cluster resource
Original file line number Diff line number Diff line change 12
12
</PropertyGroup >
13
13
14
14
<ItemGroup >
15
- <PackageReference Include =" Azure.Identity" Version =" 1.9.0" />
16
15
<PackageReference Include =" Microsoft.Azure.KeyVault" Version =" 3.0.1" />
17
16
<PackageReference Include =" Microsoft.Azure.KeyVault.WebKey" Version =" 3.0.1" />
18
17
<PackageReference Include =" Microsoft.Azure.Management.ServiceFabric" Version =" 1.3.0" />
Original file line number Diff line number Diff line change 25
25
[ assembly: AssemblyCompany ( Microsoft . WindowsAzure . Commands . Common . AzurePowerShell . AssemblyCompany ) ]
26
26
[ assembly: AssemblyProduct ( Microsoft . WindowsAzure . Commands . Common . AzurePowerShell . AssemblyProduct ) ]
27
27
[ assembly: AssemblyCopyright ( Microsoft . WindowsAzure . Commands . Common . AzurePowerShell . AssemblyCopyright ) ]
28
- [ assembly: InternalsVisibleTo ( "Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric.Test" ) ]
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
<PropertyGroup >
3
- <PsModuleName >ServiceFabricManagedClusters </PsModuleName >
3
+ <PsModuleName >ServiceFabric </PsModuleName >
4
4
</PropertyGroup >
5
5
<Import Project =" $(MSBuildThisFileDirectory)..\..\Az.props" />
6
6
<PropertyGroup >
You can’t perform that action at this time.
0 commit comments