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
60 changes: 12 additions & 48 deletions common/config/rush/pnpm-lock.yaml

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

64 changes: 55 additions & 9 deletions sdk/compute/arm-compute/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,61 @@
# Release History

## 22.3.1 (Unreleased)

## 22.4.0 (2025-03-19)
### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

- Added operation AvailabilitySets.beginConvertToVirtualMachineScaleSet
- Added operation AvailabilitySets.beginConvertToVirtualMachineScaleSetAndWait
- Added operation AvailabilitySets.cancelMigrationToVirtualMachineScaleSet
- Added operation AvailabilitySets.startMigrationToVirtualMachineScaleSet
- Added operation AvailabilitySets.validateMigrationToVirtualMachineScaleSet
- Added operation VirtualMachineImages.listWithProperties
- Added operation VirtualMachines.beginMigrateToVMScaleSet
- Added operation VirtualMachines.beginMigrateToVMScaleSetAndWait
- Added Interface AutomaticZoneRebalancingPolicy
- Added Interface AvailabilitySetsCancelMigrationToVirtualMachineScaleSetOptionalParams
- Added Interface AvailabilitySetsConvertToVirtualMachineScaleSetOptionalParams
- Added Interface AvailabilitySetsStartMigrationToVirtualMachineScaleSetOptionalParams
- Added Interface AvailabilitySetsValidateMigrationToVirtualMachineScaleSetOptionalParams
- Added Interface ConvertToVirtualMachineScaleSetInput
- Added Interface DefaultVirtualMachineScaleSetInfo
- Added Interface HostEndpointSettings
- Added Interface MigrateToVirtualMachineScaleSetInput
- Added Interface MigrateVMToVirtualMachineScaleSetInput
- Added Interface Placement
- Added Interface VirtualMachineImagesListWithPropertiesNextOptionalParams
- Added Interface VirtualMachineImagesListWithPropertiesOptionalParams
- Added Interface VirtualMachineImagesWithPropertiesListResult
- Added Interface VirtualMachineScaleSetMigrationInfo
- Added Interface VirtualMachinesMigrateToVMScaleSetOptionalParams
- Added Type Alias Expand
- Added Type Alias Modes
- Added Type Alias RebalanceBehavior
- Added Type Alias RebalanceStrategy
- Added Type Alias ResilientVMDeletionStatus
- Added Type Alias VirtualMachineImagesListWithPropertiesNextResponse
- Added Type Alias VirtualMachineImagesListWithPropertiesResponse
- Added Type Alias ZonePlacementPolicyType
- Interface AvailabilitySet has a new optional parameter virtualMachineScaleSetMigrationInfo
- Interface AvailabilitySetUpdate has a new optional parameter virtualMachineScaleSetMigrationInfo
- Interface ProxyAgentSettings has a new optional parameter imds
- Interface ProxyAgentSettings has a new optional parameter wireServer
- Interface ResiliencyPolicy has a new optional parameter automaticZoneRebalancingPolicy
- Interface ScaleInPolicy has a new optional parameter prioritizeUnhealthyVMs
- Interface SkuProfileVMSize has a new optional parameter rank
- Interface StorageProfile has a new optional parameter alignRegionalDisksToVMZone
- Interface VirtualMachine has a new optional parameter placement
- Interface VirtualMachineScaleSetVM has a new optional parameter resilientVMDeletionStatus
- Added Enum KnownExpand
- Added Enum KnownModes
- Added Enum KnownRebalanceBehavior
- Added Enum KnownRebalanceStrategy
- Added Enum KnownResilientVMDeletionStatus
- Added Enum KnownZonePlacementPolicyType
- Enum KnownAllocationStrategy has a new value Prioritized
- Enum KnownNetworkApiVersion has a new value TwoThousandTwentyTwo1101


## 22.3.0 (2025-01-09)

### Features Added
Expand Down
2 changes: 1 addition & 1 deletion sdk/compute/arm-compute/LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
SOFTWARE.
8 changes: 3 additions & 5 deletions sdk/compute/arm-compute/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,16 +63,14 @@ For browser environments, use the `InteractiveBrowserCredential` from the `@azur
import { InteractiveBrowserCredential } from "@azure/identity";
import { ComputeManagementClient } from "@azure/arm-compute";

const subscriptionId = "00000000-0000-0000-0000-000000000000";
const credential = new InteractiveBrowserCredential({
tenantId: "<YOUR_TENANT_ID>",
clientId: "<YOUR_CLIENT_ID>",
});
clientId: "<YOUR_CLIENT_ID>"
});
const client = new ComputeManagementClient(credential, subscriptionId);
```

### JavaScript Bundle

To use this client library in the browser, first you need to use a bundler. For details on how to do this, please refer to our [bundling documentation](https://aka.ms/AzureSDKBundling).

## Key concepts
Expand Down Expand Up @@ -107,7 +105,7 @@ If you'd like to contribute to this library, please read the [contributing guide

- [Microsoft Azure SDK for JavaScript](https://github.com/Azure/azure-sdk-for-js)


![Impressions](https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-js%2Fsdk%2Fcompute%2Farm-compute%2FREADME.png)

[azure_cli]: https://learn.microsoft.com/cli/azure
[azure_sub]: https://azure.microsoft.com/free/
Expand Down
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": "10925e3dec73699b950f256576cd6983947faaa3",
"commit": "f94ff707736f442817d09bffb64c58e9fd5f4b86",
"readme": "specification/compute/resource-manager/readme.md",
"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=D:\\Git\\azure-sdk-for-js ..\\azure-rest-api-specs\\specification\\compute\\resource-manager\\readme.md --use=@autorest/[email protected].31 --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.12",
"repository_url": "https://github.com/Azure/azure-rest-api-specs.git",
"release_tool": "@azure-tools/[email protected].18",
"use": "@autorest/[email protected].31"
"release_tool": "@azure-tools/[email protected].23",
"use": "@autorest/typescript@^6.0.12"
}
6 changes: 3 additions & 3 deletions sdk/compute/arm-compute/api-extractor.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json",
"mainEntryPointFilePath": "dist/esm/index.d.ts",
"mainEntryPointFilePath": "./dist-esm/src/index.d.ts",
"docModel": {
"enabled": true
},
Expand All @@ -11,7 +11,7 @@
"dtsRollup": {
"enabled": true,
"untrimmedFilePath": "",
"publicTrimmedFilePath": "dist/arm-compute.d.ts"
"publicTrimmedFilePath": "./types/arm-compute.d.ts"
},
"messages": {
"tsdocMessageReporting": {
Expand All @@ -28,4 +28,4 @@
}
}
}
}
}
Loading