diff --git a/src/Compute/Compute.Test/Compute.Test.csproj b/src/Compute/Compute.Test/Compute.Test.csproj
index b6e66fcc15ac..67f8a300fd2f 100644
--- a/src/Compute/Compute.Test/Compute.Test.csproj
+++ b/src/Compute/Compute.Test/Compute.Test.csproj
@@ -12,7 +12,7 @@
-
+
diff --git a/src/Compute/Compute/Compute.csproj b/src/Compute/Compute/Compute.csproj
index 39f882ae46c1..9ca56005cb63 100644
--- a/src/Compute/Compute/Compute.csproj
+++ b/src/Compute/Compute/Compute.csproj
@@ -15,7 +15,7 @@
-
+
diff --git a/src/Compute/Compute/Generated/VirtualMachineScaleSet/Config/NewAzureRmVmssIpConfigCommand.cs b/src/Compute/Compute/Generated/VirtualMachineScaleSet/Config/NewAzureRmVmssIpConfigCommand.cs
index 5d86866ac183..fefdfa06c01b 100644
--- a/src/Compute/Compute/Generated/VirtualMachineScaleSet/Config/NewAzureRmVmssIpConfigCommand.cs
+++ b/src/Compute/Compute/Generated/VirtualMachineScaleSet/Config/NewAzureRmVmssIpConfigCommand.cs
@@ -129,7 +129,7 @@ private void Run()
vIpConfigurations.Name = this.IsParameterBound(c => c.Name) ? this.Name : null;
vIpConfigurations.Primary = this.Primary.IsPresent;
vIpConfigurations.PrivateIPAddressVersion = this.IsParameterBound(c => c.PrivateIPAddressVersion) ? this.PrivateIPAddressVersion : null;
- vIpConfigurations.Id = this.IsParameterBound(c => c.Id) ? this.Id : null;
+ //vIpConfigurations.Id = this.IsParameterBound(c => c.Id) ? this.Id : null;
// SubnetId
if (this.IsParameterBound(c => c.SubnetId))
diff --git a/src/Network/Network.Test/Network.Test.csproj b/src/Network/Network.Test/Network.Test.csproj
index 0bda88168f22..edb34466ae66 100644
--- a/src/Network/Network.Test/Network.Test.csproj
+++ b/src/Network/Network.Test/Network.Test.csproj
@@ -17,7 +17,7 @@
-
+
diff --git a/src/RecoveryServices/RecoveryServices.Backup.Test/RecoveryServices.Backup.Test.csproj b/src/RecoveryServices/RecoveryServices.Backup.Test/RecoveryServices.Backup.Test.csproj
index 8fed9be93079..fe35f5eb65c0 100644
--- a/src/RecoveryServices/RecoveryServices.Backup.Test/RecoveryServices.Backup.Test.csproj
+++ b/src/RecoveryServices/RecoveryServices.Backup.Test/RecoveryServices.Backup.Test.csproj
@@ -11,7 +11,7 @@
-
+
diff --git a/src/RecoveryServices/RecoveryServices.SiteRecovery.Test/RecoveryServices.SiteRecovery.Test.csproj b/src/RecoveryServices/RecoveryServices.SiteRecovery.Test/RecoveryServices.SiteRecovery.Test.csproj
index 0fa696680375..33d8a4420617 100644
--- a/src/RecoveryServices/RecoveryServices.SiteRecovery.Test/RecoveryServices.SiteRecovery.Test.csproj
+++ b/src/RecoveryServices/RecoveryServices.SiteRecovery.Test/RecoveryServices.SiteRecovery.Test.csproj
@@ -12,7 +12,7 @@
-
+
diff --git a/src/Security/Security.Test/Security.Test.csproj b/src/Security/Security.Test/Security.Test.csproj
index bfed2af3f63b..69c79d2aecf2 100644
--- a/src/Security/Security.Test/Security.Test.csproj
+++ b/src/Security/Security.Test/Security.Test.csproj
@@ -42,7 +42,7 @@
Always
-
+
\ No newline at end of file
diff --git a/src/Ssh/Ssh.Test/ScenarioTests/SshTestRunner.cs b/src/Ssh/Ssh.Test/ScenarioTests/SshTestRunner.cs
index cb5005387b35..84b686e221df 100644
--- a/src/Ssh/Ssh.Test/ScenarioTests/SshTestRunner.cs
+++ b/src/Ssh/Ssh.Test/ScenarioTests/SshTestRunner.cs
@@ -26,7 +26,10 @@ protected SshTestRunner(ITestOutputHelper output)
})
.WithNewRecordMatcherArguments(
userAgentsToIgnore: new Dictionary(),
- resourceProviders: new Dictionary()
+ resourceProviders: new Dictionary
+ {
+ {"Microsoft.Compute", null}
+ }
)
.Build();
}
diff --git a/src/Ssh/Ssh.Test/Ssh.Test.csproj b/src/Ssh/Ssh.Test/Ssh.Test.csproj
index a9dd3cb0a032..f150af724022 100644
--- a/src/Ssh/Ssh.Test/Ssh.Test.csproj
+++ b/src/Ssh/Ssh.Test/Ssh.Test.csproj
@@ -1,4 +1,4 @@
-
+
Ssh
@@ -19,7 +19,7 @@
-
+
-
\ No newline at end of file
+