Skip to content

Commit

Permalink
communication release (Azure#25337)
Browse files Browse the repository at this point in the history
  • Loading branch information
kazrael2119 authored Mar 24, 2023
1 parent 1adaffa commit 6c0ff72
Show file tree
Hide file tree
Showing 114 changed files with 2,006 additions and 3,404 deletions.
6 changes: 3 additions & 3 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-beta.4 (2023-03-22)

**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
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/[email protected].5.20221215.1 --generate-sample=true",
"commit": "cd2b76ce38029e1425ee024cd9403a908c60d71e",
"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=D:\\Git\\azure-sdk-for-js ..\\azure-rest-api-specs\\specification\\communication\\resource-manager\\readme.md --use=@autorest/[email protected].10 --generate-sample=true",
"repository_url": "https://github.com/Azure/azure-rest-api-specs.git",
"release_tool": "@azure-tools/js-sdk-release-tools@2.5.4",
"use": "@autorest/[email protected].5.20221215.1"
"release_tool": "@azure-tools/js-sdk-release-tools@2.6.2",
"use": "@autorest/[email protected].10"
}
10 changes: 5 additions & 5 deletions sdk/communication/arm-communication/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
"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 @@ -120,4 +120,4 @@
"disableDocsMs": true,
"apiRefLink": "https://docs.microsoft.com/javascript/api/@azure/arm-communication?view=azure-node-preview"
}
}
}
Loading

0 comments on commit 6c0ff72

Please sign in to comment.