Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
146 changes: 132 additions & 14 deletions common/config/rush/pnpm-lock.yaml

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

31 changes: 30 additions & 1 deletion sdk/compute/arm-compute/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
# Release History

## 21.3.0 (2023-10-11)

**Features**

- Added Interface CommunityGalleryMetadata
- Added Interface GalleryImageVersionUefiSettings
- Added Interface ImageVersionSecurityProfile
- Added Interface UefiKey
- Added Interface UefiKeySignatures
- Added Type Alias UefiKeyType
- Added Type Alias UefiSignatureTemplateName
- Interface CommunityGallery has a new optional parameter artifactTags
- Interface CommunityGallery has a new optional parameter communityMetadata
- Interface CommunityGallery has a new optional parameter disclaimer
- Interface CommunityGalleryImage has a new optional parameter artifactTags
- Interface CommunityGalleryImage has a new optional parameter disclaimer
- Interface CommunityGalleryImageVersion has a new optional parameter artifactTags
- Interface CommunityGalleryImageVersion has a new optional parameter disclaimer
- Interface GalleryImageVersion has a new optional parameter securityProfile
- Interface GalleryImageVersionUpdate has a new optional parameter securityProfile
- Interface SharedGallery has a new optional parameter artifactTags
- Interface SharedGalleryImage has a new optional parameter artifactTags
- Interface SharedGalleryImageVersion has a new optional parameter artifactTags
- Added Enum KnownUefiKeyType
- Added Enum KnownUefiSignatureTemplateName
- Enum KnownConfidentialVMEncryptionType has a new value NonPersistedTPM
- Enum KnownReplicationStatusTypes has a new value UefiSettings


## 21.2.0 (2023-08-14)

**Features**
Expand Down Expand Up @@ -515,4 +544,4 @@ To understand the detail of the change, please refer to [Changelog](https://aka.

To migrate the existing applications to the latest version, please refer to [Migration Guide](https://aka.ms/js-track2-migration-guide).

To learn more, please refer to our documentation [Quick Start](https://aka.ms/azsdk/js/mgmt/quickstart ).
To learn more, please refer to our documentation [Quick Start](https://aka.ms/js-track2-quickstart).
8 changes: 4 additions & 4 deletions sdk/compute/arm-compute/_meta.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"commit": "baac183ffa684d94f697f0fc6f480e02cfb00f3d",
"commit": "14836c9f8a1b6dcd9169c9156ffc7aa80f0ba684",
"readme": "specification/compute/resource-manager/readme.md",
"autorest_command": "autorest --version=3.9.3 --typescript --modelerfour.lenient-model-deduplication --azure-arm --head-as-boolean=true --license-header=MICROSOFT_MIT_NO_VERSION --generate-test --typescript-sdks-folder=F:\\azure-sdk-for-js ..\\azure-rest-api-specs\\specification\\compute\\resource-manager\\readme.md --use=@autorest/typescript@6.0.5 --generate-sample=true",
"autorest_command": "autorest --version=3.9.7 --typescript --modelerfour.lenient-model-deduplication --azure-arm --head-as-boolean=true --license-header=MICROSOFT_MIT_NO_VERSION --generate-test --typescript-sdks-folder=/mnt/vss/_work/1/s/azure-sdk-for-js ../azure-rest-api-specs/specification/compute/resource-manager/readme.md --use=@autorest/typescript@^6.0.4",
"repository_url": "https://github.com/Azure/azure-rest-api-specs.git",
"release_tool": "@azure-tools/js-sdk-release-tools@2.7.0",
"use": "@autorest/typescript@6.0.5"
"release_tool": "@azure-tools/js-sdk-release-tools@2.7.2",
"use": "@autorest/typescript@^6.0.4"
}
Loading