-
Notifications
You must be signed in to change notification settings - Fork 3.2k
[AutoPR azure-mgmt-appconfiguration]-generated-from-SDK Generation - Python-5763718 #44690
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
Merged
ChristineWanjau
merged 4 commits into
Azure:main
from
azure-sdk:sdkauto/azure-mgmt-appconfiguration-5763718
Jan 21, 2026
Merged
Changes from all commits
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
dd11fa7
Configurations: 'specification/appconfiguration/resource-manager/Mic…
azure-sdk b7c6026
Configurations: 'specification/appconfiguration/resource-manager/Mic…
azure-sdk dcb5618
update changelog
ChenxiJiang333 a5e23c1
Apply suggestion from @msyyc
ChenxiJiang333 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
38 changes: 38 additions & 0 deletions
38
sdk/appconfiguration/azure-mgmt-appconfiguration/CHANGELOG.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
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,7 +1,7 @@ | ||
| recursive-include tests *.py *.json | ||
| recursive-include samples *.py *.md | ||
| include *.md | ||
| include azure/__init__.py | ||
| include azure/mgmt/__init__.py | ||
| include LICENSE | ||
| include azure/mgmt/appconfiguration/py.typed | ||
| recursive-include tests *.py | ||
| recursive-include samples *.py *.md | ||
| include azure/__init__.py | ||
| include azure/mgmt/__init__.py |
12 changes: 4 additions & 8 deletions
12
sdk/appconfiguration/azure-mgmt-appconfiguration/_metadata.json
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,11 +1,7 @@ | ||
| { | ||
| "commit": "43ec634741a48376e9dbf4371e7520a9eb0a1cfa", | ||
| "apiVersion": "2025-06-01-preview", | ||
| "commit": "061d81271653458662f0be74f3fd79eb2b1db60e", | ||
| "repository_url": "https://github.com/Azure/azure-rest-api-specs", | ||
| "autorest": "3.10.2", | ||
| "use": [ | ||
| "@autorest/python@6.35.0", | ||
| "@autorest/modelerfour@4.27.0" | ||
| ], | ||
| "autorest_command": "autorest specification/appconfiguration/resource-manager/readme.md --generate-sample=True --generate-test=True --include-x-ms-examples-original-file=True --python --python-sdks-folder=/mnt/vss/_work/1/azure-sdk-for-python/sdk --tag=package-2024-06-01 --use=@autorest/python@6.35.0 --use=@autorest/modelerfour@4.27.0 --version=3.10.2 --version-tolerant=False", | ||
| "readme": "specification/appconfiguration/resource-manager/readme.md" | ||
| "typespec_src": "specification/appconfiguration/resource-manager/Microsoft.AppConfiguration/AppConfiguration", | ||
| "emitterVersion": "0.57.1" | ||
| } |
124 changes: 124 additions & 0 deletions
124
sdk/appconfiguration/azure-mgmt-appconfiguration/apiview-properties.json
Large diffs are not rendered by default.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
sdk/appconfiguration/azure-mgmt-appconfiguration/azure/__init__.py
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 +1 @@ | ||
| __path__ = __import__("pkgutil").extend_path(__path__, __name__) | ||
| __path__ = __import__("pkgutil").extend_path(__path__, __name__) # type: ignore |
2 changes: 1 addition & 1 deletion
2
sdk/appconfiguration/azure-mgmt-appconfiguration/azure/mgmt/__init__.py
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 +1 @@ | ||
| __path__ = __import__("pkgutil").extend_path(__path__, __name__) | ||
| __path__ = __import__("pkgutil").extend_path(__path__, __name__) # type: ignore |
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
13 changes: 7 additions & 6 deletions
13
sdk/appconfiguration/azure-mgmt-appconfiguration/azure/mgmt/appconfiguration/_patch.py
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
2 changes: 1 addition & 1 deletion
2
...pconfiguration/azure-mgmt-appconfiguration/azure/mgmt/appconfiguration/_utils/__init__.py
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,6 +1,6 @@ | ||
| # -------------------------------------------------------------------------- | ||
| # Copyright (c) Microsoft Corporation. All rights reserved. | ||
| # Licensed under the MIT License. See License.txt in the project root for license information. | ||
| # Code generated by Microsoft (R) AutoRest Code Generator. | ||
| # Code generated by Microsoft (R) Python Code Generator. | ||
| # Changes may cause incorrect behavior and will be lost if the code is regenerated. | ||
| # -------------------------------------------------------------------------- |
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.
Uh oh!
There was an error while loading. Please reload this page.