File tree Expand file tree Collapse file tree 3 files changed +3
-11
lines changed Expand file tree Collapse file tree 3 files changed +3
-11
lines changed Original file line number Diff line number Diff line change 10
10
* ServiceManagement
11
11
- Fix issue with non-interactive user authentication (link)[ https://github.com/Azure/azure-powershell/issues/4299 ]
12
12
13
- ## 2017.07.17 - Version 4.2.1
14
- * Profile
15
- - Fix issue with non-interactive user authentication in RDFE (link)[ https://github.com/Azure/azure-powershell/issues/4299 ]
16
- * ServiceManagement
17
- - Fix issue with non-interactive user authentication (link)[ https://github.com/Azure/azure-powershell/issues/4299 ]
18
-
19
13
## 2017.7.11 - Version 4.2.0
20
14
* AnalysisServices
21
15
* Add new dataplane API
Original file line number Diff line number Diff line change 12
12
# RootModule = ''
13
13
14
14
# Version number of this module.
15
- ModuleVersion = ' 3.2.0 '
15
+ ModuleVersion = ' 3.2.1 '
16
16
17
17
# Supported PSEditions
18
18
# CompatiblePSEditions = @()
@@ -51,7 +51,7 @@ CLRVersion = '4.0'
51
51
# ProcessorArchitecture = ''
52
52
53
53
# Modules that must be imported into the global environment prior to importing this module
54
- RequiredModules = @ (@ {ModuleName = ' AzureRM.Profile' ; ModuleVersion = ' 3.2.0 ' ; })
54
+ RequiredModules = @ (@ {ModuleName = ' AzureRM.Profile' ; ModuleVersion = ' 3.2.1 ' ; })
55
55
56
56
# Assemblies that must be loaded prior to importing this module
57
57
# RequiredAssemblies = @()
Original file line number Diff line number Diff line change 19
19
-->
20
20
## Current Release
21
21
22
- ## Version 3.2.0
23
-
24
- ## Version 3.2.0
22
+ ## Version 3.2.1
25
23
26
24
## Version 3.2.0
27
25
You can’t perform that action at this time.
0 commit comments