Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
d4c6217
Migrate Sql to support TypeSpec
ArthurMa1978 Jun 14, 2026
afc795d
update
ArthurMa1978 Jun 15, 2026
17b4f4f
update
ArthurMa1978 Jun 15, 2026
1fb67e2
Add compatibility shims for v1.4.0 ApiCompat breaking changes
ArthurMa1978 Jun 16, 2026
022dca9
Regen SQL SDK with @@usage directives to restore parameterless ctors …
ArthurMa1978 Jun 16, 2026
18109ff
update
ArthurMa1978 Jun 16, 2026
f50b487
Regen SQL SDK with operation renames in client.tsp
ArthurMa1978 Jun 16, 2026
b5fe60c
udpate
ArthurMa1978 Jun 17, 2026
f6b7ce8
update
ArthurMa1978 Jun 17, 2026
23b9725
update
ArthurMa1978 Jun 17, 2026
27e11b8
update
ArthurMa1978 Jun 17, 2026
1120950
update
ArthurMa1978 Jun 18, 2026
60c82f4
Merge branch 'main' into mgmt-sql
ArthurMa1978 Jun 18, 2026
907712b
udpate
ArthurMa1978 Jun 18, 2026
36a32ef
Refactor QueryStatistics and QueryStatisticsProperties for backward c…
ArthurMa1978 Jun 18, 2026
8043ead
Merge branch 'main' into mgmt-sql
ArthurMa1978 Jun 20, 2026
b7156e7
Update sample code and assets for Managed Database and Job Execution …
ArthurMa1978 Jun 20, 2026
806fc61
Upgraded api-verion to 2025-02-01-preview
ArthurMa1978 Jun 22, 2026
23f0697
Merge branch 'main' into mgmt-sql
ArthurMa1978 Jun 22, 2026
bb22bbf
update
ArthurMa1978 Jun 22, 2026
2ca266d
update
ArthurMa1978 Jun 22, 2026
305820c
update
ArthurMa1978 Jun 22, 2026
eea7dd7
update
ArthurMa1978 Jun 22, 2026
40223a6
Refactor SQL management methods for backward compatibility and remove…
ArthurMa1978 Jun 24, 2026
2a5f9e8
Update ManagedInstanceQuery method to throw NotSupportedException for…
ArthurMa1978 Jun 24, 2026
d37b565
Remove redundant message from Obsolete attribute in ManagedInstanceRe…
ArthurMa1978 Jun 24, 2026
1154b62
Remove redundant message from Obsolete attribute in ManagedInstanceRe…
ArthurMa1978 Jun 24, 2026
973b599
Update commit reference in tsp-location.yaml
ArthurMa1978 Jun 24, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
13 changes: 13 additions & 0 deletions eng/apicompatbaselines/Azure.ResourceManager.Sql.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Baseline for Azure.ResourceManager.Sql v1.4.0 -> TypeSpec-based 2.0.0 migration.
#
# WirePathAttribute decorations on ManagedInstanceResourceGetTopQueriesOptions properties:
# the new TypeSpec generator does not emit WirePathAttribute on plain "options" POCOs
# (they are bundled query parameters, not wire-serialized models). These attributes
# carry no functional impact for consumers and are safe to remove from the contract.
CannotRemoveAttribute : Attribute 'Azure.ResourceManager.Sql.WirePathAttribute' exists on 'Azure.ResourceManager.Sql.Models.ManagedInstanceResourceGetTopQueriesOptions.AggregationFunction' in the contract but not the implementation.
CannotRemoveAttribute : Attribute 'Azure.ResourceManager.Sql.WirePathAttribute' exists on 'Azure.ResourceManager.Sql.Models.ManagedInstanceResourceGetTopQueriesOptions.Databases' in the contract but not the implementation.
CannotRemoveAttribute : Attribute 'Azure.ResourceManager.Sql.WirePathAttribute' exists on 'Azure.ResourceManager.Sql.Models.ManagedInstanceResourceGetTopQueriesOptions.EndTime' in the contract but not the implementation.
CannotRemoveAttribute : Attribute 'Azure.ResourceManager.Sql.WirePathAttribute' exists on 'Azure.ResourceManager.Sql.Models.ManagedInstanceResourceGetTopQueriesOptions.Interval' in the contract but not the implementation.
CannotRemoveAttribute : Attribute 'Azure.ResourceManager.Sql.WirePathAttribute' exists on 'Azure.ResourceManager.Sql.Models.ManagedInstanceResourceGetTopQueriesOptions.NumberOfQueries' in the contract but not the implementation.
CannotRemoveAttribute : Attribute 'Azure.ResourceManager.Sql.WirePathAttribute' exists on 'Azure.ResourceManager.Sql.Models.ManagedInstanceResourceGetTopQueriesOptions.ObservationMetric' in the contract but not the implementation.
CannotRemoveAttribute : Attribute 'Azure.ResourceManager.Sql.WirePathAttribute' exists on 'Azure.ResourceManager.Sql.Models.ManagedInstanceResourceGetTopQueriesOptions.StartTime' in the contract but not the implementation.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<Solution>
<Project Path="src/Azure.ResourceManager.Sql.csproj" />
<Project Path="tests/Azure.ResourceManager.Sql.Tests.csproj" />
</Solution>
Loading