Skip to content

Commit

Permalink
more change
Browse files Browse the repository at this point in the history
Signed-off-by: Young Bu Park <[email protected]>
  • Loading branch information
youngbupark committed Feb 15, 2024
1 parent 643610c commit ef4d9d3
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions typespec/Applications.Core/environments.tsp
Original file line number Diff line number Diff line change
@@ -1,17 +1,5 @@
/*
Copyright 2023 The Radius Authors.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/

import "@typespec/rest";
Expand All @@ -38,7 +26,7 @@ using OpenAPI;

namespace Applications.Core;

@doc("The environment resource")
@doc("The environment resource hello")
model EnvironmentResource is TrackedResourceRequired<EnvironmentProperties, "environments">{
@doc("environment name")
@key("environmentName")
Expand Down

0 comments on commit ef4d9d3

Please sign in to comment.