Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
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
60 changes: 60 additions & 0 deletions sdk/iotcentral/arm-iotcentral/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,65 @@
# Release History

## 7.0.0-beta.1 (2022-02-17)

**Features**

- Added operation group PrivateEndpoints
- Added operation group PrivateLinks
- Added Interface ErrorAdditionalInfo
- Added Interface ErrorDetail
- Added Interface ErrorResponse
- Added Interface NetworkRuleSetIpRule
- Added Interface NetworkRuleSets
- Added Interface OperationStatusResult
- Added Interface PrivateEndpoint
- Added Interface PrivateEndpointConnectionListResult
- Added Interface PrivateEndpointsCreateOptionalParams
- Added Interface PrivateEndpointsDeleteOptionalParams
- Added Interface PrivateEndpointsGetOptionalParams
- Added Interface PrivateEndpointsListOptionalParams
- Added Interface PrivateLinkResourceListResult
- Added Interface PrivateLinkServiceConnectionState
- Added Interface PrivateLinksGetOptionalParams
- Added Interface PrivateLinksListOptionalParams
- Added Interface SystemData
- Added Type Alias CreatedByType
- Added Type Alias NetworkAction
- Added Type Alias PrivateEndpointConnection
- Added Type Alias PrivateEndpointConnectionProvisioningState
- Added Type Alias PrivateEndpointsCreateResponse
- Added Type Alias PrivateEndpointsDeleteResponse
- Added Type Alias PrivateEndpointServiceConnectionStatus
- Added Type Alias PrivateEndpointsGetResponse
- Added Type Alias PrivateEndpointsListResponse
- Added Type Alias PrivateLinkResource
- Added Type Alias PrivateLinksGetResponse
- Added Type Alias PrivateLinksListResponse
- Added Type Alias PublicNetworkAccess
- Added Type Alias TrackedResource
- Interface AppPatch has a new optional parameter networkRuleSets
- Interface AppPatch has a new optional parameter privateEndpointConnections
- Interface AppPatch has a new optional parameter publicNetworkAccess
- Interface Resource has a new optional parameter systemData
- Class IotCentralClient has a new parameter privateEndpoints
- Class IotCentralClient has a new parameter privateLinks
- Add parameters of TrackedResource to TypeAlias App
- Type Alias App has a new parameter publicNetworkAccess
- Type Alias App has a new parameter networkRuleSets
- Type Alias App has a new parameter privateEndpointConnections
- Added Enum KnownCreatedByType
- Added Enum KnownNetworkAction
- Added Enum KnownPrivateEndpointConnectionProvisioningState
- Added Enum KnownPrivateEndpointServiceConnectionStatus
- Added Enum KnownPublicNetworkAccess

**Breaking Changes**

- Interface Resource no longer has parameter location
- Interface Resource no longer has parameter tags
- Delete parameters of Resource in TypeAlias App


## 6.0.0 (2022-01-19)

The package of @azure/arm-iotcentral is using our next generation design principles since version 6.0.0, which contains breaking changes.
Expand Down
2 changes: 1 addition & 1 deletion sdk/iotcentral/arm-iotcentral/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Use this API to manage IoT Central Applications in your Azure subscription.

[Source code](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/iotcentral/arm-iotcentral) |
[Package (NPM)](https://www.npmjs.com/package/@azure/arm-iotcentral) |
[API reference documentation](https://docs.microsoft.com/javascript/api/@azure/arm-iotcentral) |
[API reference documentation](https://docs.microsoft.com/javascript/api/@azure/arm-iotcentral?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/iotcentral/arm-iotcentral/_meta.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"commit": "1b0a465061c68175898f8f5d27f0301f42ce994c",
"commit": "201930a831b259e9ba30b43b9059e7f4d900db4a",
"readme": "specification/iotcentral/resource-manager/readme.md",
"autorest_command": "autorest --version=3.7.3 --typescript --modelerfour.lenient-model-deduplication --head-as-boolean=true --license-header=MICROSOFT_MIT_NO_VERSION --generate-test --typescript-sdks-folder=D:\\mydev\\azure-sdk-for-js ../azure-rest-api-specs/specification/iotspaces/resource-manager/readme.md --use=@autorest/[email protected].20220114.1 --generate-sample=true",
"autorest_command": "autorest --version=3.7.3 --typescript --modelerfour.lenient-model-deduplication --head-as-boolean=true --license-header=MICROSOFT_MIT_NO_VERSION --generate-test --typescript-sdks-folder=/home/vsts/work/1/s/azure-sdk-for-js ../azure-rest-api-specs/specification/iotcentral/resource-manager/readme.md --use=@autorest/[email protected].20220105.1",
"repository_url": "https://github.com/Azure/azure-rest-api-specs.git",
"use": "@autorest/[email protected].20220114.1"
}
"use": "@autorest/[email protected].20220105.1"
}
25 changes: 19 additions & 6 deletions sdk/iotcentral/arm-iotcentral/api-extractor.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,31 @@
{
"$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json",
"mainEntryPointFilePath": "./dist-esm/src/index.d.ts",
"docModel": { "enabled": true },
"apiReport": { "enabled": true, "reportFolder": "./review" },
"docModel": {
"enabled": true
},
"apiReport": {
"enabled": true,
"reportFolder": "./review"
},
"dtsRollup": {
"enabled": true,
"untrimmedFilePath": "",
"publicTrimmedFilePath": "./types/arm-iotcentral.d.ts"
},
"messages": {
"tsdocMessageReporting": { "default": { "logLevel": "none" } },
"tsdocMessageReporting": {
"default": {
"logLevel": "none"
}
},
"extractorMessageReporting": {
"ae-missing-release-tag": { "logLevel": "none" },
"ae-unresolved-link": { "logLevel": "none" }
"ae-missing-release-tag": {
"logLevel": "none"
},
"ae-unresolved-link": {
"logLevel": "none"
}
}
}
}
}
33 changes: 16 additions & 17 deletions sdk/iotcentral/arm-iotcentral/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@
"sdk-type": "mgmt",
"author": "Microsoft Corporation",
"description": "A generated SDK for IotCentralClient.",
"version": "6.0.0",
"engines": { "node": ">=12.0.0" },
"version": "1.0.0-beta.1",
"engines": {
"node": ">=12.0.0"
},
"dependencies": {
"@azure/core-lro": "^2.2.0",
"@azure/abort-controller": "^1.0.0",
Expand All @@ -14,7 +16,13 @@
"@azure/core-rest-pipeline": "^1.1.0",
"tslib": "^2.2.0"
},
"keywords": ["node", "azure", "typescript", "browser", "isomorphic"],
"keywords": [
"node",
"azure",
"typescript",
"browser",
"isomorphic"
],
"license": "MIT",
"main": "./dist/index.js",
"module": "./dist-esm/src/index.js",
Expand All @@ -41,7 +49,9 @@
"type": "git",
"url": "https://github.com/Azure/azure-sdk-for-js.git"
},
"bugs": { "url": "https://github.com/Azure/azure-sdk-for-js/issues" },
"bugs": {
"url": "https://github.com/Azure/azure-sdk-for-js/issues"
},
"files": [
"dist/**/*.js",
"dist/**/*.js.map",
Expand Down Expand Up @@ -88,16 +98,5 @@
"docs": "echo skipped"
},
"sideEffects": false,
"//metadata": {
"constantPaths": [
{ "path": "src/IotCentralClient.ts", "prefix": "packageDetails" }
]
},
"autoPublish": true,
"//sampleConfiguration": {
"productName": "",
"productSlugs": ["azure"],
"disableDocsMs": true,
"apiRefLink": "https://docs.microsoft.com/javascript/api/@azure/arm-iotcentral?view=azure-node-preview"
}
}
"autoPublish": true
}
Loading