Skip to content

Commit 508a82d

Browse files
committed
Fix discrepancies in module metadata
1 parent 4233e73 commit 508a82d

File tree

8 files changed

+17
-156
lines changed

8 files changed

+17
-156
lines changed

src/ResourceManager/Compute.ManagedService/Commands.Compute.ManagedService/AzureRM.Compute.ManagedService.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ RequiredAssemblies = '.\Microsoft.Data.Edm.dll', '.\Microsoft.Data.OData.dll',
6767
# FormatsToProcess = @()
6868

6969
# Modules to import as nested modules of the module specified in RootModule/ModuleToProcess
70-
# NestedModules = @()
70+
NestedModules = @()
7171

7272
# Functions to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no functions to export.
7373
FunctionsToExport = 'ConvertTo-AzureRmVhd'

src/ResourceManager/DevSpaces/Commands.DevSpaces/AzureRM.DevSpaces.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ CLRVersion = '4.0'
5151
# ProcessorArchitecture = ''
5252

5353
# Modules that must be imported into the global environment prior to importing this module
54-
RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.2.0'; })
54+
RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.4.0'; })
5555

5656
# Assemblies that must be loaded prior to importing this module
5757
RequiredAssemblies = '.\System.Management.Automation.dll',

src/ResourceManager/SignalR/Commands.SignalR/AzureRM.SignalR.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ CLRVersion = '4.0'
5151
# ProcessorArchitecture = ''
5252

5353
# Modules that must be imported into the global environment prior to importing this module
54-
RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.0.0'; })
54+
RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.4.0'; })
5555

5656
# Assemblies that must be loaded prior to importing this module
5757
RequiredAssemblies = '.\Microsoft.Azure.Commands.Common.Strategies.4.dll',

src/ResourceManager/StorageSync/Commands.StorageSync/AzureRM.StorageSync.psd1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# RootModule = ''
1313

1414
# Version number of this module.
15-
ModuleVersion = '0.1.0'
15+
ModuleVersion = '0.1.1'
1616

1717
# Supported PSEditions
1818
# CompatiblePSEditions = @()
@@ -51,7 +51,7 @@ CLRVersion = '4.0'
5151
# ProcessorArchitecture = ''
5252

5353
# Modules that must be imported into the global environment prior to importing this module
54-
RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.3.0'; })
54+
RequiredModules = @(@{ModuleName = 'AzureRM.Profile'; ModuleVersion = '5.4.0'; })
5555

5656
# Assemblies that must be loaded prior to importing this module
5757
# RequiredAssemblies = @()

src/ResourceManager/StorageSync/Commands.StorageSync/ChangeLog.md

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

2121
## Current Release
2222

23+
## Version 0.1.1
24+
* Updated to the latest version of the Azure ClientRuntime.
25+
2326
## Version 0.1.0
2427
* Add Azure File Sync evaluation cmdlet
2528
- Invoke-AzureRmStorageSyncCompatibilityCheck

src/ResourceManager/StorageSync/Commands.StorageSync/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,5 @@
4646
// You can specify all the values or you can default the Build and Revision Numbers
4747
// by using the '*' as shown below:
4848
// [assembly: AssemblyVersion("1.0.*")]
49-
[assembly: AssemblyVersion("0.1.0.0")]
50-
[assembly: AssemblyFileVersion("0.1.0.0")]
49+
[assembly: AssemblyVersion("0.1.1.0")]
50+
[assembly: AssemblyFileVersion("0.1.1.0")]

tools/AzureRM/AzureRM.psd1

Lines changed: 4 additions & 146 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,9 @@ PrivateData = @{
161161

162162
# ReleaseNotes of this module
163163
ReleaseNotes = '6.7.0 - August 2018
164+
General
165+
* Updated to the latest version of the Azure ClientRuntime.
166+
164167
AzureRM.Profile
165168
* Updated to the latest version of the Azure ClientRuntime.
166169
* Add user id to default context name to avoid context clashing
@@ -174,106 +177,17 @@ Azure.Storage
174177
* Remove the 5TB limitation for Azure File Share quota
175178
- Set-AzureStorageShareQuota
176179
177-
AzureRM.AnalysisServices
178-
* Updated to the latest version of the Azure ClientRuntime.
179-
180-
Azure.AnalysisServices
181-
* Updated to the latest version of the Azure ClientRuntime.
182-
183-
AzureRM.ApiManagement
184-
* Updated to the latest version of the Azure ClientRuntime.
185-
186-
AzureRM.ApplicationInsights
187-
* Updated to the latest version of the Azure ClientRuntime.
188-
189-
AzureRM.Automation
190-
* Updated to the latest version of the Azure ClientRuntime.
191-
192-
AzureRM.Backup
193-
* Updated to the latest version of the Azure ClientRuntime.
194-
195-
AzureRM.Batch
196-
* Updated to the latest version of the Azure ClientRuntime.
197-
198-
AzureRM.Billing
199-
* Updated to the latest version of the Azure ClientRuntime.
200-
201-
AzureRM.Cdn
202-
* Updated to the latest version of the Azure ClientRuntime.
203-
204-
AzureRM.CognitiveServices
205-
* Updated to the latest version of the Azure ClientRuntime.
206-
207180
AzureRM.Compute
208-
* Updated to the latest version of the Azure ClientRuntime.
209181
* Add EvictionPolicy parameter to New-AzureRmVmssConfig
210182
* Use default location in the DiskFileParameterSet of New-AzureRmVm if no Location is specified.
211183
* Fix parameter description in Save-AzureRmVMImage
212184
* Fix Get-AzureRmVMDiskEncryptionStatus cmdlet for certain singlepass related scenarios
213185
214-
AzureRM.Consumption
215-
* Updated to the latest version of the Azure ClientRuntime.
216-
217-
AzureRM.ContainerInstance
218-
* Updated to the latest version of the Azure ClientRuntime.
219-
220-
AzureRM.ContainerRegistry
221-
* Updated to the latest version of the Azure ClientRuntime.
222-
223-
AzureRM.DataFactories
224-
* Updated to the latest version of the Azure ClientRuntime.
225-
226-
AzureRM.DataFactoryV2
227-
* Updated to the latest version of the Azure ClientRuntime.
228-
229-
AzureRM.DataLakeAnalytics
230-
* Updated to the latest version of the Azure ClientRuntime.
231-
232186
AzureRM.DataLakeStore
233187
* Fix debugging when DebugPreference is set from powershell command line
234188
* Update example for Set-AzureRmDataLakeStoreItemAcl
235-
* Updated to the latest version of the Azure ClientRuntime.
236189
* Update example for Set-AzureRmDataLakeStoreItemAclEntry
237190
238-
AzureRM.DevTestLabs
239-
* Updated to the latest version of the Azure ClientRuntime.
240-
241-
AzureRM.Dns
242-
* Updated to the latest version of the Azure ClientRuntime.
243-
244-
AzureRM.EventGrid
245-
* Updated to the latest version of the Azure ClientRuntime.
246-
247-
AzureRM.EventHub
248-
* Updated to the latest version of the Azure ClientRuntime.
249-
250-
AzureRM.HDInsight
251-
* Updated to the latest version of the Azure ClientRuntime.
252-
253-
AzureRM.Insights
254-
* Updated to the latest version of the Azure ClientRuntime.
255-
256-
AzureRM.IotHub
257-
* Updated to the latest version of the Azure ClientRuntime.
258-
259-
AzureRM.KeyVault
260-
* Updated to the latest version of the Azure ClientRuntime.
261-
262-
AzureRM.LogicApp
263-
* Updated to the latest version of the Azure ClientRuntime.
264-
265-
AzureRM.MachineLearning
266-
* Updated to the latest version of the Azure ClientRuntime.
267-
268-
AzureRM.MachineLearningCompute
269-
* Updated to the latest version of the Azure ClientRuntime.
270-
271-
AzureRM.MarketplaceOrdering
272-
* Updated to the latest version of the Azure ClientRuntime.
273-
274-
AzureRM.Media
275-
* Updated to the latest version of the Azure ClientRuntime.
276-
277191
AzureRM.Network
278192
* Added example for Set-AzureRmLocalNetworkGateway
279193
* Added examples and descriptions for Add-AzureRmVirtualNetworkGatewayIpConfig, Get-AzureRmVirtualNetworkGatewayConnectionSharedKey and New-AzureRmVirtualNetworkGatewayConnection
@@ -284,36 +198,12 @@ AzureRM.Network
284198
* Re-generated cmdlets for ApplicationSecurityGroup, RouteTable and Usage using latest code generator
285199
* Clarified error message for Get-AzureRmVirtualNetworkSubnetConfig when attempting to get a subnet that does not exitc
286200
287-
AzureRM.NotificationHubs
288-
* Updated to the latest version of the Azure ClientRuntime.
289-
290-
AzureRM.OperationalInsights
291-
* Updated to the latest version of the Azure ClientRuntime.
292-
293-
AzureRM.PolicyInsights
294-
* Updated to the latest version of the Azure ClientRuntime.
295-
296-
AzureRM.PowerBIEmbedded
297-
* Updated to the latest version of the Azure ClientRuntime.
298-
299-
AzureRM.RecoveryServices
300-
* Updated to the latest version of the Azure ClientRuntime.
301201
302202
AzureRM.RecoveryServices.Backup
303203
* Added policy filter to Get-AzureRmRecoveryServicesBackItem cmdlet. The command returns the list of backup items protected by the given policy id.
304204
* Updated Microsoft.Azure.Management.RecoveryServices.Backup to version 3.0.0-preview.
305-
* Updated to the latest version of the Azure ClientRuntime.
306205
* Added TargetResourceGroupName parameter to Restore-AzureRmRecoveryServicesBackupItem. The resource group to which the managed disks are restored. Applicable to backup of VM with managed disks.
307206
308-
AzureRM.RecoveryServices.SiteRecovery
309-
* Updated to the latest version of the Azure ClientRuntime.
310-
311-
AzureRM.RedisCache
312-
* Updated to the latest version of the Azure ClientRuntime.
313-
314-
AzureRM.Relay
315-
* Updated to the latest version of the Azure ClientRuntime.
316-
317207
AzureRM.Resources
318208
* Support template deployment at subscription scope. Add new Cmdlets:
319209
- New-AzureRmDeployment
@@ -325,39 +215,7 @@ AzureRM.Resources
325215
- Get-AzureRmDeploymentOperation
326216
* Fix issue where error is thrown when passing a context to Set-AzureRmResource
327217
- https://github.com/Azure/azure-powershell/issues/5705
328-
* Fix example in New-AzureRmResourceGroupDeployment
329-
* Updated to the latest version of the Azure ClientRuntime.
330-
331-
AzureRM.Scheduler
332-
* Updated to the latest version of the Azure ClientRuntime.
333-
334-
AzureRM.ServiceBus
335-
* Updated to the latest version of the Azure ClientRuntime.
336-
337-
AzureRM.ServiceFabric
338-
* Updated to the latest version of the Azure ClientRuntime.
339-
340-
AzureRM.Sql
341-
* Updated to the latest version of the Azure ClientRuntime.
342-
343-
AzureRM.Storage
344-
* Updated to the latest version of the Azure ClientRuntime.
345-
346-
AzureRM.StreamAnalytics
347-
* Updated to the latest version of the Azure ClientRuntime.
348-
349-
AzureRM.Tags
350-
* Updated to the latest version of the Azure ClientRuntime.
351-
352-
AzureRM.TrafficManager
353-
* Updated to the latest version of the Azure ClientRuntime.
354-
355-
AzureRM.UsageAggregates
356-
* Updated to the latest version of the Azure ClientRuntime.
357-
358-
AzureRM.Websites
359-
* Updated to the latest version of the Azure ClientRuntime.
360-
'
218+
* Fix example in New-AzureRmResourceGroupDeployment'
361219

362220
# Prerelease string of this module
363221
# Prerelease = ''

tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.Commands.StorageSync.dll.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"Type": {
1515
"Namespace": "Microsoft.Azure.Commands.StorageSync.Evaluation.Models",
1616
"Name": "Microsoft.Azure.Commands.StorageSync.Evaluation.Models.PSValidationResult",
17-
"AssemblyQualifiedName": "Microsoft.Azure.Commands.StorageSync.Evaluation.Models.PSValidationResult, Microsoft.Azure.Commands.StorageSync, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null",
17+
"AssemblyQualifiedName": "Microsoft.Azure.Commands.StorageSync.Evaluation.Models.PSValidationResult, Microsoft.Azure.Commands.StorageSync, Version=0.1.1.0, Culture=neutral, PublicKeyToken=null",
1818
"Properties": {
1919
"Level": "Microsoft.Azure.Commands.StorageSync.Evaluation.Models.PSResultLevel",
2020
"Type": "Microsoft.Azure.Commands.StorageSync.Evaluation.Models.PSValidationType",
@@ -631,7 +631,7 @@
631631
"Microsoft.Azure.Commands.StorageSync.Evaluation.Models.PSResultLevel": {
632632
"Namespace": "Microsoft.Azure.Commands.StorageSync.Evaluation.Models",
633633
"Name": "Microsoft.Azure.Commands.StorageSync.Evaluation.Models.PSResultLevel",
634-
"AssemblyQualifiedName": "Microsoft.Azure.Commands.StorageSync.Evaluation.Models.PSResultLevel, Microsoft.Azure.Commands.StorageSync, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null",
634+
"AssemblyQualifiedName": "Microsoft.Azure.Commands.StorageSync.Evaluation.Models.PSResultLevel, Microsoft.Azure.Commands.StorageSync, Version=0.1.1.0, Culture=neutral, PublicKeyToken=null",
635635
"Properties": {},
636636
"ElementType": null,
637637
"GenericTypeArguments": [],
@@ -746,7 +746,7 @@
746746
"Microsoft.Azure.Commands.StorageSync.Evaluation.Models.PSValidationType": {
747747
"Namespace": "Microsoft.Azure.Commands.StorageSync.Evaluation.Models",
748748
"Name": "Microsoft.Azure.Commands.StorageSync.Evaluation.Models.PSValidationType",
749-
"AssemblyQualifiedName": "Microsoft.Azure.Commands.StorageSync.Evaluation.Models.PSValidationType, Microsoft.Azure.Commands.StorageSync, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null",
749+
"AssemblyQualifiedName": "Microsoft.Azure.Commands.StorageSync.Evaluation.Models.PSValidationType, Microsoft.Azure.Commands.StorageSync, Version=0.1.1.0, Culture=neutral, PublicKeyToken=null",
750750
"Properties": {},
751751
"ElementType": null,
752752
"GenericTypeArguments": [],

0 commit comments

Comments
 (0)