Skip to content

Commit

Permalink
Fixed comment Azure#713 (comment)
Browse files Browse the repository at this point in the history
  • Loading branch information
v-hongli1 committed Aug 28, 2024
1 parent 2184234 commit 269b4fe
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ import { ScenarioMockApi } from "@azure-tools/cadl-ranch-api";
export const Scenarios: Record<string, ScenarioMockApi> = {};

const SUBSCRIPTION_ID_EXPECTED = "00000000-0000-0000-0000-000000000000";
const OPERATION_ID_EXPECTED = "12345678-1234-1234-1234-123456789000";
const RESOURCE_GROUP_EXPECTED = "test-rg";
const LOCATION_EXPECTED = "westus";
const validTopLevelResource = {
id: `/subscriptions/${SUBSCRIPTION_ID_EXPECTED}/resourceGroups/${RESOURCE_GROUP_EXPECTED}/providers/Azure.ResourceManager.Models.Resources/topLevelTrackedResources/top`,
name: "top",
Expand Down

0 comments on commit 269b4fe

Please sign in to comment.