-
Notifications
You must be signed in to change notification settings - Fork 4.1k
make source list optional for redistribute throughput API #28561
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
lnajaroen
wants to merge
51
commits into
Azure:main
Choose a base branch
from
lnajaroen:users/lnajaroen/optional-source-list-redistribute-throughput
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
51 commits
Select commit
Hold shift + click to select a range
30e6d50
Update Az.CosmosDB-preview-2024 with CosmosDB preview changes (#24165)
a7354be
Merge main changes into Az.CosmosDB-preview-2024 (#24252)
AgarwalVivek 9101b13
[CosmosDB] Add support for new rp api version 2024-02-15-preview (#24…
0ac59a7
fix naming convention SDK
cjmsft d2a5eff
merging preview branch in
cjmsft 7be4e47
merging preview branch in
cjmsft 14ea6c6
regenerate sdk
cjmsft 6e5537a
re-record tests
cjmsft 4c68349
fix changelog
cjmsft 75b80e2
nit spacing
cjmsft d5a3583
Merge pull request #26066 from carjackson-msft/Az.CosmosDB-preview
msJinLei ef1f66a
Merge with master; Using 2024-05-15-preview version
pjohari-ms 080cba6
Synced with Az.CosmosDB-preview
pjohari-ms 82bb655
Removed reference to ScenarioTest.ResourceManager
pjohari-ms a3315cb
Merge remote-tracking branch 'pjohari/main' into azure_preview
pjohari-ms f156dc3
Update Start-AzNetAppFilesPeerExternalCluster.md
VeryEarly 28d2a7e
Test recordings
pjohari-ms a985158
Merge branch 'azure_preview' of https://github.com/pjohari-ms/azure-p…
pjohari-ms 40ec42f
Merge with master
pjohari-ms 1d9a150
Recordings
pjohari-ms 0a883fd
Merge remote-tracking branch 'Azure/legacy-main-tools-2025-02-14' int…
VeryEarly 3aad17d
Merge remote-tracking branch 'Azure/main' into azure_preview
VeryEarly b23ea72
Merge pull request #27171 from VeryEarly/yabo/pjohari-ms/azure_preview
VeryEarly 0ff9167
Merge pull request #27176 from Azure/yabo/sync-CosmosDB
dolauli c0c9be9
Merge remote-tracking branch 'azure/main' into Az.CosmosDB-preview
pjohari-ms c577355
Generated 20250501preview models
pjohari-ms 817bb03
first push
yayi0512 0e4394d
Fixed the build error
yayi0512 23f5317
fixed the tests and uploaded test results
yayi0512 bf9aaf8
Test changes
pjohari-ms c346b92
Merge pull request #4 from yayi0512/users/yayi/miaadsupport-powershel…
pjohari-ms 4b1d8be
Remaining test
pjohari-ms 4c3aa26
Merge branch 'Az.CosmosDB-preview' of https://github.com/pjohari-ms/a…
pjohari-ms 980bc63
Merge remote-tracking branch 'azure/main' into Az.CosmosDB-preview
pjohari-ms e347479
Regenerated code
pjohari-ms ee423c2
Merge pull request #27658 from pjohari-ms/Az.CosmosDB-preview
VeryEarly 3c46cfb
[CosmosDB] Add throughputBucket feature to CosmosDB preview (#27971)
pjohari-ms 7e676b7
Merge with main
pjohari-ms 11c4aaf
[CosmosDB] Merge with main (#28157)
YanaXu d8e89d5
[CosmosDB] Bug fix for Datetime.ToString() (#28156)
pjohari-ms ab683f7
CosmosDB OOB Release (#28160)
azure-powershell-bot 9496aa0
PS cosmos db restore command: Skipping client side restore validation…
dsapaliga e6a4fab
Fix SQL container throughput update to preserve existing throughput b…
Achint-Agrawal 1b779a6
Merge branch 'main' into Az.CosmosDB-preview
NoriZC 85ec06b
sync cosmosdb (#28433)
isra-fel cc86845
[skip ci] Archive 85ec06b859bc8d6742ee5c6f67bc7cb37f25b87e (#28434)
azure-powershell-bot fb94d19
Rerecord tests (#28444)
Achint-Agrawal 30ffa59
Update module version to 2.0.7 (#28459)
NoriZC 3a29d06
CosmosDB OOB Release (#28454)
azure-powershell-bot 6477e62
make source list optional for redistribute throughput API
lnajaroen 018a96e
update changelog
lnajaroen File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,6 +36,8 @@ | |
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
30 changes: 14 additions & 16 deletions
30
generated/Automanage/Automanage.Autorest/Properties/AssemblyInfo.cs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,26 @@ | ||
// ---------------------------------------------------------------------------------- | ||
// | ||
// Copyright Microsoft Corporation | ||
// Licensed under the Apache License, Version 2.0 (the "License"); | ||
// Copyright (c) Microsoft Corporation. All rights reserved. | ||
// 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, | ||
// 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. | ||
// ---------------------------------------------------------------------------------- | ||
// Code generated by Microsoft (R) AutoRest Code Generator.Changes may cause incorrect behavior and will be lost if the code | ||
// is regenerated. | ||
|
||
using System; | ||
using System.Reflection; | ||
using System.Runtime.CompilerServices; | ||
using System.Runtime.InteropServices; | ||
|
||
[assembly: AssemblyTitle("Microsoft Azure Powershell - Automanage")] | ||
[assembly: AssemblyCompany(Microsoft.WindowsAzure.Commands.Common.AzurePowerShell.AssemblyCompany)] | ||
[assembly: AssemblyProduct(Microsoft.WindowsAzure.Commands.Common.AzurePowerShell.AssemblyProduct)] | ||
[assembly: AssemblyCopyright(Microsoft.WindowsAzure.Commands.Common.AzurePowerShell.AssemblyCopyright)] | ||
|
||
[assembly: ComVisible(false)] | ||
[assembly: CLSCompliant(false)] | ||
[assembly: Guid("0ffbd692-0d14-463f-87d0-7e2adc8d0565")] | ||
[assembly: AssemblyVersion("1.1.0")] | ||
[assembly: AssemblyFileVersion("1.1.0")] | ||
[assembly: System.Reflection.AssemblyCompanyAttribute("Microsoft")] | ||
[assembly: System.Reflection.AssemblyCopyrightAttribute("Copyright © Microsoft")] | ||
[assembly: System.Reflection.AssemblyProductAttribute("Microsoft Azure PowerShell")] | ||
[assembly: System.Reflection.AssemblyTitleAttribute("Microsoft Azure PowerShell - Automanage")] | ||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.1.0")] | ||
[assembly: System.Reflection.AssemblyVersionAttribute("1.1.0")] | ||
[assembly: System.Runtime.InteropServices.ComVisibleAttribute(false)] | ||
[assembly: System.CLSCompliantAttribute(false)] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"generate_Id": "3a39ac38-3dfc-4726-ab14-1d3affa7d250" | ||
"generate_Id": "4ce1d8e9-cb1f-4289-af6c-e3079038e9a2" | ||
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 11 additions & 0 deletions
11
generated/Automanage/Automanage.Autorest/resources/README.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Resources | ||
This directory can contain any additional resources for module that are not required at runtime. This directory **does not** get packaged with the module. If you have assets for custom implementation, place them into the `..\custom` folder. | ||
|
||
## Info | ||
- Modifiable: yes | ||
- Generated: no | ||
- Committed: yes | ||
- Packaged: no | ||
|
||
## Purpose | ||
Use this folder to put anything you want to keep around as part of the repository for the module, but is not something that is required for the module. For example, development files, packaged builds, or additional information. This is only intended to be used in repositories where the module's output directory is cleaned, but tangential resources for the module want to remain intact. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"generate_Id": "6f80fcd9-da94-4863-b8a9-85b8be261c80" | ||
"generate_Id": "cc2560f4-f6d9-4813-b0c2-7c75fdf236ec" | ||
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please remove this change from your PR