Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
version,CHANGELOG
  • Loading branch information
PythonSdkPipelines authored and PythonSdkPipelines committed May 17, 2021
commit f4d239fb1f937aeee8dc51100ab7236a09cd0a9b
2 changes: 1 addition & 1 deletion sdk/agfood/azure-mgmt-agfood/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Release History

## 0.1.0 (1970-01-01)
## 1.0.0b1 (2021-05-17)

* Initial Release
4 changes: 2 additions & 2 deletions sdk/agfood/azure-mgmt-agfood/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Microsoft Azure SDK for Python

This is the Microsoft Azure MyService Management Client Library.
This is the Microsoft Azure Agfood Management Client Library.
This package has been tested with Python 2.7, 3.5, 3.6, 3.7 and 3.8.
For a more complete view of Azure libraries, see the [azure sdk python release](https://aka.ms/azsdk/python/all).

Expand All @@ -13,7 +13,7 @@ To learn how to use this package, see the [quickstart guide](https://aka.ms/azsd


For docs and references, see [Python SDK References](https://docs.microsoft.com/python/api/overview/azure/)
Code samples for this package can be found at [MyService Management](https://docs.microsoft.com/samples/browse/?languages=python&term=Getting%20started%20-%20Managing&terms=Getting%20started%20-%20Managing) on docs.microsoft.com.
Code samples for this package can be found at [Agfood Management](https://docs.microsoft.com/samples/browse/?languages=python&term=Getting%20started%20-%20Managing&terms=Getting%20started%20-%20Managing) on docs.microsoft.com.
Additional code samples for different Azure services are available at [Samples Repo](https://aka.ms/azsdk/python/mgmt/samples)


Expand Down
2 changes: 1 addition & 1 deletion sdk/agfood/azure-mgmt-agfood/sdk_packaging.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[packaging]
package_name = "azure-mgmt-agfood"
package_nspkg = "azure-mgmt-nspkg"
package_pprint_name = "MyService Management"
package_pprint_name = "Agfood Management"
package_doc_id = ""
is_stable = false
is_arm = true
Expand Down
2 changes: 1 addition & 1 deletion sdk/agfood/azure-mgmt-agfood/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

# Change the PACKAGE_NAME only to change folder and different name
PACKAGE_NAME = "azure-mgmt-agfood"
PACKAGE_PPRINT_NAME = "MyService Management"
PACKAGE_PPRINT_NAME = "Agfood Management"

# a-b-c => a/b/c
package_folder_path = PACKAGE_NAME.replace('-', '/')
Expand Down
1 change: 1 addition & 0 deletions shared_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -278,3 +278,4 @@ opentelemetry-sdk<2.0.0,>=1.0.0
#override azure-mgmt-sql msrest>=0.6.21
#override azure-agrifood-farming azure-core<2.0.0,>=1.8.2
#override azure-agrifood-farming msrest>=0.6.21
#override azure-mgmt-agfood msrest>=0.6.21