Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@azure/arm-compute

Package Overview
Dependencies
Maintainers
4
Versions
307
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@azure/arm-compute - npm Package Compare versions

Comparing version 17.0.1-alpha.20220105.1 to 17.1.0-alpha.20220111.2

30

CHANGELOG.md
# Release History
## 17.1.0 (2022-01-06)
**Features**
## 17.0.1 (Unreleased)
### Features Added
### Breaking Changes
### Bugs Fixed
### Other Changes
- Interface AccessUri has a new optional parameter securityDataAccessSAS
- Interface CreationData has a new optional parameter securityDataUri
- Interface DiskSecurityProfile has a new optional parameter secureVMDiskEncryptionSetId
- Interface GrantAccessData has a new optional parameter getSecureVMGuestStateSAS
- Interface SnapshotUpdate has a new optional parameter supportedCapabilities
- Type Alias DiskRestorePoint has a new parameter replicationState
- Type Alias DiskRestorePoint has a new parameter sourceResourceLocation
- Type Alias Snapshot has a new parameter securityProfile
- Enum KnownDiskCreateOption has a new value ImportSecure
- Enum KnownDiskCreateOption has a new value UploadPreparedSecure
- Enum KnownDiskEncryptionSetType has a new value ConfidentialVmEncryptedWithCustomerKey
- Enum KnownDiskSecurityTypes has a new value ConfidentialVMDiskEncryptedWithCustomerKey
- Enum KnownDiskSecurityTypes has a new value ConfidentialVMDiskEncryptedWithPlatformKey
- Enum KnownDiskSecurityTypes has a new value ConfidentialVMVmguestStateOnlyEncryptedWithPlatformKey
## 17.0.0 (2021-12-07)

@@ -14,0 +24,0 @@

@@ -33,3 +33,3 @@ /*

};
const packageDetails = `azsdk-js-arm-compute/17.0.0`;
const packageDetails = `azsdk-js-arm-compute/17.1.0`;
const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix

@@ -36,0 +36,0 @@ ? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`

@@ -527,2 +527,6 @@ /*

KnownDiskCreateOption["CopyStart"] = "CopyStart";
/** Similar to Import create option. Create a new Trusted Launch VM or Confidential VM supported disk by importing additional blob for VM guest state specified by securityDataUri in storage account specified by storageAccountId */
KnownDiskCreateOption["ImportSecure"] = "ImportSecure";
/** Similar to Upload create option. Create a new Trusted Launch VM or Confidential VM supported disk and upload using write token in both disk and VM guest state */
KnownDiskCreateOption["UploadPreparedSecure"] = "UploadPreparedSecure";
})(KnownDiskCreateOption || (KnownDiskCreateOption = {}));

@@ -574,2 +578,8 @@ /** Known values of {@link DiskState} that the service accepts. */

KnownDiskSecurityTypes["TrustedLaunch"] = "TrustedLaunch";
/** Indicates Confidential VM disk with only VM guest state encrypted */
KnownDiskSecurityTypes["ConfidentialVMVmguestStateOnlyEncryptedWithPlatformKey"] = "ConfidentialVM_VMGuestStateOnlyEncryptedWithPlatformKey";
/** Indicates Confidential VM disk with both OS disk and VM guest state encrypted with a platform managed key */
KnownDiskSecurityTypes["ConfidentialVMDiskEncryptedWithPlatformKey"] = "ConfidentialVM_DiskEncryptedWithPlatformKey";
/** Indicates Confidential VM disk with both OS disk and VM guest state encrypted with a customer managed key */
KnownDiskSecurityTypes["ConfidentialVMDiskEncryptedWithCustomerKey"] = "ConfidentialVM_DiskEncryptedWithCustomerKey";
})(KnownDiskSecurityTypes || (KnownDiskSecurityTypes = {}));

@@ -614,2 +624,4 @@ /** Known values of {@link PublicNetworkAccess} that the service accepts. */

KnownDiskEncryptionSetType["EncryptionAtRestWithPlatformAndCustomerKeys"] = "EncryptionAtRestWithPlatformAndCustomerKeys";
/** Confidential VM supported disk and VM guest state would be encrypted with customer managed key. */
KnownDiskEncryptionSetType["ConfidentialVmEncryptedWithCustomerKey"] = "ConfidentialVmEncryptedWithCustomerKey";
})(KnownDiskEncryptionSetType || (KnownDiskEncryptionSetType = {}));

@@ -616,0 +628,0 @@ /** Known values of {@link PrivateEndpointServiceConnectionStatus} that the service accepts. */

@@ -725,3 +725,3 @@ /*

mapper: {
defaultValue: "2021-04-01",
defaultValue: "2021-08-01",
isConstant: true,

@@ -728,0 +728,0 @@ serializedName: "api-version",

@@ -6,3 +6,3 @@ {

"description": "A generated SDK for ComputeManagementClient.",
"version": "17.0.1-alpha.20220105.1",
"version": "17.1.0-alpha.20220111.2",
"engines": {

@@ -9,0 +9,0 @@ "node": ">=12.0.0"

@@ -147,3 +147,3 @@ /*

const packageDetails = `azsdk-js-arm-compute/17.0.0`;
const packageDetails = `azsdk-js-arm-compute/17.1.0`;
const userAgentPrefix =

@@ -150,0 +150,0 @@ options.userAgentOptions && options.userAgentOptions.userAgentPrefix

@@ -901,3 +901,3 @@ /*

mapper: {
defaultValue: "2021-04-01",
defaultValue: "2021-08-01",
isConstant: true,

@@ -904,0 +904,0 @@ serializedName: "api-version",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc