-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Azure Arc custom locations no longer appear in CustomLocationListStep
#1000
Comments
As far as I can tell they changed the shape of the Our graph query:
The current shape of the object: {
"extendedLocation": {
"name": "/subscriptions/baadf00d-baad-f00d-baad-f00dbaadf00d/resourcegroups/bwaterarc3/providers/microsoft.extendedlocation/customlocations/bwaterarc3-custom-location",
"type": "CustomLocation"
},
"id": "/subscriptions/baadf00d-baad-f00d-baad-f00dbaadf00d/resourceGroups/bwaterarc3/providers/Microsoft.Web/kubeEnvironments/bwaterarc3-kubeenv",
"identity": null,
"kind": "",
"location": "eastus",
"managedBy": "",
"name": "bwaterarc3-kubeenv",
"plan": null,
"properties": {
"aksResourceID": null,
"appLogsConfiguration": null,
"arcConfiguration": {
"artifactStorageAccessMode": null,
"artifactStorageClassName": "default",
"artifactStorageMountPath": null,
"artifactStorageNodeName": null,
"artifactsStorageType": "NetworkFileSystem",
"frontEndServiceConfiguration": {
"kind": "LoadBalancer"
},
"kubeConfig": null
},
"defaultDomain": "bwaterarc3-kubee-baadf00d.eastus.k4apps.io",
"deploymentErrors": null,
"extendedLocation": null,
"internalLoadBalancerEnabled": false,
"provisioningState": "Succeeded",
"staticIp": "11.11.11.11",
"type": null,
"workerAppsConfiguration": null
},
"resourceGroup": "bwaterarc3",
"sku": null,
"subscriptionId": "baadf00d-baad-f00d-baad-f00dbaadf00d",
"tags": {},
"tenantId": "baadf00d-baad-f00d-baad-f00dbaadf00d",
"type": "microsoft.web/kubeenvironments",
"zones": null
} I'm noticing that Maybe the query needs to be updated to:
Though I'm not certain how the |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I've noticed that Azure Arc custom locations stopped appearing in
CustomLocationListStep
. The graph query we are making is returning no results.The text was updated successfully, but these errors were encountered: