-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Batch Control Plane 2021-06-01 update (#22195)
* Generated control plane Added generated descriptions. * Updated version PR SDK updates Updated version sdkinfo * Changelog lint fixes. Added markdown config Ignore MD013 Change log update Expanded change log. * Tests AutoStorage AuthenticationMode memoery test Switched to static resource name. Scenario tests Added ListOutboundNetworkDependenciesEndpoints test OsDisk scenario test Tests AllowedAuthenticationModes ComputeNodeIdentityReference test * Cleanup * Session Records Updated test recordings Updated recordings Updated recordings Updated session records * Fixed breaking change Fixed breacking change * Updated SDKInfo Updated generation. * Added BatchAccountIdentity constructor and test for equality against old type. * Fixed version. Fixed version.
- Loading branch information
1 parent
9abcc27
commit e655e1f
Showing
65 changed files
with
5,034 additions
and
1,813 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
4 changes: 4 additions & 0 deletions
4
sdk/batch/Microsoft.Azure.Management.Batch/.markdownlint.jsonc
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"MD013": false, | ||
"MD024": { "siblings_only": true } | ||
} |
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
<!--This file and it's contents are updated at build time moving or editing might result in build failure. Take due deligence while editing this file--> | ||
<PropertyGroup> | ||
<AzureApiTag>Batch_2020-05-01;</AzureApiTag> | ||
<AzureApiTag>Batch_2021-06-01;</AzureApiTag> | ||
<PackageTags>$(PackageTags);$(CommonTags);$(AzureApiTag);</PackageTags> | ||
</PropertyGroup> | ||
</Project> |
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
7 changes: 4 additions & 3 deletions
7
sdk/batch/Microsoft.Azure.Management.Batch/src/Generated/ApplicationPackageOperations.cs
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
14 changes: 8 additions & 6 deletions
14
.../Microsoft.Azure.Management.Batch/src/Generated/ApplicationPackageOperationsExtensions.cs
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.