forked from Azure/azure-sdk-for-net
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add resource group based LTR APIs + tests to azure sdk (Azure#6957)
* Add resource group based LTR APIs + tests * Update change history * Bump Sql AssemblyInfo * remove unnecessary checks * remove unnecessary checks
- Loading branch information
1 parent
a3d7eb2
commit 9f2816c
Showing
11 changed files
with
9,248 additions
and
471 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,11 +4,11 @@ Commencing code generation | |
Generating CSharp code | ||
Executing AutoRest command | ||
cmd.exe /c autorest.cmd https://github.com/Azure/azure-rest-api-specs/blob/master/specification/sql/resource-manager/readme.md --csharp --version=latest --reflect-api-versions --csharp-sdks-folder=. | ||
2019-07-16 23:22:54 UTC | ||
2019-07-16 21:28:54 UTC | ||
Azure-rest-api-specs repository information | ||
GitHub fork: Azure | ||
Branch: master | ||
Commit: 6203666516223e8de80552d70c7157806a50f78b | ||
Commit: 737110f8edd3689144c45d6fd34e7c6143171ab8 | ||
AutoRest information | ||
Requested version: latest | ||
Bootstrapper version: [email protected] |
282 changes: 282 additions & 0 deletions
282
...osoft.Azure.Management.SqlManagement/src/Generated/ILongTermRetentionBackupsOperations.cs
Large diffs are not rendered by default.
Oops, something went wrong.
1,679 changes: 1,658 additions & 21 deletions
1,679
...rosoft.Azure.Management.SqlManagement/src/Generated/LongTermRetentionBackupsOperations.cs
Large diffs are not rendered by default.
Oops, something went wrong.
462 changes: 462 additions & 0 deletions
462
...re.Management.SqlManagement/src/Generated/LongTermRetentionBackupsOperationsExtensions.cs
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.