Skip to content

Commit 81e552b

Browse files
authored
1 parent 0b99106 commit 81e552b

File tree

151 files changed

+4936
-3407
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

151 files changed

+4936
-3407
lines changed

common/config/rush/pnpm-lock.yaml

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/frontdoor/arm-frontdoor/CHANGELOG.md

Lines changed: 22 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,27 @@
11
# Release History
2+
3+
## 5.2.0 (2023-05-09)
4+
5+
**Features**
26

3-
## 5.1.1 (Unreleased)
4-
5-
### Features Added
6-
7-
### Breaking Changes
8-
9-
### Bugs Fixed
10-
11-
### Other Changes
12-
7+
- Added operation Policies.beginUpdate
8+
- Added operation Policies.beginUpdateAndWait
9+
- Added operation Policies.listBySubscription
10+
- Added Interface DefaultErrorResponse
11+
- Added Interface DefaultErrorResponseError
12+
- Added Interface PoliciesListBySubscriptionNextOptionalParams
13+
- Added Interface PoliciesListBySubscriptionOptionalParams
14+
- Added Interface PoliciesUpdateOptionalParams
15+
- Added Type Alias PoliciesListBySubscriptionNextResponse
16+
- Added Type Alias PoliciesListBySubscriptionResponse
17+
- Added Type Alias PoliciesUpdateResponse
18+
- Interface FrontDoor has a new optional parameter extendedProperties
19+
- Interface FrontDoorProperties has a new optional parameter extendedProperties
20+
- Enum KnownActionType has a new value AnomalyScoring
21+
- Enum KnownFrontDoorResourceState has a new value Migrated
22+
- Enum KnownFrontDoorResourceState has a new value Migrating
23+
24+
1325
## 5.1.0 (2022-11-23)
1426

1527
**Features**

sdk/frontdoor/arm-frontdoor/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2022 Microsoft
3+
Copyright (c) 2023 Microsoft
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"commit": "1f1d5b0b9ce6cc94605b2fd619dce374fb6e033a",
3-
"readme": "specification\\frontdoor\\resource-manager\\readme.md",
4-
"autorest_command": "autorest --version=3.8.4 --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\\frontdoor\\resource-manager\\readme.md --use=@autorest/typescript@6.0.0-rc.3.20221108.1 --generate-sample=true",
2+
"commit": "d5c8648e01a2a2a743c2649c9522d21f5db952ce",
3+
"readme": "specification/frontdoor/resource-manager/readme.md",
4+
"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\\frontdoor\\resource-manager\\readme.md --use=@autorest/typescript@6.0.1 --generate-sample=true",
55
"repository_url": "https://github.com/Azure/azure-rest-api-specs.git",
6-
"release_tool": "@azure-tools/js-sdk-release-tools@2.4.2",
7-
"use": "@autorest/typescript@6.0.0-rc.3.20221108.1"
6+
"release_tool": "@azure-tools/js-sdk-release-tools@2.6.2",
7+
"use": "@autorest/typescript@6.0.1"
88
}

sdk/frontdoor/arm-frontdoor/assets.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"AssetsRepo": "Azure/azure-sdk-assets",
33
"AssetsRepoPrefixPath": "js",
44
"TagPrefix": "js/frontdoor/arm-frontdoor",
5-
"Tag": "js/frontdoor/arm-frontdoor_4ffec03e2f"
5+
"Tag": "js/frontdoor/arm-frontdoor_fc7c7cfe88"
66
}

sdk/frontdoor/arm-frontdoor/package.json

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
"sdk-type": "mgmt",
44
"author": "Microsoft Corporation",
55
"description": "A generated SDK for FrontDoorManagementClient.",
6-
"version": "5.1.1",
6+
"version": "5.2.0",
77
"engines": {
88
"node": ">=14.0.0"
99
},
1010
"dependencies": {
11-
"@azure/core-lro": "^2.2.0",
11+
"@azure/core-lro": "^2.5.0",
1212
"@azure/abort-controller": "^1.0.0",
1313
"@azure/core-paging": "^1.2.0",
14-
"@azure/core-client": "^1.6.1",
14+
"@azure/core-client": "^1.7.0",
1515
"@azure/core-auth": "^1.3.0",
1616
"@azure/core-rest-pipeline": "^1.8.0",
1717
"tslib": "^2.2.0"
@@ -33,12 +33,13 @@
3333
"@rollup/plugin-json": "^6.0.0",
3434
"@rollup/plugin-multi-entry": "^6.0.0",
3535
"@rollup/plugin-node-resolve": "^13.1.3",
36-
"mkdirp": "^1.0.4",
36+
"mkdirp": "^2.1.2",
3737
"rollup": "^2.66.1",
3838
"rollup-plugin-sourcemaps": "^0.6.3",
3939
"typescript": "~5.0.0",
4040
"uglify-js": "^3.4.9",
4141
"rimraf": "^3.0.0",
42+
"dotenv": "^16.0.0",
4243
"@azure/identity": "^2.0.1",
4344
"@azure-tools/test-recorder": "^3.0.0",
4445
"@azure-tools/test-credential": "^1.0.0",
@@ -49,7 +50,6 @@
4950
"@types/node": "^14.0.0",
5051
"@azure/dev-tool": "^1.0.0"
5152
},
52-
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/frontdoor/arm-frontdoor",
5353
"repository": {
5454
"type": "git",
5555
"url": "https://github.com/Azure/azure-sdk-for-js.git"
@@ -111,6 +111,7 @@
111111
]
112112
},
113113
"autoPublish": true,
114+
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/frontdoor/arm-frontdoor",
114115
"//sampleConfiguration": {
115116
"productName": "",
116117
"productSlugs": [
@@ -119,4 +120,4 @@
119120
"disableDocsMs": true,
120121
"apiRefLink": "https://docs.microsoft.com/javascript/api/@azure/arm-frontdoor?view=azure-node-preview"
121122
}
122-
}
123+
}

0 commit comments

Comments
 (0)