Skip to content
Closed
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
22 changes: 11 additions & 11 deletions common/config/rush/pnpm-lock.yaml

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

29 changes: 15 additions & 14 deletions sdk/communication/arm-communication/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,13 @@
# Release History

## 4.0.0-beta.4 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

## 4.0.0-beta.3 (2023-01-12)

## 4.0.0 (2023-03-21)

**Features**

- Added operation group CommunicationServices
- Added operation group Domains
- Added operation group EmailServices
- Added operation group SenderUsernames
- Added Interface CheckNameAvailabilityRequest
- Added Interface CheckNameAvailabilityResponse
- Added Interface CommunicationServiceResource
Expand All @@ -34,7 +25,6 @@
- Added Interface CommunicationServicesListBySubscriptionOptionalParams
- Added Interface CommunicationServicesListKeysOptionalParams
- Added Interface CommunicationServicesRegenerateKeyOptionalParams
- Added Interface CommunicationServicesUpdateHeaders
- Added Interface CommunicationServicesUpdateOptionalParams
- Added Interface DnsRecord
- Added Interface DomainPropertiesVerificationRecords
Expand Down Expand Up @@ -69,6 +59,14 @@
- Added Interface EmailServicesListVerifiedExchangeOnlineDomainsOptionalParams
- Added Interface EmailServicesUpdateHeaders
- Added Interface EmailServicesUpdateOptionalParams
- Added Interface ProxyResource
- Added Interface SenderUsernameResource
- Added Interface SenderUsernameResourceCollection
- Added Interface SenderUsernamesCreateOrUpdateOptionalParams
- Added Interface SenderUsernamesDeleteOptionalParams
- Added Interface SenderUsernamesGetOptionalParams
- Added Interface SenderUsernamesListByDomainsNextOptionalParams
- Added Interface SenderUsernamesListByDomainsOptionalParams
- Added Interface TrackedResource
- Added Interface UpdateDomainRequestParameters
- Added Interface VerificationParameter
Expand Down Expand Up @@ -104,6 +102,10 @@
- Added Type Alias EmailServicesListVerifiedExchangeOnlineDomainsResponse
- Added Type Alias EmailServicesProvisioningState
- Added Type Alias EmailServicesUpdateResponse
- Added Type Alias SenderUsernamesCreateOrUpdateResponse
- Added Type Alias SenderUsernamesGetResponse
- Added Type Alias SenderUsernamesListByDomainsNextResponse
- Added Type Alias SenderUsernamesListByDomainsResponse
- Added Type Alias UserEngagementTracking
- Added Type Alias VerificationStatus
- Added Type Alias VerificationType
Expand All @@ -122,7 +124,6 @@

- Removed operation group CommunicationService
- Class CommunicationServiceManagementClient no longer has parameter communicationService
- Removed Enum KnownProvisioningState

## 3.0.1 (2022-04-11)

Expand Down
2 changes: 1 addition & 1 deletion sdk/communication/arm-communication/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ REST API for Azure Communication Services

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

## Getting started
Expand Down
10 changes: 5 additions & 5 deletions sdk/communication/arm-communication/_meta.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"commit": "c3753108541c27b2e5197651702837ec283d37ca",
"readme": "specification\\communication\\resource-manager\\readme.md",
"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=F:\\azure-sdk-for-js ..\\azure-rest-api-specs\\specification\\communication\\resource-manager\\readme.md --use=@autorest/typescript@6.0.0-rc.5.20221215.1 --generate-sample=true",
"commit": "e966a1db9ba0b20a4585da6fa3bb5d0434f92a5a",
"readme": "specification/communication/resource-manager/readme.md",
"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=/mnt/vss/_work/1/s/azure-sdk-for-js ../azure-rest-api-specs/specification/communication/resource-manager/readme.md --use=@autorest/typescript@6.0.0-rc.10",
"repository_url": "https://github.com/Azure/azure-rest-api-specs.git",
"release_tool": "@azure-tools/js-sdk-release-tools@2.5.4",
"use": "@autorest/typescript@6.0.0-rc.5.20221215.1"
"release_tool": "@azure-tools/js-sdk-release-tools@2.6.2",
"use": "@autorest/typescript@6.0.0-rc.10"
}
22 changes: 7 additions & 15 deletions sdk/communication/arm-communication/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
"sdk-type": "mgmt",
"author": "Microsoft Corporation",
"description": "A generated SDK for CommunicationServiceManagementClient.",
"version": "4.0.0-beta.4",
"version": "4.0.0",
"engines": {
"node": ">=14.0.0"
},
"dependencies": {
"@azure/core-lro": "^2.2.0",
"@azure/core-lro": "^2.5.0",
"@azure/abort-controller": "^1.0.0",
"@azure/core-paging": "^1.2.0",
"@azure/core-client": "^1.6.1",
"@azure/core-client": "^1.7.0",
"@azure/core-auth": "^1.3.0",
"@azure/core-rest-pipeline": "^1.8.0",
"tslib": "^2.2.0"
Expand All @@ -33,13 +33,13 @@
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-multi-entry": "^6.0.0",
"@rollup/plugin-node-resolve": "^13.1.3",
"mkdirp": "^1.0.4",
"mkdirp": "^2.1.2",
"rollup": "^2.66.1",
"rollup-plugin-sourcemaps": "^0.6.3",
"typescript": "~4.8.0",
"uglify-js": "^3.4.9",
"rimraf": "^3.0.0",
"dotenv": "^8.2.0",
"dotenv": "^16.0.0",
"@azure/identity": "^2.0.1",
"@azure-tools/test-recorder": "^3.0.0",
"@azure-tools/test-credential": "^1.0.0",
Expand Down Expand Up @@ -111,13 +111,5 @@
]
},
"autoPublish": true,
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/arm-communication",
"//sampleConfiguration": {
"productName": "",
"productSlugs": [
"azure"
],
"disableDocsMs": true,
"apiRefLink": "https://docs.microsoft.com/javascript/api/@azure/arm-communication?view=azure-node-preview"
}
}
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/arm-communication"
}
Loading