Skip to content

Commit afdc0aa

Browse files
committed
using latest nuget, update changelog
1 parent 7465bfb commit afdc0aa

File tree

4 files changed

+3
-10
lines changed

4 files changed

+3
-10
lines changed

src/Sql/Sql.Test/Sql.Test.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<ItemGroup>
1414
<PackageReference Include="Microsoft.Azure.Management.Monitor" Version="0.22.0-preview" />
15-
<PackageReference Include="Microsoft.Azure.Management.Sql" Version="1.30.0-preview" />
15+
<PackageReference Include="Microsoft.Azure.Management.Sql" Version="1.31.0-preview" />
1616
<PackageReference Include="Microsoft.Azure.Management.EventHub" Version="2.5.0" />
1717
<PackageReference Include="Microsoft.Azure.Management.Network" Version="19.11.0-preview" />
1818
<PackageReference Include="Microsoft.Azure.Graph.RBAC" Version="3.2.0-preview" />

src/Sql/Sql/ChangeLog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
* Ability to Get-AzSqlServerServiceObjective by location without needing a preexisting server in the region.
2828
* Support for time zone parameter in Managed Instance create.
2929
* Fix documentation for wildcards
30+
* Support of Serverless specific parameters
3031

3132
## Version 1.8.0
3233
* Support Database Data Classification.

src/Sql/Sql/ManagedInstance/Model/AzureSqlManagedInstanceModel.cs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -115,12 +115,4 @@ public class AzureSqlManagedInstanceModel
115115
public string TimezoneId { get; set; }
116116

117117
}
118-
119-
// TODO: delete this class when SDK is fixed and have this values
120-
public class ManagedInstanceProxyOverride
121-
{
122-
public const string Proxy = "Proxy";
123-
public const string Redirect = "Redirect";
124-
public const string Default = "Default";
125-
}
126118
}

src/Sql/Sql/Sql.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</PropertyGroup>
1212

1313
<ItemGroup>
14-
<PackageReference Include="Microsoft.Azure.Management.Sql" Version="1.30.0-preview" />
14+
<PackageReference Include="Microsoft.Azure.Management.Sql" Version="1.31.0-preview" />
1515
<PackageReference Include="System.Security.Permissions" Version="4.5.0" />
1616
</ItemGroup>
1717

0 commit comments

Comments
 (0)