Skip to content

Commit 6d77e4a

Browse files
committed
Updated ManagedServices version to 1.0.0 and added it to Az.
1 parent 7b4bd2b commit 6d77e4a

File tree

5 files changed

+11
-4
lines changed

5 files changed

+11
-4
lines changed

ChangeLog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@
3030
* Fix for Get-AzIntegrationAccountMap to list all map types
3131
- Added new MapType parameter for filtering
3232

33+
#### Az.ManagedServices
34+
* Added support for api version 2019-06-01 (GA)
35+
3336
#### Az.Network
3437
* Add support for private endpoint and private link service
3538
- New cmdlets

src/ManagedServices/ManagedServices/Az.ManagedServices.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# RootModule = ''
1313

1414
# Version number of this module.
15-
ModuleVersion = '0.0.2'
15+
ModuleVersion = '1.0.0'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'

src/ManagedServices/ManagedServices/ChangeLog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
-->
2020
## Upcoming Release
2121

22-
## Version 0.0.2
22+
## Version 1.0.0
2323
* Added support for api version 2019-06-01 (GA)
2424

2525
## Version 0.0.1

src/ManagedServices/ManagedServices/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("0.0.2")]
36-
[assembly: AssemblyFileVersion("0.0.2")]
35+
[assembly: AssemblyVersion("1.0.0")]
36+
[assembly: AssemblyFileVersion("1.0.0")]

tools/Az/Az.psd1

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.6.1'; },
8181
@{ModuleName = 'Az.KeyVault'; RequiredVersion = '1.3.0'; },
8282
@{ModuleName = 'Az.LogicApp'; RequiredVersion = '1.3.0'; },
8383
@{ModuleName = 'Az.MachineLearning'; RequiredVersion = '1.1.0'; },
84+
@{ModuleName = 'Az.ManagedServices'; RequiredVersion = '1.0.0'; },
8485
@{ModuleName = 'Az.MarketplaceOrdering'; RequiredVersion = '1.0.0'; },
8586
@{ModuleName = 'Az.Media'; RequiredVersion = '1.1.0'; },
8687
@{ModuleName = 'Az.Monitor'; RequiredVersion = '1.2.1'; },
@@ -189,6 +190,9 @@ Az.LogicApp
189190
* Fix for Get-AzIntegrationAccountMap to list all map types
190191
- Added new MapType parameter for filtering
191192
193+
Az.ManagedServices
194+
* Added support for api version 2019-06-01 (GA)
195+
192196
Az.Network
193197
* Add support for private endpoint and private link service
194198
- New cmdlets

0 commit comments

Comments
 (0)