Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
9145919
NetworkCloud API 2024-06-01-preview :SDK updated
Sep 13, 2024
9b61c01
renamed new kubernetes cluster features to use RP prefix as others do…
mbashtovaya Sep 19, 2024
8c24462
Merge branch 'main' into networkcloud2024_06_01preview
mbashtovaya Sep 19, 2024
27f9db7
updated APIs
mbashtovaya Sep 19, 2024
6915127
rename
mbashtovaya Sep 19, 2024
0e4f87e
updated change log
mbashtovaya Sep 19, 2024
eaa0d93
Updated assets.json with RackSku and Racks Tests updated
mbashtovaya Sep 19, 2024
3fd00b7
include L2 netwrork test recording
Sep 26, 2024
b119fac
Include KubernetesCluster Feature and Kubernetescluster agentpool tes…
Sep 26, 2024
eb2fdea
Add L2/L3 network test
Sep 27, 2024
f0df0bb
baremetal tests
Sep 27, 2024
583341f
Volumne test recordings for 2024-06-01-preview api
Sep 27, 2024
f2707b4
clusters tests
Sep 30, 2024
1540978
metrics config & baremetal key sets
Oct 1, 2024
5e74494
update storage appliance test
MikePham1 Oct 2, 2024
6a5b3e8
BMC keyset test
Oct 3, 2024
dfc08f0
Virtual machines and consoles
Oct 3, 2024
3e0ce2d
KubenetesCluster tests updated
Oct 3, 2024
3245c82
added more details for changelog
mbashtovaya Sep 20, 2024
3987ef3
Merge branch 'main' into networkcloud2024_06_01preview
mbashtovaya Oct 30, 2024
e24a1de
fix the API
mbashtovaya Oct 30, 2024
a11d899
fix comment
mbashtovaya Oct 30, 2024
12c1d37
updated the tag
mbashtovaya Oct 31, 2024
135279c
added assets for storage appliance
mbashtovaya Oct 31, 2024
07c0c9e
updated to includ CSN changes
mbashtovaya Oct 31, 2024
531f24b
updated L2 networks
mbashtovaya Oct 31, 2024
85d5a3f
Add Volume recordings for 2024-06-01 api version
Oct 31, 2024
9644aaf
update tag for l3 networks
mbashtovaya Oct 31, 2024
a0c5044
updated trunked network assets tag
mbashtovaya Oct 31, 2024
7546616
renamed Clusters test to have a unique name
mbashtovaya Oct 31, 2024
3337102
continue update
Nov 1, 2024
326b638
adding try catch
Nov 1, 2024
129bfb3
KubernetestCluster tests
Nov 5, 2024
81c5775
Update Kubernetes Cluster tests
Nov 5, 2024
f6dc19a
removing ccuva
Nov 5, 2024
dc8f124
removing ccuva
Nov 5, 2024
58c9317
fix typo
mbashtovaya Nov 5, 2024
9d41d60
add more specific error message check
mbashtovaya Nov 5, 2024
6bc2129
add the release date for the preview version
mbashtovaya Nov 6, 2024
b2c008a
remove
mbashtovaya Nov 6, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
added assets for storage appliance
  • Loading branch information
mbashtovaya committed Oct 31, 2024
commit 135279c8317c1d92853d9e14a62564eb019c8714
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"AssetsRepo": "Azure/azure-sdk-assets",
"AssetsRepoPrefixPath": "net",
"TagPrefix": "net/networkcloud/Azure.ResourceManager.NetworkCloud",
"Tag": "net/networkcloud/Azure.ResourceManager.NetworkCloud_31642f2923"
"Tag": "net/networkcloud/Azure.ResourceManager.NetworkCloud_ea4d335f43"
}
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ public class NetworkCloudManagementTestEnvironment : TestEnvironment
private TokenCredential _credential;

// Cluster Manager
public string ClusterManagedRG => GetRecordedVariable("CLUSTER_MANAGED_RESOURCE_GROUP");
public string ManagerExtendedLocation => GetRecordedVariable("MANAGER_EXTENDED_LOCATION");

// Cluster

public string ClusterManagedRG => GetRecordedVariable("CLUSTER_MANAGED_RESOURCE_GROUP");
public string ClusterName => GetRecordedVariable("CLUSTER_NAME");
public ResourceIdentifier ClusterId => new ResourceIdentifier(GetRecordedVariable("CLUSTER_ID"));
public string ClusterExtendedLocation => GetRecordedVariable("CLUSTER_EXTENDED_LOCATION");
Expand Down