Skip to content

Commit

Permalink
CodeGen from PR 29824 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge bc7c607d8a54a2a89ec162310f0bb83756b8290e into 4d065866a422257746306b352cb34fd5c98d5754
  • Loading branch information
SDKAuto committed Sep 9, 2024
1 parent 3c804ca commit 2f6ab51
Show file tree
Hide file tree
Showing 31 changed files with 2,836 additions and 1,148 deletions.
23 changes: 16 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.

65 changes: 55 additions & 10 deletions sdk/appconfiguration/arm-appconfiguration/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,60 @@
# Release History

## 4.0.1 (Unreleased)


## 4.1.0-beta.1 (2024-09-09)
Compared with version 4.0.0

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

- Added operation group Snapshots
- Added operation ConfigurationStores.generateSasToken
- Added operation ConfigurationStores.resetSasKind
- Added Interface ConfigurationStoresGenerateSasTokenOptionalParams
- Added Interface ConfigurationStoresResetSasKindOptionalParams
- Added Interface DataPlaneProxyProperties
- Added Interface ErrorDetail
- Added Interface ErrorResponseAutoGenerated
- Added Interface ExperimentationProperties
- Added Interface KeyValueFilter
- Added Interface KvSasTokenScope
- Added Interface ResetSasKindParameters
- Added Interface SasKindInfo
- Added Interface SasProperties
- Added Interface SasTokenGenerationParameters
- Added Interface SasTokenGenerationResult
- Added Interface SasTokenScope
- Added Interface Snapshot
- Added Interface SnapshotSasTokenScope
- Added Interface SnapshotsCreateOptionalParams
- Added Interface SnapshotsGetOptionalParams
- Added Interface TelemetryProperties
- Added Type Alias AuthenticationMode
- Added Type Alias CompositionType
- Added Type Alias ConfigurationStoresGenerateSasTokenResponse
- Added Type Alias PrivateLinkDelegation
- Added Type Alias ResourceType
- Added Type Alias SasKind
- Added Type Alias SasStatus
- Added Type Alias SasTokenScopeUnion
- Added Type Alias SnapshotsCreateResponse
- Added Type Alias SnapshotsGetResponse
- Added Type Alias SnapshotStatus
- Interface ConfigurationStore has a new optional parameter dataPlaneProxy
- Interface ConfigurationStore has a new optional parameter experimentation
- Interface ConfigurationStore has a new optional parameter sas
- Interface ConfigurationStore has a new optional parameter telemetry
- Interface ConfigurationStoreUpdateParameters has a new optional parameter dataPlaneProxy
- Interface ConfigurationStoreUpdateParameters has a new optional parameter experimentation
- Interface ConfigurationStoreUpdateParameters has a new optional parameter sas
- Interface ConfigurationStoreUpdateParameters has a new optional parameter telemetry
- Added Enum KnownAuthenticationMode
- Added Enum KnownCompositionType
- Added Enum KnownPrivateLinkDelegation
- Added Enum KnownResourceType
- Added Enum KnownSasKind
- Added Enum KnownSasStatus
- Added Enum KnownSnapshotStatus


## 4.0.0 (2023-04-06)

### Features Added
Expand Down Expand Up @@ -66,4 +111,4 @@ To understand the detail of the change, please refer to [Changelog](https://aka.

To migrate the existing applications to the latest version, please refer to [Migration Guide](https://aka.ms/js-track2-migration-guide).

To learn more, please refer to our documentation [Quick Start](https://aka.ms/azsdk/js/mgmt/quickstart ).
To learn more, please refer to our documentation [Quick Start](https://aka.ms/azsdk/js/mgmt/quickstart).
2 changes: 1 addition & 1 deletion sdk/appconfiguration/arm-appconfiguration/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
2 changes: 1 addition & 1 deletion sdk/appconfiguration/arm-appconfiguration/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ 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/appconfiguration/arm-appconfiguration) |
[Package (NPM)](https://www.npmjs.com/package/@azure/arm-appconfiguration) |
[API reference documentation](https://docs.microsoft.com/javascript/api/@azure/arm-appconfiguration) |
[API reference documentation](https://docs.microsoft.com/javascript/api/@azure/arm-appconfiguration?view=azure-node-preview) |
[Samples](https://github.com/Azure-Samples/azure-samples-js-management)

## Getting started
Expand Down
8 changes: 4 additions & 4 deletions sdk/appconfiguration/arm-appconfiguration/_meta.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"commit": "8725e0700974d2c8cba436b5696728ebc5a80f1b",
"commit": "4bf574f3f3c9d1ebff08d4445ce1459f11b68154",
"readme": "specification/appconfiguration/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\\appconfiguration\\resource-manager\\readme.md --use=@autorest/[email protected].0-rc.10 --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/appconfiguration/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/js-sdk-release-tools@2.6.2",
"use": "@autorest/[email protected].0-rc.10"
"release_tool": "@azure-tools/js-sdk-release-tools@2.7.12",
"use": "@autorest/typescript@^6.0.12"
}
36 changes: 14 additions & 22 deletions sdk/appconfiguration/arm-appconfiguration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@
"sdk-type": "mgmt",
"author": "Microsoft Corporation",
"description": "A generated SDK for AppConfigurationManagementClient.",
"version": "4.0.1",
"version": "4.1.0-beta.1",
"engines": {
"node": ">=18.0.0"
},
"dependencies": {
"@azure/core-lro": "^2.5.0",
"@azure/abort-controller": "^1.0.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.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": "^3.0.1",
"typescript": "~5.5.3",
"uglify-js": "^3.4.9",
"rimraf": "^5.0.5",
"rimraf": "^5.0.0",
"dotenv": "^16.0.0",
"@azure/identity": "^4.0.1",
"@azure/dev-tool": "^1.0.0",
"@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",
"@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,7 +78,6 @@
"pack": "npm pack 2>&1",
"extract-api": "dev-tool run extract-api",
"lint": "echo skipped",
"audit": "echo skipped",
"clean": "rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
"build:node": "echo skipped",
"build:browser": "echo skipped",
Expand Down Expand Up @@ -106,13 +106,5 @@
]
},
"autoPublish": true,
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/appconfiguration/arm-appconfiguration",
"//sampleConfiguration": {
"productName": "",
"productSlugs": [
"azure"
],
"disableDocsMs": true,
"apiRefLink": "https://docs.microsoft.com/javascript/api/@azure/arm-appconfiguration?view=azure-node-preview"
}
}
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/appconfiguration/arm-appconfiguration"
}
Loading

0 comments on commit 2f6ab51

Please sign in to comment.