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.
Compute Gallery RP new API version 2022-01-03 (Azure#27481)
* set up feature branch * set up feature branch * new recordings * Gallery 01 03 SDK (Azure#27466) * save * save * update * update * save * save * sanitization * add eula/privacy statement to gallery SDK release (Azure#28238) * save * update * update * update test * SDK changes for new properties "settings" and "advancedSettings" to gallery application version (Azure#28250) * Generated SDK using 0c46c6ca375c5b61de701f790db5673d76ceb8b6 * Updated test and recording * removed SAS tokens from recorded test * generated SDK with updated comments from API PR * removed "sig=" tokens from recorded test * added customization and sanitized keys in recorded tests * Restored older customization * fixed customization * Made enableHealthCheck optional parameter because it appears after settings and advancedSettings, as the WIKI states. * Update AssemblyInfo.cs .Net version update * Update Microsoft.Azure.Management.Compute.csproj * save (Azure#29131) test rerecord that was needed * Update compute_resource-manager.txt * Update AzSdk.RP.props Co-authored-by: Adam Sandor <adsandor@microsoft.com> Co-authored-by: kangsun-ctrl <69279251+kangsun-ctrl@users.noreply.github.com> Co-authored-by: Bhaskar Brahma <bhbrahma@microsoft.com>
- Loading branch information
1 parent
e5471e7
commit 6385c72
Showing
63 changed files
with
5,278 additions
and
3,484 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: 2 additions & 2 deletions
4
sdk/compute/Microsoft.Azure.Management.Compute/AzSdk.RP.props
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>Compute_2022-03-01;Compute_2021-11-01;Compute_2021-03-01;Compute_2021-07-01;Compute_2021-12-01;Compute_2021-10-01;Compute_2021-06-01-preview</AzureApiTag> | ||
<AzureApiTag>Compute_2022-03-01;Compute_2021-11-01;Compute_2021-03-01;Compute_2021-07-01;Compute_2021-12-01;Compute_2022-01-03;Compute_2021-06-01-preview</AzureApiTag> | ||
<PackageTags>$(PackageTags);$(CommonTags);$(AzureApiTag);</PackageTags> | ||
</PropertyGroup> | ||
</Project> | ||
</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
2 changes: 1 addition & 1 deletion
2
sdk/compute/Microsoft.Azure.Management.Compute/src/Generated/CommunityGalleriesOperations.cs
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
378 changes: 377 additions & 1 deletion
378
...crosoft.Azure.Management.Compute/src/Generated/CommunityGalleryImageVersionsOperations.cs
Large diffs are not rendered by default.
Oops, something went wrong.
80 changes: 80 additions & 0 deletions
80
...ure.Management.Compute/src/Generated/CommunityGalleryImageVersionsOperationsExtensions.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.