Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 9 additions & 3 deletions pnpm-lock.yaml

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

7 changes: 7 additions & 0 deletions sdk/policyinsights/arm-policyinsights/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
# Release History

## 6.1.0 (2025-11-21)

### Features Added

- Remove paging for post operations


## 6.0.0 (2025-01-09)
Compared with version 5.0.0
Expand Down
2 changes: 1 addition & 1 deletion sdk/policyinsights/arm-policyinsights/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.
3 changes: 1 addition & 2 deletions sdk/policyinsights/arm-policyinsights/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Query component policy states at varying resource scopes for Resource Provider m

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

## Getting started
Expand Down Expand Up @@ -107,7 +107,6 @@ 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)



[azure_cli]: https://learn.microsoft.com/cli/azure
[azure_sub]: https://azure.microsoft.com/free/
[azure_sub]: https://azure.microsoft.com/free/
Expand Down
8 changes: 4 additions & 4 deletions sdk/policyinsights/arm-policyinsights/_meta.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"commit": "10925e3dec73699b950f256576cd6983947faaa3",
"commit": "9cc7633f842575274f715cc02e37c5769ac2742d",
"readme": "specification/policyinsights/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\\policyinsights\\resource-manager\\readme.md --use=@autorest/[email protected].31 --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=D:\\Git\\azure-sdk-for-js ..\\azure-rest-api-specs\\specification\\policyinsights\\resource-manager\\readme.md --use=@autorest/[email protected].52 --generate-sample=true",
"repository_url": "https://github.com/Azure/azure-rest-api-specs.git",
"release_tool": "@azure-tools/js-sdk-release-tools@2.7.18",
"use": "@autorest/[email protected].31"
"release_tool": "@azure-tools/js-sdk-release-tools@2.14.8",
"use": "@autorest/[email protected].52"
}
2 changes: 1 addition & 1 deletion sdk/policyinsights/arm-policyinsights/assets.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"AssetsRepo": "Azure/azure-sdk-assets",
"AssetsRepoPrefixPath": "js",
"TagPrefix": "js/policyinsights/arm-policyinsights",
"Tag": "js/policyinsights/arm-policyinsights_9e40dae9a6"
"Tag": "js/policyinsights/arm-policyinsights_e174cfc8ff"
}
75 changes: 38 additions & 37 deletions sdk/policyinsights/arm-policyinsights/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 PolicyInsightsClient.",
"version": "6.0.0",
"version": "6.1.0",
"engines": {
"node": ">=20.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.5.4",
"@azure/abort-controller": "^2.1.2",
"@azure/core-paging": "^1.6.2",
"@azure/core-rest-pipeline": "^1.19.0",
"@azure/core-client": "^1.9.3",
"@azure/core-auth": "^1.9.0",
"@azure/core-rest-pipeline": "^1.19.1",
"tslib": "^2.8.1"
},
"keywords": [
Expand All @@ -28,22 +28,25 @@
"main": "./dist/commonjs/index.js",
"module": "./dist/esm/index.js",
"types": "./dist/commonjs/index.d.ts",
"type": "module",
"devDependencies": {
"@azure-tools/test-credential": "workspace:^",
"@azure-tools/test-recorder": "workspace:^",
"@azure-tools/test-utils-vitest": "workspace:^",
"typescript": "catalog:",
"rimraf": "catalog:",
"dotenv": "catalog:testing",
"@azure/dev-tool": "workspace:^",
"cross-env": "catalog:",
"eslint": "catalog:",
"prettier": "catalog:",
"tshy": "catalog:",
"@azure/identity": "catalog:internal",
"@azure/logger": "^1.1.4",
"@azure/logger": "workspace:^",
"@azure-tools/test-recorder": "workspace:^",
"@azure-tools/test-credential": "workspace:^",
"@azure-tools/test-utils-vitest": "workspace:^",
"@types/node": "catalog:",
"@vitest/browser-playwright": "catalog:testing",
"@vitest/coverage-istanbul": "catalog:testing",
"cross-env": "catalog:",
"dotenv": "catalog:testing",
"playwright": "catalog:testing",
"rimraf": "catalog:",
"tshy": "catalog:",
"typescript": "catalog:",
"vitest": "catalog:testing"
},
"repository": "github:Azure/azure-sdk-for-js",
Expand All @@ -53,24 +56,23 @@
"files": [
"dist/",
"README.md",
"LICENSE",
"review/",
"CHANGELOG.md"
"LICENSE"
],
"scripts": {
"build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
"build:samples": "tsc -p tsconfig.samples.json && dev-tool samples publish -f",
"check-format": "echo skipped",
"clean": "rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
"execute:samples": "echo skipped",
"pack": "pnpm pack 2>&1",
"extract-api": "dev-tool run extract-api",
"format": "echo skipped",
"lint": "echo skipped",
"pack": "pnpm pack 2>&1",
"clean": "rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
"build:samples": "tsc -p tsconfig.samples.json && dev-tool samples publish -f",
"check-format": "prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\" ",
"execute:samples": "echo skipped",
"format": "prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\" ",
"test": "npm run test:node && npm run test:browser",
"test:node": "dev-tool run test:vitest",
"test:browser": "echo skipped",
"test:node": "dev-tool run build-test --no-browser-test && dev-tool run test:vitest",
"update-snippets": "dev-tool run update-snippets"
"update-snippets": "dev-tool run update-snippets",
"test:node:esm": "dev-tool run test:vitest --esm"
},
"sideEffects": false,
"//metadata": {
Expand All @@ -82,16 +84,8 @@
]
},
"autoPublish": true,
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/policyinsights/arm-policyinsights",
"//sampleConfiguration": {
"productName": "",
"productSlugs": [
"azure"
],
"disableDocsMs": true,
"apiRefLink": "https://learn.microsoft.com/javascript/api/@azure/arm-policyinsights?view=azure-node-preview"
},
"type": "module",
"browser": "./dist/browser/index.js",
"react-native": "./dist/react-native/index.js",
"tshy": {
"project": "../../../tsconfig.src.build.json",
"exports": {
Expand All @@ -108,8 +102,15 @@
],
"selfLink": false
},
"browser": "./dist/browser/index.js",
"react-native": "./dist/react-native/index.js",
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/policyinsights/arm-policyinsights",
"//sampleConfiguration": {
"productName": "",
"productSlugs": [
"azure"
],
"disableDocsMs": true,
"apiRefLink": "https://learn.microsoft.com/javascript/api/@azure/arm-policyinsights?view=azure-node-preview"
},
"exports": {
"./package.json": "./package.json",
".": {
Expand Down
Loading
Loading