File tree Expand file tree Collapse file tree 4 files changed +3
-10
lines changed Expand file tree Collapse file tree 4 files changed +3
-10
lines changed Original file line number Diff line number Diff line change 12
12
13
13
<ItemGroup >
14
14
<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" />
16
16
<PackageReference Include =" Microsoft.Azure.Management.EventHub" Version =" 2.5.0" />
17
17
<PackageReference Include =" Microsoft.Azure.Management.Network" Version =" 19.11.0-preview" />
18
18
<PackageReference Include =" Microsoft.Azure.Graph.RBAC" Version =" 3.2.0-preview" />
Original file line number Diff line number Diff line change 27
27
* Ability to Get-AzSqlServerServiceObjective by location without needing a preexisting server in the region.
28
28
* Support for time zone parameter in Managed Instance create.
29
29
* Fix documentation for wildcards
30
+ * Support of Serverless specific parameters
30
31
31
32
## Version 1.8.0
32
33
* Support Database Data Classification.
Original file line number Diff line number Diff line change @@ -115,12 +115,4 @@ public class AzureSqlManagedInstanceModel
115
115
public string TimezoneId { get ; set ; }
116
116
117
117
}
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
- }
126
118
}
Original file line number Diff line number Diff line change 11
11
</PropertyGroup >
12
12
13
13
<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" />
15
15
<PackageReference Include =" System.Security.Permissions" Version =" 4.5.0" />
16
16
</ItemGroup >
17
17
You can’t perform that action at this time.
0 commit comments