Skip to content

Commit

Permalink
CodeGen from PR 31932 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge 392e6fd7b2bf50cb9abf1f76aa1a54b268fe2d0d into c335551e028d88eccf20a474944392438136bebc
  • Loading branch information
SDKAuto committed Dec 19, 2024
1 parent 340cf3a commit b1694dc
Show file tree
Hide file tree
Showing 23 changed files with 4,550 additions and 88 deletions.
10 changes: 5 additions & 5 deletions common/config/rush/pnpm-lock.yaml

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

98 changes: 89 additions & 9 deletions sdk/confluent/arm-confluent/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,95 @@
# Release History

## 3.1.1 (Unreleased)

## 3.2.0 (2024-12-19)
### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

- Added operation group Cluster
- Added operation group Connector
- Added operation group Environment
- Added operation group Topics
- Added Interface AzureBlobStorageSinkConnectorServiceInfo
- Added Interface AzureBlobStorageSourceConnectorServiceInfo
- Added Interface AzureCosmosDBSinkConnectorServiceInfo
- Added Interface AzureCosmosDBSourceConnectorServiceInfo
- Added Interface AzureSynapseAnalyticsSinkConnectorServiceInfo
- Added Interface ClusterCreateOrUpdateOptionalParams
- Added Interface ClusterDeleteHeaders
- Added Interface ClusterDeleteOptionalParams
- Added Interface ConnectorCreateOrUpdateOptionalParams
- Added Interface ConnectorDeleteHeaders
- Added Interface ConnectorDeleteOptionalParams
- Added Interface ConnectorGetOptionalParams
- Added Interface ConnectorInfoBase
- Added Interface ConnectorListNextOptionalParams
- Added Interface ConnectorListOptionalParams
- Added Interface ConnectorResource
- Added Interface ConnectorServiceTypeInfoBase
- Added Interface EnvironmentCreateOrUpdateOptionalParams
- Added Interface EnvironmentDeleteHeaders
- Added Interface EnvironmentDeleteOptionalParams
- Added Interface ErrorAdditionalInfo
- Added Interface ErrorDetail
- Added Interface ErrorResponse
- Added Interface KafkaAzureBlobStorageSinkConnectorInfo
- Added Interface KafkaAzureBlobStorageSourceConnectorInfo
- Added Interface KafkaAzureCosmosDBSinkConnectorInfo
- Added Interface KafkaAzureCosmosDBSourceConnectorInfo
- Added Interface KafkaAzureSynapseAnalyticsSinkConnectorInfo
- Added Interface ListConnectorsSuccessResponse
- Added Interface ListTopicsSuccessResponse
- Added Interface PartnerInfoBase
- Added Interface ProxyResource
- Added Interface Resource
- Added Interface StreamGovernanceConfig
- Added Interface TopicMetadataEntity
- Added Interface TopicRecord
- Added Interface TopicsCreateOptionalParams
- Added Interface TopicsDeleteHeaders
- Added Interface TopicsDeleteOptionalParams
- Added Interface TopicsGetOptionalParams
- Added Interface TopicsInputConfig
- Added Interface TopicsListNextOptionalParams
- Added Interface TopicsListOptionalParams
- Added Interface TopicsRelatedLink
- Added Type Alias AuthType
- Added Type Alias ClusterCreateOrUpdateResponse
- Added Type Alias ClusterDeleteResponse
- Added Type Alias ConnectorClass
- Added Type Alias ConnectorCreateOrUpdateResponse
- Added Type Alias ConnectorDeleteResponse
- Added Type Alias ConnectorGetResponse
- Added Type Alias ConnectorListNextResponse
- Added Type Alias ConnectorListResponse
- Added Type Alias ConnectorServiceType
- Added Type Alias ConnectorServiceTypeInfoBaseUnion
- Added Type Alias ConnectorStatus
- Added Type Alias ConnectorType
- Added Type Alias DataFormatType
- Added Type Alias EnvironmentCreateOrUpdateResponse
- Added Type Alias EnvironmentDeleteResponse
- Added Type Alias Package
- Added Type Alias PartnerConnectorType
- Added Type Alias PartnerInfoBaseUnion
- Added Type Alias TopicsCreateResponse
- Added Type Alias TopicsDeleteResponse
- Added Type Alias TopicsGetResponse
- Added Type Alias TopicsListNextResponse
- Added Type Alias TopicsListResponse
- Interface SCClusterRecord has a new optional parameter type
- Interface SCClusterSpecEntity has a new optional parameter package
- Interface SCEnvironmentRecord has a new optional parameter streamGovernanceConfig
- Interface SCEnvironmentRecord has a new optional parameter type
- Added Enum KnownAuthType
- Added Enum KnownConnectorClass
- Added Enum KnownConnectorServiceType
- Added Enum KnownConnectorStatus
- Added Enum KnownConnectorType
- Added Enum KnownDataFormatType
- Added Enum KnownPackage
- Added Enum KnownPartnerConnectorType


## 3.1.0 (2024-03-13)

### Features Added
Expand Down
11 changes: 6 additions & 5 deletions sdk/confluent/arm-confluent/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@

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



[Source code](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/confluent/arm-confluent) |
[Package (NPM)](https://www.npmjs.com/package/@azure/arm-confluent) |
[API reference documentation](https://learn.microsoft.com/javascript/api/@azure/arm-confluent) |
[API reference documentation](https://docs.microsoft.com/javascript/api/@azure/arm-confluent) |
[Samples](https://github.com/Azure-Samples/azure-samples-js-management)

## Getting started
Expand Down Expand Up @@ -42,9 +44,8 @@ npm install @azure/identity
```

You will also need to **register a new AAD application and grant access to Azure ConfluentManagement** 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).
For more information about how to create an Azure AD Application check out [this guide](https://docs.microsoft.com/azure/active-directory/develop/howto-create-service-principal-portal).

```javascript
const { ConfluentManagementClient } = require("@azure/arm-confluent");
Expand All @@ -62,8 +63,8 @@ const client = new ConfluentManagementClient(new DefaultAzureCredential(), subsc
// const client = new ConfluentManagementClient(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 Down Expand Up @@ -99,7 +100,7 @@ If you'd like to contribute to this library, please read the [contributing guide

![Impressions](https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-js%2Fsdk%2Fconfluent%2Farm-confluent%2FREADME.png)

[azure_cli]: https://learn.microsoft.com/cli/azure
[azure_cli]: https://docs.microsoft.com/cli/azure
[azure_sub]: https://azure.microsoft.com/free/
[azure_sub]: https://azure.microsoft.com/free/
[azure_portal]: https://portal.azure.com
Expand Down
8 changes: 4 additions & 4 deletions sdk/confluent/arm-confluent/_meta.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"commit": "3004d02873a4b583ba6a3966a370f1ba19b5da1d",
"commit": "b801b0209f7b3a2c68114484dd45c66c5e6ec280",
"readme": "specification/confluent/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\\confluent\\resource-manager\\readme.md --use=@autorest/[email protected].17 --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/confluent/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].4",
"use": "@autorest/[email protected].17"
"release_tool": "@azure-tools/[email protected].16",
"use": "@autorest/typescript@^6.0.12"
}
65 changes: 29 additions & 36 deletions sdk/confluent/arm-confluent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@
"sdk-type": "mgmt",
"author": "Microsoft Corporation",
"description": "A generated SDK for ConfluentManagementClient.",
"version": "3.1.1",
"version": "3.2.0",
"engines": {
"node": ">=18.0.0"
},
"dependencies": {
"@azure/abort-controller": "^1.0.0",
"@azure/core-auth": "^1.6.0",
"@azure/core-client": "^1.7.0",
"@azure/core-lro": "^2.5.4",
"@azure/abort-controller": "^2.1.2",
"@azure/core-paging": "^1.2.0",
"@azure/core-client": "^1.7.0",
"@azure/core-auth": "^1.6.0",
"@azure/core-rest-pipeline": "^1.14.0",
"tslib": "^2.2.0"
},
Expand All @@ -28,18 +28,19 @@
"module": "./dist-esm/src/index.js",
"types": "./types/arm-confluent.d.ts",
"devDependencies": {
"@azure-tools/test-credential": "^1.0.0",
"@azure-tools/test-recorder": "^3.0.0",
"typescript": "~5.6.2",
"dotenv": "^16.0.0",
"@azure/dev-tool": "^1.0.0",
"@azure/identity": "^4.0.1",
"@types/chai": "^4.2.8",
"@azure/identity": "^4.2.1",
"@azure-tools/test-recorder": "^3.0.0",
"@azure-tools/test-credential": "^1.1.0",
"mocha": "^10.0.0",
"@types/mocha": "^10.0.0",
"@types/node": "^18.0.0",
"tsx": "^4.7.1",
"@types/chai": "^4.2.8",
"chai": "^4.2.0",
"dotenv": "^16.0.0",
"mocha": "^11.0.2",
"ts-node": "^10.0.0",
"typescript": "~5.7.2"
"@types/node": "^18.0.0",
"ts-node": "^10.0.0"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -67,28 +68,28 @@
],
"scripts": {
"build": "npm run clean && tsc && dev-tool run bundle && npm run minify && dev-tool run vendored mkdirp ./review && npm run extract-api",
"build:browser": "echo skipped",
"minify": "dev-tool run vendored uglifyjs -c -m --comments --source-map \"content='./dist/index.js.map'\" -o ./dist/index.min.js ./dist/index.js",
"prepack": "npm run build",
"pack": "npm pack 2>&1",
"extract-api": "dev-tool run extract-api",
"lint": "echo skipped",
"clean": "dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
"build:node": "echo skipped",
"build:samples": "echo skipped.",
"build:browser": "echo skipped",
"build:test": "echo skipped",
"build:samples": "echo skipped.",
"check-format": "echo skipped",
"clean": "dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
"execute:samples": "echo skipped",
"extract-api": "dev-tool run extract-api",
"format": "echo skipped",
"integration-test": "npm run integration-test:node && npm run integration-test:browser",
"integration-test:browser": "echo skipped",
"integration-test:node": "dev-tool run test:node-ts-input -- --timeout 1200000 'test/*.ts'",
"lint": "echo skipped",
"minify": "dev-tool run vendored uglifyjs -c -m --comments --source-map \"content='./dist/index.js.map'\" -o ./dist/index.min.js ./dist/index.js",
"pack": "npm pack 2>&1",
"prepack": "npm run build",
"test": "npm run integration-test",
"test:browser": "echo skipped",
"test:node": "echo skipped",
"test:browser": "echo skipped",
"unit-test": "npm run unit-test:node && npm run unit-test:browser",
"unit-test:browser": "echo skipped",
"unit-test:node": "dev-tool run vendored cross-env TEST_MODE=playback npm run integration-test:node",
"unit-test:browser": "echo skipped",
"integration-test": "npm run integration-test:node && npm run integration-test:browser",
"integration-test:node": "dev-tool run test:node-ts-input -- --timeout 1200000 'test/*.ts'",
"integration-test:browser": "echo skipped",
"update-snippets": "echo skipped"
},
"sideEffects": false,
Expand All @@ -101,13 +102,5 @@
]
},
"autoPublish": true,
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/confluent/arm-confluent",
"//sampleConfiguration": {
"productName": "",
"productSlugs": [
"azure"
],
"disableDocsMs": true,
"apiRefLink": "https://docs.microsoft.com/javascript/api/@azure/arm-confluent?view=azure-node-preview"
}
}
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/confluent/arm-confluent"
}
Loading

0 comments on commit b1694dc

Please sign in to comment.