From 1396730bd9551bb076991301e64fbf8b8b4ce272 Mon Sep 17 00:00:00 2001 From: Jooneil Ahn Date: Wed, 25 Oct 2023 14:45:28 -0700 Subject: [PATCH 1/6] Update readme.md Reverting global tag to stable GA version for SDK release --- specification/quota/resource-manager/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/quota/resource-manager/readme.md b/specification/quota/resource-manager/readme.md index 33619a074472..63a7b407b7c5 100644 --- a/specification/quota/resource-manager/readme.md +++ b/specification/quota/resource-manager/readme.md @@ -26,7 +26,7 @@ These are the global settings for the Quota API. ``` yaml openapi-type: arm -tag: package-2023-06-01-preview +tag: package-2023-02-01 ``` From c4329d5064673b2f464726a103d9d6e2b8d571b7 Mon Sep 17 00:00:00 2001 From: Nick Keller Date: Tue, 21 Nov 2023 15:15:21 -0500 Subject: [PATCH 2/6] Change guardrails to safeguards --- ...rsions.json => GetSafeguardsVersions.json} | 4 +- ...sions.json => ListSafeguardsVersions.json} | 0 .../2023-11-02-preview/managedClusters.json | 66 +++++++++---------- 3 files changed, 35 insertions(+), 35 deletions(-) rename specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2023-11-02-preview/examples/{GetGuardrailsVersions.json => GetSafeguardsVersions.json} (74%) rename specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2023-11-02-preview/examples/{ListGuardrailsVersions.json => ListSafeguardsVersions.json} (100%) diff --git a/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2023-11-02-preview/examples/GetGuardrailsVersions.json b/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2023-11-02-preview/examples/GetSafeguardsVersions.json similarity index 74% rename from specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2023-11-02-preview/examples/GetGuardrailsVersions.json rename to specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2023-11-02-preview/examples/GetSafeguardsVersions.json index fa9c1bcf19d6..bd878a9657be 100644 --- a/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2023-11-02-preview/examples/GetGuardrailsVersions.json +++ b/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2023-11-02-preview/examples/GetSafeguardsVersions.json @@ -8,8 +8,8 @@ "responses": { "200": { "body": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/location1/guardrailsVersions/v1.0.0", - "type": "Microsoft.ContainerService/locations/guardrailsVersions", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/location1/safeguardsVersions/v1.0.0", + "type": "Microsoft.ContainerService/locations/safeguardsVersions", "name": "v1.0.0", "properties": { "isDefaultVersion": true, diff --git a/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2023-11-02-preview/examples/ListGuardrailsVersions.json b/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2023-11-02-preview/examples/ListSafeguardsVersions.json similarity index 100% rename from specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2023-11-02-preview/examples/ListGuardrailsVersions.json rename to specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2023-11-02-preview/examples/ListSafeguardsVersions.json diff --git a/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2023-11-02-preview/managedClusters.json b/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2023-11-02-preview/managedClusters.json index 2fe595857a63..2aac7da06e9a 100644 --- a/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2023-11-02-preview/managedClusters.json +++ b/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2023-11-02-preview/managedClusters.json @@ -3379,14 +3379,14 @@ "x-ms-long-running-operation": true } }, - "/subscriptions/{subscriptionId}/providers/Microsoft.ContainerService/locations/{location}/guardrailsVersions/{version}": { + "/subscriptions/{subscriptionId}/providers/Microsoft.ContainerService/locations/{location}/safeguardsVersions/{version}": { "get": { "tags": [ "ManagedClusters" ], - "operationId": "ManagedClusters_GetGuardrailsVersions", - "summary": "Gets supported Guardrails version in the specified subscription and location.", - "description": "Contains Guardrails version along with its support info and whether it is a default version.", + "operationId": "ManagedClusters_GetSafeguardsVersions", + "summary": "Gets supported Safeguards version in the specified subscription and location.", + "description": "Contains Safeguards version along with its support info and whether it is a default version.", "parameters": [ { "$ref": "../../../../../../common-types/resource-management/v5/types.json#/parameters/ApiVersionParameter" @@ -3405,7 +3405,7 @@ "200": { "description": "OK", "schema": { - "$ref": "#/definitions/GuardrailsAvailableVersion" + "$ref": "#/definitions/safeguardsAvailableVersion" } }, "default": { @@ -3416,20 +3416,20 @@ } }, "x-ms-examples": { - "Get guardrails available versions": { - "$ref": "./examples/GetGuardrailsVersions.json" + "Get Safeguards available versions": { + "$ref": "./examples/GetSafeguardsVersions.json" } } } }, - "/subscriptions/{subscriptionId}/providers/Microsoft.ContainerService/locations/{location}/guardrailsVersions": { + "/subscriptions/{subscriptionId}/providers/Microsoft.ContainerService/locations/{location}/safeguardsVersions": { "get": { "tags": [ "ManagedClusters" ], - "operationId": "ManagedClusters_ListGuardrailsVersions", - "summary": "Gets a list of supported Guardrails versions in the specified subscription and location.", - "description": "Contains list of Guardrails version along with its support info and whether it is a default version.", + "operationId": "ManagedClusters_ListSafeguardsVersions", + "summary": "Gets a list of supported Safeguards versions in the specified subscription and location.", + "description": "Contains list of Safeguards version along with its support info and whether it is a default version.", "parameters": [ { "$ref": "../../../../../../common-types/resource-management/v5/types.json#/parameters/ApiVersionParameter" @@ -3445,7 +3445,7 @@ "200": { "description": "OK", "schema": { - "$ref": "#/definitions/GuardrailsAvailableVersionsList" + "$ref": "#/definitions/SafeguardsAvailableVersionsList" } }, "default": { @@ -3459,8 +3459,8 @@ "nextLinkName": "nextLink" }, "x-ms-examples": { - "List Guardrails Versions": { - "$ref": "./examples/ListGuardrailsVersions.json" + "List Safeguards Versions": { + "$ref": "./examples/ListSafeguardsVersions.json" } } } @@ -5726,9 +5726,9 @@ "azureMonitorProfile": { "$ref": "#/definitions/ManagedClusterAzureMonitorProfile" }, - "guardrailsProfile": { - "$ref": "#/definitions/GuardrailsProfile", - "description": "The guardrails profile holds all the guardrails information for a given cluster" + "safeguardsProfile": { + "$ref": "#/definitions/SafeguardsProfile", + "description": "The Safeguards profile holds all the guardrails information for a given cluster" }, "serviceMeshProfile": { "$ref": "#/definitions/ServiceMeshProfile" @@ -7478,7 +7478,7 @@ ], "description": "The OS option profile." }, - "GuardrailsAvailableVersionsProperties": { + "SafeguardsAvailableVersionsProperties": { "type": "object", "description": "Whether the version is default or not and support info.", "properties": { @@ -7493,7 +7493,7 @@ "Stable" ], "x-ms-enum": { - "name": "GuardrailsSupport", + "name": "SafeguardsSupport", "modelAsString": true, "values": [ { @@ -7511,9 +7511,9 @@ } } }, - "GuardrailsAvailableVersion": { + "SafeguardsAvailableVersion": { "type": "object", - "description": "Available Guardrails Version", + "description": "Available Safeguards Version", "allOf": [ { "$ref": "../../../../../../common-types/resource-management/v5/types.json#/definitions/Resource" @@ -7521,27 +7521,27 @@ ], "properties": { "properties": { - "$ref": "#/definitions/GuardrailsAvailableVersionsProperties" + "$ref": "#/definitions/SafeguardsAvailableVersionsProperties" } }, "required": [ "properties" ] }, - "GuardrailsAvailableVersionsList": { + "SafeguardsAvailableVersionsList": { "type": "object", - "description": "Hold values properties, which is array of GuardrailsVersions", + "description": "Hold values properties, which is array of SafeguardsVersions", "properties": { "value": { "type": "array", "items": { - "$ref": "#/definitions/GuardrailsAvailableVersion" + "$ref": "#/definitions/SafeguardsAvailableVersion" }, - "description": "Array of AKS supported Guardrails versions." + "description": "Array of AKS supported Safeguards versions." }, "nextLink": { "type": "string", - "description": "The URL to get the next Guardrails available version.", + "description": "The URL to get the next Safeguards available version.", "readOnly": true } } @@ -8554,13 +8554,13 @@ "enabled" ] }, - "GuardrailsProfile": { + "SafeguardsProfile": { "type": "object", "properties": { "systemExcludedNamespaces": { "readOnly": true, "type": "array", - "description": "List of namespaces specified by AKS to be excluded from Guardrails", + "description": "List of namespaces specified by AKS to be excluded from Safeguards", "items": { "type": "string" } @@ -8580,10 +8580,10 @@ "name": "level", "modelAsString": true }, - "description": "The guardrails level to be used. By default, Guardrails is enabled for all namespaces except those that AKS excludes via systemExcludedNamespaces" + "description": "The Safeguards level to be used. By default, Guardrails is enabled for all namespaces except those that AKS excludes via systemExcludedNamespaces" }, "excludedNamespaces": { - "description": "List of namespaces excluded from guardrails checks", + "description": "List of namespaces excluded from Safeguards checks", "type": "array", "items": { "type": "string" @@ -8593,7 +8593,7 @@ "required": [ "level" ], - "description": "The Guardrails profile." + "description": "The Safeguards profile." }, "ServiceMeshProfile": { "type": "object", @@ -9269,7 +9269,7 @@ "type": "string", "minLength": 1, "maxLength": 24, - "description": "Guardrails version", + "description": "Safeguards version", "x-ms-parameter-location": "method" } } From c58ff0d2b96900c6f5676b6bf81c97873a1b32a8 Mon Sep 17 00:00:00 2001 From: Nick Keller Date: Tue, 21 Nov 2023 15:17:03 -0500 Subject: [PATCH 3/6] clean up remaining references --- .../2023-11-02-preview/examples/ListSafeguardsVersions.json | 4 ++-- .../aks/preview/2023-11-02-preview/managedClusters.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2023-11-02-preview/examples/ListSafeguardsVersions.json b/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2023-11-02-preview/examples/ListSafeguardsVersions.json index 4042096d99bb..a88fe41fd969 100644 --- a/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2023-11-02-preview/examples/ListSafeguardsVersions.json +++ b/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2023-11-02-preview/examples/ListSafeguardsVersions.json @@ -9,8 +9,8 @@ "body": { "value": [ { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/location1/guardrailsVersions/v1.0.0", - "type": "Microsoft.ContainerService/locations/guardrailsVersions", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/location1/safeguardsVersions/v1.0.0", + "type": "Microsoft.ContainerService/locations/safeguardsVersions", "name": "v1.0.0", "properties": { "isDefaultVersion": true, diff --git a/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2023-11-02-preview/managedClusters.json b/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2023-11-02-preview/managedClusters.json index 2aac7da06e9a..49ab23549cd8 100644 --- a/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2023-11-02-preview/managedClusters.json +++ b/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2023-11-02-preview/managedClusters.json @@ -5728,7 +5728,7 @@ }, "safeguardsProfile": { "$ref": "#/definitions/SafeguardsProfile", - "description": "The Safeguards profile holds all the guardrails information for a given cluster" + "description": "The Safeguards profile holds all the safeguards information for a given cluster" }, "serviceMeshProfile": { "$ref": "#/definitions/ServiceMeshProfile" @@ -8580,7 +8580,7 @@ "name": "level", "modelAsString": true }, - "description": "The Safeguards level to be used. By default, Guardrails is enabled for all namespaces except those that AKS excludes via systemExcludedNamespaces" + "description": "The Safeguards level to be used. By default, Safeguards is enabled for all namespaces except those that AKS excludes via systemExcludedNamespaces" }, "excludedNamespaces": { "description": "List of namespaces excluded from Safeguards checks", From b09c302003520fd8ec42239984ba8c9414da3ffa Mon Sep 17 00:00:00 2001 From: Nick Keller Date: Tue, 21 Nov 2023 15:35:23 -0500 Subject: [PATCH 4/6] fix casing --- .../aks/preview/2023-11-02-preview/managedClusters.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2023-11-02-preview/managedClusters.json b/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2023-11-02-preview/managedClusters.json index 49ab23549cd8..4f57990b90dc 100644 --- a/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2023-11-02-preview/managedClusters.json +++ b/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2023-11-02-preview/managedClusters.json @@ -3405,7 +3405,7 @@ "200": { "description": "OK", "schema": { - "$ref": "#/definitions/safeguardsAvailableVersion" + "$ref": "#/definitions/SafeguardsAvailableVersion" } }, "default": { From bb5d2509aead09e2bd463d1f1a58dd3dcbd44da5 Mon Sep 17 00:00:00 2001 From: Nick Keller Date: Thu, 30 Nov 2023 16:18:53 -0500 Subject: [PATCH 5/6] Add back guardrailsVersions --- .../examples/GetGuardrailsVersions.json | 21 +++ .../examples/ListGuardrailsVersions.json | 24 +++ .../2023-11-02-preview/managedClusters.json | 154 ++++++++++++++++++ 3 files changed, 199 insertions(+) create mode 100644 specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2023-11-02-preview/examples/GetGuardrailsVersions.json create mode 100644 specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2023-11-02-preview/examples/ListGuardrailsVersions.json diff --git a/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2023-11-02-preview/examples/GetGuardrailsVersions.json b/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2023-11-02-preview/examples/GetGuardrailsVersions.json new file mode 100644 index 000000000000..fa9c1bcf19d6 --- /dev/null +++ b/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2023-11-02-preview/examples/GetGuardrailsVersions.json @@ -0,0 +1,21 @@ +{ + "parameters": { + "api-version": "2023-11-02-preview", + "subscriptionId": "00000000-0000-0000-0000-000000000000", + "location": "location1", + "version": "v1.0.0" + }, + "responses": { + "200": { + "body": { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/location1/guardrailsVersions/v1.0.0", + "type": "Microsoft.ContainerService/locations/guardrailsVersions", + "name": "v1.0.0", + "properties": { + "isDefaultVersion": true, + "support": "Preview" + } + } + } + } +} diff --git a/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2023-11-02-preview/examples/ListGuardrailsVersions.json b/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2023-11-02-preview/examples/ListGuardrailsVersions.json new file mode 100644 index 000000000000..4042096d99bb --- /dev/null +++ b/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2023-11-02-preview/examples/ListGuardrailsVersions.json @@ -0,0 +1,24 @@ +{ + "parameters": { + "api-version": "2023-11-02-preview", + "subscriptionId": "00000000-0000-0000-0000-000000000000", + "location": "location1" + }, + "responses": { + "200": { + "body": { + "value": [ + { + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ContainerService/locations/location1/guardrailsVersions/v1.0.0", + "type": "Microsoft.ContainerService/locations/guardrailsVersions", + "name": "v1.0.0", + "properties": { + "isDefaultVersion": true, + "support": "Preview" + } + } + ] + } + } + } +} diff --git a/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2023-11-02-preview/managedClusters.json b/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2023-11-02-preview/managedClusters.json index 4f57990b90dc..bdb46f3547c7 100644 --- a/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2023-11-02-preview/managedClusters.json +++ b/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2023-11-02-preview/managedClusters.json @@ -3379,6 +3379,92 @@ "x-ms-long-running-operation": true } }, + "/subscriptions/{subscriptionId}/providers/Microsoft.ContainerService/locations/{location}/guardrailsVersions/{version}": { + "get": { + "tags": [ + "ManagedClusters" + ], + "operationId": "ManagedClusters_GetGuardrailsVersions", + "summary": "Gets supported guardrails version in the specified subscription and location.", + "description": "Contains guardrails version along with its support info and whether it is a default version.", + "parameters": [ + { + "$ref": "../../../../../../common-types/resource-management/v5/types.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "../../../../../../common-types/resource-management/v5/types.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "../../../../../../common-types/resource-management/v5/types.json#/parameters/LocationParameter" + }, + { + "$ref": "#/parameters/VersionParameter" + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/GuardrailsAvailableVersion" + } + }, + "default": { + "description": "Error response describing why the operation failed", + "schema": { + "$ref": "#/definitions/CloudError" + } + } + }, + "x-ms-examples": { + "Get Safeguards available versions": { + "$ref": "./examples/GetGuardrailsVersions.json" + } + } + } + }, + "/subscriptions/{subscriptionId}/providers/Microsoft.ContainerService/locations/{location}/guardrailsVersions": { + "get": { + "tags": [ + "ManagedClusters" + ], + "operationId": "ManagedClusters_ListGuardrailsVersions", + "summary": "Gets a list of supported Guardrails versions in the specified subscription and location.", + "description": "Contains list of Guardrails version along with its support info and whether it is a default version.", + "parameters": [ + { + "$ref": "../../../../../../common-types/resource-management/v5/types.json#/parameters/ApiVersionParameter" + }, + { + "$ref": "../../../../../../common-types/resource-management/v5/types.json#/parameters/SubscriptionIdParameter" + }, + { + "$ref": "../../../../../../common-types/resource-management/v5/types.json#/parameters/LocationParameter" + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/GuardrailsAvailableVersionsList" + } + }, + "default": { + "description": "Error response describing why the operation failed.", + "schema": { + "$ref": "#/definitions/CloudError" + } + } + }, + "x-ms-pageable": { + "nextLinkName": "nextLink" + }, + "x-ms-examples": { + "List Safeguards Versions": { + "$ref": "./examples/ListGuardrailsVersions.json" + } + } + } + }, "/subscriptions/{subscriptionId}/providers/Microsoft.ContainerService/locations/{location}/safeguardsVersions/{version}": { "get": { "tags": [ @@ -7478,6 +7564,74 @@ ], "description": "The OS option profile." }, + "GuardrailsAvailableVersionsProperties": { + "type": "object", + "description": "Whether the version is default or not and support info.", + "properties": { + "isDefaultVersion": { + "type": "boolean", + "readOnly": true + }, + "support": { + "type": "string", + "enum": [ + "Preview", + "Stable" + ], + "x-ms-enum": { + "name": "GuardrailsSupport", + "modelAsString": true, + "values": [ + { + "value": "Preview", + "description": "The version is preview. It is not recommended to use preview versions on critical production clusters. The preview version may not support all use-cases." + }, + { + "value": "Stable", + "description": "The version is stable and can be used on critical production clusters." + } + ] + }, + "description": "Whether the version is preview or stable.", + "readOnly": true + } + } + }, + "GuardrailsAvailableVersion": { + "type": "object", + "description": "Available Guardrails Version", + "allOf": [ + { + "$ref": "../../../../../../common-types/resource-management/v5/types.json#/definitions/Resource" + } + ], + "properties": { + "properties": { + "$ref": "#/definitions/GuardrailsAvailableVersionsProperties" + } + }, + "required": [ + "properties" + ] + }, + "GuardrailsAvailableVersionsList": { + "type": "object", + "description": "Hold values properties, which is array of GuardrailsVersions", + "properties": { + "value": { + "type": "array", + "items": { + "$ref": "#/definitions/GuardrailsAvailableVersion" + }, + "description": "Array of AKS supported Guardrails versions." + }, + "nextLink": { + "type": "string", + "description": "The URL to get the next Guardrails available version.", + "readOnly": true + } + } + }, "SafeguardsAvailableVersionsProperties": { "type": "object", "description": "Whether the version is default or not and support info.", From 9972ae890b13fc94781d1086c38c43d18c164282 Mon Sep 17 00:00:00 2001 From: Nick Keller Date: Thu, 30 Nov 2023 16:21:11 -0500 Subject: [PATCH 6/6] Fix typos --- .../aks/preview/2023-11-02-preview/managedClusters.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2023-11-02-preview/managedClusters.json b/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2023-11-02-preview/managedClusters.json index bdb46f3547c7..50e83ad153c0 100644 --- a/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2023-11-02-preview/managedClusters.json +++ b/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2023-11-02-preview/managedClusters.json @@ -3385,8 +3385,8 @@ "ManagedClusters" ], "operationId": "ManagedClusters_GetGuardrailsVersions", - "summary": "Gets supported guardrails version in the specified subscription and location.", - "description": "Contains guardrails version along with its support info and whether it is a default version.", + "summary": "Gets supported Guardrails version in the specified subscription and location.", + "description": "Contains Guardrails version along with its support info and whether it is a default version.", "parameters": [ { "$ref": "../../../../../../common-types/resource-management/v5/types.json#/parameters/ApiVersionParameter" @@ -3416,7 +3416,7 @@ } }, "x-ms-examples": { - "Get Safeguards available versions": { + "Get guardrails available versions": { "$ref": "./examples/GetGuardrailsVersions.json" } } @@ -3459,7 +3459,7 @@ "nextLinkName": "nextLink" }, "x-ms-examples": { - "List Safeguards Versions": { + "List Guardrails Versions": { "$ref": "./examples/ListGuardrailsVersions.json" } }