Skip to content

Commit

Permalink
CodeGen from PR 33034 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge 0e2d4dfe5a5caa186d5ee20e751baf3bb4fb4169 into 6043a6aac4f0b1f9ead1360e33c0d5035636c35a
  • Loading branch information
SDKAuto committed Mar 6, 2025
1 parent 7bff2a2 commit 68a641a
Show file tree
Hide file tree
Showing 135 changed files with 4,364 additions and 3,155 deletions.
24 changes: 12 additions & 12 deletions common/config/rush/pnpm-lock.yaml

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

68 changes: 61 additions & 7 deletions sdk/cdn/arm-cdn/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,69 @@
# Release History

## 9.1.1 (Unreleased)

## 10.0.0 (2025-03-06)
### Features Added

### Breaking Changes
- Added operation Profiles.beginCdnCanMigrateToAfd
- Added operation Profiles.beginCdnCanMigrateToAfdAndWait
- Added operation Profiles.beginCdnMigrateToAfd
- Added operation Profiles.beginCdnMigrateToAfdAndWait
- Added operation Profiles.beginMigrationAbort
- Added operation Profiles.beginMigrationAbortAndWait
- Added Interface CdnMigrationToAfdParameters
- Added Interface CertificateSourceParameters
- Added Interface DeliveryRuleAction
- Added Interface DeliveryRuleActionParameters
- Added Interface DeliveryRuleConditionParameters
- Added Interface ErrorResponseAutoGenerated
- Added Interface MigrationEndpointMapping
- Added Interface ProfilesCdnCanMigrateToAfdHeaders
- Added Interface ProfilesCdnCanMigrateToAfdOptionalParams
- Added Interface ProfilesCdnMigrateToAfdHeaders
- Added Interface ProfilesCdnMigrateToAfdOptionalParams
- Added Interface ProfilesMigrationAbortHeaders
- Added Interface ProfilesMigrationAbortOptionalParams
- Added Type Alias CertificateSourceParametersType
- Added Type Alias CertificateSourceParametersUnion
- Added Type Alias DeliveryRuleActionName
- Added Type Alias DeliveryRuleActionParametersType
- Added Type Alias DeliveryRuleActionParametersUnion
- Added Type Alias DeliveryRuleActionUnion
- Added Type Alias DeliveryRuleConditionParametersType
- Added Type Alias DeliveryRuleConditionParametersUnion
- Added Type Alias IsDeviceMatchValue
- Added Type Alias KeyVaultSigningKeyParametersType
- Added Type Alias ProfilesCdnCanMigrateToAfdResponse
- Added Type Alias ProfilesCdnMigrateToAfdResponse
- Added Type Alias ProfilesMigrationAbortResponse
- Added Type Alias RequestMethodMatchValue
- Added Type Alias RequestSchemeMatchValue
- Added Enum KnownCertificateSourceParametersType
- Added Enum KnownDeliveryRuleActionName
- Added Enum KnownDeliveryRuleActionParametersType
- Added Enum KnownDeliveryRuleConditionParametersType
- Added Enum KnownIsDeviceMatchValue
- Added Enum KnownKeyVaultSigningKeyParametersType
- Added Enum KnownRequestMethodMatchValue
- Added Enum KnownRequestSchemeMatchValue

### Bugs Fixed

### Other Changes
### Breaking Changes

- Parameter secretVersion of interface UrlSigningKeyParameters is now required
- Type of parameter actions of interface DeliveryRule is changed from DeliveryRuleActionAutoGeneratedUnion[] to DeliveryRuleActionUnion[]
- Type of parameter matchValues of interface IsDeviceMatchConditionParameters is changed from IsDeviceMatchConditionParametersMatchValuesItem[] to IsDeviceMatchValue[]
- Type of parameter typeName of interface KeyVaultSigningKeyParameters is changed from "KeyVaultSigningKeyParameters" to KeyVaultSigningKeyParametersType
- Type of parameter matchValues of interface RequestMethodMatchConditionParameters is changed from RequestMethodMatchConditionParametersMatchValuesItem[] to RequestMethodMatchValue[]
- Type of parameter matchValues of interface RequestSchemeMatchConditionParameters is changed from RequestSchemeMatchConditionParametersMatchValuesItem[] to RequestSchemeMatchValue[]
- Type of parameter actions of interface Rule is changed from DeliveryRuleActionAutoGeneratedUnion[] to DeliveryRuleActionUnion[]
- Type of parameter actions of interface RuleUpdateParameters is changed from DeliveryRuleActionAutoGeneratedUnion[] to DeliveryRuleActionUnion[]
- Type of parameter actions of interface RuleUpdatePropertiesParameters is changed from DeliveryRuleActionAutoGeneratedUnion[] to DeliveryRuleActionUnion[]
- Removed Enum KnownDeliveryRuleAction
- Removed Enum KnownIsDeviceMatchConditionParametersMatchValuesItem
- Removed Enum KnownRequestMethodMatchConditionParametersMatchValuesItem
- Removed Enum KnownRequestSchemeMatchConditionParametersMatchValuesItem


## 9.1.0 (2024-04-08)

### Features Added
Expand Down
2 changes: 1 addition & 1 deletion sdk/cdn/arm-cdn/LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
SOFTWARE.
9 changes: 3 additions & 6 deletions sdk/cdn/arm-cdn/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ npm install @azure/identity
```

You will also need to **register a new AAD application and grant access to Azure CdnManagement** 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).

Expand All @@ -64,16 +63,14 @@ For browser environments, use the `InteractiveBrowserCredential` from the `@azur
import { InteractiveBrowserCredential } from "@azure/identity";
import { CdnManagementClient } from "@azure/arm-cdn";

const subscriptionId = "00000000-0000-0000-0000-000000000000";
const credential = new InteractiveBrowserCredential({
tenantId: "<YOUR_TENANT_ID>",
clientId: "<YOUR_CLIENT_ID>",
});
clientId: "<YOUR_CLIENT_ID>"
});
const client = new CdnManagementClient(credential, subscriptionId);
```

### 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 @@ -108,7 +105,7 @@ If you'd like to contribute to this library, please read the [contributing guide

- [Microsoft Azure SDK for JavaScript](https://github.com/Azure/azure-sdk-for-js)


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

[azure_cli]: https://learn.microsoft.com/cli/azure
[azure_sub]: https://azure.microsoft.com/free/
Expand Down
8 changes: 4 additions & 4 deletions sdk/cdn/arm-cdn/_meta.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"commit": "835b124ff8160d23823c0e770b4989ca79e7418c",
"commit": "9f409a386b322866b8a00d793f652e1879ea4155",
"readme": "specification/cdn/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\\cdn\\resource-manager\\readme.md --use=@autorest/[email protected].20 --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/cdn/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].20"
"release_tool": "@azure-tools/[email protected].21",
"use": "@autorest/typescript@^6.0.12"
}
6 changes: 3 additions & 3 deletions sdk/cdn/arm-cdn/api-extractor.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json",
"mainEntryPointFilePath": "dist/esm/index.d.ts",
"mainEntryPointFilePath": "./dist-esm/src/index.d.ts",
"docModel": {
"enabled": true
},
Expand All @@ -11,7 +11,7 @@
"dtsRollup": {
"enabled": true,
"untrimmedFilePath": "",
"publicTrimmedFilePath": "dist/arm-cdn.d.ts"
"publicTrimmedFilePath": "./types/arm-cdn.d.ts"
},
"messages": {
"tsdocMessageReporting": {
Expand All @@ -28,4 +28,4 @@
}
}
}
}
}
38 changes: 16 additions & 22 deletions sdk/cdn/arm-cdn/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,47 +3,49 @@
"sdk-type": "mgmt",
"author": "Microsoft Corporation",
"description": "A generated SDK for CdnManagementClient.",
"version": "9.1.1",
"version": "10.0.0",
"engines": {
"node": ">=18.0.0"
},
"dependencies": {
"@azure/abort-controller": "^2.1.2",
"@azure/core-auth": "^1.9.0",
"@azure/core-client": "^1.9.2",
"@azure/core-lro": "^2.7.2",
"@azure/core-lro": "^2.5.4",
"@azure/core-paging": "^1.6.2",
"@azure/core-rest-pipeline": "^1.18.2",
"@azure/core-rest-pipeline": "^1.19.0",
"tslib": "^2.8.1"
},
"keywords": [
"node",
"azure",
"typescript",
"browser",
"isomorphic",
"cloud"
"isomorphic"
],
"license": "MIT",
"main": "./dist/commonjs/index.js",
"module": "./dist/esm/index.js",
"module": "./dist-esm/src/index.js",
"types": "./dist/commonjs/index.d.ts",
"devDependencies": {
"@azure-tools/test-credential": "^2.0.0",
"@azure-tools/test-recorder": "^4.1.0",
"@azure-tools/test-utils-vitest": "^1.0.0",
"@azure/dev-tool": "^1.0.0",
"@azure/identity": "^4.5.0",
"@azure/identity": "^4.7.0",
"@azure/logger": "^1.1.4",
"@types/node": "^18.0.0",
"@vitest/browser": "^3.0.3",
"@vitest/coverage-istanbul": "^3.0.3",
"@vitest/browser": "^3.0.6",
"@vitest/coverage-istanbul": "^3.0.6",
"dotenv": "^16.0.0",
"playwright": "^1.49.1",
"typescript": "~5.7.2",
"vitest": "^3.0.3"
"playwright": "^1.50.1",
"typescript": "~5.6.2",
"vitest": "^3.0.6"
},
"repository": {
"type": "git",
"url": "https://github.com/Azure/azure-sdk-for-js.git"
},
"repository": "github:Azure/azure-sdk-for-js",
"bugs": {
"url": "https://github.com/Azure/azure-sdk-for-js/issues"
},
Expand Down Expand Up @@ -91,14 +93,6 @@
},
"autoPublish": true,
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cdn/arm-cdn",
"//sampleConfiguration": {
"productName": "",
"productSlugs": [
"azure"
],
"disableDocsMs": true,
"apiRefLink": "https://learn.microsoft.com/javascript/api/@azure/arm-cdn?view=azure-node-preview"
},
"type": "module",
"tshy": {
"project": "./tsconfig.src.json",
Expand Down Expand Up @@ -139,4 +133,4 @@
}
}
}
}
}
Loading

0 comments on commit 68a641a

Please sign in to comment.