Skip to content

Commit

Permalink
CodeGen from PR 3485 in test-repo-billy/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge 8a902f8809c8533025263b1641caf63032db8e5b into c221294c903b4bcbe7b1ee4bce901322a7056943
  • Loading branch information
SDKAuto committed Aug 23, 2024
1 parent 2d3de3e commit d6e7ded
Show file tree
Hide file tree
Showing 54 changed files with 489 additions and 2,543 deletions.
801 changes: 401 additions & 400 deletions common/config/rush/pnpm-lock.yaml

Large diffs are not rendered by default.

18 changes: 8 additions & 10 deletions sdk/largeinstance/arm-largeinstance/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
# Release History

## 1.0.0-beta.2 (Unreleased)

### Features Added


## 1.0.0-beta.2 (2024-08-23)
Compared with version 1.0.0-beta.1

### Breaking Changes

### Bugs Fixed

### Other Changes

- Removed Enum KnownVersions


## 1.0.0-beta.1 (2024-02-23)

The package of @azure/arm-largeinstance is using our next generation design principles. To learn more, please refer to our documentation [Quick Start](https://aka.ms/js-track2-quickstart).
The package of @azure/arm-largeinstance is using our next generation design principles. To learn more, please refer to our documentation [Quick Start](https://aka.ms/azsdk/js/mgmt/quickstart).
10 changes: 5 additions & 5 deletions sdk/largeinstance/arm-largeinstance/_meta.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"commit": "3c53209fed2c7d50efb6ba8c0f0a1ee882b82d44",
"commit": "1a9e8452e030be747fe4ba3c693c5b8c29fb9039",
"readme": "specification/azurelargeinstance/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\\azurelargeinstance\\resource-manager\\readme.md --use=@autorest/typescript@6.0.15 --generate-sample=true",
"repository_url": "https://github.com/Azure/azure-rest-api-specs.git",
"release_tool": "@azure-tools/js-sdk-release-tools@2.7.4",
"use": "@autorest/typescript@6.0.15"
"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/azurelargeinstance/resource-manager/readme.md --use=@autorest/typescript@^6.0.12",
"repository_url": "https://github.com/test-repo-billy/azure-rest-api-specs.git",
"release_tool": "js-sdk-release-tools@2.7.21-beta",
"use": "@autorest/typescript@^6.0.12"
}
6 changes: 0 additions & 6 deletions sdk/largeinstance/arm-largeinstance/assets.json

This file was deleted.

19 changes: 6 additions & 13 deletions sdk/largeinstance/arm-largeinstance/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"dependencies": {
"@azure/core-lro": "^2.5.4",
"@azure/abort-controller": "^1.0.0",
"@azure/abort-controller": "^2.1.2",
"@azure/core-paging": "^1.2.0",
"@azure/core-client": "^1.7.0",
"@azure/core-auth": "^1.6.0",
Expand All @@ -35,11 +35,12 @@
"rimraf": "^5.0.0",
"dotenv": "^16.0.0",
"@azure/dev-tool": "^1.0.0",
"@azure/identity": "^4.0.1",
"@azure/identity": "^4.2.1",
"@azure-tools/test-recorder": "^3.0.0",
"@azure-tools/test-credential": "^1.0.0",
"@azure-tools/test-credential": "^1.1.0",
"mocha": "^10.0.0",
"@types/mocha": "^10.0.0",
"tsx": "^4.7.1",
"@types/chai": "^4.2.8",
"chai": "^4.2.0",
"cross-env": "^7.0.2",
Expand Down Expand Up @@ -105,13 +106,5 @@
]
},
"autoPublish": true,
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/largeinstance/arm-largeinstance",
"//sampleConfiguration": {
"productName": "",
"productSlugs": [
"azure"
],
"disableDocsMs": true,
"apiRefLink": "https://docs.microsoft.com/javascript/api/@azure/arm-largeinstance?view=azure-node-preview"
}
}
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/largeinstance/arm-largeinstance"
}
Original file line number Diff line number Diff line change
Expand Up @@ -401,11 +401,6 @@ export enum KnownProvisioningState {
Updating = "Updating"
}

// @public
export enum KnownVersions {
V20230720Preview = "2023-07-20-preview"
}

// @public (undocumented)
export class LargeInstanceManagementClient extends coreClient.ServiceClient {
// (undocumented)
Expand Down Expand Up @@ -561,9 +556,6 @@ export interface TrackedResource extends Resource {
};
}

// @public
export type Versions = string;

// (No @packageDocumentation comment for this package)

```

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit d6e7ded

Please sign in to comment.