Skip to content

Commit

Permalink
CodeGen from PR 23058 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Make failover group status type object to fix resource sync (Azure#23058)

* Make status object to fix resource sync

* Remove trailing comma

* Move changes to 2023-03-15-preview

---------

Co-authored-by: Charmaine Chan <chachan@microsoft.com>
  • Loading branch information
SDKAuto and Charmaine Chan committed Mar 21, 2023
1 parent 1071bc8 commit 45a27d1
Show file tree
Hide file tree
Showing 47 changed files with 14,741 additions and 26 deletions.
82 changes: 57 additions & 25 deletions common/config/rush/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 6 additions & 1 deletion rush.json
Expand Up @@ -1947,6 +1947,11 @@
"packageName": "@azure/web-pubsub-client-protobuf",
"projectFolder": "sdk/web-pubsub/web-pubsub-client-protobuf",
"versionPolicyName": "client"
},
{
"packageName": "@azure/arm-azurearcdata",
"projectFolder": "sdk/azurearcdata/arm-azurearcdata",
"versionPolicyName": "management"
}
]
}
}
5 changes: 5 additions & 0 deletions sdk/azurearcdata/arm-azurearcdata/CHANGELOG.md
@@ -0,0 +1,5 @@
# Release History

## 1.0.0-beta.1 (2023-03-21)

The package of @azure/arm-azurearcdata is using our next generation design principles. To learn more, please refer to our documentation [Quick Start](https://aka.ms/js-track2-quickstart).
21 changes: 21 additions & 0 deletions sdk/azurearcdata/arm-azurearcdata/LICENSE
@@ -0,0 +1,21 @@
The MIT License (MIT)

Copyright (c) 2023 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.

0 comments on commit 45a27d1

Please sign in to comment.