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
14 changes: 7 additions & 7 deletions pnpm-lock.yaml

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

39 changes: 34 additions & 5 deletions sdk/computefleet/arm-computefleet/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,44 @@
# Release History

## 1.0.1 (Unreleased)
## 2.0.0-beta.1 (2025-08-14)
Compared with version 1.0.0

### Features Added
- Added operation FleetsOperations.cancel
- Added operation FleetsOperations.listVirtualMachines
- Added Interface ErrorAdditionalInfo
- Added Interface ErrorDetail
- Added Interface ErrorResponse
- Added Interface FleetsCancelOptionalParams
- Added Interface FleetsListVirtualMachinesOptionalParams
- Added Interface VirtualMachine
- Added Interface ZoneAllocationPolicy
- Added Interface ZonePreference
- Interface AzureFleetClientOptionalParams has a new optional parameter cloudSetting
- Interface FleetProperties has a new optional parameter capacityType
- Interface FleetProperties has a new optional parameter mode
- Interface FleetProperties has a new optional parameter zoneAllocationPolicy
- Interface VirtualMachineScaleSetDataDisk has a new optional parameter diskIopsReadWrite
- Added Type Alias AzureSupportedClouds
- Added Type Alias CapacityType
- Added Type Alias FleetMode
- Added Type Alias VMOperationStatus
- Added Type Alias ZoneDistributionStrategy
- Added Enum AzureClouds
- Added Enum KnownCapacityType
- Added Enum KnownFleetMode
- Added Enum KnownVersions
- Added Enum KnownVMOperationStatus
- Added Enum KnownZoneDistributionStrategy
- Enum KnownAcceleratorType has a new value Fpga
- Enum KnownDiskControllerTypes has a new value Scsi

### Breaking Changes
- Interface VirtualMachineScaleSetDataDisk no longer has parameter diskIOPSReadWrite
- Enum KnownAcceleratorType no longer has value FPGA
- Enum KnownDiskControllerTypes no longer has value SCSI

### Bugs Fixed

### Other Changes


## 1.0.0 (2024-10-21)

### Features Added
Expand Down
2 changes: 1 addition & 1 deletion sdk/computefleet/arm-computefleet/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.
20 changes: 13 additions & 7 deletions sdk/computefleet/arm-computefleet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,14 @@

This package contains an isomorphic SDK (runs both in Node.js and in browsers) for AzureFleet client.

Azure Fleet Service

[Source code](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/computefleet/arm-computefleet) |
[Package (NPM)](https://www.npmjs.com/package/@azure/arm-computefleet) |
[API reference documentation](https://learn.microsoft.com/javascript/api/@azure/arm-computefleet?view=azure-node-preview) |

Key links:

- [Source code](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/computefleet/arm-computefleet)
- [Package (NPM)](https://www.npmjs.com/package/@azure/arm-computefleet)
- [API reference documentation](https://learn.microsoft.com/javascript/api/@azure/arm-computefleet?view=azure-node-preview)
- [Samples](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/computefleet/arm-computefleet/samples)

## Getting started

Expand Down Expand Up @@ -43,7 +46,6 @@ npm install @azure/identity
```

You will also need to **register a new AAD application and grant access to AzureFleet** by assigning the suitable role to your service principal (note: roles such as `"Owner"` will not grant the necessary permissions).
Set the values of the client ID, tenant ID, and client secret of the AAD application as environment variables: `AZURE_CLIENT_ID`, `AZURE_TENANT_ID`, `AZURE_CLIENT_SECRET`.

For more information about how to create an Azure AD Application check out [this guide](https://learn.microsoft.com/azure/active-directory/develop/howto-create-service-principal-portal).

Expand All @@ -63,16 +65,16 @@ For browser environments, use the `InteractiveBrowserCredential` from the `@azur
import { InteractiveBrowserCredential } from "@azure/identity";
import { AzureFleetClient } from "@azure/arm-computefleet";

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

### JavaScript Bundle

### 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 All @@ -95,6 +97,10 @@ setLogLevel("info");

For more detailed instructions on how to enable logs, you can look at the [@azure/logger package docs](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/core/logger).

## Next steps

Please take a look at the [samples](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/computefleet/arm-computefleet/samples) directory for detailed examples on how to use this library.

## Contributing

If you'd like to contribute to this library, please read the [contributing guide](https://github.com/Azure/azure-sdk-for-js/blob/main/CONTRIBUTING.md) to learn more about how to build and test the code.
Expand Down
4 changes: 1 addition & 3 deletions sdk/computefleet/arm-computefleet/api-extractor.json
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
{
"extends": "../../../api-extractor-base.json"
}
{ "extends": "../../../api-extractor-base.json" }
14 changes: 14 additions & 0 deletions sdk/computefleet/arm-computefleet/eslint.config.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
import azsdkEslint from "@azure/eslint-plugin-azure-sdk";

export default azsdkEslint.config([
{
rules: {
"@azure/azure-sdk/ts-modules-only-named": "warn",
"@azure/azure-sdk/ts-package-json-types": "warn",
"@azure/azure-sdk/ts-package-json-engine-is-present": "warn",
"@azure/azure-sdk/ts-package-json-files-required": "off",
"@azure/azure-sdk/ts-package-json-main-is-cjs": "off",
"tsdoc/syntax": "warn",
},
},
]);
4 changes: 4 additions & 0 deletions sdk/computefleet/arm-computefleet/metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"apiVersion": "2025-07-01-preview",
"emitterVersion": "0.43.0"
}
107 changes: 82 additions & 25 deletions sdk/computefleet/arm-computefleet/package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,19 @@
{
"name": "@azure/arm-computefleet",
"version": "1.0.1",
"description": "Azure Fleet Service",
"version": "2.0.0-beta.1",
"description": "A generated SDK for AzureFleetClient.",
"engines": {
"node": ">=20.0.0"
},
"sideEffects": false,
"autoPublish": false,
"tshy": {
"project": "../../../tsconfig.src.build.json",
"exports": {
"./package.json": "./package.json",
".": "./src/index.ts",
"./api": "./src/api/index.ts",
"./api/fleets": "./src/api/fleets/index.ts",
"./api/operations": "./src/api/operations/index.ts",
"./models": "./src/models/index.ts"
},
"dialects": [
Expand All @@ -22,9 +24,12 @@
"browser",
"react-native"
],
"selfLink": false
"selfLink": false,
"project": "./tsconfig.src.json"
},
"type": "module",
"browser": "./dist/browser/index.js",
"react-native": "./dist/react-native/index.js",
"keywords": [
"node",
"azure",
Expand All @@ -37,16 +42,16 @@
"license": "MIT",
"files": [
"dist/",
"!dist/**/*.d.*ts.map",
"README.md",
"LICENSE",
"review/",
"CHANGELOG.md"
"LICENSE"
],
"sdk-type": "mgmt",
"repository": "github:Azure/azure-sdk-for-js",
"bugs": {
"url": "https://github.com/Azure/azure-sdk-for-js/issues"
},
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/computefleet/arm-computefleet/README.md",
"prettier": "@azure/eslint-plugin-azure-sdk/prettier.json",
"//metadata": {
"constantPaths": [
Expand All @@ -57,13 +62,13 @@
]
},
"dependencies": {
"@azure-rest/core-client": "^2.3.2",
"@azure/core-util": "^1.12.0",
"@azure-rest/core-client": "^2.3.1",
"@azure/abort-controller": "^2.1.2",
"@azure/core-auth": "^1.9.0",
"@azure/core-lro": "^3.1.0",
"@azure/core-rest-pipeline": "^1.18.2",
"@azure/core-util": "^1.11.0",
"@azure/logger": "^1.1.4",
"@azure/core-rest-pipeline": "^1.20.0",
"@azure/logger": "^1.2.0",
"tslib": "^2.8.1"
},
"devDependencies": {
Expand All @@ -72,32 +77,32 @@
"@azure-tools/test-utils-vitest": "^1.0.0",
"@azure/dev-tool": "^1.0.0",
"@azure/eslint-plugin-azure-sdk": "^3.0.0",
"@azure/identity": "^4.2.1",
"@azure/identity": "^4.9.0",
"@types/node": "^20.0.0",
"eslint": "^9.9.0",
"@vitest/browser": "^3.0.9",
"@vitest/coverage-istanbul": "^3.0.9",
"dotenv": "^16.0.0",
"eslint": "^9.9.0",
"playwright": "^1.49.1",
"playwright": "^1.52.0",
"typescript": "~5.8.2",
"vitest": "^3.0.9"
},
"scripts": {
"build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
"clean": "dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
"extract-api": "dev-tool run vendored rimraf review && dev-tool run extract-api",
"pack": "npm pack 2>&1",
"lint": "echo skipped",
"lint:fix": "echo skipped",
"build:samples": "tsc -p tsconfig.samples.json && dev-tool samples publish -f",
"check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\" \"samples-dev/*.ts\"",
"clean": "dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
"execute:samples": "dev-tool samples run samples-dev",
"extract-api": "dev-tool run vendored rimraf review && dev-tool run extract-api",
"format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\" \"samples-dev/*.ts\"",
"generate:client": "echo skipped",
"lint": "echo skipped",
"lint:fix": "echo skipped",
"pack": "npm pack 2>&1",
"test": "npm run test:node && npm run test:browser",
"test:browser": "echo skipped",
"test:browser": "dev-tool run build-test && dev-tool run test:vitest --browser",
"build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
"test:node": "dev-tool run test:vitest",
"test:node:esm": "dev-tool run test:vitest --esm",
"test": "npm run test:node && npm run test:browser",
"update-snippets": "dev-tool run update-snippets"
},
"//sampleConfiguration": {
Expand Down Expand Up @@ -128,6 +133,60 @@
"default": "./dist/commonjs/index.js"
}
},
"./api": {
"browser": {
"types": "./dist/browser/api/index.d.ts",
"default": "./dist/browser/api/index.js"
},
"react-native": {
"types": "./dist/react-native/api/index.d.ts",
"default": "./dist/react-native/api/index.js"
},
"import": {
"types": "./dist/esm/api/index.d.ts",
"default": "./dist/esm/api/index.js"
},
"require": {
"types": "./dist/commonjs/api/index.d.ts",
"default": "./dist/commonjs/api/index.js"
}
},
"./api/fleets": {
"browser": {
"types": "./dist/browser/api/fleets/index.d.ts",
"default": "./dist/browser/api/fleets/index.js"
},
"react-native": {
"types": "./dist/react-native/api/fleets/index.d.ts",
"default": "./dist/react-native/api/fleets/index.js"
},
"import": {
"types": "./dist/esm/api/fleets/index.d.ts",
"default": "./dist/esm/api/fleets/index.js"
},
"require": {
"types": "./dist/commonjs/api/fleets/index.d.ts",
"default": "./dist/commonjs/api/fleets/index.js"
}
},
"./api/operations": {
"browser": {
"types": "./dist/browser/api/operations/index.d.ts",
"default": "./dist/browser/api/operations/index.js"
},
"react-native": {
"types": "./dist/react-native/api/operations/index.d.ts",
"default": "./dist/react-native/api/operations/index.js"
},
"import": {
"types": "./dist/esm/api/operations/index.d.ts",
"default": "./dist/esm/api/operations/index.js"
},
"require": {
"types": "./dist/commonjs/api/operations/index.d.ts",
"default": "./dist/commonjs/api/operations/index.js"
}
},
"./models": {
"browser": {
"types": "./dist/browser/models/index.d.ts",
Expand All @@ -149,7 +208,5 @@
},
"main": "./dist/commonjs/index.js",
"types": "./dist/commonjs/index.d.ts",
"module": "./dist/esm/index.js",
"browser": "./dist/browser/index.js",
"react-native": "./dist/react-native/index.js"
"module": "./dist/esm/index.js"
}
Loading