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
31 changes: 15 additions & 16 deletions common/config/rush/pnpm-lock.yaml

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

8 changes: 7 additions & 1 deletion sdk/eventgrid/arm-eventgrid/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release History

## 14.0.0-beta.1 (2022-04-06)
## 14.0.0-beta.2 (2022-05-03)

**Features**

Expand Down Expand Up @@ -30,13 +30,15 @@
- Added Interface DomainEventSubscriptionsGetDeliveryAttributesOptionalParams
- Added Interface DomainEventSubscriptionsGetFullUrlOptionalParams
- Added Interface DomainEventSubscriptionsGetOptionalParams
- Added Interface DomainEventSubscriptionsListNextOptionalParams
- Added Interface DomainEventSubscriptionsListOptionalParams
- Added Interface DomainEventSubscriptionsUpdateOptionalParams
- Added Interface DomainTopicEventSubscriptionsCreateOrUpdateOptionalParams
- Added Interface DomainTopicEventSubscriptionsDeleteOptionalParams
- Added Interface DomainTopicEventSubscriptionsGetDeliveryAttributesOptionalParams
- Added Interface DomainTopicEventSubscriptionsGetFullUrlOptionalParams
- Added Interface DomainTopicEventSubscriptionsGetOptionalParams
- Added Interface DomainTopicEventSubscriptionsListNextOptionalParams
- Added Interface DomainTopicEventSubscriptionsListOptionalParams
- Added Interface DomainTopicEventSubscriptionsUpdateOptionalParams
- Added Interface EventChannelDestination
Expand Down Expand Up @@ -132,6 +134,7 @@
- Added Interface TopicEventSubscriptionsGetDeliveryAttributesOptionalParams
- Added Interface TopicEventSubscriptionsGetFullUrlOptionalParams
- Added Interface TopicEventSubscriptionsGetOptionalParams
- Added Interface TopicEventSubscriptionsListNextOptionalParams
- Added Interface TopicEventSubscriptionsListOptionalParams
- Added Interface TopicEventSubscriptionsUpdateOptionalParams
- Added Interface VerifiedPartnersGetOptionalParams
Expand All @@ -152,12 +155,14 @@
- Added Type Alias DomainEventSubscriptionsGetDeliveryAttributesResponse
- Added Type Alias DomainEventSubscriptionsGetFullUrlResponse
- Added Type Alias DomainEventSubscriptionsGetResponse
- Added Type Alias DomainEventSubscriptionsListNextResponse
- Added Type Alias DomainEventSubscriptionsListResponse
- Added Type Alias DomainEventSubscriptionsUpdateResponse
- Added Type Alias DomainTopicEventSubscriptionsCreateOrUpdateResponse
- Added Type Alias DomainTopicEventSubscriptionsGetDeliveryAttributesResponse
- Added Type Alias DomainTopicEventSubscriptionsGetFullUrlResponse
- Added Type Alias DomainTopicEventSubscriptionsGetResponse
- Added Type Alias DomainTopicEventSubscriptionsListNextResponse
- Added Type Alias DomainTopicEventSubscriptionsListResponse
- Added Type Alias DomainTopicEventSubscriptionsUpdateResponse
- Added Type Alias EventChannel
Expand Down Expand Up @@ -249,6 +254,7 @@
- Added Type Alias TopicEventSubscriptionsGetDeliveryAttributesResponse
- Added Type Alias TopicEventSubscriptionsGetFullUrlResponse
- Added Type Alias TopicEventSubscriptionsGetResponse
- Added Type Alias TopicEventSubscriptionsListNextResponse
- Added Type Alias TopicEventSubscriptionsListResponse
- Added Type Alias TopicEventSubscriptionsUpdateResponse
- Added Type Alias VerifiedPartner
Expand Down
11 changes: 0 additions & 11 deletions sdk/eventgrid/arm-eventgrid/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ Azure EventGrid Management Client
- [LTS versions of Node.js](https://nodejs.org/about/releases/)
- Latest versions of Safari, Chrome, Edge and Firefox.

See our [support policy](https://github.com/Azure/azure-sdk-for-js/blob/main/SUPPORT.md) for more details.

### Prerequisites

- An [Azure subscription][azure_sub].
Expand Down Expand Up @@ -51,17 +49,8 @@ For more information about how to create an Azure AD Application check out [this
```javascript
const { EventGridManagementClient } = require("@azure/arm-eventgrid");
const { DefaultAzureCredential } = require("@azure/identity");
// For client-side applications running in the browser, use InteractiveBrowserCredential instead of DefaultAzureCredential. See https://aka.ms/azsdk/js/identity/examples for more details.

const subscriptionId = "00000000-0000-0000-0000-000000000000";
const client = new EventGridManagementClient(new DefaultAzureCredential(), subscriptionId);

// For client-side applications running in the browser, use this code instead:
// const credential = new InteractiveBrowserCredential({
// tenantId: "<YOUR_TENANT_ID>",
// clientId: "<YOUR_CLIENT_ID>"
// });
// const client = new EventGridManagementClient(credential, subscriptionId);
```


Expand Down
8 changes: 4 additions & 4 deletions sdk/eventgrid/arm-eventgrid/_meta.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"commit": "515a036fd42e59b65e94c8480b3a850d0b192bfc",
"commit": "713d48eb2bab28330a9cd154a3a70e0ced04c788",
"readme": "specification/eventgrid/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:\\work\\azure-sdk-for-js ..\\azure-rest-api-specs\\specification\\eventgrid\\resource-manager\\readme.md --use=@autorest/typescript@6.0.0-alpha.18.20220329.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=/mnt/vss/_work/1/s/azure-sdk-for-js ../azure-rest-api-specs/specification/eventgrid/resource-manager/readme.md --use=@autorest/typescript@6.0.0-alpha.16.20220105.1",
"repository_url": "https://github.com/Azure/azure-rest-api-specs.git",
"release_tool": "@azure-tools/js-sdk-release-tools@2.2.1",
"use": "@autorest/typescript@6.0.0-alpha.18.20220329.1"
"release_tool": "@azure-tools/js-sdk-release-tools@2.3.0",
"use": "@autorest/typescript@6.0.0-alpha.16.20220105.1"
}
36 changes: 10 additions & 26 deletions sdk/eventgrid/arm-eventgrid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"sdk-type": "mgmt",
"author": "Microsoft Corporation",
"description": "A generated SDK for EventGridManagementClient.",
"version": "14.0.0-beta.1",
"version": "14.0.0-beta.2",
"engines": {
"node": ">=12.0.0"
},
Expand All @@ -28,14 +28,14 @@
"module": "./dist-esm/src/index.js",
"types": "./types/arm-eventgrid.d.ts",
"devDependencies": {
"@microsoft/api-extractor": "7.18.11",
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-multi-entry": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.1.3",
"@microsoft/api-extractor": "^7.18.11",
"@rollup/plugin-commonjs": "11.0.2",
"@rollup/plugin-json": "^4.0.0",
"@rollup/plugin-multi-entry": "^3.0.0",
"@rollup/plugin-node-resolve": "^8.0.0",
"mkdirp": "^1.0.4",
"rollup": "^2.66.1",
"rollup-plugin-sourcemaps": "^0.6.3",
"rollup": "^1.16.3",
"rollup-plugin-sourcemaps": "^0.4.2",
"typescript": "~4.2.0",
"uglify-js": "^3.4.9",
"rimraf": "^3.0.0",
Expand Down Expand Up @@ -98,21 +98,5 @@
"docs": "echo skipped"
},
"sideEffects": false,
"//metadata": {
"constantPaths": [
{
"path": "src/eventGridManagementClient.ts",
"prefix": "packageDetails"
}
]
},
"autoPublish": true,
"//sampleConfiguration": {
"productName": "",
"productSlugs": [
"azure"
],
"disableDocsMs": true,
"apiRefLink": "https://docs.microsoft.com/javascript/api/@azure/arm-eventgrid?view=azure-node-preview"
}
}
"autoPublish": true
}
33 changes: 33 additions & 0 deletions sdk/eventgrid/arm-eventgrid/review/arm-eventgrid.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -257,8 +257,19 @@ export interface DomainEventSubscriptionsGetOptionalParams extends coreClient.Op
// @public
export type DomainEventSubscriptionsGetResponse = EventSubscription;

// @public
export interface DomainEventSubscriptionsListNextOptionalParams extends coreClient.OperationOptions {
filter?: string;
top?: number;
}

// @public
export type DomainEventSubscriptionsListNextResponse = EventSubscriptionsListResult;

// @public
export interface DomainEventSubscriptionsListOptionalParams extends coreClient.OperationOptions {
filter?: string;
top?: number;
}

// @public
Expand Down Expand Up @@ -442,8 +453,19 @@ export interface DomainTopicEventSubscriptionsGetOptionalParams extends coreClie
// @public
export type DomainTopicEventSubscriptionsGetResponse = EventSubscription;

// @public
export interface DomainTopicEventSubscriptionsListNextOptionalParams extends coreClient.OperationOptions {
filter?: string;
top?: number;
}

// @public
export type DomainTopicEventSubscriptionsListNextResponse = EventSubscriptionsListResult;

// @public
export interface DomainTopicEventSubscriptionsListOptionalParams extends coreClient.OperationOptions {
filter?: string;
top?: number;
}

// @public
Expand Down Expand Up @@ -3033,8 +3055,19 @@ export interface TopicEventSubscriptionsGetOptionalParams extends coreClient.Ope
// @public
export type TopicEventSubscriptionsGetResponse = EventSubscription;

// @public
export interface TopicEventSubscriptionsListNextOptionalParams extends coreClient.OperationOptions {
filter?: string;
top?: number;
}

// @public
export type TopicEventSubscriptionsListNextResponse = EventSubscriptionsListResult;

// @public
export interface TopicEventSubscriptionsListOptionalParams extends coreClient.OperationOptions {
filter?: string;
top?: number;
}

// @public
Expand Down
Loading