Skip to content

Commit

Permalink
Merge pull request #6794 from maddieclayton/release-2018-07-27
Browse files Browse the repository at this point in the history
Reserialize modules
  • Loading branch information
Maddie Clayton authored Jul 26, 2018
2 parents 6b36b2d + dc36717 commit 50a34c4
Show file tree
Hide file tree
Showing 68 changed files with 20,733 additions and 11,720 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ RequiredAssemblies = '.\Microsoft.Data.Edm.dll', '.\Microsoft.Data.OData.dll',
# FormatsToProcess = @()

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

# 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.
FunctionsToExport = 'ConvertTo-AzureRmVhd'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7652,4 +7652,4 @@
"Constructors": []
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -1400,4 +1400,4 @@
"Constructors": []
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -550,6 +550,7 @@
"Location": "System.String",
"ServerFullName": "System.String",
"BackupBlobContainerUri": "System.String",
"ResourceGroupName": "System.String",
"DefaultConnectionMode": "System.String"
},
"ElementType": null,
Expand Down Expand Up @@ -832,6 +833,7 @@
"Location": "System.String",
"ServerFullName": "System.String",
"BackupBlobContainerUri": "System.String",
"ResourceGroupName": "System.String",
"DefaultConnectionMode": "System.String"
},
"ElementType": null,
Expand Down Expand Up @@ -1114,6 +1116,7 @@
"Location": "System.String",
"ServerFullName": "System.String",
"BackupBlobContainerUri": "System.String",
"ResourceGroupName": "System.String",
"DefaultConnectionMode": "System.String"
},
"ElementType": null,
Expand Down Expand Up @@ -1354,6 +1357,7 @@
"Location": "System.String",
"ServerFullName": "System.String",
"BackupBlobContainerUri": "System.String",
"ResourceGroupName": "System.String",
"DefaultConnectionMode": "System.String"
},
"ElementType": null,
Expand Down Expand Up @@ -1636,6 +1640,7 @@
"Location": "System.String",
"ServerFullName": "System.String",
"BackupBlobContainerUri": "System.String",
"ResourceGroupName": "System.String",
"DefaultConnectionMode": "System.String"
},
"ElementType": null,
Expand Down Expand Up @@ -3543,6 +3548,7 @@
"Location": "System.String",
"ServerFullName": "System.String",
"BackupBlobContainerUri": "System.String",
"ResourceGroupName": "System.String",
"DefaultConnectionMode": "System.String"
},
"ElementType": null,
Expand Down Expand Up @@ -4799,4 +4805,4 @@
"Constructors": []
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -52210,4 +52210,4 @@
"Constructors": []
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -12553,4 +12553,4 @@
"Constructors": []
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -10138,4 +10138,4 @@
]
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,23 @@
"ConfirmImpact": 2,
"SupportsPaging": false,
"DefaultParameterSetName": "__AllParameterSets",
"OutputTypes": [],
"OutputTypes": [
{
"Type": {
"Namespace": "System",
"Name": "System.Void",
"AssemblyQualifiedName": "System.Void, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089",
"Properties": {},
"ElementType": null,
"GenericTypeArguments": [],
"Methods": [],
"Constructors": []
},
"ParameterSets": [
"__AllParameterSets"
]
}
],
"Parameters": [
{
"Name": "Container",
Expand Down Expand Up @@ -2192,7 +2208,83 @@
"ConfirmImpact": 2,
"SupportsPaging": false,
"DefaultParameterSetName": "__AllParameterSets",
"OutputTypes": [],
"OutputTypes": [
{
"Type": {
"Namespace": "Microsoft.Azure.Commands.AzureBackup.Models",
"Name": "Microsoft.Azure.Commands.AzureBackup.Models.AzureRMBackupJob",
"AssemblyQualifiedName": "Microsoft.Azure.Commands.AzureBackup.Models.AzureRMBackupJob, Microsoft.Azure.Commands.AzureBackup, Version=4.0.7.0, Culture=neutral, PublicKeyToken=null",
"Properties": {
"IsCancellable": "System.Boolean",
"IsRetriable": "System.Boolean",
"ErrorDetails": "System.Collections.Generic.List`1[Microsoft.Azure.Commands.AzureBackup.Models.ErrorInfo]",
"StartTime": "System.DateTime",
"EndTime": "System.Nullable`1[System.DateTime]",
"InstanceId": "System.String",
"WorkloadType": "System.String",
"Operation": "System.String",
"Status": "System.String",
"WorkloadName": "System.String",
"ResourceGroupName": "System.String",
"ResourceName": "System.String",
"Location": "System.String",
"Duration": "System.TimeSpan"
},
"ElementType": null,
"GenericTypeArguments": [],
"Methods": [
{
"Name": "ToString",
"Parameters": [],
"ReturnType": "System.String"
},
{
"Name": "Equals",
"Parameters": [
{
"Name": "obj",
"Type": "System.Reflection.RuntimeParameterInfo"
}
],
"ReturnType": "System.Boolean"
},
{
"Name": "GetHashCode",
"Parameters": [],
"ReturnType": "System.Int32"
},
{
"Name": "GetType",
"Parameters": [],
"ReturnType": "System.Type"
}
],
"Constructors": [
{
"Name": "",
"ReturnType": null,
"Parameters": [
{
"Name": "vault",
"Type": "System.Reflection.RuntimeParameterInfo"
},
{
"Name": "serviceJob",
"Type": "System.Reflection.RuntimeParameterInfo"
},
{
"Name": "jobName",
"Type": "System.Reflection.RuntimeParameterInfo"
}
]
}
]
},
"ParameterSets": [
"__AllParameterSets"
]
}
],
"Parameters": [
{
"Name": "Force",
Expand Down Expand Up @@ -5035,7 +5127,23 @@
"ConfirmImpact": 2,
"SupportsPaging": false,
"DefaultParameterSetName": "__AllParameterSets",
"OutputTypes": [],
"OutputTypes": [
{
"Type": {
"Namespace": "System",
"Name": "System.Void",
"AssemblyQualifiedName": "System.Void, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089",
"Properties": {},
"ElementType": null,
"GenericTypeArguments": [],
"Methods": [],
"Constructors": []
},
"ParameterSets": [
"__AllParameterSets"
]
}
],
"Parameters": [
{
"Name": "Vault",
Expand Down Expand Up @@ -8841,7 +8949,23 @@
"ConfirmImpact": 2,
"SupportsPaging": false,
"DefaultParameterSetName": "__AllParameterSets",
"OutputTypes": [],
"OutputTypes": [
{
"Type": {
"Namespace": "System",
"Name": "System.Void",
"AssemblyQualifiedName": "System.Void, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089",
"Properties": {},
"ElementType": null,
"GenericTypeArguments": [],
"Methods": [],
"Constructors": []
},
"ParameterSets": [
"__AllParameterSets"
]
}
],
"Parameters": [
{
"Name": "Force",
Expand Down Expand Up @@ -11950,7 +12074,23 @@
"ConfirmImpact": 2,
"SupportsPaging": false,
"DefaultParameterSetName": "__AllParameterSets",
"OutputTypes": [],
"OutputTypes": [
{
"Type": {
"Namespace": "System",
"Name": "System.Void",
"AssemblyQualifiedName": "System.Void, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089",
"Properties": {},
"ElementType": null,
"GenericTypeArguments": [],
"Methods": [],
"Constructors": []
},
"ParameterSets": [
"__AllParameterSets"
]
}
],
"Parameters": [
{
"Name": "Force",
Expand Down Expand Up @@ -13813,4 +13953,4 @@
]
}
}
}
}
Loading

0 comments on commit 50a34c4

Please sign in to comment.