Skip to content

Commit 48a9fa4

Browse files
priyamshetpriya shetVeryEarly
authored
GA Az.NetworkCloud (#22951)
* Updated NetworkCloud module to stable GA release * Update MinimalVersion.csv * Update Az.psd1 * Update README.md * Update Az.NetworkCloud.psd1 * Update ChangeLog.md --------- Co-authored-by: priya shet <[email protected]> Co-authored-by: Yabo Hu <[email protected]>
1 parent aff11ac commit 48a9fa4

File tree

5 files changed

+4
-3
lines changed

5 files changed

+4
-3
lines changed

src/NetworkCloud/Az.NetworkCloud.psd1

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,4 +209,3 @@ PrivateData = @{
209209
# DefaultCommandPrefix = ''
210210

211211
}
212-

src/NetworkCloud/ChangeLog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
- Additional information about change #1
1919
-->
2020
## Upcoming Release
21+
* General availability of 'Az.NetworkCloud' module
2122

2223
## Version 0.1.0
2324
* First preview release for module Az.NetworkCloud

src/NetworkCloud/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ input-file:
4242
# You need to specify your swagger files here.
4343
- $(repo)/specification/networkcloud/resource-manager/Microsoft.NetworkCloud/stable/2023-07-01/networkcloud.json
4444

45-
# For new RP, the version is 0.1.0
4645
module-version: 0.1.0
4746
# Normally, title is the service name
4847
title: NetworkCloud

tools/Az/Az.psd1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '2.13.1'; },
107107
@{ModuleName = 'Az.Monitor'; RequiredVersion = '4.6.0'; },
108108
@{ModuleName = 'Az.MySql'; RequiredVersion = '1.1.1'; },
109109
@{ModuleName = 'Az.Network'; RequiredVersion = '6.2.0'; },
110+
@{ModuleName = 'Az.NetworkCloud'; RequiredVersion = '0.1.0'; },
110111
@{ModuleName = 'Az.NotificationHubs'; RequiredVersion = '1.1.2'; },
111112
@{ModuleName = 'Az.OperationalInsights'; RequiredVersion = '3.2.0'; },
112113
@{ModuleName = 'Az.PolicyInsights'; RequiredVersion = '1.6.3'; },
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
"Module","Minimal Version"
2-
"Az.DevCenter","1.0.0"
2+
"Az.NetworkCloud","1.0.0"
3+
"Az.DevCenter","1.0.0"

0 commit comments

Comments
 (0)