Skip to content

Commit 7ac9f56

Browse files
Register Microsoft.EventGrid/partnerNamespaces, Microsoft.EventGrid/namespaces in Network cmdlets (#22476)
1 parent 219409c commit 7ac9f56

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/Network/Network/ChangeLog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020

2121
## Upcoming Release
2222
* Added support for new Application Gateway SKU type, Basic SKU
23+
* Onboarded `Microsoft.EventGrid/partnerNamespaces` to private link cmdlets
24+
* Onboarded `Microsoft.EventGrid/namespaces` to private link cmdlets
2325

2426
## Version 6.1.1
2527
* Onboarded `Microsoft.ElasticSan/elasticSans` to private link cmdlets

src/Network/Network/PrivateLinkService/PrivateLinkServiceProvider/ProviderConfiguration.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ static ProviderConfiguration()
4242
RegisterConfiguration("Microsoft.ElasticSan/elasticSans", "2022-12-01-preview", true, false);
4343
RegisterConfiguration("Microsoft.EventGrid/topics", "2020-04-01-preview", true, true);
4444
RegisterConfiguration("Microsoft.EventGrid/domains", "2020-04-01-preview", true, true);
45+
RegisterConfiguration("Microsoft.EventGrid/partnerNamespaces", "2021-06-01-preview", true, true);
46+
RegisterConfiguration("Microsoft.EventGrid/namespaces", "2023-06-01-preview", true, true);
4547
RegisterConfiguration("Microsoft.EventHub/namespaces", "2018-01-01-preview", true, false);
4648
RegisterConfiguration("Microsoft.HardwareSecurityModules/cloudHsmClusters", "2022-08-31-preview", true, true);
4749
RegisterConfiguration("Microsoft.HealthcareApis/services", "2020-03-30", false, true);

0 commit comments

Comments
 (0)