From 18c4e39930af102e07f6c0f0a6abf2701c998f02 Mon Sep 17 00:00:00 2001 From: Arcturus Date: Fri, 28 May 2021 11:47:10 +0800 Subject: [PATCH] introduce 4 new rps (#14723) --- .../armauthorization/LICENSE.txt | 21 +++++++++++++++++++ sdk/authorization/armauthorization/ci.yml | 15 +++++++++++++ .../armcontainerservice/LICENSE.txt | 21 +++++++++++++++++++ .../armcontainerservice/ci.yml | 15 +++++++++++++ sdk/monitor/armmonitor/LICENSE.txt | 21 +++++++++++++++++++ sdk/monitor/armmonitor/ci.yml | 15 +++++++++++++ sdk/privatedns/armprivatedns/LICENSE.txt | 21 +++++++++++++++++++ sdk/privatedns/armprivatedns/ci.yml | 15 +++++++++++++ 8 files changed, 144 insertions(+) create mode 100644 sdk/authorization/armauthorization/LICENSE.txt create mode 100644 sdk/authorization/armauthorization/ci.yml create mode 100644 sdk/containerservice/armcontainerservice/LICENSE.txt create mode 100644 sdk/containerservice/armcontainerservice/ci.yml create mode 100644 sdk/monitor/armmonitor/LICENSE.txt create mode 100644 sdk/monitor/armmonitor/ci.yml create mode 100644 sdk/privatedns/armprivatedns/LICENSE.txt create mode 100644 sdk/privatedns/armprivatedns/ci.yml diff --git a/sdk/authorization/armauthorization/LICENSE.txt b/sdk/authorization/armauthorization/LICENSE.txt new file mode 100644 index 000000000000..ccb63b166732 --- /dev/null +++ b/sdk/authorization/armauthorization/LICENSE.txt @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2021 Microsoft + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. \ No newline at end of file diff --git a/sdk/authorization/armauthorization/ci.yml b/sdk/authorization/armauthorization/ci.yml new file mode 100644 index 000000000000..605f490ff563 --- /dev/null +++ b/sdk/authorization/armauthorization/ci.yml @@ -0,0 +1,15 @@ +# NOTE: Please refer to https://aka.ms/azsdk/engsys/ci-yaml before editing this file. +trigger: + paths: + include: + - sdk/authorization/armauthorization + +pr: + paths: + include: + - sdk/authorization/armauthorization + +stages: +- template: ../../../eng/pipelines/templates/jobs/archetype-sdk-client-samples.yml + parameters: + ServiceDirectory: 'authorization/armauthorization' diff --git a/sdk/containerservice/armcontainerservice/LICENSE.txt b/sdk/containerservice/armcontainerservice/LICENSE.txt new file mode 100644 index 000000000000..ccb63b166732 --- /dev/null +++ b/sdk/containerservice/armcontainerservice/LICENSE.txt @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2021 Microsoft + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. \ No newline at end of file diff --git a/sdk/containerservice/armcontainerservice/ci.yml b/sdk/containerservice/armcontainerservice/ci.yml new file mode 100644 index 000000000000..0429d0e26b44 --- /dev/null +++ b/sdk/containerservice/armcontainerservice/ci.yml @@ -0,0 +1,15 @@ +# NOTE: Please refer to https://aka.ms/azsdk/engsys/ci-yaml before editing this file. +trigger: + paths: + include: + - sdk/containerservice/armcontainerservice + +pr: + paths: + include: + - sdk/containerservice/armcontainerservice + +stages: +- template: ../../../eng/pipelines/templates/jobs/archetype-sdk-client-samples.yml + parameters: + ServiceDirectory: 'containerservice/armcontainerservice' diff --git a/sdk/monitor/armmonitor/LICENSE.txt b/sdk/monitor/armmonitor/LICENSE.txt new file mode 100644 index 000000000000..ccb63b166732 --- /dev/null +++ b/sdk/monitor/armmonitor/LICENSE.txt @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2021 Microsoft + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. \ No newline at end of file diff --git a/sdk/monitor/armmonitor/ci.yml b/sdk/monitor/armmonitor/ci.yml new file mode 100644 index 000000000000..951eceb9ee5d --- /dev/null +++ b/sdk/monitor/armmonitor/ci.yml @@ -0,0 +1,15 @@ +# NOTE: Please refer to https://aka.ms/azsdk/engsys/ci-yaml before editing this file. +trigger: + paths: + include: + - sdk/monitor/armmonitor + +pr: + paths: + include: + - sdk/monitor/armmonitor + +stages: +- template: ../../../eng/pipelines/templates/jobs/archetype-sdk-client-samples.yml + parameters: + ServiceDirectory: 'monitor/armmonitor' diff --git a/sdk/privatedns/armprivatedns/LICENSE.txt b/sdk/privatedns/armprivatedns/LICENSE.txt new file mode 100644 index 000000000000..ccb63b166732 --- /dev/null +++ b/sdk/privatedns/armprivatedns/LICENSE.txt @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2021 Microsoft + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. \ No newline at end of file diff --git a/sdk/privatedns/armprivatedns/ci.yml b/sdk/privatedns/armprivatedns/ci.yml new file mode 100644 index 000000000000..578a671d1861 --- /dev/null +++ b/sdk/privatedns/armprivatedns/ci.yml @@ -0,0 +1,15 @@ +# NOTE: Please refer to https://aka.ms/azsdk/engsys/ci-yaml before editing this file. +trigger: + paths: + include: + - sdk/privatedns/armprivatedns + +pr: + paths: + include: + - sdk/privatedns/armprivatedns + +stages: +- template: ../../../eng/pipelines/templates/jobs/archetype-sdk-client-samples.yml + parameters: + ServiceDirectory: 'privatedns/armprivatedns'