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
18 changes: 8 additions & 10 deletions sdk/compute/arm-compute/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
# Release History

## 19.2.0 (2022-08-18)

**Features**

## 19.1.1 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

- Interface LinuxConfiguration has a new optional parameter enableVMAgentPlatformUpdates
- Interface WindowsConfiguration has a new optional parameter enableVMAgentPlatformUpdates


## 19.1.0 (2022-06-27)

**Features**
Expand Down
6 changes: 3 additions & 3 deletions sdk/compute/arm-compute/_meta.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"commit": "fda2db441da3f1fab31bb235e97da3e33c8e3903",
"commit": "a76e8e63edc0db5f05efebb609d82abf1a52f154",
"readme": "specification/compute/resource-manager/readme.md",
"autorest_command": "autorest --version=3.7.3 --typescript --modelerfour.lenient-model-deduplication --head-as-boolean=true --license-header=MICROSOFT_MIT_NO_VERSION --generate-test --typescript-sdks-folder=D:\\Git\\azure-sdk-for-js ..\\azure-rest-api-specs\\specification\\compute\\resource-manager\\readme.md --use=@autorest/typescript@6.0.0-rc.1 --generate-sample=true",
"autorest_command": "autorest --version=3.8.4 --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.0-rc.1",
"repository_url": "https://github.com/Azure/azure-rest-api-specs.git",
"release_tool": "@azure-tools/js-sdk-release-tools@2.3.2",
"release_tool": "@azure-tools/js-sdk-release-tools@2.4.2",
"use": "@autorest/typescript@6.0.0-rc.1"
}
17 changes: 4 additions & 13 deletions sdk/compute/arm-compute/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"sdk-type": "mgmt",
"author": "Microsoft Corporation",
"description": "A generated SDK for ComputeManagementClient.",
"version": "19.1.1",
"version": "19.2.0",
"engines": {
"node": ">=12.0.0"
},
Expand Down Expand Up @@ -46,8 +46,7 @@
"@types/chai": "^4.2.8",
"chai": "^4.2.0",
"cross-env": "^7.0.2",
"@azure/dev-tool": "^1.0.0",
"@azure/arm-network": "^26.0.0"
"@azure/dev-tool": "^1.0.0"
},
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/compute/arm-compute",
"repository": {
Expand Down Expand Up @@ -110,13 +109,5 @@
}
]
},
"autoPublish": true,
"//sampleConfiguration": {
"productName": "",
"productSlugs": [
"azure"
],
"disableDocsMs": true,
"apiRefLink": "https://docs.microsoft.com/javascript/api/@azure/arm-compute?view=azure-node-preview"
}
}
"autoPublish": true
}
16 changes: 9 additions & 7 deletions sdk/compute/arm-compute/review/arm-compute.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -3710,6 +3710,7 @@ export interface LastPatchInstallationSummary {
// @public
export interface LinuxConfiguration {
disablePasswordAuthentication?: boolean;
enableVMAgentPlatformUpdates?: boolean;
patchSettings?: LinuxPatchSettings;
provisionVMAgent?: boolean;
ssh?: SshConfiguration;
Expand Down Expand Up @@ -4992,7 +4993,7 @@ export interface ShareInfoElement {

// @public
export interface SharingProfile {
communityGalleryInfo?: any;
communityGalleryInfo?: CommunityGalleryInfo;
readonly groups?: SharingProfileGroup[];
permissions?: GallerySharingPermissionTypes;
}
Expand Down Expand Up @@ -5601,7 +5602,7 @@ export interface VirtualMachineExtension extends ResourceWithOptionalLocation {
forceUpdateTag?: string;
instanceView?: VirtualMachineExtensionInstanceView;
protectedSettings?: any;
protectedSettingsFromKeyVault?: any;
protectedSettingsFromKeyVault?: KeyVaultSecretReference;
readonly provisioningState?: string;
publisher?: string;
settings?: any;
Expand Down Expand Up @@ -5731,7 +5732,7 @@ export interface VirtualMachineExtensionUpdate extends UpdateResource {
enableAutomaticUpgrade?: boolean;
forceUpdateTag?: string;
protectedSettings?: any;
protectedSettingsFromKeyVault?: any;
protectedSettingsFromKeyVault?: KeyVaultSecretReference;
publisher?: string;
settings?: any;
suppressFailures?: boolean;
Expand Down Expand Up @@ -6248,7 +6249,7 @@ export interface VirtualMachineScaleSetExtension extends SubResourceReadOnly {
forceUpdateTag?: string;
name?: string;
protectedSettings?: any;
protectedSettingsFromKeyVault?: any;
protectedSettingsFromKeyVault?: KeyVaultSecretReference;
provisionAfterExtensions?: string[];
readonly provisioningState?: string;
publisher?: string;
Expand Down Expand Up @@ -6336,7 +6337,7 @@ export interface VirtualMachineScaleSetExtensionUpdate extends SubResourceReadOn
forceUpdateTag?: string;
readonly name?: string;
protectedSettings?: any;
protectedSettingsFromKeyVault?: any;
protectedSettingsFromKeyVault?: KeyVaultSecretReference;
provisionAfterExtensions?: string[];
readonly provisioningState?: string;
publisher?: string;
Expand Down Expand Up @@ -6936,7 +6937,7 @@ export interface VirtualMachineScaleSetVMExtension extends SubResourceReadOnly {
instanceView?: VirtualMachineExtensionInstanceView;
readonly name?: string;
protectedSettings?: any;
protectedSettingsFromKeyVault?: any;
protectedSettingsFromKeyVault?: KeyVaultSecretReference;
readonly provisioningState?: string;
publisher?: string;
settings?: any;
Expand Down Expand Up @@ -7016,7 +7017,7 @@ export interface VirtualMachineScaleSetVMExtensionUpdate extends SubResourceRead
forceUpdateTag?: string;
readonly name?: string;
protectedSettings?: any;
protectedSettingsFromKeyVault?: any;
protectedSettingsFromKeyVault?: KeyVaultSecretReference;
publisher?: string;
settings?: any;
suppressFailures?: boolean;
Expand Down Expand Up @@ -7637,6 +7638,7 @@ export interface VMSizeProperties {
export interface WindowsConfiguration {
additionalUnattendContent?: AdditionalUnattendContent[];
enableAutomaticUpdates?: boolean;
enableVMAgentPlatformUpdates?: boolean;
patchSettings?: PatchSettings;
provisionVMAgent?: boolean;
timeZone?: string;
Expand Down
5 changes: 4 additions & 1 deletion sdk/compute/arm-compute/src/computeManagementClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -145,12 +145,15 @@ export class ComputeManagementClient extends coreClient.ServiceClient {
credential: credentials
};

const packageDetails = `azsdk-js-arm-compute/19.1.1`;
const packageDetails = `azsdk-js-arm-compute/19.2.0`;
const userAgentPrefix =
options.userAgentOptions && options.userAgentOptions.userAgentPrefix
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
: `${packageDetails}`;

if (!options.credentialScopes) {
options.credentialScopes = ["https://management.azure.com/.default"];
}
const optionsWithDefaults = {
...defaults,
...options,
Expand Down
Loading