Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
"200": {
"description": "The subscription-level Traffic Manager Real User Metrics key.",
"schema": {
"$ref": "#/definitions/TrafficManagerUserMetricsKeyModel"
"$ref": "#/definitions/TrafficManagerUserMetricsKeyModel"
}
},
"default": {
Expand Down Expand Up @@ -162,8 +162,8 @@
"201": {
"description": "A new subscription-level key has been created for Real User Metrics collection.",
"schema": {
"$ref": "#/definitions/TrafficManagerUserMetricsKeyModel"
}
"$ref": "#/definitions/TrafficManagerUserMetricsKeyModel"
}
},
"default": {
"description": "Default response. It will be deserialized as per the Error definition.",
Expand Down Expand Up @@ -242,7 +242,7 @@
"type": {
"readOnly": true,
"type": "string",
"description": "The type of the resource. Ex- Microsoft.Network/trafficmanagerProfiles."
"description": "The type of the resource. Ex- Microsoft.Network/trafficManagerProfiles."
}
},
"x-ms-azure-resource": true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,12 @@
}
],
"responses": {
"200": {
"description": "The updated Traffic Manager endpoint.",
"schema": {
"$ref": "#/definitions/Endpoint"
}
}
"200": {
"description": "The updated Traffic Manager endpoint.",
"schema": {
"$ref": "#/definitions/Endpoint"
}
}
}
},
"get": {
Expand Down Expand Up @@ -121,12 +121,12 @@
}
],
"responses": {
"200": {
"description": "The Traffic Manager endpoint.",
"schema": {
"$ref": "#/definitions/Endpoint"
}
}
"200": {
"description": "The Traffic Manager endpoint.",
"schema": {
"$ref": "#/definitions/Endpoint"
}
}
}
},
"put": {
Expand Down Expand Up @@ -181,18 +181,18 @@
}
],
"responses": {
"200": {
"description": "The created or updated Endpoint.",
"schema": {
"$ref": "#/definitions/Endpoint"
}
},
"201": {
"description": "The created or updated Endpoint.",
"schema": {
"$ref": "#/definitions/Endpoint"
}
}
"200": {
"description": "The created or updated Endpoint.",
"schema": {
"$ref": "#/definitions/Endpoint"
}
},
"201": {
"description": "The created or updated Endpoint.",
"schema": {
"$ref": "#/definitions/Endpoint"
}
}
}
},
"delete": {
Expand Down Expand Up @@ -238,12 +238,12 @@
}
],
"responses": {
"200": {
"200": {
"description": ""
},
"204": {
"204": {
"description": ""
}
}
}
}
},
Expand All @@ -269,12 +269,12 @@
}
],
"responses": {
"200": {
"200": {
"description": "",
"schema": {
"$ref": "#/definitions/TrafficManagerNameAvailability"
}
}
"schema": {
"$ref": "#/definitions/TrafficManagerNameAvailability"
}
}
}
}
},
Expand Down Expand Up @@ -304,7 +304,7 @@
}
],
"responses": {
"200": {
"200": {
"description": "",
"schema": {
"$ref": "#/definitions/ProfileListResult"
Expand Down Expand Up @@ -332,7 +332,7 @@
}
],
"responses": {
"200": {
"200": {
"description": "",
"schema": {
"$ref": "#/definitions/ProfileListResult"
Expand Down Expand Up @@ -371,11 +371,11 @@
}
],
"responses": {
"200": {
"description": "The Traffic Manager profile.",
"schema": {
"$ref": "#/definitions/Profile"
}
"200": {
"description": "The Traffic Manager profile.",
"schema": {
"$ref": "#/definitions/Profile"
}
}
}
},
Expand Down Expand Up @@ -417,17 +417,17 @@
}
],
"responses": {
"200": {
"description": "The created or updated Traffic Manager profile.",
"schema": {
"$ref": "#/definitions/Profile"
}
},
"201": {
"description": "The created or updated Traffic Manager profile.",
"schema": {
"$ref": "#/definitions/Profile"
}
"200": {
"description": "The created or updated Traffic Manager profile.",
"schema": {
"$ref": "#/definitions/Profile"
}
},
"201": {
"description": "The created or updated Traffic Manager profile.",
"schema": {
"$ref": "#/definitions/Profile"
}
}
}
},
Expand Down Expand Up @@ -460,10 +460,10 @@
}
],
"responses": {
"200": {
"200": {
"description": ""
},
"204": {
"204": {
"description": ""
}
}
Expand Down Expand Up @@ -506,11 +506,11 @@
}
],
"responses": {
"200": {
"description": "The updated Traffic Manager profile.",
"schema": {
"$ref": "#/definitions/Profile"
}
"200": {
"description": "The updated Traffic Manager profile.",
"schema": {
"$ref": "#/definitions/Profile"
}
}
}
}
Expand Down Expand Up @@ -604,7 +604,7 @@
"ttl": {
"type": "integer",
"format": "int64",
"description": "Gets or sets the DNS Ttime-To-Live (TTL), in seconds. This informs the local DNS resolvers and DNS clients how long to cache DNS responses provided by this Traffic Manager profile."
"description": "Gets or sets the DNS Time-To-Live (TTL), in seconds. This informs the local DNS resolvers and DNS clients how long to cache DNS responses provided by this Traffic Manager profile."
}
},
"description": "Class containing DNS settings in a Traffic Manager profile."
Expand Down
Loading