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-healthdataaiservices] remove examples-dir from python tspconfig #12165

Closed
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
13 changes: 6 additions & 7 deletions common/config/rush/pnpm-lock.yaml

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

16 changes: 9 additions & 7 deletions sdk/healthdataaiservices/arm-healthdataaiservices/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
# Release History

## 1.0.0-beta.2 (Unreleased)


## 1.0.0-beta.2 (2024-09-27)
Compared with version 1.0.0-beta.1

### Features Added

### Breaking Changes
- Enum KnownManagedServiceIdentityType has a new value SystemAndUserAssigned

### Bugs Fixed

### Other Changes
### Breaking Changes

- Enum KnownManagedServiceIdentityType no longer has value "SystemAssigned,UserAssigned"


## 1.0.0-beta.1 (2024-08-06)

### Features Added
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ This package contains an isomorphic SDK (runs both in Node.js and in browsers) f



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

Expand Down Expand Up @@ -86,6 +85,7 @@ 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).


## 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
6 changes: 0 additions & 6 deletions sdk/healthdataaiservices/arm-healthdataaiservices/assets.json

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ export default [
"@azure/azure-sdk/ts-apiextractor-json-types": "warn",
"@azure/azure-sdk/ts-package-json-types": "warn",
"@azure/azure-sdk/ts-package-json-engine-is-present": "warn",
"tsdoc/syntax": "warn",
"@azure/azure-sdk/ts-package-json-module": "off",
"@azure/azure-sdk/ts-package-json-files-required": "off",
"@azure/azure-sdk/ts-package-json-main-is-cjs": "off",
},
},
"tsdoc/syntax": "warn"
}
}
];
82 changes: 46 additions & 36 deletions sdk/healthdataaiservices/arm-healthdataaiservices/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
"bugs": {
"url": "https://github.com/Azure/azure-sdk-for-js/issues"
},
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/healthdataaiservices/arm-healthdataaiservices/README.md",
"prettier": "@azure/eslint-plugin-azure-sdk/prettier.json",
"//metadata": {
"constantPaths": [
Expand All @@ -58,113 +57,124 @@
]
},
"dependencies": {
"@azure/core-util": "^1.9.2",
"@azure-rest/core-client": "^2.1.0",
"@azure/abort-controller": "^2.1.2",
"@azure/core-auth": "^1.6.0",
"@azure/core-lro": "^3.0.0",
"@azure/core-paging": "^1.5.0",
"@azure/core-rest-pipeline": "^1.5.0",
"@azure/logger": "^1.0.0",
"tslib": "^2.6.2"
"tslib": "^2.6.2",
"@azure/core-lro": "^3.0.0",
"@azure/abort-controller": "^2.1.2"
},
"devDependencies": {
"@azure-tools/test-credential": "^2.0.0",
"@azure-tools/test-recorder": "^4.0.0",
"@azure/core-util": "^1.0.0",
"@azure/dev-tool": "^1.0.0",
"@azure/eslint-plugin-azure-sdk": "^3.0.0",
"@azure/identity": "^4.2.1",
"dotenv": "^16.0.0",
"@microsoft/api-extractor": "^7.40.3",
"@types/node": "^18.0.0",
"eslint": "^8.55.0",
"prettier": "^3.2.5",
"rimraf": "^5.0.5",
"mkdirp": "^3.0.1",
"typescript": "~5.5.3",
"tshy": "^1.11.1",
"@azure/identity": "^4.2.1",
"@vitest/browser": "^2.0.5",
"@vitest/coverage-istanbul": "^2.0.5",
"dotenv": "^16.0.0",
"eslint": "^9.9.0",
"mkdirp": "^3.0.1",
"playwright": "^1.41.2",
"prettier": "^3.2.5",
"rimraf": "^5.0.5",
"typescript": "~5.6.2",
"vitest": "^2.0.5"
"vitest": "^2.0.5",
"@azure-tools/test-credential": "^2.0.0",
"@azure-tools/test-recorder": "^4.0.0",
"@azure/dev-tool": "^1.0.0",
"@azure/eslint-plugin-azure-sdk": "^3.0.0"
},
"scripts": {
"audit": "node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit",
"build": "npm run clean && dev-tool run build-package && mkdirp ./review && dev-tool run extract-api",
"build:samples": "echo skipped",
"build:test": "npm run clean && dev-tool run build-package && dev-tool run build-test",
"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}\"",
"clean": "rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
"execute:samples": "echo skipped",
"extract-api": "rimraf review && mkdirp ./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}\"",
"generate:client": "echo skipped",
"integration-test": "npm run integration-test:node && npm run integration-test:browser",
"integration-test:browser": "echo skipped",
"integration-test:node": "echo skipped",
"lint": "echo skipped",
"lint:fix": "echo skipped",
"minify": "uglifyjs -c -m --comments --source-map \"content='./dist/index.js.map'\" -o ./dist/index.min.js ./dist/index.js",
"pack": "npm pack 2>&1",
"test": "npm run clean && dev-tool run build-package && npm run unit-test:node && dev-tool run bundle && npm run unit-test:browser && npm run integration-test",
"test:browser": "npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser",
"test:node": "npm run clean && dev-tool run build-package && npm run unit-test:node && npm run integration-test:node",
"lint": "eslint package.json api-extractor.json src test",
"lint:fix": "eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]",
"unit-test": "npm run unit-test:node && npm run unit-test:browser",
"unit-test:browser": "npm run build:test && dev-tool run test:vitest --browser",
"unit-test:node": "dev-tool run test:vitest",
"update-snippets": "echo skipped"
"integration-test": "npm run integration-test:node && npm run integration-test:browser",
"integration-test:browser": "echo skipped",
"integration-test:node": "echo skipped",
"audit": "node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit",
"build:samples": "echo skipped",
"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}\" ",
"execute:samples": "echo skipped",
"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}\" ",
"generate:client": "echo skipped",
"test:browser": "npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser",
"minify": "uglifyjs -c -m --comments --source-map \"content='./dist/index.js.map'\" -o ./dist/index.min.js ./dist/index.js",
"build:test": "npm run clean && tshy && dev-tool run build-test",
"build": "npm run clean && tshy && mkdirp ./review && dev-tool run extract-api",
"test:node": "npm run clean && tshy && npm run unit-test:node && npm run integration-test:node",
"test": "npm run clean && tshy && npm run unit-test:node && dev-tool run bundle && npm run unit-test:browser && npm run integration-test"
},
"exports": {
"./package.json": "./package.json",
".": {
"browser": {
"source": "./src/index.ts",
"types": "./dist/browser/index.d.ts",
"default": "./dist/browser/index.js"
},
"react-native": {
"source": "./src/index.ts",
"types": "./dist/react-native/index.d.ts",
"default": "./dist/react-native/index.js"
},
"import": {
"source": "./src/index.ts",
"types": "./dist/esm/index.d.ts",
"default": "./dist/esm/index.js"
},
"require": {
"source": "./src/index.ts",
"types": "./dist/commonjs/index.d.ts",
"default": "./dist/commonjs/index.js"
}
},
"./api": {
"browser": {
"source": "./src/api/index.ts",
"types": "./dist/browser/api/index.d.ts",
"default": "./dist/browser/api/index.js"
},
"react-native": {
"source": "./src/api/index.ts",
"types": "./dist/react-native/api/index.d.ts",
"default": "./dist/react-native/api/index.js"
},
"import": {
"source": "./src/api/index.ts",
"types": "./dist/esm/api/index.d.ts",
"default": "./dist/esm/api/index.js"
},
"require": {
"source": "./src/api/index.ts",
"types": "./dist/commonjs/api/index.d.ts",
"default": "./dist/commonjs/api/index.js"
}
},
"./models": {
"browser": {
"source": "./src/models/index.ts",
"types": "./dist/browser/models/index.d.ts",
"default": "./dist/browser/models/index.js"
},
"react-native": {
"source": "./src/models/index.ts",
"types": "./dist/react-native/models/index.d.ts",
"default": "./dist/react-native/models/index.js"
},
"import": {
"source": "./src/models/index.ts",
"types": "./dist/esm/models/index.d.ts",
"default": "./dist/esm/models/index.js"
},
"require": {
"source": "./src/models/index.ts",
"types": "./dist/commonjs/models/index.d.ts",
"default": "./dist/commonjs/models/index.js"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,61 +6,55 @@

import { Client } from '@azure-rest/core-client';
import { ClientOptions } from '@azure-rest/core-client';
import { HttpResponse } from '@azure-rest/core-client';
import { OperationOptions } from '@azure-rest/core-client';
import { OperationState } from '@azure/core-lro';
import { Paged } from '@azure/core-paging';
import { PollerLike } from '@azure/core-lro';
import { RawHttpHeaders } from '@azure/core-rest-pipeline';
import { RequestParameters } from '@azure-rest/core-client';
import { StreamableMethod } from '@azure-rest/core-client';
import { TokenCredential } from '@azure/core-auth';

// @public
// @public (undocumented)
export function createHealthDataAIServices(credential: TokenCredential, options?: HealthDataAIServicesClientOptionalParams): HealthDataAIServicesContext;

// @public
export function deidServicesCreate(context: HealthDataAIServicesContext, subscriptionId: string, resourceGroupName: string, deidServiceName: string, resource: DeidService_2, options?: DeidServicesCreateOptionalParams): PollerLike<OperationState<DeidService_2>, DeidService_2>;
export function deidServicesCreate(context: HealthDataAIServicesContext, subscriptionId: string, resourceGroupName: string, deidServiceName: string, resource: DeidService, options?: DeidServicesCreateOptionalParams): PollerLike<OperationState<DeidService>, DeidService>;

// @public
export function deidServicesDelete(context: HealthDataAIServicesContext, subscriptionId: string, resourceGroupName: string, deidServiceName: string, options?: DeidServicesDeleteOptionalParams): PollerLike<OperationState<void>, void>;

// @public
export function deidServicesGet(context: HealthDataAIServicesContext, subscriptionId: string, resourceGroupName: string, deidServiceName: string, options?: DeidServicesGetOptionalParams): Promise<DeidService_2>;
export function deidServicesGet(context: HealthDataAIServicesContext, subscriptionId: string, resourceGroupName: string, deidServiceName: string, options?: DeidServicesGetOptionalParams): Promise<DeidService>;

// @public
export function deidServicesListByResourceGroup(context: HealthDataAIServicesContext, subscriptionId: string, resourceGroupName: string, options?: DeidServicesListByResourceGroupOptionalParams): PagedAsyncIterableIterator<DeidService_2>;
export function deidServicesListByResourceGroup(context: HealthDataAIServicesContext, subscriptionId: string, resourceGroupName: string, options?: DeidServicesListByResourceGroupOptionalParams): PagedAsyncIterableIterator<DeidService>;

// @public
export function deidServicesListBySubscription(context: HealthDataAIServicesContext, subscriptionId: string, options?: DeidServicesListBySubscriptionOptionalParams): PagedAsyncIterableIterator<DeidService_2>;
export function deidServicesListBySubscription(context: HealthDataAIServicesContext, subscriptionId: string, options?: DeidServicesListBySubscriptionOptionalParams): PagedAsyncIterableIterator<DeidService>;

// @public
export function deidServicesUpdate(context: HealthDataAIServicesContext, subscriptionId: string, resourceGroupName: string, deidServiceName: string, properties: DeidUpdate_2, options?: DeidServicesUpdateOptionalParams): PollerLike<OperationState<DeidService_2>, DeidService_2>;
export function deidServicesUpdate(context: HealthDataAIServicesContext, subscriptionId: string, resourceGroupName: string, deidServiceName: string, properties: DeidUpdate, options?: DeidServicesUpdateOptionalParams): PollerLike<OperationState<DeidService>, DeidService>;

// @public
export interface HealthDataAIServicesClientOptionalParams extends ClientOptions {
apiVersion?: string;
}

// @public (undocumented)
export type HealthDataAIServicesContext = Client & {
path: Routes;
};
export interface HealthDataAIServicesContext extends Client {
}

// @public
export function operationsList(context: HealthDataAIServicesContext, options?: OperationsListOptionalParams): PagedAsyncIterableIterator<Operation>;

// @public
export function privateEndpointConnectionsCreate(context: HealthDataAIServicesContext, subscriptionId: string, resourceGroupName: string, deidServiceName: string, privateEndpointConnectionName: string, resource: PrivateEndpointConnectionResource_2, options?: PrivateEndpointConnectionsCreateOptionalParams): PollerLike<OperationState<PrivateEndpointConnectionResource_2>, PrivateEndpointConnectionResource_2>;
export function privateEndpointConnectionsCreate(context: HealthDataAIServicesContext, subscriptionId: string, resourceGroupName: string, deidServiceName: string, privateEndpointConnectionName: string, resource: PrivateEndpointConnectionResource, options?: PrivateEndpointConnectionsCreateOptionalParams): PollerLike<OperationState<PrivateEndpointConnectionResource>, PrivateEndpointConnectionResource>;

// @public
export function privateEndpointConnectionsDelete(context: HealthDataAIServicesContext, subscriptionId: string, resourceGroupName: string, deidServiceName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): PollerLike<OperationState<void>, void>;

// @public
export function privateEndpointConnectionsGet(context: HealthDataAIServicesContext, subscriptionId: string, resourceGroupName: string, deidServiceName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsGetOptionalParams): Promise<PrivateEndpointConnectionResource_2>;
export function privateEndpointConnectionsGet(context: HealthDataAIServicesContext, subscriptionId: string, resourceGroupName: string, deidServiceName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsGetOptionalParams): Promise<PrivateEndpointConnectionResource>;

// @public
export function privateEndpointConnectionsListByDeidService(context: HealthDataAIServicesContext, subscriptionId: string, resourceGroupName: string, deidServiceName: string, options?: PrivateEndpointConnectionsListByDeidServiceOptionalParams): PagedAsyncIterableIterator<PrivateEndpointConnectionResource_2>;
export function privateEndpointConnectionsListByDeidService(context: HealthDataAIServicesContext, subscriptionId: string, resourceGroupName: string, deidServiceName: string, options?: PrivateEndpointConnectionsListByDeidServiceOptionalParams): PagedAsyncIterableIterator<PrivateEndpointConnectionResource>;

// @public
export function privateLinksListByDeidService(context: HealthDataAIServicesContext, subscriptionId: string, resourceGroupName: string, deidServiceName: string, options?: PrivateLinksListByDeidServiceOptionalParams): PagedAsyncIterableIterator<PrivateLinkResource>;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,6 @@ import { OperationOptions } from '@azure-rest/core-client';
// @public
export type ActionType = string;

// @public
export type ContinuablePage<TElement, TPage = TElement[]> = TPage & {
continuationToken?: string;
};

// @public
export type CreatedByType = string;

Expand Down Expand Up @@ -105,8 +100,8 @@ export enum KnownCreatedByType {

// @public
export enum KnownManagedServiceIdentityType {
"SystemAssigned,UserAssigned" = "SystemAssigned,UserAssigned",
None = "None",
SystemAndUserAssigned = "SystemAssigned,UserAssigned",
SystemAssigned = "SystemAssigned",
UserAssigned = "UserAssigned"
}
Expand Down Expand Up @@ -181,18 +176,6 @@ export interface OperationsListOptionalParams extends OperationOptions {
// @public
export type Origin = string;

// @public
export interface PagedAsyncIterableIterator<TElement, TPage = TElement[], TPageSettings extends PageSettings = PageSettings> {
[Symbol.asyncIterator](): PagedAsyncIterableIterator<TElement, TPage, TPageSettings>;
byPage: (settings?: TPageSettings) => AsyncIterableIterator<ContinuablePage<TElement, TPage>>;
next(): Promise<IteratorResult<TElement>>;
}

// @public
export interface PageSettings {
continuationToken?: string;
}

// @public
export interface PrivateEndpoint {
readonly id?: string;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,8 @@ export enum KnownCreatedByType {

// @public
export enum KnownManagedServiceIdentityType {
"SystemAssigned,UserAssigned" = "SystemAssigned,UserAssigned",
None = "None",
SystemAndUserAssigned = "SystemAssigned,UserAssigned",
SystemAssigned = "SystemAssigned",
UserAssigned = "UserAssigned"
}
Expand Down
Loading