Skip to content

Commit

Permalink
galleryRP 2024-03-03 (#47414)
Browse files Browse the repository at this point in the history
* generate code, snipet, export api

* samples generated

* renamed. generate code

* update

* changelog

* renamed

* version ref update
  • Loading branch information
grizzlytheodore authored Dec 24, 2024
1 parent 5f355d8 commit 4b61994
Show file tree
Hide file tree
Showing 157 changed files with 12,864 additions and 416 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Azure.ResourceManager.Compu
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Azure.ResourceManager.Compute.Tests", "tests\Azure.ResourceManager.Compute.Tests.csproj", "{738C0769-57F8-439C-8078-54498A030BA0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Azure.Core.TestFramework", "..\..\core\Azure.Core.TestFramework\src\Azure.Core.TestFramework.csproj", "{DF15D10D-3646-447E-B00B-49506D142322}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Azure.ResourceManager.Compute.Samples", "samples\Azure.ResourceManager.Compute.Samples.csproj", "{424A2502-7868-40EE-AB91-268E1430CB8B}"
EndProject
Global
Expand Down Expand Up @@ -44,18 +42,6 @@ Global
{738C0769-57F8-439C-8078-54498A030BA0}.Release|x64.Build.0 = Release|Any CPU
{738C0769-57F8-439C-8078-54498A030BA0}.Release|x86.ActiveCfg = Release|Any CPU
{738C0769-57F8-439C-8078-54498A030BA0}.Release|x86.Build.0 = Release|Any CPU
{DF15D10D-3646-447E-B00B-49506D142322}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DF15D10D-3646-447E-B00B-49506D142322}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DF15D10D-3646-447E-B00B-49506D142322}.Debug|x64.ActiveCfg = Debug|Any CPU
{DF15D10D-3646-447E-B00B-49506D142322}.Debug|x64.Build.0 = Debug|Any CPU
{DF15D10D-3646-447E-B00B-49506D142322}.Debug|x86.ActiveCfg = Debug|Any CPU
{DF15D10D-3646-447E-B00B-49506D142322}.Debug|x86.Build.0 = Debug|Any CPU
{DF15D10D-3646-447E-B00B-49506D142322}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DF15D10D-3646-447E-B00B-49506D142322}.Release|Any CPU.Build.0 = Release|Any CPU
{DF15D10D-3646-447E-B00B-49506D142322}.Release|x64.ActiveCfg = Release|Any CPU
{DF15D10D-3646-447E-B00B-49506D142322}.Release|x64.Build.0 = Release|Any CPU
{DF15D10D-3646-447E-B00B-49506D142322}.Release|x86.ActiveCfg = Release|Any CPU
{DF15D10D-3646-447E-B00B-49506D142322}.Release|x86.Build.0 = Release|Any CPU
{424A2502-7868-40EE-AB91-268E1430CB8B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{424A2502-7868-40EE-AB91-268E1430CB8B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{424A2502-7868-40EE-AB91-268E1430CB8B}.Debug|x64.ActiveCfg = Debug|Any CPU
Expand Down
21 changes: 16 additions & 5 deletions sdk/compute/Azure.ResourceManager.Compute/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,26 @@
# Release History

## 1.7.0-beta.3 (Unreleased)
## 1.7.0 (2024-12-29)

### Features Added

### Breaking Changes

### Bugs Fixed

- Upgraded api-version tag from 'package-2024-07-01' to 'package-2024-03-03'. Tag detail available at https://github.com/Azure/azure-rest-api-specs/blob/b09c9ec927456021dc549e111fa2cac3b4b00659/specification/compute/resource-manager/readme.md.
- Added new classes named `GalleryInVmAccessControlProfileCollection`, `ComputeGalleryValidationProfile`, `GalleryImageExecutedValidation`, `AdditionalReplicaSet`, `GallerySoftDeleted`, `GallerySoftDeletedResourceList`, `ComputeGalleryEndpointAccess`, `ComputeGalleryEndpointTypes`, and `ComputeGalleryPlatformAttribute`.
- Added a new property named `IsBlockedDeletionBeforeEndOfLife` to `GalleryImageVersionSafertyProfile` class.
- Added a new property named `StartsAtVersion` to `GalleryImageFeature` class.
- Added a new property named `AllowUpdateImage` to `GalleryImageData` class.
- Added new properties named `ValidationsProfile` and `EnableRestore` to `GalleryImageVersionData` class.
- Added a new property named `IsRestoreEnabled` to `GalleryImageVersionPatch` class.
- Added a new property named `SecurityUefiSettings` to `GalleryList` class.
- Added a new property named `ScriptBehaviorAfterReboot` to `UserARtifactSettings` class.
- Added a new property named `AdditionalReplicaSets` to `TargetRegion` class.
- Added a new property named `Identity` to `GalleryData` class.
`
### Other Changes

- Upgraded Azure.Core from 1.42.0 to 1.44.1
- Upgraded Azure.ResourceManager from 1.12.0 to 1.13.0

## 1.7.0-beta.2 (2024-12-11)

### Features Added
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

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

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

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

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

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

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

Loading

0 comments on commit 4b61994

Please sign in to comment.