Skip to content

Commit

Permalink
Compute Gallery RP new API version 2022-01-03 (Azure#27481)
Browse files Browse the repository at this point in the history
* 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
4 people authored and sarkar-rajarshi committed Jun 10, 2022
1 parent e5471e7 commit 6385c72
Show file tree
Hide file tree
Showing 63 changed files with 5,278 additions and 3,484 deletions.
2 changes: 1 addition & 1 deletion eng/mgmt/mgmtmetadata/compute_resource-manager.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Autorest CSharp Version: 2.3.82
Azure-rest-api-specs repository information
GitHub fork: Azure
Branch: main
Commit: 28db62c152a3556a579a6031f730d3f6b9f868a4
Commit: 4640dfc655f8641962814663fd03fd667e5c1a88
AutoRest information
Requested version: v2
Bootstrapper version: autorest@2.0.4413
4 changes: 2 additions & 2 deletions sdk/compute/Microsoft.Azure.Management.Compute/AzSdk.RP.props
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>
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,14 @@ public partial class GalleryApplicationVersionPublishingProfile : GalleryArtifac
EnableHealthCheck = enableHealthCheck;
CustomInit();
}

public GalleryApplicationVersionPublishingProfile(UserArtifactSource source, IList<TargetRegion> targetRegions, int? replicaCount, bool? excludeFromLatest, System.DateTime? publishedDate, System.DateTime? endOfLifeDate, string storageAccountType, string replicationMode, IList<GalleryTargetExtendedLocation> targetExtendedLocations, UserArtifactManage manageActions, bool? enableHealthCheck = default(bool?))
: base(targetRegions, replicaCount, excludeFromLatest, publishedDate, endOfLifeDate, storageAccountType, replicationMode, targetExtendedLocations)
{
Source = source;
ManageActions = manageActions;
EnableHealthCheck = enableHealthCheck;
CustomInit();
}
}
}

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 6385c72

Please sign in to comment.