Граф коммитов

13 Коммитов

Автор SHA1 Сообщение Дата
Sarangan Rajamanickam 507c6a1b66
[@azure/eventgrid-system-events][@azure/eventgrid-namespaces] Rename eventSubscriptionName to subscriptionName, Remove topicName subscriptionName as optional, Update CI YML (#29977)
### Packages impacted by this PR

1. @azure/eventgrid-system-events
2. @azure/eventgrid-namespaces

### Issues associated with this PR

None

### Describe the problem that is addressed by this PR

#### @azure/eventgrid-namespaces

The 2 clients `EventGridSenderClient` & `EventGridReceiverClient` have
the parameters `topicName` and `eventSubscriptionName` as optional. In
order to be consistent with all the languages, these 2 parameters must
be changed to mandatory. Also, the parameter `eventSubscriptionName`
must be changed to `eventSubscriptionName`.

#### @azure/eventgrid-system-events

The `ci.yml` file must be updated to generate the artifact for release. 

### What are the possible designs available to address the problem? If
there are more than one possible design, why was the one in this PR
chosen?

No special design considerations

### Are there test cases added in this PR? _(If not, why?)_

No test cases are required.

### Provide a list of related PRs _(if any)_

None

### Checklists
- [X] Added impacted package name to the issue description
- [ ] Does this PR needs any fixes in the SDK Generator?** _(If so,
create an Issue in the
[Autorest/typescript](https://github.com/Azure/autorest.typescript)
repository and link it here)_
- [ ] Added a changelog (if necessary)

@maorleger @jeremymeng  Please review and approve the PR
2024-06-10 13:23:16 -07:00
Sarangan Rajamanickam f9ead4612f
[@azure/eventgrid-namespaces] - Release EG Namespaces SDK V1.0.0-beta.1 (#29245)
### Packages impacted by this PR

@azure/eventgrid-namespaces

### Issues associated with this PR

NA

### Describe the problem that is addressed by this PR

This PR is to create a new package `@azure/eventgrid-namespaces`. This
new package is associated with the existing package `@azure/eventgrid`.
Earlier, we has a beta version of the `@azure/eventgrid` package and the
source code for this beta version is available in the
[`feature/eventgrid/4_13_beta_1`](https://github.com/Azure/azure-sdk-for-js/tree/feature/eventgrid/4_13_beta_1).
In this beta version, in addition to the regular
`EventGridPublisherClient`, we also have a new
[`EventGridClient`](https://github.com/Azure/azure-sdk-for-js/blob/feature/eventgrid/4_13_beta_1/sdk/eventgrid/eventgrid/src/eventGridClientV2.ts).
With this PR, we are extracting this client alone into its own new
package.

### What are the possible designs available to address the problem? If
there are more than one possible design, why was the one in this PR
chosen?

No special design considerations to discuss.

### Are there test cases added in this PR? _(If not, why?)_

Yes.

### Provide a list of related PRs _(if any)_

NA

### Command used to generate this PR:**_(Applicable only to SDK release
request PRs)_

NA

### Checklists
- [X] Added impacted package name to the issue description
- [ ] Does this PR needs any fixes in the SDK Generator?** _(If so,
create an Issue in the
[Autorest/typescript](https://github.com/Azure/autorest.typescript)
repository and link it here)_
- [X] Added a changelog (if necessary)

---------

Co-authored-by: Jeremy Meng <yumeng@microsoft.com>
2024-04-11 18:26:24 -07:00
colawwj f7038b95f5
eventgrid-track2-release (#21223)
* eventgrid-track2-release

* eventgrid-track2-release
2022-04-06 14:48:49 +08:00
colawwj 921810a62b
Separate ci.yml and ci.mgmt.yml (#20354) 2022-02-18 10:28:11 +08:00
Harsha Nalluru 26a75099e8
TestProxy CI variable defaults to true (#20304)
* TestProxy - get rid of it

* default: true
2022-02-10 11:43:36 -08:00
Harsha Nalluru d8d4e229ad
[Event Grid] Migrate tests to the new recorder (#20273)
* event grid should be done

* remove comments

* TestProxy: true
2022-02-09 13:01:13 -08:00
colawwj 740a34328e
eventgrid-track2 (#17904)
* eventgrid-track2

* update ci.yml
2021-09-28 17:11:00 +08:00
Chidozie Ononiwu a64747cf6a Rename hardcoded master links to use main 2021-06-22 15:51:16 -07:00
Sima Zhu 349613a6bd
Added main branch in ci yaml files (#13926) 2021-02-25 09:17:54 -08:00
Matt Ellis 1dc72f5ecd
[Event Grid] Initial Track 2 Client (#10059)
This change updates the Event Grid client to follow the new Azure SDK Design guidelines.  In addition, it exposes support for sending and processing events in the Cloud Events format, which the previous SDK did not support.
2020-09-04 17:07:34 -07:00
Mitch Denny 5b94aa5ecd
Remove pipeline config for eventgrid, graphrbac, operationalinsights and servicefabric. (#9334) 2020-06-08 10:14:20 +10:00
Mitch Denny 20677d76cf
Disable feature CI builds. (#6916) 2020-01-14 13:44:06 +11:00
Mitch Denny 0341ca700a
Adds missing unified pipelines. (#5234)
* Adds missing unified pipelines.
2019-09-29 22:41:08 +10:00