Skip to content

Commit

Permalink
CodeGen from PR 29588 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge b929eb21c3c03759f5182cc9d6092c77325836a1 into fd16144adbafceda0fd02ce3e1411a439950c1f6
  • Loading branch information
SDKAuto committed Jul 26, 2024
1 parent df20dc9 commit 96c77c1
Show file tree
Hide file tree
Showing 10 changed files with 3,697 additions and 3,279 deletions.
789 changes: 396 additions & 393 deletions common/config/rush/pnpm-lock.yaml

Large diffs are not rendered by default.

51 changes: 43 additions & 8 deletions sdk/cdn/arm-cdn/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,50 @@
# Release History

## 10.0.0 (2024-07-26)

**Features**

## 9.1.1 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed
- Added Interface CertificateSourceParameters
- Added Interface DeliveryRuleAction
- Added Interface DeliveryRuleActionParameters
- Added Interface DeliveryRuleConditionParameters
- 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 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

### Other Changes
**Breaking Changes**

- 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**
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": "af80ab5167b26ef556bfe8c8ea5abfe341e900a5",
"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/typescript@6.0.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/js-sdk-release-tools@2.7.4",
"use": "@autorest/typescript@6.0.20"
"release_tool": "@azure-tools/js-sdk-release-tools@2.7.10",
"use": "@autorest/typescript@^6.0.12"
}
21 changes: 7 additions & 14 deletions sdk/cdn/arm-cdn/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
"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/core-lro": "^2.5.4",
"@azure/abort-controller": "^1.0.0",
"@azure/abort-controller": "^2.1.2",
"@azure/core-paging": "^1.2.0",
"@azure/core-client": "^1.7.0",
"@azure/core-auth": "^1.6.0",
Expand All @@ -35,11 +35,12 @@
"rimraf": "^5.0.0",
"dotenv": "^16.0.0",
"@azure/dev-tool": "^1.0.0",
"@azure/identity": "^4.0.1",
"@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",
Expand Down Expand Up @@ -105,13 +106,5 @@
]
},
"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://docs.microsoft.com/javascript/api/@azure/arm-cdn?view=azure-node-preview"
}
}
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cdn/arm-cdn"
}
Loading

0 comments on commit 96c77c1

Please sign in to comment.