Skip to content

Commit

Permalink
add url to list operation examples
Browse files Browse the repository at this point in the history
  • Loading branch information
iliu816 committed Feb 25, 2025
1 parent 14def47 commit 307452c
Show file tree
Hide file tree
Showing 17 changed files with 18 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"responses": {
"200": {
"body": {
"nextLink": "",
"nextLink": "http://examplelink.com",
"value": [
{
"name": "myApp",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"responses": {
"200": {
"body": {
"nextLink": "",
"nextLink": "http://examplelink.com",
"value": [
{
"name": "myAppType",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"responses": {
"200": {
"body": {
"nextLink": "",
"nextLink": "http://examplelink.com",
"value": [
{
"name": "1.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"responses": {
"200": {
"body": {
"nextLink": "",
"nextLink": "http://examplelink.com",
"value": [
{
"name": "myCluster",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"responses": {
"200": {
"body": {
"nextLink": "",
"nextLink": "http://examplelink.com",
"value": [
{
"name": "myCluster",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"responses": {
"200": {
"body": {
"nextLink": "",
"nextLink": "http://examplelink.com",
"value": [
{
"name": "FE",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"responses": {
"200": {
"body": {
"nextLink": "",
"nextLink": "http://examplelink.com",
"value": [
{
"capacity": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"responses": {
"200": {
"body": {
"nextLink": "",
"nextLink": "http://examplelink.com",
"value": [
{
"name": "myService",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"responses": {
"200": {
"body": {
"nextLink": "",
"nextLink": "http://examplelink.com",
"value": [
{
"name": "myApp",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"responses": {
"200": {
"body": {
"nextLink": "",
"nextLink": "http://examplelink.com",
"value": [
{
"name": "myAppType",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"responses": {
"200": {
"body": {
"nextLink": "",
"nextLink": "http://examplelink.com",
"value": [
{
"name": "1.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"responses": {
"200": {
"body": {
"nextLink": "",
"nextLink": "http://examplelink.com",
"value": [
{
"name": "myCluster",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"responses": {
"200": {
"body": {
"nextLink": "",
"nextLink": "http://examplelink.com",
"value": [
{
"name": "myCluster",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"responses": {
"200": {
"body": {
"nextLink": "",
"nextLink": "http://examplelink.com",
"value": [
{
"name": "FE",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"responses": {
"200": {
"body": {
"nextLink": "",
"nextLink": "http://examplelink.com",
"value": [
{
"capacity": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"responses": {
"200": {
"body": {
"nextLink": "",
"nextLink": "http://examplelink.com",
"value": [
{
"name": "myService",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4969,9 +4969,9 @@
"description": "The managed cluster resource properties",
"x-ms-client-flatten": true
},
"eTag": {
"etag": {
"type": "string",
"description": "If eTag is provided in the response body, it may also be provided as a header per the normal etag convention. Entity tags are used for comparing two or more entities from the same requested resource. HTTP/1.1 uses entity tags in the etag (section 14.19), If-Match (section 14.24), If-None-Match (section 14.26), and If-Range (section 14.27) header fields.",
"description": "If eTag is provided in the response body, it may also be provided as a header per the normal etag convention. Entity tags are used for comparing two or more entities from the same requested resource. HTTP/1.1 uses entity tags in the etag (section 14.19), If-Match (section 14.24), If-None-Match (section 14.26), and If-Range (section 14.27) header fields.\",",
"readOnly": true
},
"sku": {
Expand Down

0 comments on commit 307452c

Please sign in to comment.