Skip to content

[AutoPR @azure/arm-sphere] Batch 6 sdk gen test #11353

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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
801 changes: 401 additions & 400 deletions common/config/rush/pnpm-lock.yaml

Large diffs are not rendered by default.

15 changes: 6 additions & 9 deletions sdk/sphere/arm-sphere/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
# Release History

## 1.0.1 (Unreleased)

## 1.1.0 (2024-08-28)
### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

- Interface DevicesUpdateHeaders has a new optional parameter location


## 1.0.0 (2024-03-26)

The package of @azure/arm-sphere 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/sphere/arm-sphere/_meta.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"commit": "589cb3afdc76fe9a989ef36952eec816906d481f",
"commit": "1060fcd8c4857cf9321bc9c66964cadef23e4805",
"readme": "specification/sphere/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\\sphere\\resource-manager\\readme.md --use=@autorest/[email protected].18 --generate-sample=true",
"repository_url": "https://github.com/Azure/azure-rest-api-specs.git",
"release_tool": "@azure-tools/[email protected].4",
"use": "@autorest/[email protected].18"
"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/sphere/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": "[email protected].21-beta",
"use": "@autorest/typescript@^6.0.12"
}
6 changes: 0 additions & 6 deletions sdk/sphere/arm-sphere/assets.json

This file was deleted.

21 changes: 7 additions & 14 deletions sdk/sphere/arm-sphere/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
"sdk-type": "mgmt",
"author": "Microsoft Corporation",
"description": "A generated SDK for AzureSphereManagementClient.",
"version": "1.0.1",
"version": "1.1.0",
"engines": {
"node": ">=18.0.0"
},
"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/sphere/arm-sphere",
"//sampleConfiguration": {
"productName": "",
"productSlugs": [
"azure"
],
"disableDocsMs": true,
"apiRefLink": "https://docs.microsoft.com/javascript/api/@azure/arm-sphere?view=azure-node-preview"
}
}
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/sphere/arm-sphere"
}
17 changes: 9 additions & 8 deletions sdk/sphere/arm-sphere/review/arm-sphere.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export interface Catalog extends TrackedResource {

// @public
export interface CatalogListResult {
readonly nextLink?: string;
nextLink?: string;
value: Catalog[];
}

Expand Down Expand Up @@ -270,7 +270,7 @@ export interface CertificateChainResponse {

// @public
export interface CertificateListResult {
readonly nextLink?: string;
nextLink?: string;
value: Certificate[];
}

Expand Down Expand Up @@ -363,7 +363,7 @@ export interface Deployment extends ProxyResource {

// @public
export interface DeploymentListResult {
readonly nextLink?: string;
nextLink?: string;
value: Deployment[];
}

Expand Down Expand Up @@ -448,7 +448,7 @@ export interface DeviceGroup extends ProxyResource {

// @public
export interface DeviceGroupListResult {
readonly nextLink?: string;
nextLink?: string;
value: DeviceGroup[];
}

Expand Down Expand Up @@ -594,7 +594,7 @@ export interface DeviceInsight {

// @public
export interface DeviceListResult {
readonly nextLink?: string;
nextLink?: string;
value: Device[];
}

Expand Down Expand Up @@ -687,6 +687,7 @@ export type DevicesListByDeviceGroupResponse = DeviceListResult;

// @public
export interface DevicesUpdateHeaders {
location?: string;
retryAfter?: number;
}

Expand Down Expand Up @@ -745,7 +746,7 @@ export { Image_2 as Image }

// @public
export interface ImageListResult {
readonly nextLink?: string;
nextLink?: string;
value: Image_2[];
}

Expand Down Expand Up @@ -978,7 +979,7 @@ export type OSFeedType = string;

// @public
export interface PagedDeviceInsight {
readonly nextLink?: string;
nextLink?: string;
value: DeviceInsight[];
}

Expand All @@ -989,7 +990,7 @@ export interface Product extends ProxyResource {

// @public
export interface ProductListResult {
readonly nextLink?: string;
nextLink?: string;
value: Product[];
}

Expand Down
43 changes: 0 additions & 43 deletions sdk/sphere/arm-sphere/samples-dev/catalogsCountDevicesSample.ts

This file was deleted.

45 changes: 0 additions & 45 deletions sdk/sphere/arm-sphere/samples-dev/catalogsCreateOrUpdateSample.ts

This file was deleted.

43 changes: 0 additions & 43 deletions sdk/sphere/arm-sphere/samples-dev/catalogsDeleteSample.ts

This file was deleted.

40 changes: 0 additions & 40 deletions sdk/sphere/arm-sphere/samples-dev/catalogsGetSample.ts

This file was deleted.

This file was deleted.

Loading