Skip to content
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

[AutoPR @azure/arm-sphere] [TypeSpec] Upgrade to 0.52.0 #8362

Closed
wants to merge 1 commit into from
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
751 changes: 376 additions & 375 deletions common/config/rush/pnpm-lock.yaml

Large diffs are not rendered by default.

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

## 1.0.0-beta.2 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes


## 1.0.0-beta.2 (2024-02-07)

**Features**

- Added Interface CountDevicesResponse
- Added Type Alias Versions
- Added Enum KnownVersions


## 1.0.0-beta.1 (2023-07-28)

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 ).
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/js-track2-quickstart).
2 changes: 1 addition & 1 deletion sdk/sphere/arm-sphere/LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2023 Microsoft
Copyright (c) 2024 Microsoft

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
8 changes: 4 additions & 4 deletions sdk/sphere/arm-sphere/_meta.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"commit": "f7a4b3be4d6f953d4048f672a24046cbac1ecad9",
"commit": "629b6ab1a568d1810d3648f13c0a634f53d9bb53",
"readme": "specification/sphere/resource-manager/readme.md",
"autorest_command": "autorest --version=3.9.3 --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].5 --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/sphere/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].0",
"use": "@autorest/[email protected].5"
"release_tool": "@azure-tools/[email protected].4",
"use": "@autorest/typescript@^6.0.12"
}
6 changes: 0 additions & 6 deletions sdk/sphere/arm-sphere/assets.json

This file was deleted.

30 changes: 11 additions & 19 deletions sdk/sphere/arm-sphere/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
"node": ">=18.0.0"
},
"dependencies": {
"@azure/core-lro": "^2.5.3",
"@azure/core-lro": "^2.5.4",
"@azure/abort-controller": "^1.0.0",
"@azure/core-paging": "^1.2.0",
"@azure/core-client": "^1.7.0",
"@azure/core-auth": "^1.3.0",
"@azure/core-rest-pipeline": "^1.8.0",
"@azure/core-auth": "^1.6.0",
"@azure/core-rest-pipeline": "^1.14.0",
"tslib": "^2.2.0"
},
"keywords": [
Expand All @@ -32,19 +32,20 @@
"mkdirp": "^2.1.2",
"typescript": "~5.3.3",
"uglify-js": "^3.4.9",
"rimraf": "^3.0.0",
"rimraf": "^5.0.0",
"dotenv": "^16.0.0",
"@azure/dev-tool": "^1.0.0",
"@azure/identity": "^4.0.1",
"@azure-tools/test-recorder": "^3.0.0",
"@azure-tools/test-credential": "^1.0.0",
"mocha": "^10.0.0",
"@types/mocha": "^10.0.0",
"esm": "^3.2.18",
"@types/chai": "^4.2.8",
"chai": "^4.2.0",
"cross-env": "^7.0.2",
"@types/node": "^18.0.0",
"@azure/dev-tool": "^1.0.0",
"ts-node": "^10.0.0",
"@types/mocha": "^10.0.0"
"ts-node": "^10.0.0"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -77,8 +78,7 @@
"pack": "npm pack 2>&1",
"extract-api": "api-extractor run --local",
"lint": "echo skipped",
"audit": "echo skipped",
"clean": "rimraf dist dist-browser dist-esm test-dist temp types *.tgz *.log",
"clean": "rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
"build:node": "echo skipped",
"build:browser": "echo skipped",
"build:test": "echo skipped",
Expand Down Expand Up @@ -106,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"
}
19 changes: 13 additions & 6 deletions sdk/sphere/arm-sphere/review/arm-sphere.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,10 @@ export interface ClaimDevicesRequest {
export interface CountDeviceResponse extends CountElementsResponse {
}

// @public
export interface CountDevicesResponse extends CountElementsResponse {
}

// @public
export interface CountElementsResponse {
value: number;
Expand Down Expand Up @@ -778,12 +782,6 @@ export type ImagesListByCatalogResponse = ImageListResult;
// @public
export type ImageType = string;

// @public
export interface ImageUploadRequestBody {
// (undocumented)
images: string;
}

// @public
export enum KnownActionType {
Internal = "Internal"
Expand Down Expand Up @@ -881,6 +879,12 @@ export enum KnownUpdatePolicy {
UpdateAll = "UpdateAll"
}

// @public
export enum KnownVersions {
V20220901 = "2022-09-01-preview",
V20240401 = "2024-04-01"
}

// @public
export interface ListDeviceGroupsRequest {
deviceGroupName?: string;
Expand Down Expand Up @@ -1107,6 +1111,9 @@ export interface TrackedResource extends Resource {
// @public
export type UpdatePolicy = string;

// @public
export type Versions = string;

// (No @packageDocumentation comment for this package)

```
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
Loading