-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Machine Learning Compute: Add optional deleteAll parameter #3959
Conversation
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 get latest from upstream
- Execute from root msbuild build.proj (this will update the build tools)
- Then build your project from IDE or command line
msbuild build.proj /t:Build /p:Scope=SDKs\MachineLEarningCompute - Update PR
1c91139
to
20830bd
Compare
20830bd
to
e44516f
Compare
Done. It looks like this created a new AzSdk.RP.props file. Are there any other expected changes? |
@shahabhijeet Could I get another look at this? My powershell cmdlet release deadline is coming up. Thanks! |
<PackageTags>Microsoft Azure Machine Learning Compute management;</PackageTags> | ||
<PackageReleaseNotes>Orchestrator properties and orchestrator service principal are optional since the resource provider will create one if not provided.</PackageReleaseNotes> | ||
<Version>0.3.0</Version> | ||
<PackageTags>Microsoft Azure Machine Learning Compute management;REST HTTP client;azureofficial;windowsazureofficial;netcore451511</PackageTags> |
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.
@shutchings please remove all the extra tags that were removed earlier. Those tags does not make any sense.
All these tags are not required for searching your nuget package. Please remove them. We are cleaning these tags across all SDKs.
@shahabhijeet I removed the tags. Anything else? |
Description
When deleting an operationalization cluster we leave behind the ACR, Application Insights, and Storage Accounts so the user has them for history. However some users do not want to delete these manually if they are not needed. The optional 'deleteAll' parameter adds the ability to delete all resources associated with the cluster as well.
REST spec PR
This checklist is used to make sure that common guidelines for a pull request are followed.
General Guidelines
Testing Guidelines
SDK Generation Guidelines
*.csproj
andAssemblyInfo.cs
files have been updated with the new version of the SDK.