diff --git a/specification/apimanagement/resource-manager/Microsoft.ApiManagement/preview/2019-12-01-preview/apimanagement.json b/specification/apimanagement/resource-manager/Microsoft.ApiManagement/preview/2019-12-01-preview/apimanagement.json index 07c3644280f7..4b0973a40094 100644 --- a/specification/apimanagement/resource-manager/Microsoft.ApiManagement/preview/2019-12-01-preview/apimanagement.json +++ b/specification/apimanagement/resource-manager/Microsoft.ApiManagement/preview/2019-12-01-preview/apimanagement.json @@ -530,12 +530,12 @@ "maxLength": 256, "x-ms-parameter-location": "method" }, - "PropertyIdParameter": { - "name": "propId", + "NamedValueIdParameter": { + "name": "namedValueId", "in": "path", "required": true, "type": "string", - "description": "Identifier of the property.", + "description": "Identifier of the NamedValue.", "maxLength": 256, "pattern": "^[^*#&+:<>?]+$", "x-ms-parameter-location": "method" diff --git a/specification/apimanagement/resource-manager/Microsoft.ApiManagement/preview/2019-12-01-preview/apimproperties.json b/specification/apimanagement/resource-manager/Microsoft.ApiManagement/preview/2019-12-01-preview/apimnamedvalues.json similarity index 71% rename from specification/apimanagement/resource-manager/Microsoft.ApiManagement/preview/2019-12-01-preview/apimproperties.json rename to specification/apimanagement/resource-manager/Microsoft.ApiManagement/preview/2019-12-01-preview/apimnamedvalues.json index dedcdf2b9f10..58de01738b4c 100644 --- a/specification/apimanagement/resource-manager/Microsoft.ApiManagement/preview/2019-12-01-preview/apimproperties.json +++ b/specification/apimanagement/resource-manager/Microsoft.ApiManagement/preview/2019-12-01-preview/apimnamedvalues.json @@ -2,7 +2,7 @@ "swagger": "2.0", "info": { "title": "ApiManagementClient", - "description": "Use these REST APIs for performing operations on Property entity associated with your Azure API Management deployment. API Management policies are a powerful capability of the system that allow the publisher to change the behavior of the API through configuration. Policies are a collection of statements that are executed sequentially on the request or response of an API. Policy statements can be constructed using literal text values, policy expressions, and properties. Each API Management service instance has a properties collection of key/value pairs that are global to the service instance. These properties can be used to manage constant string values across all API configuration and policies.", + "description": "Use these REST APIs for performing operations on NamedValue entity associated with your Azure API Management deployment. API Management policies are a powerful capability of the system that allow the publisher to change the behavior of the API through configuration. Policies are a collection of statements that are executed sequentially on the request or response of an API. Policy statements can be constructed using literal text values, policy expressions, and NamedValues. Each API Management service instance has a NamedValues collection of key/value pairs that are global to the service instance. These NamedValues can be used to manage constant string values across all API configuration and policies.", "version": "2019-12-01-preview" }, "host": "management.azure.com", @@ -34,19 +34,19 @@ } }, "paths": { - "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/properties": { + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/namedValues": { "get": { "tags": [ - "Property" + "NamedValue" ], - "operationId": "Property_ListByService", - "description": "Lists a collection of properties defined within a service instance.", + "operationId": "NamedValue_ListByService", + "description": "Lists a collection of NamedValues defined within a service instance.", "externalDocs": { "url": "https://docs.microsoft.com/en-us/azure/api-management/api-management-howto-properties" }, "x-ms-examples": { - "ApiManagementListProperties": { - "$ref": "./examples/ApiManagementListProperties.json" + "ApiManagementListNamedValues": { + "$ref": "./examples/ApiManagementListNamedValues.json" } }, "parameters": [ @@ -78,9 +78,9 @@ ], "responses": { "200": { - "description": "A Collection of the Property entities for the specified API Management service instance.", + "description": "A Collection of the NamedValue entities for the specified API Management service instance.", "schema": { - "$ref": "./definitions.json#/definitions/PropertyCollection" + "$ref": "./definitions.json#/definitions/NamedValueCollection" } }, "default": { @@ -93,19 +93,19 @@ "x-ms-pageable": { "nextLinkName": "nextLink" }, - "x-ms-odata": "./definitions.json#/definitions/PropertyContract" + "x-ms-odata": "./definitions.json#/definitions/NamedValueContract" } }, - "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/properties/{propId}": { + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/namedValues/{namedValueId}": { "head": { "tags": [ - "Property" + "NamedValue" ], - "operationId": "Property_GetEntityTag", - "description": "Gets the entity state (Etag) version of the property specified by its identifier.", + "operationId": "NamedValue_GetEntityTag", + "description": "Gets the entity state (Etag) version of the NamedValue specified by its identifier.", "x-ms-examples": { - "ApiManagementHeadProperty": { - "$ref": "./examples/ApiManagementHeadProperty.json" + "ApiManagementHeadNamedValue": { + "$ref": "./examples/ApiManagementHeadNamedValue.json" } }, "parameters": [ @@ -116,7 +116,7 @@ "$ref": "./apimanagement.json#/parameters/ServiceNameParameter" }, { - "$ref": "./apimanagement.json#/parameters/PropertyIdParameter" + "$ref": "./apimanagement.json#/parameters/NamedValueIdParameter" }, { "$ref": "./apimanagement.json#/parameters/ApiVersionParameter" @@ -127,7 +127,7 @@ ], "responses": { "200": { - "description": "Specified Property entity exists and current entity state version is present in the ETag header.", + "description": "Specified NamedValue entity exists and current entity state version is present in the ETag header.", "headers": { "ETag": { "description": "Current entity state version. Should be treated as opaque and used to make conditional HTTP requests.", @@ -145,13 +145,13 @@ }, "get": { "tags": [ - "Property" + "NamedValue" ], - "operationId": "Property_Get", - "description": "Gets the details of the property specified by its identifier.", + "operationId": "NamedValue_Get", + "description": "Gets the details of the NamedValue specified by its identifier.", "x-ms-examples": { - "ApiManagementGetProperty": { - "$ref": "./examples/ApiManagementGetProperty.json" + "ApiManagementGetNamedValue": { + "$ref": "./examples/ApiManagementGetNamedValue.json" } }, "parameters": [ @@ -162,7 +162,7 @@ "$ref": "./apimanagement.json#/parameters/ServiceNameParameter" }, { - "$ref": "./apimanagement.json#/parameters/PropertyIdParameter" + "$ref": "./apimanagement.json#/parameters/NamedValueIdParameter" }, { "$ref": "./apimanagement.json#/parameters/ApiVersionParameter" @@ -173,9 +173,9 @@ ], "responses": { "200": { - "description": "The response body contains the specified Property entity.", + "description": "The response body contains the specified NamedValue entity.", "schema": { - "$ref": "./definitions.json#/definitions/PropertyContract" + "$ref": "./definitions.json#/definitions/NamedValueContract" }, "headers": { "ETag": { @@ -194,13 +194,13 @@ }, "put": { "tags": [ - "Property" + "NamedValue" ], - "operationId": "Property_CreateOrUpdate", - "description": "Creates or updates a property.", + "operationId": "NamedValue_CreateOrUpdate", + "description": "Creates or updates a NamedValue.", "x-ms-examples": { - "ApiManagementCreateProperty": { - "$ref": "./examples/ApiManagementCreateProperty.json" + "ApiManagementCreateNamedValue": { + "$ref": "./examples/ApiManagementCreateNamedValue.json" } }, "parameters": [ @@ -211,14 +211,14 @@ "$ref": "./apimanagement.json#/parameters/ServiceNameParameter" }, { - "$ref": "./apimanagement.json#/parameters/PropertyIdParameter" + "$ref": "./apimanagement.json#/parameters/NamedValueIdParameter" }, { "name": "parameters", "in": "body", "required": true, "schema": { - "$ref": "./definitions.json#/definitions/PropertyContract" + "$ref": "./definitions.json#/definitions/NamedValueContract" }, "description": "Create parameters." }, @@ -234,9 +234,9 @@ ], "responses": { "201": { - "description": "Property was successfully created.", + "description": "NamedValue was successfully created.", "schema": { - "$ref": "./definitions.json#/definitions/PropertyContract" + "$ref": "./definitions.json#/definitions/NamedValueContract" }, "headers": { "ETag": { @@ -246,9 +246,9 @@ } }, "200": { - "description": "Property was successfully updated.", + "description": "NamedValue was successfully updated.", "schema": { - "$ref": "./definitions.json#/definitions/PropertyContract" + "$ref": "./definitions.json#/definitions/NamedValueContract" }, "headers": { "ETag": { @@ -267,13 +267,13 @@ }, "patch": { "tags": [ - "Property" + "NamedValue" ], - "operationId": "Property_Update", - "description": "Updates the specific property.", + "operationId": "NamedValue_Update", + "description": "Updates the specific NamedValue.", "x-ms-examples": { - "ApiManagementUpdateProperty": { - "$ref": "./examples/ApiManagementUpdateProperty.json" + "ApiManagementUpdateNamedValue": { + "$ref": "./examples/ApiManagementUpdateNamedValue.json" } }, "parameters": [ @@ -284,14 +284,14 @@ "$ref": "./apimanagement.json#/parameters/ServiceNameParameter" }, { - "$ref": "./apimanagement.json#/parameters/PropertyIdParameter" + "$ref": "./apimanagement.json#/parameters/NamedValueIdParameter" }, { "name": "parameters", "in": "body", "required": true, "schema": { - "$ref": "./definitions.json#/definitions/PropertyUpdateParameters" + "$ref": "./definitions.json#/definitions/NamedValueUpdateParameters" }, "description": "Update parameters." }, @@ -307,7 +307,7 @@ ], "responses": { "204": { - "description": "Property was successfully updated." + "description": "NamedValue was successfully updated." }, "default": { "description": "Error response describing why the operation failed.", @@ -319,13 +319,13 @@ }, "delete": { "tags": [ - "Property" + "NamedValue" ], - "operationId": "Property_Delete", - "description": "Deletes specific property from the API Management service instance.", + "operationId": "NamedValue_Delete", + "description": "Deletes specific NamedValue from the API Management service instance.", "x-ms-examples": { - "ApiManagementDeleteProperty": { - "$ref": "./examples/ApiManagementDeleteProperty.json" + "ApiManagementDeleteNamedValue": { + "$ref": "./examples/ApiManagementDeleteNamedValue.json" } }, "parameters": [ @@ -336,7 +336,7 @@ "$ref": "./apimanagement.json#/parameters/ServiceNameParameter" }, { - "$ref": "./apimanagement.json#/parameters/PropertyIdParameter" + "$ref": "./apimanagement.json#/parameters/NamedValueIdParameter" }, { "$ref": "./apimanagement.json#/parameters/IfMatchRequiredParameter" @@ -350,10 +350,10 @@ ], "responses": { "200": { - "description": "Property was successfully deleted." + "description": "NamedValue was successfully deleted." }, "204": { - "description": "Property was successfully deleted." + "description": "NamedValue was successfully deleted." }, "default": { "description": "Error response describing why the operation failed.", diff --git a/specification/apimanagement/resource-manager/Microsoft.ApiManagement/preview/2019-12-01-preview/definitions.json b/specification/apimanagement/resource-manager/Microsoft.ApiManagement/preview/2019-12-01-preview/definitions.json index 38ce63ef17d3..bcee68f8d695 100644 --- a/specification/apimanagement/resource-manager/Microsoft.ApiManagement/preview/2019-12-01-preview/definitions.json +++ b/specification/apimanagement/resource-manager/Microsoft.ApiManagement/preview/2019-12-01-preview/definitions.json @@ -3498,12 +3498,12 @@ ], "description": "Parameters supplied to the Update Product operation." }, - "PropertyCollection": { + "NamedValueCollection": { "properties": { "value": { "type": "array", "items": { - "$ref": "#/definitions/PropertyContract" + "$ref": "#/definitions/NamedValueContract" }, "description": "Page values." }, @@ -3512,14 +3512,14 @@ "description": "Next page link if any." } }, - "description": "Paged Property list representation." + "description": "Paged NamedValue list representation." }, - "PropertyContract": { + "NamedValueContract": { "properties": { "properties": { "x-ms-client-flatten": true, - "$ref": "#/definitions/PropertyContractProperties", - "description": "Property entity contract properties." + "$ref": "#/definitions/NamedValueContractProperties", + "description": "NamedValue entity contract properties." } }, "allOf": [ @@ -3527,36 +3527,36 @@ "$ref": "./apimanagement.json#/definitions/Resource" } ], - "description": "Property details." + "description": "NamedValue details." }, - "PropertyContractProperties": { + "NamedValueContractProperties": { "properties": { "displayName": { "type": "string", - "description": "Unique name of Property. It may contain only letters, digits, period, dash, and underscore characters.", + "description": "Unique name of NamedValue. It may contain only letters, digits, period, dash, and underscore characters.", "minLength": 1, "maxLength": 256, "pattern": "^[A-Za-z0-9-._]+$" }, "value": { "type": "string", - "description": "Value of the property. Can contain policy expressions. It may not be empty or consist only of whitespace.", + "description": "Value of the NamedValue. Can contain policy expressions. It may not be empty or consist only of whitespace.", "minLength": 1, "maxLength": 4096 } }, "allOf": [ { - "$ref": "#/definitions/PropertyEntityBaseParameters" + "$ref": "#/definitions/NamedValueEntityBaseParameters" } ], "required": [ "displayName", "value" ], - "description": "Property Contract properties." + "description": "NamedValue Contract properties." }, - "PropertyEntityBaseParameters": { + "NamedValueEntityBaseParameters": { "properties": { "tags": { "type": "array", @@ -3564,47 +3564,47 @@ "type": "string" }, "maxItems": 32, - "description": "Optional tags that when provided can be used to filter the property list." + "description": "Optional tags that when provided can be used to filter the NamedValue list." }, "secret": { "description": "Determines whether the value is a secret and should be encrypted or not. Default value is false.", "type": "boolean" } }, - "description": "Property Entity Base Parameters set." + "description": "NamedValue Entity Base Parameters set." }, - "PropertyUpdateParameterProperties": { + "NamedValueUpdateParameterProperties": { "properties": { "displayName": { "type": "string", - "description": "Unique name of Property. It may contain only letters, digits, period, dash, and underscore characters.", + "description": "Unique name of NamedValue. It may contain only letters, digits, period, dash, and underscore characters.", "minLength": 1, "maxLength": 256, "pattern": "^[A-Za-z0-9-._]+$" }, "value": { "type": "string", - "description": "Value of the property. Can contain policy expressions. It may not be empty or consist only of whitespace.", + "description": "Value of the NamedValue. Can contain policy expressions. It may not be empty or consist only of whitespace.", "minLength": 1, "maxLength": 4096 } }, "allOf": [ { - "$ref": "#/definitions/PropertyEntityBaseParameters" + "$ref": "#/definitions/NamedValueEntityBaseParameters" } ], - "description": "Property Contract properties." + "description": "NamedValue Contract properties." }, - "PropertyUpdateParameters": { + "NamedValueUpdateParameters": { "properties": { "properties": { "x-ms-client-flatten": true, - "$ref": "#/definitions/PropertyUpdateParameterProperties", - "description": "Property entity Update contract properties." + "$ref": "#/definitions/NamedValueUpdateParameterProperties", + "description": "NamedValue entity Update contract properties." } }, - "description": "Property update Parameters." + "description": "NamedValue update Parameters." }, "QuotaCounterCollection": { "properties": { diff --git a/specification/apimanagement/resource-manager/Microsoft.ApiManagement/preview/2019-12-01-preview/examples/ApiManagementCreateProperty.json b/specification/apimanagement/resource-manager/Microsoft.ApiManagement/preview/2019-12-01-preview/examples/ApiManagementCreateNamedValue.json similarity index 78% rename from specification/apimanagement/resource-manager/Microsoft.ApiManagement/preview/2019-12-01-preview/examples/ApiManagementCreateProperty.json rename to specification/apimanagement/resource-manager/Microsoft.ApiManagement/preview/2019-12-01-preview/examples/ApiManagementCreateNamedValue.json index 6bf81ac3e153..949e44d68257 100644 --- a/specification/apimanagement/resource-manager/Microsoft.ApiManagement/preview/2019-12-01-preview/examples/ApiManagementCreateProperty.json +++ b/specification/apimanagement/resource-manager/Microsoft.ApiManagement/preview/2019-12-01-preview/examples/ApiManagementCreateNamedValue.json @@ -4,7 +4,7 @@ "resourceGroupName": "rg1", "api-version": "2019-12-01-preview", "subscriptionId": "subid", - "propId": "testprop2", + "namedValueId": "testprop2", "parameters": { "properties": { "displayName": "prop3name", @@ -20,8 +20,8 @@ "responses": { "201": { "body": { - "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.ApiManagement/service/apimService1/properties/testprop2", - "type": "Microsoft.ApiManagement/service/properties", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.ApiManagement/service/apimService1/namedValues/testprop2", + "type": "Microsoft.ApiManagement/service/namedValues", "name": "testprop2", "properties": { "displayName": "prop3name", @@ -36,8 +36,8 @@ }, "200": { "body": { - "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.ApiManagement/service/apimService1/properties/testprop2", - "type": "Microsoft.ApiManagement/service/properties", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.ApiManagement/service/apimService1/namedValues/testprop2", + "type": "Microsoft.ApiManagement/service/namedValues", "name": "testprop2", "properties": { "displayName": "prop3name", diff --git a/specification/apimanagement/resource-manager/Microsoft.ApiManagement/preview/2019-12-01-preview/examples/ApiManagementDeleteProperty.json b/specification/apimanagement/resource-manager/Microsoft.ApiManagement/preview/2019-12-01-preview/examples/ApiManagementDeleteNamedValue.json similarity index 87% rename from specification/apimanagement/resource-manager/Microsoft.ApiManagement/preview/2019-12-01-preview/examples/ApiManagementDeleteProperty.json rename to specification/apimanagement/resource-manager/Microsoft.ApiManagement/preview/2019-12-01-preview/examples/ApiManagementDeleteNamedValue.json index a3b0add6b7c6..250c6e39f832 100644 --- a/specification/apimanagement/resource-manager/Microsoft.ApiManagement/preview/2019-12-01-preview/examples/ApiManagementDeleteProperty.json +++ b/specification/apimanagement/resource-manager/Microsoft.ApiManagement/preview/2019-12-01-preview/examples/ApiManagementDeleteNamedValue.json @@ -4,7 +4,7 @@ "resourceGroupName": "rg1", "api-version": "2019-12-01-preview", "subscriptionId": "subid", - "propId": "testprop2", + "namedValueId": "testprop2", "If-Match": "*" }, "responses": { diff --git a/specification/apimanagement/resource-manager/Microsoft.ApiManagement/preview/2019-12-01-preview/examples/ApiManagementGetProperty.json b/specification/apimanagement/resource-manager/Microsoft.ApiManagement/preview/2019-12-01-preview/examples/ApiManagementGetNamedValue.json similarity index 73% rename from specification/apimanagement/resource-manager/Microsoft.ApiManagement/preview/2019-12-01-preview/examples/ApiManagementGetProperty.json rename to specification/apimanagement/resource-manager/Microsoft.ApiManagement/preview/2019-12-01-preview/examples/ApiManagementGetNamedValue.json index 081fbd53b3ea..e359bd17431c 100644 --- a/specification/apimanagement/resource-manager/Microsoft.ApiManagement/preview/2019-12-01-preview/examples/ApiManagementGetProperty.json +++ b/specification/apimanagement/resource-manager/Microsoft.ApiManagement/preview/2019-12-01-preview/examples/ApiManagementGetNamedValue.json @@ -4,13 +4,13 @@ "resourceGroupName": "rg1", "api-version": "2019-12-01-preview", "subscriptionId": "subid", - "propId": "testarmTemplateproperties2" + "namedValueId": "testarmTemplateproperties2" }, "responses": { "200": { "body": { - "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.ApiManagement/service/apimService1/properties/testarmTemplateproperties2", - "type": "Microsoft.ApiManagement/service/properties", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.ApiManagement/service/apimService1/namedValues/testarmTemplateproperties2", + "type": "Microsoft.ApiManagement/service/namedValues", "name": "testarmTemplateproperties2", "properties": { "displayName": "propName", diff --git a/specification/apimanagement/resource-manager/Microsoft.ApiManagement/preview/2019-12-01-preview/examples/ApiManagementHeadProperty.json b/specification/apimanagement/resource-manager/Microsoft.ApiManagement/preview/2019-12-01-preview/examples/ApiManagementHeadNamedValue.json similarity index 84% rename from specification/apimanagement/resource-manager/Microsoft.ApiManagement/preview/2019-12-01-preview/examples/ApiManagementHeadProperty.json rename to specification/apimanagement/resource-manager/Microsoft.ApiManagement/preview/2019-12-01-preview/examples/ApiManagementHeadNamedValue.json index 892813b6bbae..bfb9d05aaee3 100644 --- a/specification/apimanagement/resource-manager/Microsoft.ApiManagement/preview/2019-12-01-preview/examples/ApiManagementHeadProperty.json +++ b/specification/apimanagement/resource-manager/Microsoft.ApiManagement/preview/2019-12-01-preview/examples/ApiManagementHeadNamedValue.json @@ -4,7 +4,7 @@ "resourceGroupName": "rg1", "api-version": "2019-12-01-preview", "subscriptionId": "subid", - "propId": "testarmTemplateproperties2" + "namedValueId": "testarmTemplateproperties2" }, "responses": { "200": { diff --git a/specification/apimanagement/resource-manager/Microsoft.ApiManagement/preview/2019-12-01-preview/examples/ApiManagementListProperties.json b/specification/apimanagement/resource-manager/Microsoft.ApiManagement/preview/2019-12-01-preview/examples/ApiManagementListNamedValues.json similarity index 77% rename from specification/apimanagement/resource-manager/Microsoft.ApiManagement/preview/2019-12-01-preview/examples/ApiManagementListProperties.json rename to specification/apimanagement/resource-manager/Microsoft.ApiManagement/preview/2019-12-01-preview/examples/ApiManagementListNamedValues.json index 2deb706425aa..19001e0eaa8f 100644 --- a/specification/apimanagement/resource-manager/Microsoft.ApiManagement/preview/2019-12-01-preview/examples/ApiManagementListProperties.json +++ b/specification/apimanagement/resource-manager/Microsoft.ApiManagement/preview/2019-12-01-preview/examples/ApiManagementListNamedValues.json @@ -10,8 +10,8 @@ "body": { "value": [ { - "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.ApiManagement/service/apimService1/properties/592f1174cc83890dc4f32686", - "type": "Microsoft.ApiManagement/service/properties", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.ApiManagement/service/apimService1/namedValues/592f1174cc83890dc4f32686", + "type": "Microsoft.ApiManagement/service/namedValues", "name": "592f1174cc83890dc4f32686", "properties": { "displayName": "Logger-Credentials-592f1174cc83890dc4f32687", @@ -20,8 +20,8 @@ } }, { - "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.ApiManagement/service/apimService1/properties/testarmTemplateproperties2", - "type": "Microsoft.ApiManagement/service/properties", + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.ApiManagement/service/apimService1/namedValues/testarmTemplateproperties2", + "type": "Microsoft.ApiManagement/service/namedValues", "name": "testarmTemplateproperties2", "properties": { "displayName": "propName", diff --git a/specification/apimanagement/resource-manager/Microsoft.ApiManagement/preview/2019-12-01-preview/examples/ApiManagementUpdateProperty.json b/specification/apimanagement/resource-manager/Microsoft.ApiManagement/preview/2019-12-01-preview/examples/ApiManagementUpdateNamedValue.json similarity index 91% rename from specification/apimanagement/resource-manager/Microsoft.ApiManagement/preview/2019-12-01-preview/examples/ApiManagementUpdateProperty.json rename to specification/apimanagement/resource-manager/Microsoft.ApiManagement/preview/2019-12-01-preview/examples/ApiManagementUpdateNamedValue.json index e0fc47ecf023..8cc061bf9b5b 100644 --- a/specification/apimanagement/resource-manager/Microsoft.ApiManagement/preview/2019-12-01-preview/examples/ApiManagementUpdateProperty.json +++ b/specification/apimanagement/resource-manager/Microsoft.ApiManagement/preview/2019-12-01-preview/examples/ApiManagementUpdateNamedValue.json @@ -4,7 +4,7 @@ "resourceGroupName": "rg1", "api-version": "2019-12-01-preview", "subscriptionId": "subid", - "propId": "testprop2", + "namedValueId": "testprop2", "If-Match": "*", "parameters": { "properties": { diff --git a/specification/apimanagement/resource-manager/readme.md b/specification/apimanagement/resource-manager/readme.md index 3a4371b8ab4a..152a1d72a56a 100644 --- a/specification/apimanagement/resource-manager/readme.md +++ b/specification/apimanagement/resource-manager/readme.md @@ -61,7 +61,7 @@ input-file: - Microsoft.ApiManagement/preview/2019-12-01-preview/apimportalsettings.json - Microsoft.ApiManagement/preview/2019-12-01-preview/apimproducts.json - Microsoft.ApiManagement/preview/2019-12-01-preview/apimproductsByTags.json - - Microsoft.ApiManagement/preview/2019-12-01-preview/apimproperties.json + - Microsoft.ApiManagement/preview/2019-12-01-preview/apimnamedvalues.json - Microsoft.ApiManagement/preview/2019-12-01-preview/apimquotas.json - Microsoft.ApiManagement/preview/2019-12-01-preview/apimregions.json - Microsoft.ApiManagement/preview/2019-12-01-preview/apimreports.json