We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b37968d commit f95f981Copy full SHA for f95f981
src/ResourceManager/Profile/Commands.Profile.Test/EnvironmentCmdletTests.cs
@@ -418,6 +418,7 @@ public void CanCreateEnvironmentWithAllProperties()
418
Assert.Equal(cmdlet.TrafficManagerDnsSuffix, actual.TrafficManagerDnsSuffix);
419
Assert.Equal(cmdlet.GraphAudience, actual.GraphEndpointResourceId);
420
Assert.Equal(cmdlet.BatchEndpointResourceId, actual.BatchEndpointResourceId);
421
+ Assert.Equal(cmdlet.DataLakeAudience, actual.DataLakeEndpointResourceId);
422
commandRuntimeMock.Verify(f => f.WriteObject(It.IsAny<PSAzureEnvironment>()), Times.Once());
423
IAzureEnvironment env = AzureRmProfileProvider.Instance.Profile.GetEnvironment("KaTaL");
424
Assert.Equal(env.Name, cmdlet.Name);
0 commit comments