Skip to content

Commit 3dc7612

Browse files
committed
removing **
1 parent 33a7116 commit 3dc7612

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/governance/resource-graph/concepts/arg-get-list-api.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups
4444
**ARG Point Get Request:**
4545

4646
```api
47-
GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/{providerNamespace}/{resourceType}/{resourceName}?api-version={apiVersion}&**useResourceGraph=true**
47+
GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/{providerNamespace}/{resourceType}/{resourceName}?api-version={apiVersion}&useResourceGraph=true
4848
```
4949

5050
## Subscription Collection Get
@@ -60,7 +60,7 @@ GET https://management.azure.com/subscriptions/{subscriptionId}/providers/{pro
6060
**ARG Subscription Collection Get Request:**
6161

6262
```api
63-
GET https://management.azure.com/subscriptions/{subscriptionId}/providers/{providerNamespace}/{resourceType}?api-version={apiVersion}&**useResourceGraph=true**
63+
GET https://management.azure.com/subscriptions/{subscriptionId}/providers/{providerNamespace}/{resourceType}?api-version={apiVersion}&useResourceGraph=true
6464
```
6565

6666
## Resource Group Collection Get
@@ -76,7 +76,7 @@ GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups
7676
**ARG GET/LIST Point Get Request:**
7777

7878
```api
79-
GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/{providerNamespace}/{resourceType}?api-version={apiVersion}&**useResourceGraph=true**
79+
GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/{providerNamespace}/{resourceType}?api-version={apiVersion}&useResourceGraph=true
8080
```
8181
> [!NOTE]
8282
> The API-version parameter is mandatory for all Azure Resource Graph GET/LIST API calls. However, the value of this parameter is currently ignored by the service. Regardless of the api-version specified, ARG always returns results based on the latest generally available (GA) non-preview version of the API.

0 commit comments

Comments
 (0)